Started by an SCM change Building in workspace /home/tomcat/.jenkins/workspace/org.cumulus4j > git rev-parse --is-inside-work-tree Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/cumulus4j/cumulus4j.git Fetching upstream changes from https://github.com/cumulus4j/cumulus4j.git > git --version > git fetch --tags --progress https://github.com/cumulus4j/cumulus4j.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} Checking out Revision 25856da1cbe623817efcc28a564850bdaaeedc79 (origin/master) > git config core.sparsecheckout > git checkout -f 25856da1cbe623817efcc28a564850bdaaeedc79 > git rev-list 3ae5bbc7fe3a08cf3eae14f705b6a371509539d2 Parsing POMs [org.cumulus4j.aggregator] $ /usr/lib/jvm/java-7-oracle/bin/java -Xmx512m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -cp /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.4.jar:/home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4 /home/tomcat/apache-tomcat-7.0.40/webapps/jenkins/WEB-INF/lib/remoting-2.43.jar /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.4.jar /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.4.jar 36600 <===[JENKINS REMOTING CAPACITY]===>channel started SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/tomcat/.jenkins/cache/jars/26/20F7519FC8A0A8616E86FC9245FA55.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/tomcat/.jenkins/cache/jars/3E/F61A988E582517AA842B98FA54C586.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory] Executing Maven: -B -f /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.aggregator/pom.xml clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.cumulus4j.parent [INFO] org.cumulus4j.annotation [INFO] org.cumulus4j.testutil [INFO] org.cumulus4j.crypto [INFO] org.cumulus4j.store [INFO] org.cumulus4j.store.test [INFO] org.cumulus4j.keymanager.back.shared [INFO] org.cumulus4j.keystore [INFO] org.cumulus4j.keymanager [INFO] org.cumulus4j.keymanager.front.shared [INFO] org.cumulus4j.keymanager.api [INFO] org.cumulus4j.store.crypto.keymanager [INFO] org.cumulus4j.integrationtest.gwt [INFO] org.cumulus4j.integrationtest.webapp [INFO] org.cumulus4j.keymanager.front.webapp [INFO] org.cumulus4j.integrationtest.withkeyserver [INFO] org.cumulus4j.keymanager.back.webapp [INFO] org.cumulus4j.keymanager.cli [INFO] org.cumulus4j.store.localkeystoremessagebroker [INFO] org.cumulus4j.store.test.jpa [INFO] org.cumulus4j.aggregator [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.parent 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.parent --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.parent (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.parent --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.parent/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.parent/1.2.1-SNAPSHOT/org.cumulus4j.parent-1.2.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.annotation 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.annotation --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.annotation --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.annotation --- [INFO] Compiling 2 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.annotation --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.annotation --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.annotation --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.annotation --- [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.annotation:bundle:1.2.1-SNAPSHOT : Instructions in Export-Package that are never used: org\.cumulus4j\.annotation\..*|org\.cumulus4j\.annotation Classpath: Jar:. [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.annotation:bundle:1.2.1-SNAPSHOT : Superfluous export-package instructions: [org.cumulus4j.annotation.*] [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.annotation --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/annotation already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/annotation already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.annotation --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.annotation --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.testutil 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.testutil --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.testutil --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/src/main/resources [INFO] Copying 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.testutil --- [INFO] Compiling 7 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.testutil --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.testutil --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.testutil --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.testutil --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.testutil --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/testutil already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/testutil already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.testutil --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.testutil --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.crypto 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.crypto --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.crypto --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.crypto --- [INFO] Compiling 33 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.crypto --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.crypto --- [INFO] Compiling 6 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.crypto --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.crypto.test.AsymmetricKeyTest 19:28:00,104 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 19:28:00,105 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 19:28:00,106 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 19:28:00,107 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 19:28:00,108 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 19:28:00,108 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 19:28:00,110 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 19:28:00,110 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 19:28:00,110 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 19:28:00,110 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 19:28:00,113 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 19:28:00,113 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 19:28:00,114 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 19:28:00,114 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 19:28:00,116 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 19:28:00,116 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 19:28:00,117 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 19:28:00,117 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 19:28:00,120 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 19:28:00,121 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 19:28:00,122 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 19:28:00,123 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 19:28:00,123 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 19:28:00,124 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 19:28:00,125 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 19:28:00,125 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 19:28:00,127 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 19:28:00,127 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 19:28:00,128 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 19:28:00,129 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 19:28:00,130 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 19:28:00,130 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 19:28:00,131 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 19:28:00,132 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 19:28:00,132 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 19:28:00,134 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 19:28:00,134 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 19:28:00,134 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 19:28:00,135 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 19:28:00,136 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 19:28:00,136 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 19:28:00,137 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 19:28:00,137 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 19:28:00,137 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 19:28:00,138 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 19:28:00,139 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 19:28:00,139 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 19:28:00,140 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 19:28:00,140 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 19:28:00,140 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 19:28:00,141 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 19:28:00,142 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 19:28:00,142 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 19:28:00,154 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 19:28:00,161 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 19:28:00,165 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 19:28:00,175 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 19:28:00,188 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 19:28:00,194 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 19:28:00,200 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 19:28:00,207 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 19:28:00,211 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 19:28:00,221 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 19:28:00,223 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 19:28:00,229 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 19:28:00,229 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 19:28:00,236 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 19:28:00,239 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 19:28:00,240 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 19:28:00,245 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 19:28:00,250 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 19:28:00,252 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 19:28:00,254 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 19:28:00,260 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 19:28:00,265 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 19:28:00,272 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 19:28:00,275 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 19:28:00,277 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 19:28:00,282 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 19:28:00,285 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 19:28:00,289 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 19:28:00,291 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 19:28:00,294 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 19:28:00,296 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 19:28:00,298 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 19:28:00,300 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 19:28:00,307 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 19:28:00,309 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 19:28:00,310 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 19:28:00,314 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,314 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,315 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,315 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,315 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,315 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,315 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,316 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,316 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,316 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,316 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,316 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,317 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,317 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,317 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,317 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,317 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,318 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,318 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,318 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,318 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,318 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,318 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,319 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,319 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,319 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,319 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,319 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,320 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,320 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,320 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,320 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,320 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 19:28:00,322 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 19:28:00,323 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 19:28:00,325 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 19:28:00,327 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 19:28:00,328 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 19:28:00,331 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,331 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,331 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,331 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,331 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,332 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,332 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,332 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,332 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,332 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,333 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,333 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,333 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,333 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,333 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,334 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,334 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,334 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,334 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,334 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,335 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,335 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,335 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,336 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,336 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,336 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,337 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,337 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,337 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,337 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,338 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,338 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,338 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 19:28:00,340 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 19:28:00,367 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 19:28:00,367 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 19:28:00,369 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 19:28:00,371 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 19:28:00,371 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 19:28:00,373 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 19:28:00,375 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 19:28:00,376 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 19:28:00,378 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 19:28:00,380 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 19:28:00,380 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 19:28:00,382 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 19:28:00,399 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 19:28:00,400 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 19:28:00,401 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 19:28:00,402 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 19:28:00,403 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 19:28:00,407 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.792 sec Running org.cumulus4j.crypto.test.MACTest 19:28:09,628 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,628 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DES 19:28:09,660 DEBUG [main][MACTest] testAllSupportedMACs: macKey=d9900457a9669474 19:28:09,660 DEBUG [main][MACTest] testAllSupportedMACs: macIV=863ac49568d5c913 19:28:09,677 DEBUG [main][MACTest] testAllSupportedMACs: mac1=39c0904e 19:28:09,678 DEBUG [main][MACTest] testAllSupportedMACs: mac2=39c0904e 19:28:09,695 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=13bf5972124cbe8d 19:28:09,695 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=e8721702 19:28:09,713 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=ac220cc5eaf7372d 19:28:09,713 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=15d41bfc 19:28:09,730 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=8a8bdc97 19:28:09,734 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,734 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DES/CFB8 19:28:09,757 DEBUG [main][MACTest] testAllSupportedMACs: macKey=c2b23ef10d79447b 19:28:09,762 DEBUG [main][MACTest] testAllSupportedMACs: macIV=7536e09a33bafba7 19:28:09,793 DEBUG [main][MACTest] testAllSupportedMACs: mac1=5dce0334 19:28:09,793 DEBUG [main][MACTest] testAllSupportedMACs: mac2=5dce0334 19:28:09,831 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=6e1d823c17254ee1 19:28:09,832 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=d480d15f 19:28:09,836 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=89ce83eaa3cadd8c 19:28:09,836 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=0b4470ff 19:28:09,840 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=428ca5c8 19:28:09,843 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,843 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DES64 19:28:09,850 DEBUG [main][MACTest] testAllSupportedMACs: macKey=2b76d8a084daffdd 19:28:09,851 DEBUG [main][MACTest] testAllSupportedMACs: macIV=c93c6bde502e163f 19:28:09,852 DEBUG [main][MACTest] testAllSupportedMACs: mac1=aefecec7182c6d1a 19:28:09,852 DEBUG [main][MACTest] testAllSupportedMACs: mac2=aefecec7182c6d1a 19:28:09,854 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=17796d1d5be99885 19:28:09,854 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=d37004dc7ccea2fb 19:28:09,855 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=f61e7721922b1bba 19:28:09,856 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=e87fd4b966a46d68 19:28:09,857 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=dec96451a27342c2 19:28:09,858 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,858 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DES64MAC 19:28:09,860 DEBUG [main][MACTest] testAllSupportedMACs: macKey=b4fb1552b57a7359 19:28:09,860 DEBUG [main][MACTest] testAllSupportedMACs: macIV=b3e066f245aacd42 19:28:09,868 DEBUG [main][MACTest] testAllSupportedMACs: mac1=720c4aeb2444ffab 19:28:09,869 DEBUG [main][MACTest] testAllSupportedMACs: mac2=720c4aeb2444ffab 19:28:09,873 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=433e44e36bd5e397 19:28:09,874 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=4d965ad66479f9da 19:28:09,875 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=314ab7fbbf4baa8a 19:28:09,876 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=df393649dbe5d4e2 19:28:09,877 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=88c6de13123d5e9c 19:28:09,882 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,882 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DESMAC 19:28:09,884 DEBUG [main][MACTest] testAllSupportedMACs: macKey=ed87718e6c5d0506 19:28:09,884 DEBUG [main][MACTest] testAllSupportedMACs: macIV=ddce43a1626c7db2 19:28:09,885 DEBUG [main][MACTest] testAllSupportedMACs: mac1=2b3f86b1 19:28:09,886 DEBUG [main][MACTest] testAllSupportedMACs: mac2=2b3f86b1 19:28:09,891 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=c914ff894d14ef94 19:28:09,891 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=21240232 19:28:09,892 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=6d3576153277d572 19:28:09,892 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=4c9dbea5 19:28:09,893 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=b2302c8a 19:28:09,894 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,894 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DESMAC/CFB8 19:28:09,897 DEBUG [main][MACTest] testAllSupportedMACs: macKey=10a8eb0b22602e96 19:28:09,897 DEBUG [main][MACTest] testAllSupportedMACs: macIV=ace705d78cdc201d 19:28:09,899 DEBUG [main][MACTest] testAllSupportedMACs: mac1=73add31e 19:28:09,899 DEBUG [main][MACTest] testAllSupportedMACs: mac2=73add31e 19:28:09,902 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=d1c864560007642f 19:28:09,902 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=99e4cbfc 19:28:09,905 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=e93298222eebf029 19:28:09,905 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=a6d0bf89 19:28:09,907 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=304236c4 19:28:09,909 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,909 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DESWITHISO9797 19:28:09,913 DEBUG [main][MACTest] testAllSupportedMACs: macKey=8bed7ffc3a3daaecc600663303014b176310f5a2164e10bd 19:28:09,913 DEBUG [main][MACTest] testAllSupportedMACs: macIV=8e8d7eba1d3905d1 19:28:09,913 DEBUG [main][MACTest] testAllSupportedMACs: mac1=5b73851d1db29ff9 19:28:09,914 DEBUG [main][MACTest] testAllSupportedMACs: mac2=5b73851d1db29ff9 19:28:09,914 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=bb74e81e04b1c1df 19:28:09,915 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=c3b9894bed29cbd4 19:28:09,915 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=e2b909042125d3bc816c62bf46bc9afc09b72ba22b1db8f2 19:28:09,915 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=85c56826b7c5532c 19:28:09,916 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=b6d15f1b472b7ca0 19:28:09,917 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,917 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DESWITHISO9797MAC 19:28:09,920 DEBUG [main][MACTest] testAllSupportedMACs: macKey=a5fdd75ed2cd32031acc5dbe41f38ddc13ba85e3e8930d75 19:28:09,920 DEBUG [main][MACTest] testAllSupportedMACs: macIV=0ab02890564bdec3 19:28:09,921 DEBUG [main][MACTest] testAllSupportedMACs: mac1=55baa63e315ac988 19:28:09,921 DEBUG [main][MACTest] testAllSupportedMACs: mac2=55baa63e315ac988 19:28:09,922 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=d96b926af51bb186 19:28:09,922 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=ad2f58ec9c0b8d3c 19:28:09,923 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=891245b004a9f5f766b42438d71f7ba8623699d12b995b83 19:28:09,923 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=99bff8a10405cadd 19:28:09,923 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=033f4507a8c7f06d 19:28:09,924 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,924 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=GOST28147 19:28:09,949 DEBUG [main][MACTest] testAllSupportedMACs: macKey=e57357bbe200aade412d777a0dbc949e981df54b793165a8f6e0ac63895d989c 19:28:09,950 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:09,962 DEBUG [main][MACTest] testAllSupportedMACs: mac1=980b9834 19:28:09,963 DEBUG [main][MACTest] testAllSupportedMACs: mac2=980b9834 19:28:09,968 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=6715200377dbe4c820f5a78e3410f613e078076cfecc6cd43dbcef03e6411ccb 19:28:09,969 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=1e2faf41 19:28:09,971 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=395fe3d0 19:28:09,973 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,973 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=GOST28147MAC 19:28:09,976 DEBUG [main][MACTest] testAllSupportedMACs: macKey=a09dee3542df963360e4964bb3f143cb034278ade6257a3025befbd64fe9298b 19:28:09,976 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:09,980 DEBUG [main][MACTest] testAllSupportedMACs: mac1=041a03d9 19:28:09,981 DEBUG [main][MACTest] testAllSupportedMACs: mac2=041a03d9 19:28:09,985 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=b38042470310b81681402fe7997c95201864c1fe44e5305140b982e84fd9cd66 19:28:09,985 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=62964714 19:28:09,989 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=2f334cbf 19:28:09,993 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:09,994 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-MD2 19:28:10,016 DEBUG [main][MACTest] testAllSupportedMACs: macKey=a1da0af4992a72ab5947dfcf52ad2936 19:28:10,016 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,020 DEBUG [main][MACTest] testAllSupportedMACs: mac1=1e7e5f5e97d0b1bc8636c27c462d443e 19:28:10,020 DEBUG [main][MACTest] testAllSupportedMACs: mac2=1e7e5f5e97d0b1bc8636c27c462d443e 19:28:10,024 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=12faaa16a79d7f43a86474f9040d3d67 19:28:10,025 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=d68db355fa15b448b9593dcdeb458435 19:28:10,028 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=48eed5064b45b240ec2e80e89100f48e 19:28:10,030 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,030 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-MD4 19:28:10,037 DEBUG [main][MACTest] testAllSupportedMACs: macKey=8fdd33e5a445b58a730e585e6bd23b8a 19:28:10,038 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,042 DEBUG [main][MACTest] testAllSupportedMACs: mac1=208afecd4b912c6fe5cfa7bf28daafcd 19:28:10,043 DEBUG [main][MACTest] testAllSupportedMACs: mac2=208afecd4b912c6fe5cfa7bf28daafcd 19:28:10,047 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=bdd24dc0b0ca744af29315e3195e631c 19:28:10,047 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=a0bcea2d002e0abcd25333d200e2b2b9 19:28:10,051 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=c259237568ad6b4d663f79e0b2390dc5 19:28:10,054 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,055 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-MD5 19:28:10,064 DEBUG [main][MACTest] testAllSupportedMACs: macKey=4d9cc218589cfebb3517c07935a6505f 19:28:10,064 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,070 DEBUG [main][MACTest] testAllSupportedMACs: mac1=4588d025f64e17749fe68956180c777b 19:28:10,070 DEBUG [main][MACTest] testAllSupportedMACs: mac2=4588d025f64e17749fe68956180c777b 19:28:10,075 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=77593dd5154162d80dc0dbd5b5da16f0 19:28:10,076 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=ad11f82eadceb18ced656055c896bf10 19:28:10,080 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=6599f8bc69b811f4a9661812513c57e0 19:28:10,085 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,085 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-RIPEMD128 19:28:10,102 DEBUG [main][MACTest] testAllSupportedMACs: macKey=2729db06828bc06bcee8ddb31443c80b 19:28:10,102 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,113 DEBUG [main][MACTest] testAllSupportedMACs: mac1=070fe7f904d81894b55685ca17d0bd4c 19:28:10,113 DEBUG [main][MACTest] testAllSupportedMACs: mac2=070fe7f904d81894b55685ca17d0bd4c 19:28:10,124 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=d9238a1a5506180421e027755614967f 19:28:10,124 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=e3f6dfa69bbb7cd938538c5f413a31df 19:28:10,132 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=afce54d023e47b15f334119e5e15759b 19:28:10,140 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,140 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-RIPEMD160 19:28:10,158 DEBUG [main][MACTest] testAllSupportedMACs: macKey=df66a225ea12072f6a7d2ac793839a61d011d151 19:28:10,159 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,169 DEBUG [main][MACTest] testAllSupportedMACs: mac1=68cf77cedbaa496b43cb8a990165468f1e50cf68 19:28:10,170 DEBUG [main][MACTest] testAllSupportedMACs: mac2=68cf77cedbaa496b43cb8a990165468f1e50cf68 19:28:10,180 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=b7e4412825e1806d2d38dc4b527bab697b8d526b 19:28:10,180 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=33b8acdc083fbfc91333bb7c1d886fdb53777cc4 19:28:10,188 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=85439cb6c91bddeba14067698acff2341b4cd397 19:28:10,194 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,195 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA1 19:28:10,202 DEBUG [main][MACTest] testAllSupportedMACs: macKey=98c8c072ff86fc26832fd7bd73cbfe4b95674979 19:28:10,203 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,210 DEBUG [main][MACTest] testAllSupportedMACs: mac1=a373a8a3803792e02e38845e67625681770ca2b7 19:28:10,210 DEBUG [main][MACTest] testAllSupportedMACs: mac2=a373a8a3803792e02e38845e67625681770ca2b7 19:28:10,218 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=49c38674ea3c3d6eacf9a5d5fbcd3c2da52780e8 19:28:10,218 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=be500bee97dbc60ec5936c0081914751d0c3891c 19:28:10,226 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=5e2b7eb56b8bab8011dc63921b1c22fa23b7a2d1 19:28:10,233 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,233 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA224 19:28:10,252 DEBUG [main][MACTest] testAllSupportedMACs: macKey=5f1424904720fd2858eea14ecc4daac506c4b398b0f68df00087dd8c 19:28:10,253 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,269 DEBUG [main][MACTest] testAllSupportedMACs: mac1=02822d1959331bfb71c11956282d982b513f595f4e5d21a2d0ce5d0c 19:28:10,269 DEBUG [main][MACTest] testAllSupportedMACs: mac2=02822d1959331bfb71c11956282d982b513f595f4e5d21a2d0ce5d0c 19:28:10,286 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=334f9fddf68c02db5ffd347635f2f610f716dd95a0040bce4eedf9eb 19:28:10,287 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=e78a3d9c1d7d3d0d5b7915c2a7de4466bbb53b489a0dfcbee5616bf8 19:28:10,303 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=61bd1ee64ff0fe2352e34ca9cf1b56abf75a2b65ac49dae17d4c5d2c 19:28:10,314 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,315 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA256 19:28:10,333 DEBUG [main][MACTest] testAllSupportedMACs: macKey=9e7122356455cde571fe7cdbc316a773e7c5192b96636e1e283589cd972b9a4d 19:28:10,334 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,347 DEBUG [main][MACTest] testAllSupportedMACs: mac1=f3c0a18a89a7f49852672601f246cb4c0f828dfaeb69728e81fbcbfdc3251fe5 19:28:10,348 DEBUG [main][MACTest] testAllSupportedMACs: mac2=f3c0a18a89a7f49852672601f246cb4c0f828dfaeb69728e81fbcbfdc3251fe5 19:28:10,355 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=2368c6eb1de0b1a4aa55971ead49458ffc811d65c4f60e6bd200a88f04221712 19:28:10,356 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=9ddd1bde14a89bc1cea20ac3f92a6bae1c6f532d516348d52738a55efa4b8dc4 19:28:10,362 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=495ddf3336517dcbbbbe9a37aca5b864925fa5167d2bdb3fccae161f64525a20 19:28:10,369 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,370 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA384 19:28:10,386 DEBUG [main][MACTest] testAllSupportedMACs: macKey=d76409b6bc82205f4d92e0b8b551b78e885c4c459d5c7eba33d41466b6adaabadb9d6e5687c6c117a04ede158168a827 19:28:10,387 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,398 DEBUG [main][MACTest] testAllSupportedMACs: mac1=28028e5cc208e68a7aaded47f675d28c180f1e3a8bd6352c6d5b8d214d1967822eba33084d9811c96829f4a7b5b55e9a 19:28:10,398 DEBUG [main][MACTest] testAllSupportedMACs: mac2=28028e5cc208e68a7aaded47f675d28c180f1e3a8bd6352c6d5b8d214d1967822eba33084d9811c96829f4a7b5b55e9a 19:28:10,409 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=e1cd993aba6e45f5f0468cae2f1daed036f74616f8ac1d22da976a5f7282b22beb86a1f0c70f7c20ad9afa85c9397e35 19:28:10,410 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=7ab4790e673aa25e75d0ff017015e5c33838c6f6b8b7867d9ceb7edc7508f8ca3daabe977982fe8afdd2339802ace0cb 19:28:10,415 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=67ca122fa5eb3d1d1ad921f3a16dad74130c5b49cbc24daa9a7d59c7b12ca2c4e95f402be246c74f16c168ff86f1603e 19:28:10,421 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,421 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA512 19:28:10,435 DEBUG [main][MACTest] testAllSupportedMACs: macKey=88b978ce7edd28710dafe3a4262b328e7399cbd9e01647ac76d34e3ed8e3f608721c4b3c79e8f3aef6a3ab7c66f9e6f7d76b0d756a1b3056c2044f73427429fc 19:28:10,436 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,442 DEBUG [main][MACTest] testAllSupportedMACs: mac1=644a3e38801daf7c036d50ab7515276d315801ded8aa9737ca6422ed54cb5826cf5d4c7e5bf83209409219ac75ad74e0063f6a0dcc1bc1b8842cc0e3d51a42c1 19:28:10,443 DEBUG [main][MACTest] testAllSupportedMACs: mac2=644a3e38801daf7c036d50ab7515276d315801ded8aa9737ca6422ed54cb5826cf5d4c7e5bf83209409219ac75ad74e0063f6a0dcc1bc1b8842cc0e3d51a42c1 19:28:10,448 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=7b94774243ee768848ec68fb34e7868301ef15379559217167c01b65c56c23e4182e0cbadab3a73a65ebbb47be1ae45b90f81580559bfb0fc33d768f9585c441 19:28:10,449 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=0784555043feb21c87ccd547645ee0b8ae858fc2b9f9270b3ddb56ad7011924cbf7f8c90f28d373eb30b06e5177654d8cd5165e0c86ec95f6c0001c32daf4832 19:28:10,454 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=e134d97f34ea118ebb8de86b4dce44d47c027f850986167d7e0fb42f192ce5c300dda1480ef7eef411f565f01b65146b62faceee149a0b8222d8b195488875f8 19:28:10,459 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,459 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-TIGER 19:28:10,484 DEBUG [main][MACTest] testAllSupportedMACs: macKey=74caba3a3d7a49587c993cec0012c962ff164855737ecae8 19:28:10,484 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,490 DEBUG [main][MACTest] testAllSupportedMACs: mac1=eacdbf508fa9481d667284fcce5382e6a63ff01a1e7c5372 19:28:10,490 DEBUG [main][MACTest] testAllSupportedMACs: mac2=eacdbf508fa9481d667284fcce5382e6a63ff01a1e7c5372 19:28:10,496 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=e1b112f2327df84c67ad284286e4be253f38e3cfdcb0214b 19:28:10,496 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=4b70de0cf88893dbf17e75b40c9664d7d2b80bfd192ff249 19:28:10,500 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=dfc615f8d9a8f17145feda31c22c2c2ed0b2ba53d2fa4d7c 19:28:10,503 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,503 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/MD2 19:28:10,506 DEBUG [main][MACTest] testAllSupportedMACs: macKey=7912033f45321bc73e168c6f6e4a3bed 19:28:10,506 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,508 DEBUG [main][MACTest] testAllSupportedMACs: mac1=62eba3ef0123b09338fbd0f7f0ab24dc 19:28:10,508 DEBUG [main][MACTest] testAllSupportedMACs: mac2=62eba3ef0123b09338fbd0f7f0ab24dc 19:28:10,510 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=0092ca91d914d1d27de71e8c19611aa8 19:28:10,510 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=21ea1060c0979d53a3c883ace3379ce9 19:28:10,512 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=ade42b399609f9769a0f6776f3ab3288 19:28:10,514 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,514 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/MD4 19:28:10,518 DEBUG [main][MACTest] testAllSupportedMACs: macKey=aa1b63ce9d1238f3d26b3c9d147741e5 19:28:10,518 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,522 DEBUG [main][MACTest] testAllSupportedMACs: mac1=5def6c26cad0364052b4fc5d2af5a769 19:28:10,522 DEBUG [main][MACTest] testAllSupportedMACs: mac2=5def6c26cad0364052b4fc5d2af5a769 19:28:10,526 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=864daeca23c3ba38ae89a389cc28d4f4 19:28:10,526 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=f860612d54a42ad1079e506b815b07bc 19:28:10,530 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=ca8dea65a7634a61e8ba890f3940508d 19:28:10,533 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,533 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/MD5 19:28:10,538 DEBUG [main][MACTest] testAllSupportedMACs: macKey=e3b615c8ad9a7b6e89b9df8b9c03a758 19:28:10,539 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,544 DEBUG [main][MACTest] testAllSupportedMACs: mac1=ba6620c7a037f8d25610877582d18492 19:28:10,544 DEBUG [main][MACTest] testAllSupportedMACs: mac2=ba6620c7a037f8d25610877582d18492 19:28:10,549 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=9891a8f4307c8f6f5295157c520f8aa0 19:28:10,549 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=f4760ebce6fb2257453ba840dadd548c 19:28:10,554 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=79604d3c986af629a7ab6bb68e13e7e8 19:28:10,558 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,559 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/RIPEMD128 19:28:10,567 DEBUG [main][MACTest] testAllSupportedMACs: macKey=b5299f8215d9781af881050aa2db82c0 19:28:10,567 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,575 DEBUG [main][MACTest] testAllSupportedMACs: mac1=d8230a42df9765440a38fa9fb72f67f4 19:28:10,576 DEBUG [main][MACTest] testAllSupportedMACs: mac2=d8230a42df9765440a38fa9fb72f67f4 19:28:10,584 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=b5b5fe8e5fd1ff19043f63257b262075 19:28:10,584 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=5c2c8609eb4550ca9ef2bfe35c4e5bc1 19:28:10,592 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=c5830411bf7cd13df52af439d878449e 19:28:10,599 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,600 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/RIPEMD160 19:28:10,607 DEBUG [main][MACTest] testAllSupportedMACs: macKey=fe5e9e8ce6ce0650f39401ab0ed6b15d7e620b07 19:28:10,607 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,614 DEBUG [main][MACTest] testAllSupportedMACs: mac1=8f690af1c108bff259e95d4d54350fcb52b7064c 19:28:10,614 DEBUG [main][MACTest] testAllSupportedMACs: mac2=8f690af1c108bff259e95d4d54350fcb52b7064c 19:28:10,621 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=bd264e4f97a65e51545ec3e14bd0c902f1a4dc82 19:28:10,621 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=fdc58b20957bcdc9cc13a07dfc842dcb35dec8e3 19:28:10,628 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=8565255a6be039bd93aa1c969d02124c4563706c 19:28:10,635 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,635 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA1 19:28:10,637 DEBUG [main][MACTest] testAllSupportedMACs: macKey=b9939faf1da9ed42aaf539f64a48d65b473d6a7b 19:28:10,637 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,639 DEBUG [main][MACTest] testAllSupportedMACs: mac1=2deb61b082a3107a43abb2eaebc201deea084860 19:28:10,639 DEBUG [main][MACTest] testAllSupportedMACs: mac2=2deb61b082a3107a43abb2eaebc201deea084860 19:28:10,640 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=9a14cf3fcf2b20ee505672c96ea9eae5a45361fb 19:28:10,641 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=c38555e6404733a9c2cc5729a809e2374aeeef1d 19:28:10,642 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=7122d202487fe4847d50c31e169ce0e7a544a316 19:28:10,643 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,643 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA224 19:28:10,645 DEBUG [main][MACTest] testAllSupportedMACs: macKey=decffcf55b795da6bceaae51ba8273233f9eefb4145ebd8ab449e5fb 19:28:10,645 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,646 DEBUG [main][MACTest] testAllSupportedMACs: mac1=068c5f8acbcac7f4708b9ac276683e1da47c04eebb48b3f56fcefa51 19:28:10,647 DEBUG [main][MACTest] testAllSupportedMACs: mac2=068c5f8acbcac7f4708b9ac276683e1da47c04eebb48b3f56fcefa51 19:28:10,648 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=0c69b9e31e9cd0dfefa5f6dad84758743dfe3c4c0dd100b0ec23208a 19:28:10,648 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=581ec60b877a627b275216219d83c9016b706d8e743c98703b200b42 19:28:10,650 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=27126f0f94f54adba9cc948377b8ff536baa979340438b7942c259cf 19:28:10,651 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,651 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA256 19:28:10,653 DEBUG [main][MACTest] testAllSupportedMACs: macKey=1570dd13dea44cdf3012a67019fa8fd6b3d4d071672c53a56c8ba8b791902e12 19:28:10,653 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,654 DEBUG [main][MACTest] testAllSupportedMACs: mac1=ceaf90037810ada187de343012516bd89f17dc5b2e6c63617fb75a6ad68175f3 19:28:10,655 DEBUG [main][MACTest] testAllSupportedMACs: mac2=ceaf90037810ada187de343012516bd89f17dc5b2e6c63617fb75a6ad68175f3 19:28:10,656 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=4f41bcd48dda89312b46e73499f08eeceb4624c58a5a766ed3fcd8618d93c145 19:28:10,657 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=ae4173a354994c91f82ee79d847b576678f8be43ba9c70ae80aa64d3defe7b0a 19:28:10,658 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=e81066400ca5c557bb7c3d258b06e66549a131b08b8a90907cc859f8c06fe004 19:28:10,659 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,659 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA384 19:28:10,661 DEBUG [main][MACTest] testAllSupportedMACs: macKey=0f3108110babb639c0b165193cf4433a7d915ccb5b4128721e1cb117bc2924d94af443aaabe6efd018d187c34aee4a23 19:28:10,661 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,663 DEBUG [main][MACTest] testAllSupportedMACs: mac1=96a1736b0c8e5d9a6c9f0709d5a12e1a94f1c0372e76b6eb7f59be29d9cffa1778d5cca84743e762af07237b189fbbcb 19:28:10,663 DEBUG [main][MACTest] testAllSupportedMACs: mac2=96a1736b0c8e5d9a6c9f0709d5a12e1a94f1c0372e76b6eb7f59be29d9cffa1778d5cca84743e762af07237b189fbbcb 19:28:10,665 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=fec80eac97b22ae9df8dac55c7dd16970081efd83c62eaf24e5296a7fbe54645bc15d8c9f40eb8b894cd1e6d05f63c7c 19:28:10,665 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=5ed8a2781defcf8f06f87cf4ecb8de8c9f45305f3b402d3a88af8ce4c0b8cc0fa723f760e0b17b53d53e9b04f6f9249d 19:28:10,667 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=f617476b895ee76d1c7511dc20fd1e875ee2c5802dc1b9d157cfe22e1e35d2772321a31686d75e554a1ed14d03a9f11c 19:28:10,668 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,668 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA512 19:28:10,670 DEBUG [main][MACTest] testAllSupportedMACs: macKey=105d5a113410d517891a4bb9d3cc44cc24cda5da28ea5872e2092e593454c268c88984273643d86bf9b967188e8502dff5051f7cf5ab473385dcef41a9ed4fd4 19:28:10,670 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,672 DEBUG [main][MACTest] testAllSupportedMACs: mac1=f5a5c3cf4175cf8f69cc7c56ffca9732ac3797c5afe9373f8993c4bae607742dd62ea06788425e59635ffb08b5eaeae3996778f9849536166725aaa7ba58383f 19:28:10,672 DEBUG [main][MACTest] testAllSupportedMACs: mac2=f5a5c3cf4175cf8f69cc7c56ffca9732ac3797c5afe9373f8993c4bae607742dd62ea06788425e59635ffb08b5eaeae3996778f9849536166725aaa7ba58383f 19:28:10,674 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=e7bfa2329ea09342d199854ed6264b0174e12800a34b10c5cdb4ae6c063e100a1baf6b959318e13893ec25eab0f36b202d4798edc34fe4f84157713c9e2eb9ce 19:28:10,674 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=e53c720e05cbecf262a8bf51f33a1300c24549b466b71fd5e4a61413d8f555af34558c45d8773b1e42457e8190594a2ed47af840efd6d143ec743da9536023a8 19:28:10,676 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=bbf74591358f63910b139fffb6bfb33070863eb80e0ddb83f9d971ca0922c0b4f942a84af4e813375a76d7ee589b00f9f9a995307cebf9fd2b3e4a3cff76813f 19:28:10,677 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,677 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/TIGER 19:28:10,681 DEBUG [main][MACTest] testAllSupportedMACs: macKey=68fe55170a41cf988cfe9264132e630d8fa9f0e15467ba0d 19:28:10,682 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,686 DEBUG [main][MACTest] testAllSupportedMACs: mac1=d397a2bad0a1754eef45503be1c7c18fa1f8cf4d0c448b77 19:28:10,686 DEBUG [main][MACTest] testAllSupportedMACs: mac2=d397a2bad0a1754eef45503be1c7c18fa1f8cf4d0c448b77 19:28:10,690 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=ea0ca5fa9a62a1004d1ef9869b2d561a3f1aaea765a7a9a9 19:28:10,690 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=d1d9ab730768af3665a93d1b605e925abc0e83ec59088f99 19:28:10,694 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=16e26b5776fc466818b31ab5932be5c7f6a6a80158216abe 19:28:10,698 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,698 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACMD2 19:28:10,700 DEBUG [main][MACTest] testAllSupportedMACs: macKey=7f1a075f18618f86dd972bfdd55db3cb 19:28:10,701 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,703 DEBUG [main][MACTest] testAllSupportedMACs: mac1=008aebb966809708430d72b0c16f5147 19:28:10,703 DEBUG [main][MACTest] testAllSupportedMACs: mac2=008aebb966809708430d72b0c16f5147 19:28:10,705 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=2e0ef10973c340e4f2d09f51701573f3 19:28:10,706 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=47e65ecc41056bc1e063c22481274c6a 19:28:10,708 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=6d08c1c03f593c53cccabd7a661541a4 19:28:10,710 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,710 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACMD4 19:28:10,711 DEBUG [main][MACTest] testAllSupportedMACs: macKey=cd0c912a7d60a13e684740027bac9073 19:28:10,711 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,711 DEBUG [main][MACTest] testAllSupportedMACs: mac1=e0f5abf37c1cac10032dda868a3223ac 19:28:10,712 DEBUG [main][MACTest] testAllSupportedMACs: mac2=e0f5abf37c1cac10032dda868a3223ac 19:28:10,712 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=9bf1c4c25769d14185d794ff40db1c6f 19:28:10,712 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=772d87de98bf7f2d68d393e6b9a1992e 19:28:10,713 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=c8ac6869a306c275706119c0361388cb 19:28:10,713 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,714 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACMD5 19:28:10,714 DEBUG [main][MACTest] testAllSupportedMACs: macKey=e97003f0517c4ded05821dd950fe9b62 19:28:10,715 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,715 DEBUG [main][MACTest] testAllSupportedMACs: mac1=b5179893ffd238a1d594699daee94fb8 19:28:10,715 DEBUG [main][MACTest] testAllSupportedMACs: mac2=b5179893ffd238a1d594699daee94fb8 19:28:10,716 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=5e37aec671f10bfe551599c37d62bb5f 19:28:10,716 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=cbb10112d4f2e12d344f3c5db3ed2ee6 19:28:10,716 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=e2fa47dbd73786c563fbfd1078390395 19:28:10,717 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,717 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACRIPEMD128 19:28:10,720 DEBUG [main][MACTest] testAllSupportedMACs: macKey=85d66e19b37aa50d1990d8423f32796d 19:28:10,720 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,723 DEBUG [main][MACTest] testAllSupportedMACs: mac1=56f76cc997086f4e3e484c4dd7a700e2 19:28:10,723 DEBUG [main][MACTest] testAllSupportedMACs: mac2=56f76cc997086f4e3e484c4dd7a700e2 19:28:10,726 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=5de70646278d276f700f8254709aa85c 19:28:10,726 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=91edb8b865c5b59699fd5078a4cd5f4d 19:28:10,728 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=55ce3b61804de52e94e3f96118f68d4a 19:28:10,731 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,731 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACRIPEMD160 19:28:10,738 DEBUG [main][MACTest] testAllSupportedMACs: macKey=d0b54f502afabd3a5982ad9b8e50aaabf980560d 19:28:10,739 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,746 DEBUG [main][MACTest] testAllSupportedMACs: mac1=28084e10dff63ed26bf23fc215124d2be7704207 19:28:10,746 DEBUG [main][MACTest] testAllSupportedMACs: mac2=28084e10dff63ed26bf23fc215124d2be7704207 19:28:10,753 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=2cb61c077b7710f9494e54db7a834af8444af545 19:28:10,753 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=0045cc60f3a7bc37c8df0781b1ecbb7cfcdd6360 19:28:10,760 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=e2b9cbe41460e3f56e0b3f33ca44fe71f8246264 19:28:10,767 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,768 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA1 19:28:10,769 DEBUG [main][MACTest] testAllSupportedMACs: macKey=a74ec42501ea0c8551ccc972dbee4474422842af 19:28:10,769 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,771 DEBUG [main][MACTest] testAllSupportedMACs: mac1=c6ae31ecd902a4a56fe12e607cf7a7536b8e4522 19:28:10,771 DEBUG [main][MACTest] testAllSupportedMACs: mac2=c6ae31ecd902a4a56fe12e607cf7a7536b8e4522 19:28:10,772 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=307b71b7a58ebc9a88d9bcb880b44db57cd760cf 19:28:10,773 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=8fdc3f1337b2f79d557a907c44a82b0895acc958 19:28:10,774 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=6c0b619fd32995445a70c339c13c933b57b3162c 19:28:10,775 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,775 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA224 19:28:10,777 DEBUG [main][MACTest] testAllSupportedMACs: macKey=a1b6ac4b0e9ed2c59597797f08aff7c0a5be511d1fc41297bbfb1e04 19:28:10,777 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,779 DEBUG [main][MACTest] testAllSupportedMACs: mac1=ba8bcf676ac1c466d69ab18cf742a99cc252be9b17843eed954a1228 19:28:10,779 DEBUG [main][MACTest] testAllSupportedMACs: mac2=ba8bcf676ac1c466d69ab18cf742a99cc252be9b17843eed954a1228 19:28:10,780 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=c0c9b2d5d0c25a5aa412e2811fe7e0e60872b01d7de0850b92676596 19:28:10,781 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=07f1a5f27eb0a819c89ed49451b034446b88ef91daa4ffb9e6bc40ab 19:28:10,782 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=8e15b8d742a7ca7a4b07fd23cd2c9cb983680a83c120a8f967463619 19:28:10,783 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,783 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA256 19:28:10,785 DEBUG [main][MACTest] testAllSupportedMACs: macKey=c6c87175fe0bab74aeddcbf0846e82fce8038f0e613d68209f673e13900161af 19:28:10,785 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,787 DEBUG [main][MACTest] testAllSupportedMACs: mac1=7bb6722d9f5090ed4e980d9a6998b3fa46954863701b09654b42edd0e1fb1f5d 19:28:10,787 DEBUG [main][MACTest] testAllSupportedMACs: mac2=7bb6722d9f5090ed4e980d9a6998b3fa46954863701b09654b42edd0e1fb1f5d 19:28:10,788 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=e1ffb50c127b170fa6f1a603b54e548016df120a509552fee67d1fd9f8b5a734 19:28:10,789 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=16dbcc1dddfb171ea4582a9a6b750c10cac635f7fcef56b1a93956bc81ae4c2d 19:28:10,790 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=a882e1761ed7367782fadcad7d6e518a845d3c0038b8b48153595e94b2b80106 19:28:10,791 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,791 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA384 19:28:10,793 DEBUG [main][MACTest] testAllSupportedMACs: macKey=64815263144e8ee6263804120150d55fc86247864c2632d6a6fc8b7267a24eb776727f57e2db9ddce9ff823c00f0d429 19:28:10,793 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,795 DEBUG [main][MACTest] testAllSupportedMACs: mac1=49fee7cc6d0929ddde57d939b775b1da4e4ece26abdf439d7c00da41d9e44f6ee28f6cc71b87982a4a2c950abbf7977e 19:28:10,795 DEBUG [main][MACTest] testAllSupportedMACs: mac2=49fee7cc6d0929ddde57d939b775b1da4e4ece26abdf439d7c00da41d9e44f6ee28f6cc71b87982a4a2c950abbf7977e 19:28:10,798 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=53814a54fc490683ab34bcc27ed07c8c6732304482e6d19aa3e484bb15802a1389060cb329b2c3b2420a5b6398af4b30 19:28:10,798 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=ffaf0e33d2e84f44c69e94dcc4aad43d0bbe48a3e0d2699865f5b6251cd719dc5102eca2023d760a9526aa5adad8aca7 19:28:10,800 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=bb7310d015caae338c9b730c13460da19f8927964a99011259e544036cf4bf4585f07fb070f47eaeec25afacead9da63 19:28:10,801 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,801 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA512 19:28:10,803 DEBUG [main][MACTest] testAllSupportedMACs: macKey=0e4f2cb597a81d0c859cbdd33ba3b7887c9df80b54813089dea059f1a54a6b96e1bbb8fbc3e6dac1ff467ff9f309389cfa5c8614aad83ed9dc2bb9f66c68bba8 19:28:10,803 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,805 DEBUG [main][MACTest] testAllSupportedMACs: mac1=2524013ebef20468036e737bd4266404f5a4d698ab4524c3ba21ca653e06c0aae755a14aad12e060d335844325e2b1e8ce5209b78cb5b795f10d799607b5d584 19:28:10,805 DEBUG [main][MACTest] testAllSupportedMACs: mac2=2524013ebef20468036e737bd4266404f5a4d698ab4524c3ba21ca653e06c0aae755a14aad12e060d335844325e2b1e8ce5209b78cb5b795f10d799607b5d584 19:28:10,807 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=f6fefd7dc5bb3dd6832e7bbfdbdac8d1e9e87cfd40fa5d0dbfe396cdb3baba32fba066cf7432a62a35025603d3b53b14659e215b6e19f66cb8d5d51b719c0ddd 19:28:10,807 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=a3620aea56af8a10aa1e7a51e6284bf71d7a1976f722a615e18657d49a5d9cc86b8ba2678050ca5192fc8f2a2758e504e210fd67512e5a572b6d7650193d1c55 19:28:10,809 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=d93c248b6e87bdbe0b1b7c0bbcb76bfe3450fc133bc66bedf65e4906f7935ba8034dd102a47cf7672a16c0e26508c7508325f8978b0a00b86668b2a2a778cd9c 19:28:10,810 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,811 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACTIGER 19:28:10,815 DEBUG [main][MACTest] testAllSupportedMACs: macKey=26f6fda63363907de47645692db0602fdad9b26495794456 19:28:10,815 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,819 DEBUG [main][MACTest] testAllSupportedMACs: mac1=599781e9b99b36ed8a1b73d4884e4720ea52050c682ae79e 19:28:10,820 DEBUG [main][MACTest] testAllSupportedMACs: mac2=599781e9b99b36ed8a1b73d4884e4720ea52050c682ae79e 19:28:10,824 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=aae4d577fc3fda0bba5128772f074da5e46fd0ecffee91c0 19:28:10,824 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=57da9226a7912deaab0b9a01a5f221a202a3705d698d1727 19:28:10,828 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=6be253e288760213ba9b84bb6ad06996a0e6a01b3b773f71 19:28:10,832 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,832 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=ISO9797ALG3 19:28:10,833 DEBUG [main][MACTest] testAllSupportedMACs: macKey=5897b134e705057f785ec660f59e3408830e9392f87e9d61 19:28:10,833 DEBUG [main][MACTest] testAllSupportedMACs: macIV=32c1385f1dcbb423 19:28:10,834 DEBUG [main][MACTest] testAllSupportedMACs: mac1=2ef8284dd7b93ce4 19:28:10,834 DEBUG [main][MACTest] testAllSupportedMACs: mac2=2ef8284dd7b93ce4 19:28:10,835 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=d23f291844ecc371 19:28:10,836 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=91ced969148db585 19:28:10,836 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=dd845591560a7de8c4b610673fcd8277c64963dd6ddc8627 19:28:10,837 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=715ae076d40d3456 19:28:10,837 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=3920ee081765cea1 19:28:10,838 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,838 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=ISO9797ALG3MAC 19:28:10,839 DEBUG [main][MACTest] testAllSupportedMACs: macKey=90c3b9d09a775e09628706311a265dadbd67b09a13d9f2de 19:28:10,840 DEBUG [main][MACTest] testAllSupportedMACs: macIV=57f3b3fb577b5253 19:28:10,840 DEBUG [main][MACTest] testAllSupportedMACs: mac1=2030e4b93521b11e 19:28:10,841 DEBUG [main][MACTest] testAllSupportedMACs: mac2=2030e4b93521b11e 19:28:10,842 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=1d5b8a625d5027a9 19:28:10,842 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=a658182b6b825603 19:28:10,843 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=9d1e4c75e7733311ee027eac0c48fbb1a310fc635163805c 19:28:10,843 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=52033f699c8dcda3 19:28:10,844 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=a3ec86273a90fcd9 19:28:10,845 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,845 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=ISO9797ALG3MACWITHISO7816-4PADDING 19:28:10,846 DEBUG [main][MACTest] testAllSupportedMACs: macKey=eabe653e78e703a0f8713e45ba637985a91899433ea403ce 19:28:10,846 DEBUG [main][MACTest] testAllSupportedMACs: macIV=8f0e6a6999fcbdec 19:28:10,847 DEBUG [main][MACTest] testAllSupportedMACs: mac1=c59e933388e12f94 19:28:10,847 DEBUG [main][MACTest] testAllSupportedMACs: mac2=c59e933388e12f94 19:28:10,848 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=9b9c954118363ff6 19:28:10,849 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=b612dc75fc2df1d3 19:28:10,849 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=02dbddff912c31170dbb0bf87401e060c0ba61f695707a88 19:28:10,850 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=8749e72ab72f0921 19:28:10,850 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=d42a83ca9c392f71 19:28:10,851 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,851 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=ISO9797ALG3WITHISO7816-4PADDING 19:28:10,852 DEBUG [main][MACTest] testAllSupportedMACs: macKey=637b2ed785c4a29cdb2f29259107367a57bccfaeb62a4e21 19:28:10,853 DEBUG [main][MACTest] testAllSupportedMACs: macIV=d613c3d24ba312e1 19:28:10,854 DEBUG [main][MACTest] testAllSupportedMACs: mac1=907ab590b5cf27db 19:28:10,854 DEBUG [main][MACTest] testAllSupportedMACs: mac2=907ab590b5cf27db 19:28:10,855 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=2ccb3a34052a25d2 19:28:10,855 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=74b83a6646568787 19:28:10,856 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=8b23fda8b10c90f77a6704abb94cc804153ccbd80fe290f9 19:28:10,856 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=32f170f7fffdddbf 19:28:10,857 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=286b59fd9d73fa13 19:28:10,858 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,858 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=OLDHMACSHA384 19:28:10,861 DEBUG [main][MACTest] testAllSupportedMACs: macKey=f8024ad4fb764b9b017a45a146b47f2dd498d317592cac21bbfabf28f6102e80db585ec201e2faf36cc88d6e4ff96888 19:28:10,861 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,862 DEBUG [main][MACTest] testAllSupportedMACs: mac1=84542793e9cbd6ea4bccba4250f387b058a70b2f0868d28010a84cb711b903429d6f4f8729301c5280fd088f78e1c25e 19:28:10,862 DEBUG [main][MACTest] testAllSupportedMACs: mac2=84542793e9cbd6ea4bccba4250f387b058a70b2f0868d28010a84cb711b903429d6f4f8729301c5280fd088f78e1c25e 19:28:10,863 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=9fc17ba96b704b4693fab8f826581c89aaeb87002029ee13a819e673e8ef217e1dbf69c0ab8f88c2c76461bb140f1e5f 19:28:10,864 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=e775b0bbad7d56eeacd1a9ddb9654840f1ebb2383742904e2f54f888b306ec262ff40cf07dd8c27e8dd3a24c8f13a7ba 19:28:10,864 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=facb81a7736b02364cfacb665dadb5e07d8e7b5d6cfaf4189e09c145bcdf423dbd00d3773f7cf22be0b74c0d66f04361 19:28:10,865 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,866 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=OLDHMACSHA512 19:28:10,867 DEBUG [main][MACTest] testAllSupportedMACs: macKey=fb8f188aeec8bb8e794efd7320d571d82cf608fb7ef942c2bc2f1f1006c86579d9621d42d071850ffe807a779f264b7c813cef523ed947379b09483430310c04 19:28:10,867 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 19:28:10,868 DEBUG [main][MACTest] testAllSupportedMACs: mac1=8cf61ded1246a96320d69beab4d1f5361a729a72f0902ee35e69a35691b476833312026f0f9b97eadaddc0b0f2134c373f850bf716bb474165827bb4bd46705f 19:28:10,868 DEBUG [main][MACTest] testAllSupportedMACs: mac2=8cf61ded1246a96320d69beab4d1f5361a729a72f0902ee35e69a35691b476833312026f0f9b97eadaddc0b0f2134c373f850bf716bb474165827bb4bd46705f 19:28:10,869 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=a7a8d39bacb09e5a58bbeac70b389fb85153e76ae5cb6383ebe8a2abf6d873c646acbfe098407e436c1ab6bc4079bed6e9abefff1043f5470d6f5604e592123b 19:28:10,869 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=169d06b0e91e24e2be6d0df9cceb11c9b8522f2f9206b9b1c9e395d461922d62b54680c2a9959f5ec99c27798d10f2309ea533ffa0db812fc99e67b50d55b9fa 19:28:10,870 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=fd63fdd0ae725de229f3682048baa72ddae11ebeea34fe7afe8f4772237f3f2d6acf86dd9e4267b0d79cdeb7b059f610bf6c080be8c508c3941213e4aed5b3e0 19:28:10,871 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:10,871 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=RC2 19:28:10,900 DEBUG [main][MACTest] testAllSupportedMACs: macKey=af2d6fdf4d5d5ed2 19:28:10,900 DEBUG [main][MACTest] testAllSupportedMACs: macIV=9f92016e0820f22e 19:28:10,929 DEBUG [main][MACTest] testAllSupportedMACs: mac1=e7d9f61c 19:28:10,929 DEBUG [main][MACTest] testAllSupportedMACs: mac2=e7d9f61c 19:28:10,958 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=fad162a729620d75 19:28:10,958 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=4e055100 19:28:10,988 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=67165d6edd9b7d9c 19:28:10,989 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=84359edc 19:28:11,019 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=d186a94b 19:28:11,049 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:11,049 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=RC2/CFB8 19:28:11,265 DEBUG [main][MACTest] testAllSupportedMACs: macKey=2d8b6bb00a628f79 19:28:11,266 DEBUG [main][MACTest] testAllSupportedMACs: macIV=242efa81610d3952 19:28:11,345 DEBUG [main][MACTest] testAllSupportedMACs: mac1=a5543a5f 19:28:11,345 DEBUG [main][MACTest] testAllSupportedMACs: mac2=a5543a5f 19:28:11,358 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=4e57a607951ca819 19:28:11,359 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=5f0fa657 19:28:11,363 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=8a2b19dd42ee1c45 19:28:11,364 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=11c8df9f 19:28:11,367 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=63817876 19:28:11,371 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:11,371 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=RC2MAC 19:28:11,372 DEBUG [main][MACTest] testAllSupportedMACs: macKey=1736aa489bf9ef30 19:28:11,372 DEBUG [main][MACTest] testAllSupportedMACs: macIV=a4f2cdfa8d00ea8c 19:28:11,373 DEBUG [main][MACTest] testAllSupportedMACs: mac1=04bba9e6 19:28:11,374 DEBUG [main][MACTest] testAllSupportedMACs: mac2=04bba9e6 19:28:11,375 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=f6e5c9dca7f217d2 19:28:11,375 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=68518279 19:28:11,376 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=2f07d646e7e2002e 19:28:11,376 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=e6f5f1fb 19:28:11,377 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=f681bbe7 19:28:11,378 DEBUG [main][MACTest] ------------------------------------------------------------------------ 19:28:11,378 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=RC2MAC/CFB8 19:28:11,382 DEBUG [main][MACTest] testAllSupportedMACs: macKey=6857246c31a4d825 19:28:11,382 DEBUG [main][MACTest] testAllSupportedMACs: macIV=4df8041f0b9468ec 19:28:11,386 DEBUG [main][MACTest] testAllSupportedMACs: mac1=32ee1130 19:28:11,386 DEBUG [main][MACTest] testAllSupportedMACs: mac2=32ee1130 19:28:11,389 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=fb74636130812554 19:28:11,390 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=9ab1f107 19:28:11,393 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=24cd22cdc807d48f 19:28:11,393 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=da1ecf72 19:28:11,396 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=e57c44c6 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.78 sec Running org.cumulus4j.crypto.test.GCMTest *** 0 *** *** 1 *** *** 2 *** *** 3 *** *** 4 *** *** 5 *** *** 6 *** *** 7 *** *** 8 *** *** 9 *** *** 10 *** *** 11 *** *** 12 *** *** 13 *** *** 14 *** *** 15 *** *** 16 *** *** 17 *** *** 18 *** *** 19 *** *** 20 *** *** 21 *** *** 22 *** *** 23 *** *** 24 *** *** 25 *** *** 26 *** *** 27 *** *** 28 *** *** 29 *** *** 30 *** *** 31 *** *** 32 *** *** 33 *** *** 34 *** *** 35 *** *** 36 *** *** 37 *** *** 38 *** *** 39 *** *** 40 *** *** 41 *** *** 42 *** *** 43 *** *** 44 *** *** 45 *** *** 46 *** *** 47 *** *** 48 *** *** 49 *** *** 50 *** *** 51 *** *** 52 *** *** 53 *** *** 54 *** *** 55 *** *** 56 *** *** 57 *** *** 58 *** *** 59 *** *** 60 *** *** 61 *** *** 62 *** *** 63 *** *** 64 *** *** 65 *** *** 66 *** *** 67 *** *** 68 *** *** 69 *** *** 70 *** *** 71 *** *** 72 *** *** 73 *** *** 74 *** *** 75 *** *** 76 *** *** 77 *** *** 78 *** *** 79 *** *** 80 *** *** 81 *** *** 82 *** *** 83 *** *** 84 *** *** 85 *** *** 86 *** *** 87 *** *** 88 *** *** 89 *** *** 90 *** *** 91 *** *** 92 *** *** 93 *** *** 94 *** *** 95 *** *** 96 *** *** 97 *** *** 98 *** *** 99 *** *** 100 *** *** 101 *** *** 102 *** *** 103 *** *** 104 *** *** 105 *** *** 106 *** *** 107 *** *** 108 *** *** 109 *** *** 110 *** *** 111 *** *** 112 *** *** 113 *** *** 114 *** *** 115 *** *** 116 *** *** 117 *** *** 118 *** *** 119 *** *** 120 *** *** 121 *** *** 122 *** *** 123 *** *** 124 *** *** 125 *** *** 126 *** *** 127 *** *** 128 *** *** 129 *** *** 130 *** *** 131 *** *** 132 *** *** 133 *** *** 134 *** *** 135 *** *** 136 *** *** 137 *** *** 138 *** *** 139 *** *** 140 *** *** 141 *** *** 142 *** *** 143 *** *** 144 *** *** 145 *** *** 146 *** *** 147 *** *** 148 *** *** 149 *** *** 150 *** *** 151 *** *** 152 *** *** 153 *** *** 154 *** *** 155 *** *** 156 *** *** 157 *** *** 158 *** *** 159 *** *** 160 *** *** 161 *** *** 162 *** *** 163 *** *** 164 *** *** 165 *** *** 166 *** *** 167 *** *** 168 *** *** 169 *** *** 170 *** *** 171 *** *** 172 *** *** 173 *** *** 174 *** *** 175 *** *** 176 *** *** 177 *** *** 178 *** *** 179 *** *** 180 *** *** 181 *** *** 182 *** *** 183 *** *** 184 *** *** 185 *** *** 186 *** *** 187 *** *** 188 *** *** 189 *** *** 190 *** *** 191 *** *** 192 *** *** 193 *** *** 194 *** *** 195 *** *** 196 *** *** 197 *** *** 198 *** *** 199 *** *** 200 *** *** 201 *** *** 202 *** *** 203 *** *** 204 *** *** 205 *** *** 206 *** *** 207 *** *** 208 *** *** 209 *** *** 210 *** *** 211 *** *** 212 *** *** 213 *** *** 214 *** *** 215 *** *** 216 *** *** 217 *** *** 218 *** *** 219 *** *** 220 *** *** 221 *** *** 222 *** *** 223 *** *** 224 *** *** 225 *** *** 226 *** *** 227 *** *** 228 *** *** 229 *** *** 230 *** *** 231 *** *** 232 *** *** 233 *** *** 234 *** *** 235 *** *** 236 *** *** 237 *** *** 238 *** *** 239 *** *** 240 *** *** 241 *** *** 242 *** *** 243 *** *** 244 *** *** 245 *** *** 246 *** *** 247 *** *** 248 *** *** 249 *** *** 250 *** *** 251 *** *** 252 *** *** 253 *** *** 254 *** *** 255 *** *** 256 *** *** 257 *** *** 258 *** *** 259 *** *** 260 *** *** 261 *** *** 262 *** *** 263 *** *** 264 *** *** 265 *** *** 266 *** *** 267 *** *** 268 *** *** 269 *** *** 270 *** *** 271 *** *** 272 *** *** 273 *** *** 274 *** *** 275 *** *** 276 *** *** 277 *** *** 278 *** *** 279 *** *** 280 *** *** 281 *** *** 282 *** *** 283 *** *** 284 *** *** 285 *** *** 286 *** *** 287 *** *** 288 *** *** 289 *** *** 290 *** *** 291 *** *** 292 *** *** 293 *** *** 294 *** *** 295 *** *** 296 *** *** 297 *** *** 298 *** *** 299 *** *** 300 *** *** 301 *** *** 302 *** *** 303 *** *** 304 *** *** 305 *** *** 306 *** *** 307 *** *** 308 *** *** 309 *** *** 310 *** *** 311 *** *** 312 *** *** 313 *** *** 314 *** *** 315 *** *** 316 *** *** 317 *** *** 318 *** *** 319 *** *** 320 *** *** 321 *** *** 322 *** *** 323 *** *** 324 *** *** 325 *** *** 326 *** *** 327 *** *** 328 *** *** 329 *** *** 330 *** *** 331 *** *** 332 *** *** 333 *** *** 334 *** *** 335 *** *** 336 *** *** 337 *** *** 338 *** *** 339 *** *** 340 *** *** 341 *** *** 342 *** *** 343 *** *** 344 *** *** 345 *** *** 346 *** *** 347 *** *** 348 *** *** 349 *** *** 350 *** *** 351 *** *** 352 *** *** 353 *** *** 354 *** *** 355 *** *** 356 *** *** 357 *** *** 358 *** *** 359 *** *** 360 *** *** 361 *** *** 362 *** *** 363 *** *** 364 *** *** 365 *** *** 366 *** *** 367 *** *** 368 *** *** 369 *** *** 370 *** *** 371 *** *** 372 *** *** 373 *** *** 374 *** *** 375 *** *** 376 *** *** 377 *** *** 378 *** *** 379 *** *** 380 *** *** 381 *** *** 382 *** *** 383 *** *** 384 *** *** 385 *** *** 386 *** *** 387 *** *** 388 *** *** 389 *** *** 390 *** *** 391 *** *** 392 *** *** 393 *** *** 394 *** *** 395 *** *** 396 *** *** 397 *** *** 398 *** *** 399 *** *** 400 *** *** 401 *** *** 402 *** *** 403 *** *** 404 *** *** 405 *** *** 406 *** *** 407 *** *** 408 *** *** 409 *** *** 410 *** *** 411 *** *** 412 *** *** 413 *** *** 414 *** *** 415 *** *** 416 *** *** 417 *** *** 418 *** *** 419 *** *** 420 *** *** 421 *** *** 422 *** *** 423 *** *** 424 *** *** 425 *** *** 426 *** *** 427 *** *** 428 *** *** 429 *** *** 430 *** *** 431 *** *** 432 *** *** 433 *** *** 434 *** *** 435 *** *** 436 *** *** 437 *** *** 438 *** *** 439 *** *** 440 *** *** 441 *** *** 442 *** *** 443 *** *** 444 *** *** 445 *** *** 446 *** *** 447 *** *** 448 *** *** 449 *** *** 450 *** *** 451 *** *** 452 *** *** 453 *** *** 454 *** *** 455 *** *** 456 *** *** 457 *** *** 458 *** *** 459 *** *** 460 *** *** 461 *** *** 462 *** *** 463 *** *** 464 *** *** 465 *** *** 466 *** *** 467 *** *** 468 *** *** 469 *** *** 470 *** *** 471 *** *** 472 *** *** 473 *** *** 474 *** *** 475 *** *** 476 *** *** 477 *** *** 478 *** *** 479 *** *** 480 *** *** 481 *** *** 482 *** *** 483 *** *** 484 *** *** 485 *** *** 486 *** *** 487 *** *** 488 *** *** 489 *** *** 490 *** *** 491 *** *** 492 *** *** 493 *** *** 494 *** *** 495 *** *** 496 *** *** 497 *** *** 498 *** *** 499 *** *** 500 *** *** 501 *** *** 502 *** *** 503 *** *** 504 *** *** 505 *** *** 506 *** *** 507 *** *** 508 *** *** 509 *** *** 510 *** *** 511 *** *** 512 *** *** 513 *** *** 514 *** *** 515 *** *** 516 *** *** 517 *** *** 518 *** *** 519 *** *** 520 *** *** 521 *** *** 522 *** *** 523 *** *** 524 *** *** 525 *** *** 526 *** *** 527 *** *** 528 *** *** 529 *** *** 530 *** *** 531 *** *** 532 *** *** 533 *** *** 534 *** *** 535 *** *** 536 *** *** 537 *** *** 538 *** *** 539 *** *** 540 *** *** 541 *** *** 542 *** *** 543 *** *** 544 *** *** 545 *** *** 546 *** *** 547 *** *** 548 *** *** 549 *** *** 550 *** *** 551 *** *** 552 *** *** 553 *** *** 554 *** *** 555 *** *** 556 *** *** 557 *** *** 558 *** *** 559 *** *** 560 *** *** 561 *** *** 562 *** *** 563 *** *** 564 *** *** 565 *** *** 566 *** *** 567 *** *** 568 *** *** 569 *** *** 570 *** *** 571 *** *** 572 *** *** 573 *** *** 574 *** *** 575 *** *** 576 *** *** 577 *** *** 578 *** *** 579 *** *** 580 *** *** 581 *** *** 582 *** *** 583 *** *** 584 *** *** 585 *** *** 586 *** *** 587 *** *** 588 *** *** 589 *** *** 590 *** *** 591 *** *** 592 *** *** 593 *** *** 594 *** *** 595 *** *** 596 *** *** 597 *** *** 598 *** *** 599 *** *** 600 *** *** 601 *** *** 602 *** *** 603 *** *** 604 *** *** 605 *** *** 606 *** *** 607 *** *** 608 *** *** 609 *** *** 610 *** *** 611 *** *** 612 *** *** 613 *** *** 614 *** *** 615 *** *** 616 *** *** 617 *** *** 618 *** *** 619 *** *** 620 *** *** 621 *** *** 622 *** *** 623 *** *** 624 *** *** 625 *** *** 626 *** *** 627 *** *** 628 *** *** 629 *** *** 630 *** *** 631 *** *** 632 *** *** 633 *** *** 634 *** *** 635 *** *** 636 *** *** 637 *** *** 638 *** *** 639 *** *** 640 *** *** 641 *** *** 642 *** *** 643 *** *** 644 *** *** 645 *** *** 646 *** *** 647 *** *** 648 *** *** 649 *** *** 650 *** *** 651 *** *** 652 *** *** 653 *** *** 654 *** *** 655 *** *** 656 *** *** 657 *** *** 658 *** *** 659 *** *** 660 *** *** 661 *** *** 662 *** *** 663 *** *** 664 *** *** 665 *** *** 666 *** *** 667 *** *** 668 *** *** 669 *** *** 670 *** *** 671 *** *** 672 *** *** 673 *** *** 674 *** *** 675 *** *** 676 *** *** 677 *** *** 678 *** *** 679 *** *** 680 *** *** 681 *** *** 682 *** *** 683 *** *** 684 *** *** 685 *** *** 686 *** *** 687 *** *** 688 *** *** 689 *** *** 690 *** *** 691 *** *** 692 *** *** 693 *** *** 694 *** *** 695 *** *** 696 *** *** 697 *** *** 698 *** *** 699 *** *** 700 *** *** 701 *** *** 702 *** *** 703 *** *** 704 *** *** 705 *** *** 706 *** *** 707 *** *** 708 *** *** 709 *** *** 710 *** *** 711 *** *** 712 *** *** 713 *** *** 714 *** *** 715 *** *** 716 *** *** 717 *** *** 718 *** *** 719 *** *** 720 *** *** 721 *** *** 722 *** *** 723 *** *** 724 *** *** 725 *** *** 726 *** *** 727 *** *** 728 *** *** 729 *** *** 730 *** *** 731 *** *** 732 *** *** 733 *** *** 734 *** *** 735 *** *** 736 *** *** 737 *** *** 738 *** *** 739 *** *** 740 *** *** 741 *** *** 742 *** *** 743 *** *** 744 *** *** 745 *** *** 746 *** *** 747 *** *** 748 *** *** 749 *** *** 750 *** *** 751 *** *** 752 *** *** 753 *** *** 754 *** *** 755 *** *** 756 *** *** 757 *** *** 758 *** *** 759 *** *** 760 *** *** 761 *** *** 762 *** *** 763 *** *** 764 *** *** 765 *** *** 766 *** *** 767 *** *** 768 *** *** 769 *** *** 770 *** *** 771 *** *** 772 *** *** 773 *** *** 774 *** *** 775 *** *** 776 *** *** 777 *** *** 778 *** *** 779 *** *** 780 *** *** 781 *** *** 782 *** *** 783 *** *** 784 *** *** 785 *** *** 786 *** *** 787 *** *** 788 *** *** 789 *** *** 790 *** *** 791 *** *** 792 *** *** 793 *** *** 794 *** *** 795 *** *** 796 *** *** 797 *** *** 798 *** *** 799 *** *** 800 *** *** 801 *** *** 802 *** *** 803 *** *** 804 *** *** 805 *** *** 806 *** *** 807 *** *** 808 *** *** 809 *** *** 810 *** *** 811 *** *** 812 *** *** 813 *** *** 814 *** *** 815 *** *** 816 *** *** 817 *** *** 818 *** *** 819 *** *** 820 *** *** 821 *** *** 822 *** *** 823 *** *** 824 *** *** 825 *** *** 826 *** *** 827 *** *** 828 *** *** 829 *** *** 830 *** *** 831 *** *** 832 *** *** 833 *** *** 834 *** *** 835 *** *** 836 *** *** 837 *** *** 838 *** *** 839 *** *** 840 *** *** 841 *** *** 842 *** *** 843 *** *** 844 *** *** 845 *** *** 846 *** *** 847 *** *** 848 *** *** 849 *** *** 850 *** *** 851 *** *** 852 *** *** 853 *** *** 854 *** *** 855 *** *** 856 *** *** 857 *** *** 858 *** *** 859 *** *** 860 *** *** 861 *** *** 862 *** *** 863 *** *** 864 *** *** 865 *** *** 866 *** *** 867 *** *** 868 *** *** 869 *** *** 870 *** *** 871 *** *** 872 *** *** 873 *** *** 874 *** *** 875 *** *** 876 *** *** 877 *** *** 878 *** *** 879 *** *** 880 *** *** 881 *** *** 882 *** *** 883 *** *** 884 *** *** 885 *** *** 886 *** *** 887 *** *** 888 *** *** 889 *** *** 890 *** *** 891 *** *** 892 *** *** 893 *** *** 894 *** *** 895 *** *** 896 *** *** 897 *** *** 898 *** *** 899 *** *** 900 *** *** 901 *** *** 902 *** *** 903 *** *** 904 *** *** 905 *** *** 906 *** *** 907 *** *** 908 *** *** 909 *** *** 910 *** *** 911 *** *** 912 *** *** 913 *** *** 914 *** *** 915 *** *** 916 *** *** 917 *** *** 918 *** *** 919 *** *** 920 *** *** 921 *** *** 922 *** *** 923 *** *** 924 *** *** 925 *** *** 926 *** *** 927 *** *** 928 *** *** 929 *** *** 930 *** *** 931 *** *** 932 *** *** 933 *** *** 934 *** *** 935 *** *** 936 *** *** 937 *** *** 938 *** *** 939 *** *** 940 *** *** 941 *** *** 942 *** *** 943 *** *** 944 *** *** 945 *** *** 946 *** *** 947 *** *** 948 *** *** 949 *** *** 950 *** *** 951 *** *** 952 *** *** 953 *** *** 954 *** *** 955 *** *** 956 *** *** 957 *** *** 958 *** *** 959 *** *** 960 *** *** 961 *** *** 962 *** *** 963 *** *** 964 *** *** 965 *** *** 966 *** *** 967 *** *** 968 *** *** 969 *** *** 970 *** *** 971 *** *** 972 *** *** 973 *** *** 974 *** *** 975 *** *** 976 *** *** 977 *** *** 978 *** *** 979 *** *** 980 *** *** 981 *** *** 982 *** *** 983 *** *** 984 *** *** 985 *** *** 986 *** *** 987 *** *** 988 *** *** 989 *** *** 990 *** *** 991 *** *** 992 *** *** 993 *** *** 994 *** *** 995 *** *** 996 *** *** 997 *** *** 998 *** *** 999 *** *** 1000 *** *** 1001 *** *** 1002 *** *** 1003 *** *** 1004 *** *** 1005 *** *** 1006 *** *** 1007 *** *** 1008 *** *** 1009 *** *** 1010 *** *** 1011 *** *** 1012 *** *** 1013 *** *** 1014 *** *** 1015 *** *** 1016 *** *** 1017 *** *** 1018 *** *** 1019 *** *** 1020 *** *** 1021 *** *** 1022 *** *** 1023 *** *** 1024 *** *** 1025 *** *** 1026 *** *** 1027 *** *** 1028 *** *** 1029 *** *** 1030 *** *** 1031 *** *** 1032 *** *** 1033 *** *** 1034 *** *** 1035 *** *** 1036 *** *** 1037 *** *** 1038 *** *** 1039 *** *** 1040 *** *** 1041 *** *** 1042 *** *** 1043 *** *** 1044 *** *** 1045 *** *** 1046 *** *** 1047 *** *** 1048 *** *** 1049 *** *** 1050 *** *** 1051 *** *** 1052 *** *** 1053 *** *** 1054 *** *** 1055 *** *** 1056 *** *** 1057 *** *** 1058 *** *** 1059 *** *** 1060 *** *** 1061 *** *** 1062 *** *** 1063 *** *** 1064 *** *** 1065 *** *** 1066 *** *** 1067 *** *** 1068 *** *** 1069 *** *** 1070 *** *** 1071 *** *** 1072 *** *** 1073 *** *** 1074 *** *** 1075 *** *** 1076 *** *** 1077 *** *** 1078 *** *** 1079 *** *** 1080 *** *** 1081 *** *** 1082 *** *** 1083 *** *** 1084 *** *** 1085 *** *** 1086 *** *** 1087 *** *** 1088 *** *** 1089 *** *** 1090 *** *** 1091 *** *** 1092 *** *** 1093 *** *** 1094 *** *** 1095 *** *** 1096 *** *** 1097 *** *** 1098 *** *** 1099 *** *** 1100 *** *** 1101 *** *** 1102 *** *** 1103 *** *** 1104 *** *** 1105 *** *** 1106 *** *** 1107 *** *** 1108 *** *** 1109 *** *** 1110 *** *** 1111 *** *** 1112 *** *** 1113 *** *** 1114 *** *** 1115 *** *** 1116 *** *** 1117 *** *** 1118 *** *** 1119 *** *** 1120 *** *** 1121 *** *** 1122 *** *** 1123 *** *** 1124 *** *** 1125 *** *** 1126 *** *** 1127 *** *** 1128 *** *** 1129 *** *** 1130 *** *** 1131 *** *** 1132 *** *** 1133 *** *** 1134 *** *** 1135 *** *** 1136 *** *** 1137 *** *** 1138 *** *** 1139 *** *** 1140 *** *** 1141 *** *** 1142 *** *** 1143 *** *** 1144 *** *** 1145 *** *** 1146 *** *** 1147 *** *** 1148 *** *** 1149 *** *** 1150 *** *** 1151 *** *** 1152 *** *** 1153 *** *** 1154 *** *** 1155 *** *** 1156 *** *** 1157 *** *** 1158 *** *** 1159 *** *** 1160 *** *** 1161 *** *** 1162 *** *** 1163 *** *** 1164 *** *** 1165 *** *** 1166 *** *** 1167 *** *** 1168 *** *** 1169 *** *** 1170 *** *** 1171 *** *** 1172 *** *** 1173 *** *** 1174 *** *** 1175 *** *** 1176 *** *** 1177 *** *** 1178 *** *** 1179 *** *** 1180 *** *** 1181 *** *** 1182 *** *** 1183 *** *** 1184 *** *** 1185 *** *** 1186 *** *** 1187 *** *** 1188 *** *** 1189 *** *** 1190 *** *** 1191 *** *** 1192 *** *** 1193 *** *** 1194 *** *** 1195 *** *** 1196 *** *** 1197 *** *** 1198 *** *** 1199 *** *** 1200 *** *** 1201 *** *** 1202 *** *** 1203 *** *** 1204 *** *** 1205 *** *** 1206 *** *** 1207 *** *** 1208 *** *** 1209 *** *** 1210 *** *** 1211 *** *** 1212 *** *** 1213 *** *** 1214 *** *** 1215 *** *** 1216 *** *** 1217 *** *** 1218 *** *** 1219 *** *** 1220 *** *** 1221 *** *** 1222 *** *** 1223 *** *** 1224 *** *** 1225 *** *** 1226 *** *** 1227 *** *** 1228 *** *** 1229 *** *** 1230 *** *** 1231 *** *** 1232 *** *** 1233 *** *** 1234 *** *** 1235 *** *** 1236 *** *** 1237 *** *** 1238 *** *** 1239 *** *** 1240 *** *** 1241 *** *** 1242 *** *** 1243 *** *** 1244 *** *** 1245 *** *** 1246 *** *** 1247 *** *** 1248 *** *** 1249 *** *** 1250 *** *** 1251 *** *** 1252 *** *** 1253 *** *** 1254 *** *** 1255 *** *** 1256 *** *** 1257 *** *** 1258 *** *** 1259 *** *** 1260 *** *** 1261 *** *** 1262 *** *** 1263 *** *** 1264 *** *** 1265 *** *** 1266 *** *** 1267 *** *** 1268 *** *** 1269 *** *** 1270 *** *** 1271 *** *** 1272 *** *** 1273 *** *** 1274 *** *** 1275 *** *** 1276 *** *** 1277 *** *** 1278 *** *** 1279 *** *** 1280 *** *** 1281 *** *** 1282 *** *** 1283 *** *** 1284 *** *** 1285 *** *** 1286 *** *** 1287 *** *** 1288 *** *** 1289 *** *** 1290 *** *** 1291 *** *** 1292 *** *** 1293 *** *** 1294 *** *** 1295 *** *** 1296 *** *** 1297 *** *** 1298 *** *** 1299 *** *** 1300 *** *** 1301 *** *** 1302 *** *** 1303 *** *** 1304 *** *** 1305 *** *** 1306 *** *** 1307 *** *** 1308 *** *** 1309 *** *** 1310 *** *** 1311 *** *** 1312 *** *** 1313 *** *** 1314 *** *** 1315 *** *** 1316 *** *** 1317 *** *** 1318 *** *** 1319 *** *** 1320 *** *** 1321 *** *** 1322 *** *** 1323 *** *** 1324 *** *** 1325 *** *** 1326 *** *** 1327 *** *** 1328 *** *** 1329 *** *** 1330 *** *** 1331 *** *** 1332 *** *** 1333 *** *** 1334 *** *** 1335 *** *** 1336 *** *** 1337 *** *** 1338 *** *** 1339 *** *** 1340 *** *** 1341 *** *** 1342 *** *** 1343 *** *** 1344 *** *** 1345 *** *** 1346 *** *** 1347 *** *** 1348 *** *** 1349 *** *** 1350 *** *** 1351 *** *** 1352 *** *** 1353 *** *** 1354 *** *** 1355 *** *** 1356 *** *** 1357 *** *** 1358 *** *** 1359 *** *** 1360 *** *** 1361 *** *** 1362 *** *** 1363 *** *** 1364 *** *** 1365 *** *** 1366 *** *** 1367 *** *** 1368 *** *** 1369 *** *** 1370 *** *** 1371 *** *** 1372 *** *** 1373 *** *** 1374 *** *** 1375 *** *** 1376 *** *** 1377 *** *** 1378 *** *** 1379 *** *** 1380 *** *** 1381 *** *** 1382 *** *** 1383 *** *** 1384 *** *** 1385 *** *** 1386 *** *** 1387 *** *** 1388 *** *** 1389 *** *** 1390 *** *** 1391 *** *** 1392 *** *** 1393 *** *** 1394 *** *** 1395 *** *** 1396 *** *** 1397 *** *** 1398 *** *** 1399 *** *** 1400 *** *** 1401 *** *** 1402 *** *** 1403 *** *** 1404 *** *** 1405 *** *** 1406 *** *** 1407 *** *** 1408 *** *** 1409 *** *** 1410 *** *** 1411 *** *** 1412 *** *** 1413 *** *** 1414 *** *** 1415 *** *** 1416 *** *** 1417 *** *** 1418 *** *** 1419 *** *** 1420 *** *** 1421 *** *** 1422 *** *** 1423 *** *** 1424 *** *** 1425 *** *** 1426 *** *** 1427 *** *** 1428 *** *** 1429 *** *** 1430 *** *** 1431 *** *** 1432 *** *** 1433 *** *** 1434 *** *** 1435 *** *** 1436 *** *** 1437 *** *** 1438 *** *** 1439 *** *** 1440 *** *** 1441 *** *** 1442 *** *** 1443 *** *** 1444 *** *** 1445 *** *** 1446 *** *** 1447 *** *** 1448 *** *** 1449 *** *** 1450 *** *** 1451 *** *** 1452 *** *** 1453 *** *** 1454 *** *** 1455 *** *** 1456 *** *** 1457 *** *** 1458 *** *** 1459 *** *** 1460 *** *** 1461 *** *** 1462 *** *** 1463 *** *** 1464 *** *** 1465 *** *** 1466 *** *** 1467 *** *** 1468 *** *** 1469 *** *** 1470 *** *** 1471 *** *** 1472 *** *** 1473 *** *** 1474 *** *** 1475 *** *** 1476 *** *** 1477 *** *** 1478 *** *** 1479 *** *** 1480 *** *** 1481 *** *** 1482 *** *** 1483 *** *** 1484 *** *** 1485 *** *** 1486 *** *** 1487 *** *** 1488 *** *** 1489 *** *** 1490 *** *** 1491 *** *** 1492 *** *** 1493 *** *** 1494 *** *** 1495 *** *** 1496 *** *** 1497 *** *** 1498 *** *** 1499 *** *** 1500 *** *** 1501 *** *** 1502 *** *** 1503 *** *** 1504 *** *** 1505 *** *** 1506 *** *** 1507 *** *** 1508 *** *** 1509 *** *** 1510 *** *** 1511 *** *** 1512 *** *** 1513 *** *** 1514 *** *** 1515 *** *** 1516 *** *** 1517 *** *** 1518 *** *** 1519 *** *** 1520 *** *** 1521 *** *** 1522 *** *** 1523 *** *** 1524 *** *** 1525 *** *** 1526 *** *** 1527 *** *** 1528 *** *** 1529 *** *** 1530 *** *** 1531 *** *** 1532 *** *** 1533 *** *** 1534 *** *** 1535 *** *** 1536 *** *** 1537 *** *** 1538 *** *** 1539 *** *** 1540 *** *** 1541 *** *** 1542 *** *** 1543 *** *** 1544 *** *** 1545 *** *** 1546 *** *** 1547 *** *** 1548 *** *** 1549 *** *** 1550 *** *** 1551 *** *** 1552 *** *** 1553 *** *** 1554 *** *** 1555 *** *** 1556 *** *** 1557 *** *** 1558 *** *** 1559 *** *** 1560 *** *** 1561 *** *** 1562 *** *** 1563 *** *** 1564 *** *** 1565 *** *** 1566 *** *** 1567 *** *** 1568 *** *** 1569 *** *** 1570 *** *** 1571 *** *** 1572 *** *** 1573 *** *** 1574 *** *** 1575 *** *** 1576 *** *** 1577 *** *** 1578 *** *** 1579 *** *** 1580 *** *** 1581 *** *** 1582 *** *** 1583 *** *** 1584 *** *** 1585 *** *** 1586 *** *** 1587 *** *** 1588 *** *** 1589 *** *** 1590 *** *** 1591 *** *** 1592 *** *** 1593 *** *** 1594 *** *** 1595 *** *** 1596 *** *** 1597 *** *** 1598 *** *** 1599 *** *** 1600 *** *** 1601 *** *** 1602 *** *** 1603 *** *** 1604 *** *** 1605 *** *** 1606 *** *** 1607 *** *** 1608 *** *** 1609 *** *** 1610 *** *** 1611 *** *** 1612 *** *** 1613 *** *** 1614 *** *** 1615 *** *** 1616 *** *** 1617 *** *** 1618 *** *** 1619 *** *** 1620 *** *** 1621 *** *** 1622 *** *** 1623 *** *** 1624 *** *** 1625 *** *** 1626 *** *** 1627 *** *** 1628 *** *** 1629 *** *** 1630 *** *** 1631 *** *** 1632 *** *** 1633 *** *** 1634 *** *** 1635 *** *** 1636 *** *** 1637 *** *** 1638 *** *** 1639 *** *** 1640 *** *** 1641 *** *** 1642 *** *** 1643 *** *** 1644 *** *** 1645 *** *** 1646 *** *** 1647 *** *** 1648 *** *** 1649 *** *** 1650 *** *** 1651 *** *** 1652 *** *** 1653 *** *** 1654 *** *** 1655 *** *** 1656 *** *** 1657 *** *** 1658 *** *** 1659 *** *** 1660 *** *** 1661 *** *** 1662 *** *** 1663 *** *** 1664 *** *** 1665 *** *** 1666 *** *** 1667 *** *** 1668 *** *** 1669 *** *** 1670 *** *** 1671 *** *** 1672 *** *** 1673 *** *** 1674 *** *** 1675 *** *** 1676 *** *** 1677 *** *** 1678 *** *** 1679 *** *** 1680 *** *** 1681 *** *** 1682 *** *** 1683 *** *** 1684 *** *** 1685 *** *** 1686 *** *** 1687 *** *** 1688 *** *** 1689 *** *** 1690 *** *** 1691 *** *** 1692 *** *** 1693 *** *** 1694 *** *** 1695 *** *** 1696 *** *** 1697 *** *** 1698 *** *** 1699 *** *** 1700 *** *** 1701 *** *** 1702 *** *** 1703 *** *** 1704 *** *** 1705 *** *** 1706 *** *** 1707 *** *** 1708 *** *** 1709 *** *** 1710 *** *** 1711 *** *** 1712 *** *** 1713 *** *** 1714 *** *** 1715 *** *** 1716 *** *** 1717 *** *** 1718 *** *** 1719 *** *** 1720 *** *** 1721 *** *** 1722 *** *** 1723 *** *** 1724 *** *** 1725 *** *** 1726 *** *** 1727 *** *** 1728 *** *** 1729 *** *** 1730 *** *** 1731 *** *** 1732 *** *** 1733 *** *** 1734 *** *** 1735 *** *** 1736 *** *** 1737 *** *** 1738 *** *** 1739 *** *** 1740 *** *** 1741 *** *** 1742 *** *** 1743 *** *** 1744 *** *** 1745 *** *** 1746 *** *** 1747 *** *** 1748 *** *** 1749 *** *** 1750 *** *** 1751 *** *** 1752 *** *** 1753 *** *** 1754 *** *** 1755 *** *** 1756 *** *** 1757 *** *** 1758 *** *** 1759 *** *** 1760 *** *** 1761 *** *** 1762 *** *** 1763 *** *** 1764 *** *** 1765 *** *** 1766 *** *** 1767 *** *** 1768 *** *** 1769 *** *** 1770 *** *** 1771 *** *** 1772 *** *** 1773 *** *** 1774 *** *** 1775 *** *** 1776 *** *** 1777 *** *** 1778 *** *** 1779 *** *** 1780 *** *** 1781 *** *** 1782 *** *** 1783 *** *** 1784 *** *** 1785 *** *** 1786 *** *** 1787 *** *** 1788 *** *** 1789 *** *** 1790 *** *** 1791 *** *** 1792 *** *** 1793 *** *** 1794 *** *** 1795 *** *** 1796 *** *** 1797 *** *** 1798 *** *** 1799 *** *** 1800 *** *** 1801 *** *** 1802 *** *** 1803 *** *** 1804 *** *** 1805 *** *** 1806 *** *** 1807 *** *** 1808 *** *** 1809 *** *** 1810 *** *** 1811 *** *** 1812 *** *** 1813 *** *** 1814 *** *** 1815 *** *** 1816 *** *** 1817 *** *** 1818 *** *** 1819 *** *** 1820 *** *** 1821 *** *** 1822 *** *** 1823 *** *** 1824 *** *** 1825 *** *** 1826 *** *** 1827 *** *** 1828 *** *** 1829 *** *** 1830 *** *** 1831 *** *** 1832 *** *** 1833 *** *** 1834 *** *** 1835 *** *** 1836 *** *** 1837 *** *** 1838 *** *** 1839 *** *** 1840 *** *** 1841 *** *** 1842 *** *** 1843 *** *** 1844 *** *** 1845 *** *** 1846 *** *** 1847 *** *** 1848 *** *** 1849 *** *** 1850 *** *** 1851 *** *** 1852 *** *** 1853 *** *** 1854 *** *** 1855 *** *** 1856 *** *** 1857 *** *** 1858 *** *** 1859 *** *** 1860 *** *** 1861 *** *** 1862 *** *** 1863 *** *** 1864 *** *** 1865 *** *** 1866 *** *** 1867 *** *** 1868 *** *** 1869 *** *** 1870 *** *** 1871 *** *** 1872 *** *** 1873 *** *** 1874 *** *** 1875 *** *** 1876 *** *** 1877 *** *** 1878 *** *** 1879 *** *** 1880 *** *** 1881 *** *** 1882 *** *** 1883 *** *** 1884 *** *** 1885 *** *** 1886 *** *** 1887 *** *** 1888 *** *** 1889 *** *** 1890 *** *** 1891 *** *** 1892 *** *** 1893 *** *** 1894 *** *** 1895 *** *** 1896 *** *** 1897 *** *** 1898 *** *** 1899 *** *** 1900 *** *** 1901 *** *** 1902 *** *** 1903 *** *** 1904 *** *** 1905 *** *** 1906 *** *** 1907 *** *** 1908 *** *** 1909 *** *** 1910 *** *** 1911 *** *** 1912 *** *** 1913 *** *** 1914 *** *** 1915 *** *** 1916 *** *** 1917 *** *** 1918 *** *** 1919 *** *** 1920 *** *** 1921 *** *** 1922 *** *** 1923 *** *** 1924 *** *** 1925 *** *** 1926 *** *** 1927 *** *** 1928 *** *** 1929 *** *** 1930 *** *** 1931 *** *** 1932 *** *** 1933 *** *** 1934 *** *** 1935 *** *** 1936 *** *** 1937 *** *** 1938 *** *** 1939 *** *** 1940 *** *** 1941 *** *** 1942 *** *** 1943 *** *** 1944 *** *** 1945 *** *** 1946 *** *** 1947 *** *** 1948 *** *** 1949 *** *** 1950 *** *** 1951 *** *** 1952 *** *** 1953 *** *** 1954 *** *** 1955 *** *** 1956 *** *** 1957 *** *** 1958 *** *** 1959 *** *** 1960 *** *** 1961 *** *** 1962 *** *** 1963 *** *** 1964 *** *** 1965 *** *** 1966 *** *** 1967 *** *** 1968 *** *** 1969 *** *** 1970 *** *** 1971 *** *** 1972 *** *** 1973 *** *** 1974 *** *** 1975 *** *** 1976 *** *** 1977 *** *** 1978 *** *** 1979 *** *** 1980 *** *** 1981 *** *** 1982 *** *** 1983 *** *** 1984 *** *** 1985 *** *** 1986 *** *** 1987 *** *** 1988 *** *** 1989 *** *** 1990 *** *** 1991 *** *** 1992 *** *** 1993 *** *** 1994 *** *** 1995 *** *** 1996 *** *** 1997 *** *** 1998 *** *** 1999 *** *** 2000 *** *** 2001 *** *** 2002 *** *** 2003 *** *** 2004 *** *** 2005 *** *** 2006 *** *** 2007 *** *** 2008 *** *** 2009 *** *** 2010 *** *** 2011 *** *** 2012 *** *** 2013 *** *** 2014 *** *** 2015 *** *** 2016 *** *** 2017 *** *** 2018 *** *** 2019 *** *** 2020 *** *** 2021 *** *** 2022 *** *** 2023 *** *** 2024 *** *** 2025 *** *** 2026 *** *** 2027 *** *** 2028 *** *** 2029 *** *** 2030 *** *** 2031 *** *** 2032 *** *** 2033 *** *** 2034 *** *** 2035 *** *** 2036 *** *** 2037 *** *** 2038 *** *** 2039 *** *** 2040 *** *** 2041 *** *** 2042 *** *** 2043 *** *** 2044 *** *** 2045 *** *** 2046 *** *** 2047 *** *** 2048 *** *** 2049 *** *** 2050 *** *** 2051 *** *** 2052 *** *** 2053 *** *** 2054 *** *** 2055 *** *** 2056 *** *** 2057 *** *** 2058 *** *** 2059 *** *** 2060 *** *** 2061 *** *** 2062 *** *** 2063 *** *** 2064 *** *** 2065 *** *** 2066 *** *** 2067 *** *** 2068 *** *** 2069 *** *** 2070 *** *** 2071 *** *** 2072 *** *** 2073 *** *** 2074 *** *** 2075 *** *** 2076 *** *** 2077 *** *** 2078 *** *** 2079 *** *** 2080 *** *** 2081 *** *** 2082 *** *** 2083 *** *** 2084 *** *** 2085 *** *** 2086 *** *** 2087 *** *** 2088 *** *** 2089 *** *** 2090 *** *** 2091 *** *** 2092 *** *** 2093 *** *** 2094 *** *** 2095 *** *** 2096 *** *** 2097 *** *** 2098 *** *** 2099 *** *** 2100 *** *** 2101 *** *** 2102 *** *** 2103 *** *** 2104 *** *** 2105 *** *** 2106 *** *** 2107 *** *** 2108 *** *** 2109 *** *** 2110 *** *** 2111 *** *** 2112 *** *** 2113 *** *** 2114 *** *** 2115 *** *** 2116 *** *** 2117 *** *** 2118 *** *** 2119 *** *** 2120 *** *** 2121 *** *** 2122 *** *** 2123 *** *** 2124 *** *** 2125 *** *** 2126 *** *** 2127 *** *** 2128 *** *** 2129 *** *** 2130 *** *** 2131 *** *** 2132 *** *** 2133 *** *** 2134 *** *** 2135 *** *** 2136 *** *** 2137 *** *** 2138 *** *** 2139 *** *** 2140 *** *** 2141 *** *** 2142 *** *** 2143 *** *** 2144 *** *** 2145 *** *** 2146 *** *** 2147 *** *** 2148 *** *** 2149 *** *** 2150 *** *** 2151 *** *** 2152 *** *** 2153 *** *** 2154 *** *** 2155 *** *** 2156 *** *** 2157 *** *** 2158 *** *** 2159 *** *** 2160 *** *** 2161 *** *** 2162 *** *** 2163 *** *** 2164 *** *** 2165 *** *** 2166 *** *** 2167 *** *** 2168 *** *** 2169 *** *** 2170 *** *** 2171 *** *** 2172 *** *** 2173 *** *** 2174 *** *** 2175 *** *** 2176 *** *** 2177 *** *** 2178 *** *** 2179 *** *** 2180 *** *** 2181 *** *** 2182 *** *** 2183 *** *** 2184 *** *** 2185 *** *** 2186 *** *** 2187 *** *** 2188 *** *** 2189 *** *** 2190 *** *** 2191 *** *** 2192 *** *** 2193 *** *** 2194 *** *** 2195 *** *** 2196 *** *** 2197 *** *** 2198 *** *** 2199 *** *** 2200 *** *** 2201 *** *** 2202 *** *** 2203 *** *** 2204 *** *** 2205 *** *** 2206 *** *** 2207 *** *** 2208 *** *** 2209 *** *** 2210 *** *** 2211 *** *** 2212 *** *** 2213 *** *** 2214 *** *** 2215 *** *** 2216 *** *** 2217 *** *** 2218 *** *** 2219 *** *** 2220 *** *** 2221 *** *** 2222 *** *** 2223 *** *** 2224 *** *** 2225 *** *** 2226 *** *** 2227 *** *** 2228 *** *** 2229 *** *** 2230 *** *** 2231 *** *** 2232 *** *** 2233 *** *** 2234 *** *** 2235 *** *** 2236 *** *** 2237 *** *** 2238 *** *** 2239 *** *** 2240 *** *** 2241 *** *** 2242 *** *** 2243 *** *** 2244 *** *** 2245 *** *** 2246 *** *** 2247 *** *** 2248 *** *** 2249 *** *** 2250 *** *** 2251 *** *** 2252 *** *** 2253 *** *** 2254 *** *** 2255 *** *** 2256 *** *** 2257 *** *** 2258 *** *** 2259 *** *** 2260 *** *** 2261 *** *** 2262 *** *** 2263 *** *** 2264 *** *** 2265 *** *** 2266 *** *** 2267 *** *** 2268 *** *** 2269 *** *** 2270 *** *** 2271 *** *** 2272 *** *** 2273 *** *** 2274 *** *** 2275 *** *** 2276 *** *** 2277 *** *** 2278 *** *** 2279 *** *** 2280 *** *** 2281 *** *** 2282 *** *** 2283 *** *** 2284 *** *** 2285 *** *** 2286 *** *** 2287 *** *** 2288 *** *** 2289 *** *** 2290 *** *** 2291 *** *** 2292 *** *** 2293 *** *** 2294 *** *** 2295 *** *** 2296 *** *** 2297 *** *** 2298 *** *** 2299 *** *** 2300 *** *** 2301 *** *** 2302 *** *** 2303 *** *** 2304 *** *** 2305 *** *** 2306 *** *** 2307 *** *** 2308 *** *** 2309 *** *** 2310 *** *** 2311 *** *** 2312 *** *** 2313 *** *** 2314 *** *** 2315 *** *** 2316 *** *** 2317 *** *** 2318 *** *** 2319 *** *** 2320 *** *** 2321 *** *** 2322 *** *** 2323 *** *** 2324 *** *** 2325 *** *** 2326 *** *** 2327 *** *** 2328 *** *** 2329 *** *** 2330 *** *** 2331 *** *** 2332 *** *** 2333 *** *** 2334 *** *** 2335 *** *** 2336 *** *** 2337 *** *** 2338 *** *** 2339 *** *** 2340 *** *** 2341 *** *** 2342 *** *** 2343 *** *** 2344 *** *** 2345 *** *** 2346 *** *** 2347 *** *** 2348 *** *** 2349 *** *** 2350 *** *** 2351 *** *** 2352 *** *** 2353 *** *** 2354 *** *** 2355 *** *** 2356 *** *** 2357 *** *** 2358 *** *** 2359 *** *** 2360 *** *** 2361 *** *** 2362 *** *** 2363 *** *** 2364 *** *** 2365 *** *** 2366 *** *** 2367 *** *** 2368 *** *** 2369 *** *** 2370 *** *** 2371 *** *** 2372 *** *** 2373 *** *** 2374 *** *** 2375 *** *** 2376 *** *** 2377 *** *** 2378 *** *** 2379 *** *** 2380 *** *** 2381 *** *** 2382 *** *** 2383 *** *** 2384 *** *** 2385 *** *** 2386 *** *** 2387 *** *** 2388 *** *** 2389 *** *** 2390 *** *** 2391 *** *** 2392 *** *** 2393 *** *** 2394 *** *** 2395 *** *** 2396 *** *** 2397 *** *** 2398 *** *** 2399 *** *** 2400 *** *** 2401 *** *** 2402 *** *** 2403 *** *** 2404 *** *** 2405 *** *** 2406 *** *** 2407 *** *** 2408 *** *** 2409 *** *** 2410 *** *** 2411 *** *** 2412 *** *** 2413 *** *** 2414 *** *** 2415 *** *** 2416 *** *** 2417 *** *** 2418 *** *** 2419 *** *** 2420 *** *** 2421 *** *** 2422 *** *** 2423 *** *** 2424 *** *** 2425 *** *** 2426 *** *** 2427 *** *** 2428 *** *** 2429 *** *** 2430 *** *** 2431 *** *** 2432 *** *** 2433 *** *** 2434 *** *** 2435 *** *** 2436 *** *** 2437 *** *** 2438 *** *** 2439 *** *** 2440 *** *** 2441 *** *** 2442 *** *** 2443 *** *** 2444 *** *** 2445 *** *** 2446 *** *** 2447 *** *** 2448 *** *** 2449 *** *** 2450 *** *** 2451 *** *** 2452 *** *** 2453 *** *** 2454 *** *** 2455 *** *** 2456 *** *** 2457 *** *** 2458 *** *** 2459 *** *** 2460 *** *** 2461 *** *** 2462 *** *** 2463 *** *** 2464 *** *** 2465 *** *** 2466 *** *** 2467 *** *** 2468 *** *** 2469 *** *** 2470 *** *** 2471 *** *** 2472 *** *** 2473 *** *** 2474 *** *** 2475 *** *** 2476 *** *** 2477 *** *** 2478 *** *** 2479 *** *** 2480 *** *** 2481 *** *** 2482 *** *** 2483 *** *** 2484 *** *** 2485 *** *** 2486 *** *** 2487 *** *** 2488 *** *** 2489 *** *** 2490 *** *** 2491 *** *** 2492 *** *** 2493 *** *** 2494 *** *** 2495 *** *** 2496 *** *** 2497 *** *** 2498 *** *** 2499 *** *** 2500 *** *** 2501 *** *** 2502 *** *** 2503 *** *** 2504 *** *** 2505 *** *** 2506 *** *** 2507 *** *** 2508 *** *** 2509 *** *** 2510 *** *** 2511 *** *** 2512 *** *** 2513 *** *** 2514 *** *** 2515 *** *** 2516 *** *** 2517 *** *** 2518 *** *** 2519 *** *** 2520 *** *** 2521 *** *** 2522 *** *** 2523 *** *** 2524 *** *** 2525 *** *** 2526 *** *** 2527 *** *** 2528 *** *** 2529 *** *** 2530 *** *** 2531 *** *** 2532 *** *** 2533 *** *** 2534 *** *** 2535 *** *** 2536 *** *** 2537 *** *** 2538 *** *** 2539 *** *** 2540 *** *** 2541 *** *** 2542 *** *** 2543 *** *** 2544 *** *** 2545 *** *** 2546 *** *** 2547 *** *** 2548 *** *** 2549 *** *** 2550 *** *** 2551 *** *** 2552 *** *** 2553 *** *** 2554 *** *** 2555 *** *** 2556 *** *** 2557 *** *** 2558 *** *** 2559 *** *** 2560 *** *** 2561 *** *** 2562 *** *** 2563 *** *** 2564 *** *** 2565 *** *** 2566 *** *** 2567 *** *** 2568 *** *** 2569 *** *** 2570 *** *** 2571 *** *** 2572 *** *** 2573 *** *** 2574 *** *** 2575 *** *** 2576 *** *** 2577 *** *** 2578 *** *** 2579 *** *** 2580 *** *** 2581 *** *** 2582 *** *** 2583 *** *** 2584 *** *** 2585 *** *** 2586 *** *** 2587 *** *** 2588 *** *** 2589 *** *** 2590 *** *** 2591 *** *** 2592 *** *** 2593 *** *** 2594 *** *** 2595 *** *** 2596 *** *** 2597 *** *** 2598 *** *** 2599 *** *** 2600 *** *** 2601 *** *** 2602 *** *** 2603 *** *** 2604 *** *** 2605 *** *** 2606 *** *** 2607 *** *** 2608 *** *** 2609 *** *** 2610 *** *** 2611 *** *** 2612 *** *** 2613 *** *** 2614 *** *** 2615 *** *** 2616 *** *** 2617 *** *** 2618 *** *** 2619 *** *** 2620 *** *** 2621 *** *** 2622 *** *** 2623 *** *** 2624 *** *** 2625 *** *** 2626 *** *** 2627 *** *** 2628 *** *** 2629 *** *** 2630 *** *** 2631 *** *** 2632 *** *** 2633 *** *** 2634 *** *** 2635 *** *** 2636 *** *** 2637 *** *** 2638 *** *** 2639 *** *** 2640 *** *** 2641 *** *** 2642 *** *** 2643 *** *** 2644 *** *** 2645 *** *** 2646 *** *** 2647 *** *** 2648 *** *** 2649 *** *** 2650 *** *** 2651 *** *** 2652 *** *** 2653 *** *** 2654 *** *** 2655 *** *** 2656 *** *** 2657 *** *** 2658 *** *** 2659 *** *** 2660 *** *** 2661 *** *** 2662 *** *** 2663 *** *** 2664 *** *** 2665 *** *** 2666 *** *** 2667 *** *** 2668 *** *** 2669 *** *** 2670 *** *** 2671 *** *** 2672 *** *** 2673 *** *** 2674 *** *** 2675 *** *** 2676 *** *** 2677 *** *** 2678 *** *** 2679 *** *** 2680 *** *** 2681 *** *** 2682 *** *** 2683 *** *** 2684 *** *** 2685 *** *** 2686 *** *** 2687 *** *** 2688 *** *** 2689 *** *** 2690 *** *** 2691 *** *** 2692 *** *** 2693 *** *** 2694 *** *** 2695 *** *** 2696 *** *** 2697 *** *** 2698 *** *** 2699 *** *** 2700 *** *** 2701 *** *** 2702 *** *** 2703 *** *** 2704 *** *** 2705 *** *** 2706 *** *** 2707 *** *** 2708 *** *** 2709 *** *** 2710 *** *** 2711 *** *** 2712 *** *** 2713 *** *** 2714 *** *** 2715 *** *** 2716 *** *** 2717 *** *** 2718 *** *** 2719 *** *** 2720 *** *** 2721 *** *** 2722 *** *** 2723 *** *** 2724 *** *** 2725 *** *** 2726 *** *** 2727 *** *** 2728 *** *** 2729 *** *** 2730 *** *** 2731 *** *** 2732 *** *** 2733 *** *** 2734 *** *** 2735 *** *** 2736 *** *** 2737 *** *** 2738 *** *** 2739 *** *** 2740 *** *** 2741 *** *** 2742 *** *** 2743 *** *** 2744 *** *** 2745 *** *** 2746 *** *** 2747 *** *** 2748 *** *** 2749 *** *** 2750 *** *** 2751 *** *** 2752 *** *** 2753 *** *** 2754 *** *** 2755 *** *** 2756 *** *** 2757 *** *** 2758 *** *** 2759 *** *** 2760 *** *** 2761 *** *** 2762 *** *** 2763 *** *** 2764 *** *** 2765 *** *** 2766 *** *** 2767 *** *** 2768 *** *** 2769 *** *** 2770 *** *** 2771 *** *** 2772 *** *** 2773 *** *** 2774 *** *** 2775 *** *** 2776 *** *** 2777 *** *** 2778 *** *** 2779 *** *** 2780 *** *** 2781 *** *** 2782 *** *** 2783 *** *** 2784 *** *** 2785 *** *** 2786 *** *** 2787 *** *** 2788 *** *** 2789 *** *** 2790 *** *** 2791 *** *** 2792 *** *** 2793 *** *** 2794 *** *** 2795 *** *** 2796 *** *** 2797 *** *** 2798 *** *** 2799 *** *** 2800 *** *** 2801 *** *** 2802 *** *** 2803 *** *** 2804 *** *** 2805 *** *** 2806 *** *** 2807 *** *** 2808 *** *** 2809 *** *** 2810 *** *** 2811 *** *** 2812 *** *** 2813 *** *** 2814 *** *** 2815 *** *** 2816 *** *** 2817 *** *** 2818 *** *** 2819 *** *** 2820 *** *** 2821 *** *** 2822 *** *** 2823 *** *** 2824 *** *** 2825 *** *** 2826 *** *** 2827 *** *** 2828 *** *** 2829 *** *** 2830 *** *** 2831 *** *** 2832 *** *** 2833 *** *** 2834 *** *** 2835 *** *** 2836 *** *** 2837 *** *** 2838 *** *** 2839 *** *** 2840 *** *** 2841 *** *** 2842 *** *** 2843 *** *** 2844 *** *** 2845 *** *** 2846 *** *** 2847 *** *** 2848 *** *** 2849 *** *** 2850 *** *** 2851 *** *** 2852 *** *** 2853 *** *** 2854 *** *** 2855 *** *** 2856 *** *** 2857 *** *** 2858 *** *** 2859 *** *** 2860 *** *** 2861 *** *** 2862 *** *** 2863 *** *** 2864 *** *** 2865 *** *** 2866 *** *** 2867 *** *** 2868 *** *** 2869 *** *** 2870 *** *** 2871 *** *** 2872 *** *** 2873 *** *** 2874 *** *** 2875 *** *** 2876 *** *** 2877 *** *** 2878 *** *** 2879 *** *** 2880 *** *** 2881 *** *** 2882 *** *** 2883 *** *** 2884 *** *** 2885 *** *** 2886 *** *** 2887 *** *** 2888 *** *** 2889 *** *** 2890 *** *** 2891 *** *** 2892 *** *** 2893 *** *** 2894 *** *** 2895 *** *** 2896 *** *** 2897 *** *** 2898 *** *** 2899 *** *** 2900 *** *** 2901 *** *** 2902 *** *** 2903 *** *** 2904 *** *** 2905 *** *** 2906 *** *** 2907 *** *** 2908 *** *** 2909 *** *** 2910 *** *** 2911 *** *** 2912 *** *** 2913 *** *** 2914 *** *** 2915 *** *** 2916 *** *** 2917 *** *** 2918 *** *** 2919 *** *** 2920 *** *** 2921 *** *** 2922 *** *** 2923 *** *** 2924 *** *** 2925 *** *** 2926 *** *** 2927 *** *** 2928 *** *** 2929 *** *** 2930 *** *** 2931 *** *** 2932 *** *** 2933 *** *** 2934 *** *** 2935 *** *** 2936 *** *** 2937 *** *** 2938 *** *** 2939 *** *** 2940 *** *** 2941 *** *** 2942 *** *** 2943 *** *** 2944 *** *** 2945 *** *** 2946 *** *** 2947 *** *** 2948 *** *** 2949 *** *** 2950 *** *** 2951 *** *** 2952 *** *** 2953 *** *** 2954 *** *** 2955 *** *** 2956 *** *** 2957 *** *** 2958 *** *** 2959 *** *** 2960 *** *** 2961 *** *** 2962 *** *** 2963 *** *** 2964 *** *** 2965 *** *** 2966 *** *** 2967 *** *** 2968 *** *** 2969 *** *** 2970 *** *** 2971 *** *** 2972 *** *** 2973 *** *** 2974 *** *** 2975 *** *** 2976 *** *** 2977 *** *** 2978 *** *** 2979 *** *** 2980 *** *** 2981 *** *** 2982 *** *** 2983 *** *** 2984 *** *** 2985 *** *** 2986 *** *** 2987 *** *** 2988 *** *** 2989 *** *** 2990 *** *** 2991 *** *** 2992 *** *** 2993 *** *** 2994 *** *** 2995 *** *** 2996 *** *** 2997 *** *** 2998 *** *** 2999 *** *** 3000 *** *** 3001 *** *** 3002 *** *** 3003 *** *** 3004 *** *** 3005 *** *** 3006 *** *** 3007 *** *** 3008 *** *** 3009 *** *** 3010 *** *** 3011 *** *** 3012 *** *** 3013 *** *** 3014 *** *** 3015 *** *** 3016 *** *** 3017 *** *** 3018 *** *** 3019 *** *** 3020 *** *** 3021 *** *** 3022 *** *** 3023 *** *** 3024 *** *** 3025 *** *** 3026 *** *** 3027 *** *** 3028 *** *** 3029 *** *** 3030 *** *** 3031 *** *** 3032 *** *** 3033 *** *** 3034 *** *** 3035 *** *** 3036 *** *** 3037 *** *** 3038 *** *** 3039 *** *** 3040 *** *** 3041 *** *** 3042 *** *** 3043 *** *** 3044 *** *** 3045 *** *** 3046 *** *** 3047 *** *** 3048 *** *** 3049 *** *** 3050 *** *** 3051 *** *** 3052 *** *** 3053 *** *** 3054 *** *** 3055 *** *** 3056 *** *** 3057 *** *** 3058 *** *** 3059 *** *** 3060 *** *** 3061 *** *** 3062 *** *** 3063 *** *** 3064 *** *** 3065 *** *** 3066 *** *** 3067 *** *** 3068 *** *** 3069 *** *** 3070 *** *** 3071 *** *** 3072 *** *** 3073 *** *** 3074 *** *** 3075 *** *** 3076 *** *** 3077 *** *** 3078 *** *** 3079 *** *** 3080 *** *** 3081 *** *** 3082 *** *** 3083 *** *** 3084 *** *** 3085 *** *** 3086 *** *** 3087 *** *** 3088 *** *** 3089 *** *** 3090 *** *** 3091 *** *** 3092 *** *** 3093 *** *** 3094 *** *** 3095 *** *** 3096 *** *** 3097 *** *** 3098 *** *** 3099 *** *** 3100 *** *** 3101 *** *** 3102 *** *** 3103 *** *** 3104 *** *** 3105 *** *** 3106 *** *** 3107 *** *** 3108 *** *** 3109 *** *** 3110 *** *** 3111 *** *** 3112 *** *** 3113 *** *** 3114 *** *** 3115 *** *** 3116 *** *** 3117 *** *** 3118 *** *** 3119 *** *** 3120 *** *** 3121 *** *** 3122 *** *** 3123 *** *** 3124 *** *** 3125 *** *** 3126 *** *** 3127 *** *** 3128 *** *** 3129 *** *** 3130 *** *** 3131 *** *** 3132 *** *** 3133 *** *** 3134 *** *** 3135 *** *** 3136 *** *** 3137 *** *** 3138 *** *** 3139 *** *** 3140 *** *** 3141 *** *** 3142 *** *** 3143 *** *** 3144 *** *** 3145 *** *** 3146 *** *** 3147 *** *** 3148 *** *** 3149 *** *** 3150 *** *** 3151 *** *** 3152 *** *** 3153 *** *** 3154 *** *** 3155 *** *** 3156 *** *** 3157 *** *** 3158 *** *** 3159 *** *** 3160 *** *** 3161 *** *** 3162 *** *** 3163 *** *** 3164 *** *** 3165 *** *** 3166 *** *** 3167 *** *** 3168 *** *** 3169 *** *** 3170 *** *** 3171 *** *** 3172 *** *** 3173 *** *** 3174 *** *** 3175 *** *** 3176 *** *** 3177 *** *** 3178 *** *** 3179 *** *** 3180 *** *** 3181 *** *** 3182 *** *** 3183 *** *** 3184 *** *** 3185 *** *** 3186 *** *** 3187 *** *** 3188 *** *** 3189 *** *** 3190 *** *** 3191 *** *** 3192 *** *** 3193 *** *** 3194 *** *** 3195 *** *** 3196 *** *** 3197 *** *** 3198 *** *** 3199 *** *** 3200 *** *** 3201 *** *** 3202 *** *** 3203 *** *** 3204 *** *** 3205 *** *** 3206 *** *** 3207 *** *** 3208 *** *** 3209 *** *** 3210 *** *** 3211 *** *** 3212 *** *** 3213 *** *** 3214 *** *** 3215 *** *** 3216 *** *** 3217 *** *** 3218 *** *** 3219 *** *** 3220 *** *** 3221 *** *** 3222 *** *** 3223 *** *** 3224 *** *** 3225 *** *** 3226 *** *** 3227 *** *** 3228 *** *** 3229 *** *** 3230 *** *** 3231 *** *** 3232 *** *** 3233 *** *** 3234 *** *** 3235 *** *** 3236 *** *** 3237 *** *** 3238 *** *** 3239 *** *** 3240 *** *** 3241 *** *** 3242 *** *** 3243 *** *** 3244 *** *** 3245 *** *** 3246 *** *** 3247 *** *** 3248 *** *** 3249 *** *** 3250 *** *** 3251 *** *** 3252 *** *** 3253 *** *** 3254 *** *** 3255 *** *** 3256 *** *** 3257 *** *** 3258 *** *** 3259 *** *** 3260 *** *** 3261 *** *** 3262 *** *** 3263 *** *** 3264 *** *** 3265 *** *** 3266 *** *** 3267 *** *** 3268 *** *** 3269 *** *** 3270 *** *** 3271 *** *** 3272 *** *** 3273 *** *** 3274 *** *** 3275 *** *** 3276 *** *** 3277 *** *** 3278 *** *** 3279 *** *** 3280 *** *** 3281 *** *** 3282 *** *** 3283 *** *** 3284 *** *** 3285 *** *** 3286 *** *** 3287 *** *** 3288 *** *** 3289 *** *** 3290 *** *** 3291 *** *** 3292 *** *** 3293 *** *** 3294 *** *** 3295 *** *** 3296 *** *** 3297 *** *** 3298 *** *** 3299 *** *** 3300 *** *** 3301 *** *** 3302 *** *** 3303 *** *** 3304 *** *** 3305 *** *** 3306 *** *** 3307 *** *** 3308 *** *** 3309 *** *** 3310 *** *** 3311 *** *** 3312 *** *** 3313 *** *** 3314 *** *** 3315 *** *** 3316 *** *** 3317 *** *** 3318 *** *** 3319 *** *** 3320 *** *** 3321 *** *** 3322 *** *** 3323 *** *** 3324 *** *** 3325 *** *** 3326 *** *** 3327 *** *** 3328 *** *** 3329 *** *** 3330 *** *** 3331 *** *** 3332 *** *** 3333 *** *** 3334 *** *** 3335 *** *** 3336 *** *** 3337 *** *** 3338 *** *** 3339 *** *** 3340 *** *** 3341 *** *** 3342 *** *** 3343 *** *** 3344 *** *** 3345 *** *** 3346 *** *** 3347 *** *** 3348 *** *** 3349 *** *** 3350 *** *** 3351 *** *** 3352 *** *** 3353 *** *** 3354 *** *** 3355 *** *** 3356 *** *** 3357 *** *** 3358 *** *** 3359 *** *** 3360 *** *** 3361 *** *** 3362 *** *** 3363 *** *** 3364 *** *** 3365 *** *** 3366 *** *** 3367 *** *** 3368 *** *** 3369 *** *** 3370 *** *** 3371 *** *** 3372 *** *** 3373 *** *** 3374 *** *** 3375 *** *** 3376 *** *** 3377 *** *** 3378 *** *** 3379 *** *** 3380 *** *** 3381 *** *** 3382 *** *** 3383 *** *** 3384 *** *** 3385 *** *** 3386 *** *** 3387 *** *** 3388 *** *** 3389 *** *** 3390 *** *** 3391 *** *** 3392 *** *** 3393 *** *** 3394 *** *** 3395 *** *** 3396 *** *** 3397 *** *** 3398 *** *** 3399 *** *** 3400 *** *** 3401 *** *** 3402 *** *** 3403 *** *** 3404 *** *** 3405 *** *** 3406 *** *** 3407 *** *** 3408 *** *** 3409 *** *** 3410 *** *** 3411 *** *** 3412 *** *** 3413 *** *** 3414 *** *** 3415 *** *** 3416 *** *** 3417 *** *** 3418 *** *** 3419 *** *** 3420 *** *** 3421 *** *** 3422 *** *** 3423 *** *** 3424 *** *** 3425 *** *** 3426 *** *** 3427 *** *** 3428 *** *** 3429 *** *** 3430 *** *** 3431 *** *** 3432 *** *** 3433 *** *** 3434 *** *** 3435 *** *** 3436 *** *** 3437 *** *** 3438 *** *** 3439 *** *** 3440 *** *** 3441 *** *** 3442 *** *** 3443 *** *** 3444 *** *** 3445 *** *** 3446 *** *** 3447 *** *** 3448 *** *** 3449 *** *** 3450 *** *** 3451 *** *** 3452 *** *** 3453 *** *** 3454 *** *** 3455 *** *** 3456 *** *** 3457 *** *** 3458 *** *** 3459 *** *** 3460 *** *** 3461 *** *** 3462 *** *** 3463 *** *** 3464 *** *** 3465 *** *** 3466 *** *** 3467 *** *** 3468 *** *** 3469 *** *** 3470 *** *** 3471 *** *** 3472 *** *** 3473 *** *** 3474 *** *** 3475 *** *** 3476 *** *** 3477 *** *** 3478 *** *** 3479 *** *** 3480 *** *** 3481 *** *** 3482 *** *** 3483 *** *** 3484 *** *** 3485 *** *** 3486 *** *** 3487 *** *** 3488 *** *** 3489 *** *** 3490 *** *** 3491 *** *** 3492 *** *** 3493 *** *** 3494 *** *** 3495 *** *** 3496 *** *** 3497 *** *** 3498 *** *** 3499 *** *** 3500 *** *** 3501 *** *** 3502 *** *** 3503 *** *** 3504 *** *** 3505 *** *** 3506 *** *** 3507 *** *** 3508 *** *** 3509 *** *** 3510 *** *** 3511 *** *** 3512 *** *** 3513 *** *** 3514 *** *** 3515 *** *** 3516 *** *** 3517 *** *** 3518 *** *** 3519 *** *** 3520 *** *** 3521 *** *** 3522 *** *** 3523 *** *** 3524 *** *** 3525 *** *** 3526 *** *** 3527 *** *** 3528 *** *** 3529 *** *** 3530 *** *** 3531 *** *** 3532 *** *** 3533 *** *** 3534 *** *** 3535 *** *** 3536 *** *** 3537 *** *** 3538 *** *** 3539 *** *** 3540 *** *** 3541 *** *** 3542 *** *** 3543 *** *** 3544 *** *** 3545 *** *** 3546 *** *** 3547 *** *** 3548 *** *** 3549 *** *** 3550 *** *** 3551 *** *** 3552 *** *** 3553 *** *** 3554 *** *** 3555 *** *** 3556 *** *** 3557 *** *** 3558 *** *** 3559 *** *** 3560 *** *** 3561 *** *** 3562 *** *** 3563 *** *** 3564 *** *** 3565 *** *** 3566 *** *** 3567 *** *** 3568 *** *** 3569 *** *** 3570 *** *** 3571 *** *** 3572 *** *** 3573 *** *** 3574 *** *** 3575 *** *** 3576 *** *** 3577 *** *** 3578 *** *** 3579 *** *** 3580 *** *** 3581 *** *** 3582 *** *** 3583 *** *** 3584 *** *** 3585 *** *** 3586 *** *** 3587 *** *** 3588 *** *** 3589 *** *** 3590 *** *** 3591 *** *** 3592 *** *** 3593 *** *** 3594 *** *** 3595 *** *** 3596 *** *** 3597 *** *** 3598 *** *** 3599 *** *** 3600 *** *** 3601 *** *** 3602 *** *** 3603 *** *** 3604 *** *** 3605 *** *** 3606 *** *** 3607 *** *** 3608 *** *** 3609 *** *** 3610 *** *** 3611 *** *** 3612 *** *** 3613 *** *** 3614 *** *** 3615 *** *** 3616 *** *** 3617 *** *** 3618 *** *** 3619 *** *** 3620 *** *** 3621 *** *** 3622 *** *** 3623 *** *** 3624 *** *** 3625 *** *** 3626 *** *** 3627 *** *** 3628 *** *** 3629 *** *** 3630 *** *** 3631 *** *** 3632 *** *** 3633 *** *** 3634 *** *** 3635 *** *** 3636 *** *** 3637 *** *** 3638 *** *** 3639 *** *** 3640 *** *** 3641 *** *** 3642 *** *** 3643 *** *** 3644 *** *** 3645 *** *** 3646 *** *** 3647 *** *** 3648 *** *** 3649 *** *** 3650 *** *** 3651 *** *** 3652 *** *** 3653 *** *** 3654 *** *** 3655 *** *** 3656 *** *** 3657 *** *** 3658 *** *** 3659 *** *** 3660 *** *** 3661 *** *** 3662 *** *** 3663 *** *** 3664 *** *** 3665 *** *** 3666 *** *** 3667 *** *** 3668 *** *** 3669 *** *** 3670 *** *** 3671 *** *** 3672 *** *** 3673 *** *** 3674 *** *** 3675 *** *** 3676 *** *** 3677 *** *** 3678 *** *** 3679 *** *** 3680 *** *** 3681 *** *** 3682 *** *** 3683 *** *** 3684 *** *** 3685 *** *** 3686 *** *** 3687 *** *** 3688 *** *** 3689 *** *** 3690 *** *** 3691 *** *** 3692 *** *** 3693 *** *** 3694 *** *** 3695 *** *** 3696 *** *** 3697 *** *** 3698 *** *** 3699 *** *** 3700 *** *** 3701 *** *** 3702 *** *** 3703 *** *** 3704 *** *** 3705 *** *** 3706 *** *** 3707 *** *** 3708 *** *** 3709 *** *** 3710 *** *** 3711 *** *** 3712 *** *** 3713 *** *** 3714 *** *** 3715 *** *** 3716 *** *** 3717 *** *** 3718 *** *** 3719 *** *** 3720 *** *** 3721 *** *** 3722 *** *** 3723 *** *** 3724 *** *** 3725 *** *** 3726 *** *** 3727 *** *** 3728 *** *** 3729 *** *** 3730 *** *** 3731 *** *** 3732 *** *** 3733 *** *** 3734 *** *** 3735 *** *** 3736 *** *** 3737 *** *** 3738 *** *** 3739 *** *** 3740 *** *** 3741 *** *** 3742 *** *** 3743 *** *** 3744 *** *** 3745 *** *** 3746 *** *** 3747 *** *** 3748 *** *** 3749 *** *** 3750 *** *** 3751 *** *** 3752 *** *** 3753 *** *** 3754 *** *** 3755 *** *** 3756 *** *** 3757 *** *** 3758 *** *** 3759 *** *** 3760 *** *** 3761 *** *** 3762 *** *** 3763 *** *** 3764 *** *** 3765 *** *** 3766 *** *** 3767 *** *** 3768 *** *** 3769 *** *** 3770 *** *** 3771 *** *** 3772 *** *** 3773 *** *** 3774 *** *** 3775 *** *** 3776 *** *** 3777 *** *** 3778 *** *** 3779 *** *** 3780 *** *** 3781 *** *** 3782 *** *** 3783 *** *** 3784 *** *** 3785 *** *** 3786 *** *** 3787 *** *** 3788 *** *** 3789 *** *** 3790 *** *** 3791 *** *** 3792 *** *** 3793 *** *** 3794 *** *** 3795 *** *** 3796 *** *** 3797 *** *** 3798 *** *** 3799 *** *** 3800 *** *** 3801 *** *** 3802 *** *** 3803 *** *** 3804 *** *** 3805 *** *** 3806 *** *** 3807 *** *** 3808 *** *** 3809 *** *** 3810 *** *** 3811 *** *** 3812 *** *** 3813 *** *** 3814 *** *** 3815 *** *** 3816 *** *** 3817 *** *** 3818 *** *** 3819 *** *** 3820 *** *** 3821 *** *** 3822 *** *** 3823 *** *** 3824 *** *** 3825 *** *** 3826 *** *** 3827 *** *** 3828 *** *** 3829 *** *** 3830 *** *** 3831 *** *** 3832 *** *** 3833 *** *** 3834 *** *** 3835 *** *** 3836 *** *** 3837 *** *** 3838 *** *** 3839 *** *** 3840 *** *** 3841 *** *** 3842 *** *** 3843 *** *** 3844 *** *** 3845 *** *** 3846 *** *** 3847 *** *** 3848 *** *** 3849 *** *** 3850 *** *** 3851 *** *** 3852 *** *** 3853 *** *** 3854 *** *** 3855 *** *** 3856 *** *** 3857 *** *** 3858 *** *** 3859 *** *** 3860 *** *** 3861 *** *** 3862 *** *** 3863 *** *** 3864 *** *** 3865 *** *** 3866 *** *** 3867 *** *** 3868 *** *** 3869 *** *** 3870 *** *** 3871 *** *** 3872 *** *** 3873 *** *** 3874 *** *** 3875 *** *** 3876 *** *** 3877 *** *** 3878 *** *** 3879 *** *** 3880 *** *** 3881 *** *** 3882 *** *** 3883 *** *** 3884 *** *** 3885 *** *** 3886 *** *** 3887 *** *** 3888 *** *** 3889 *** *** 3890 *** *** 3891 *** *** 3892 *** *** 3893 *** *** 3894 *** *** 3895 *** *** 3896 *** *** 3897 *** *** 3898 *** *** 3899 *** *** 3900 *** *** 3901 *** *** 3902 *** *** 3903 *** *** 3904 *** *** 3905 *** *** 3906 *** *** 3907 *** *** 3908 *** *** 3909 *** *** 3910 *** *** 3911 *** *** 3912 *** *** 3913 *** *** 3914 *** *** 3915 *** *** 3916 *** *** 3917 *** *** 3918 *** *** 3919 *** *** 3920 *** *** 3921 *** *** 3922 *** *** 3923 *** *** 3924 *** *** 3925 *** *** 3926 *** *** 3927 *** *** 3928 *** *** 3929 *** *** 3930 *** *** 3931 *** *** 3932 *** *** 3933 *** *** 3934 *** *** 3935 *** *** 3936 *** *** 3937 *** *** 3938 *** *** 3939 *** *** 3940 *** *** 3941 *** *** 3942 *** *** 3943 *** *** 3944 *** *** 3945 *** *** 3946 *** *** 3947 *** *** 3948 *** *** 3949 *** *** 3950 *** *** 3951 *** *** 3952 *** *** 3953 *** *** 3954 *** *** 3955 *** *** 3956 *** *** 3957 *** *** 3958 *** *** 3959 *** *** 3960 *** *** 3961 *** *** 3962 *** *** 3963 *** *** 3964 *** *** 3965 *** *** 3966 *** *** 3967 *** *** 3968 *** *** 3969 *** *** 3970 *** *** 3971 *** *** 3972 *** *** 3973 *** *** 3974 *** *** 3975 *** *** 3976 *** *** 3977 *** *** 3978 *** *** 3979 *** *** 3980 *** *** 3981 *** *** 3982 *** *** 3983 *** *** 3984 *** *** 3985 *** *** 3986 *** *** 3987 *** *** 3988 *** *** 3989 *** *** 3990 *** *** 3991 *** *** 3992 *** *** 3993 *** *** 3994 *** *** 3995 *** *** 3996 *** *** 3997 *** *** 3998 *** *** 3999 *** *** 4000 *** *** 4001 *** *** 4002 *** *** 4003 *** *** 4004 *** *** 4005 *** *** 4006 *** *** 4007 *** *** 4008 *** *** 4009 *** *** 4010 *** *** 4011 *** *** 4012 *** *** 4013 *** *** 4014 *** *** 4015 *** *** 4016 *** *** 4017 *** *** 4018 *** *** 4019 *** *** 4020 *** *** 4021 *** *** 4022 *** *** 4023 *** *** 4024 *** *** 4025 *** *** 4026 *** *** 4027 *** *** 4028 *** *** 4029 *** *** 4030 *** *** 4031 *** *** 4032 *** *** 4033 *** *** 4034 *** *** 4035 *** *** 4036 *** *** 4037 *** *** 4038 *** *** 4039 *** *** 4040 *** *** 4041 *** *** 4042 *** *** 4043 *** *** 4044 *** *** 4045 *** *** 4046 *** *** 4047 *** *** 4048 *** *** 4049 *** *** 4050 *** *** 4051 *** *** 4052 *** *** 4053 *** *** 4054 *** *** 4055 *** *** 4056 *** *** 4057 *** *** 4058 *** *** 4059 *** *** 4060 *** *** 4061 *** *** 4062 *** *** 4063 *** *** 4064 *** *** 4065 *** *** 4066 *** *** 4067 *** *** 4068 *** *** 4069 *** *** 4070 *** *** 4071 *** *** 4072 *** *** 4073 *** *** 4074 *** *** 4075 *** *** 4076 *** *** 4077 *** *** 4078 *** *** 4079 *** *** 4080 *** *** 4081 *** *** 4082 *** *** 4083 *** *** 4084 *** *** 4085 *** *** 4086 *** *** 4087 *** *** 4088 *** *** 4089 *** *** 4090 *** *** 4091 *** *** 4092 *** *** 4093 *** *** 4094 *** *** 4095 *** *** 4096 *** *** 4097 *** *** 4098 *** *** 4099 *** *** 4100 *** *** 4101 *** *** 4102 *** *** 4103 *** *** 4104 *** *** 4105 *** *** 4106 *** *** 4107 *** *** 4108 *** *** 4109 *** *** 4110 *** *** 4111 *** *** 4112 *** *** 4113 *** *** 4114 *** *** 4115 *** *** 4116 *** *** 4117 *** *** 4118 *** *** 4119 *** *** 4120 *** *** 4121 *** *** 4122 *** *** 4123 *** *** 4124 *** *** 4125 *** *** 4126 *** *** 4127 *** *** 4128 *** *** 4129 *** *** 4130 *** *** 4131 *** *** 4132 *** *** 4133 *** *** 4134 *** *** 4135 *** *** 4136 *** *** 4137 *** *** 4138 *** *** 4139 *** *** 4140 *** *** 4141 *** *** 4142 *** *** 4143 *** *** 4144 *** *** 4145 *** *** 4146 *** *** 4147 *** *** 4148 *** *** 4149 *** *** 4150 *** *** 4151 *** *** 4152 *** *** 4153 *** *** 4154 *** *** 4155 *** *** 4156 *** *** 4157 *** *** 4158 *** *** 4159 *** *** 4160 *** *** 4161 *** *** 4162 *** *** 4163 *** *** 4164 *** *** 4165 *** *** 4166 *** *** 4167 *** *** 4168 *** *** 4169 *** *** 4170 *** *** 4171 *** *** 4172 *** *** 4173 *** *** 4174 *** *** 4175 *** *** 4176 *** *** 4177 *** *** 4178 *** *** 4179 *** *** 4180 *** *** 4181 *** *** 4182 *** *** 4183 *** *** 4184 *** *** 4185 *** *** 4186 *** *** 4187 *** *** 4188 *** *** 4189 *** *** 4190 *** *** 4191 *** *** 4192 *** *** 4193 *** *** 4194 *** *** 4195 *** *** 4196 *** *** 4197 *** *** 4198 *** *** 4199 *** *** 4200 *** *** 4201 *** *** 4202 *** *** 4203 *** *** 4204 *** *** 4205 *** *** 4206 *** *** 4207 *** *** 4208 *** *** 4209 *** *** 4210 *** *** 4211 *** *** 4212 *** *** 4213 *** *** 4214 *** *** 4215 *** *** 4216 *** *** 4217 *** *** 4218 *** *** 4219 *** *** 4220 *** *** 4221 *** *** 4222 *** *** 4223 *** *** 4224 *** *** 4225 *** *** 4226 *** *** 4227 *** *** 4228 *** *** 4229 *** *** 4230 *** *** 4231 *** *** 4232 *** *** 4233 *** *** 4234 *** *** 4235 *** *** 4236 *** *** 4237 *** *** 4238 *** *** 4239 *** *** 4240 *** *** 4241 *** *** 4242 *** *** 4243 *** *** 4244 *** *** 4245 *** *** 4246 *** *** 4247 *** *** 4248 *** *** 4249 *** *** 4250 *** *** 4251 *** *** 4252 *** *** 4253 *** *** 4254 *** *** 4255 *** *** 4256 *** *** 4257 *** *** 4258 *** *** 4259 *** *** 4260 *** *** 4261 *** *** 4262 *** *** 4263 *** *** 4264 *** *** 4265 *** *** 4266 *** *** 4267 *** *** 4268 *** *** 4269 *** *** 4270 *** *** 4271 *** *** 4272 *** *** 4273 *** *** 4274 *** *** 4275 *** *** 4276 *** *** 4277 *** *** 4278 *** *** 4279 *** *** 4280 *** *** 4281 *** *** 4282 *** *** 4283 *** *** 4284 *** *** 4285 *** *** 4286 *** *** 4287 *** *** 4288 *** *** 4289 *** *** 4290 *** *** 4291 *** *** 4292 *** *** 4293 *** *** 4294 *** *** 4295 *** *** 4296 *** *** 4297 *** *** 4298 *** *** 4299 *** *** 4300 *** *** 4301 *** *** 4302 *** *** 4303 *** *** 4304 *** *** 4305 *** *** 4306 *** *** 4307 *** *** 4308 *** *** 4309 *** *** 4310 *** *** 4311 *** *** 4312 *** *** 4313 *** *** 4314 *** *** 4315 *** *** 4316 *** *** 4317 *** *** 4318 *** *** 4319 *** *** 4320 *** *** 4321 *** *** 4322 *** *** 4323 *** *** 4324 *** *** 4325 *** *** 4326 *** *** 4327 *** *** 4328 *** *** 4329 *** *** 4330 *** *** 4331 *** *** 4332 *** *** 4333 *** *** 4334 *** *** 4335 *** *** 4336 *** *** 4337 *** *** 4338 *** *** 4339 *** *** 4340 *** *** 4341 *** *** 4342 *** *** 4343 *** *** 4344 *** *** 4345 *** *** 4346 *** *** 4347 *** *** 4348 *** *** 4349 *** *** 4350 *** *** 4351 *** *** 4352 *** *** 4353 *** *** 4354 *** *** 4355 *** *** 4356 *** *** 4357 *** *** 4358 *** *** 4359 *** *** 4360 *** *** 4361 *** *** 4362 *** *** 4363 *** *** 4364 *** *** 4365 *** *** 4366 *** *** 4367 *** *** 4368 *** *** 4369 *** *** 4370 *** *** 4371 *** *** 4372 *** *** 4373 *** *** 4374 *** *** 4375 *** *** 4376 *** *** 4377 *** *** 4378 *** *** 4379 *** *** 4380 *** *** 4381 *** *** 4382 *** *** 4383 *** *** 4384 *** *** 4385 *** *** 4386 *** *** 4387 *** *** 4388 *** *** 4389 *** *** 4390 *** *** 4391 *** *** 4392 *** *** 4393 *** *** 4394 *** *** 4395 *** *** 4396 *** *** 4397 *** *** 4398 *** *** 4399 *** *** 4400 *** *** 4401 *** *** 4402 *** *** 4403 *** *** 4404 *** *** 4405 *** *** 4406 *** *** 4407 *** *** 4408 *** *** 4409 *** *** 4410 *** *** 4411 *** *** 4412 *** *** 4413 *** *** 4414 *** *** 4415 *** *** 4416 *** *** 4417 *** *** 4418 *** *** 4419 *** *** 4420 *** *** 4421 *** *** 4422 *** *** 4423 *** *** 4424 *** *** 4425 *** *** 4426 *** *** 4427 *** *** 4428 *** *** 4429 *** *** 4430 *** *** 4431 *** *** 4432 *** *** 4433 *** *** 4434 *** *** 4435 *** *** 4436 *** *** 4437 *** *** 4438 *** *** 4439 *** *** 4440 *** *** 4441 *** *** 4442 *** *** 4443 *** *** 4444 *** *** 4445 *** *** 4446 *** *** 4447 *** *** 4448 *** *** 4449 *** *** 4450 *** *** 4451 *** *** 4452 *** *** 4453 *** *** 4454 *** *** 4455 *** *** 4456 *** *** 4457 *** *** 4458 *** *** 4459 *** *** 4460 *** *** 4461 *** *** 4462 *** *** 4463 *** *** 4464 *** *** 4465 *** *** 4466 *** *** 4467 *** *** 4468 *** *** 4469 *** *** 4470 *** *** 4471 *** *** 4472 *** *** 4473 *** *** 4474 *** *** 4475 *** *** 4476 *** *** 4477 *** *** 4478 *** *** 4479 *** *** 4480 *** *** 4481 *** *** 4482 *** *** 4483 *** *** 4484 *** *** 4485 *** *** 4486 *** *** 4487 *** *** 4488 *** *** 4489 *** *** 4490 *** *** 4491 *** *** 4492 *** *** 4493 *** *** 4494 *** *** 4495 *** *** 4496 *** *** 4497 *** *** 4498 *** *** 4499 *** *** 4500 *** *** 4501 *** *** 4502 *** *** 4503 *** *** 4504 *** *** 4505 *** *** 4506 *** *** 4507 *** *** 4508 *** *** 4509 *** *** 4510 *** *** 4511 *** *** 4512 *** *** 4513 *** *** 4514 *** *** 4515 *** *** 4516 *** *** 4517 *** *** 4518 *** *** 4519 *** *** 4520 *** *** 4521 *** *** 4522 *** *** 4523 *** *** 4524 *** *** 4525 *** *** 4526 *** *** 4527 *** *** 4528 *** *** 4529 *** *** 4530 *** *** 4531 *** *** 4532 *** *** 4533 *** *** 4534 *** *** 4535 *** *** 4536 *** *** 4537 *** *** 4538 *** *** 4539 *** *** 4540 *** *** 4541 *** *** 4542 *** *** 4543 *** *** 4544 *** *** 4545 *** *** 4546 *** *** 4547 *** *** 4548 *** *** 4549 *** *** 4550 *** *** 4551 *** *** 4552 *** *** 4553 *** *** 4554 *** *** 4555 *** *** 4556 *** *** 4557 *** *** 4558 *** *** 4559 *** *** 4560 *** *** 4561 *** *** 4562 *** *** 4563 *** *** 4564 *** *** 4565 *** *** 4566 *** *** 4567 *** *** 4568 *** *** 4569 *** *** 4570 *** *** 4571 *** *** 4572 *** *** 4573 *** *** 4574 *** *** 4575 *** *** 4576 *** *** 4577 *** *** 4578 *** *** 4579 *** *** 4580 *** *** 4581 *** *** 4582 *** *** 4583 *** *** 4584 *** *** 4585 *** *** 4586 *** *** 4587 *** *** 4588 *** *** 4589 *** *** 4590 *** *** 4591 *** *** 4592 *** *** 4593 *** *** 4594 *** *** 4595 *** *** 4596 *** *** 4597 *** *** 4598 *** *** 4599 *** *** 4600 *** *** 4601 *** *** 4602 *** *** 4603 *** *** 4604 *** *** 4605 *** *** 4606 *** *** 4607 *** *** 4608 *** *** 4609 *** *** 4610 *** *** 4611 *** *** 4612 *** *** 4613 *** *** 4614 *** *** 4615 *** *** 4616 *** *** 4617 *** *** 4618 *** *** 4619 *** *** 4620 *** *** 4621 *** *** 4622 *** *** 4623 *** *** 4624 *** *** 4625 *** *** 4626 *** *** 4627 *** *** 4628 *** *** 4629 *** *** 4630 *** *** 4631 *** *** 4632 *** *** 4633 *** *** 4634 *** *** 4635 *** *** 4636 *** *** 4637 *** *** 4638 *** *** 4639 *** *** 4640 *** *** 4641 *** *** 4642 *** *** 4643 *** *** 4644 *** *** 4645 *** *** 4646 *** *** 4647 *** *** 4648 *** *** 4649 *** *** 4650 *** *** 4651 *** *** 4652 *** *** 4653 *** *** 4654 *** *** 4655 *** *** 4656 *** *** 4657 *** *** 4658 *** *** 4659 *** *** 4660 *** *** 4661 *** *** 4662 *** *** 4663 *** *** 4664 *** *** 4665 *** *** 4666 *** *** 4667 *** *** 4668 *** *** 4669 *** *** 4670 *** *** 4671 *** *** 4672 *** *** 4673 *** *** 4674 *** *** 4675 *** *** 4676 *** *** 4677 *** *** 4678 *** *** 4679 *** *** 4680 *** *** 4681 *** *** 4682 *** *** 4683 *** *** 4684 *** *** 4685 *** *** 4686 *** *** 4687 *** *** 4688 *** *** 4689 *** *** 4690 *** *** 4691 *** *** 4692 *** *** 4693 *** *** 4694 *** *** 4695 *** *** 4696 *** *** 4697 *** *** 4698 *** *** 4699 *** *** 4700 *** *** 4701 *** *** 4702 *** *** 4703 *** *** 4704 *** *** 4705 *** *** 4706 *** *** 4707 *** *** 4708 *** *** 4709 *** *** 4710 *** *** 4711 *** *** 4712 *** *** 4713 *** *** 4714 *** *** 4715 *** *** 4716 *** *** 4717 *** *** 4718 *** *** 4719 *** *** 4720 *** *** 4721 *** *** 4722 *** *** 4723 *** *** 4724 *** *** 4725 *** *** 4726 *** *** 4727 *** *** 4728 *** *** 4729 *** *** 4730 *** *** 4731 *** *** 4732 *** *** 4733 *** *** 4734 *** *** 4735 *** *** 4736 *** *** 4737 *** *** 4738 *** *** 4739 *** *** 4740 *** *** 4741 *** *** 4742 *** *** 4743 *** *** 4744 *** *** 4745 *** *** 4746 *** *** 4747 *** *** 4748 *** *** 4749 *** *** 4750 *** *** 4751 *** *** 4752 *** *** 4753 *** *** 4754 *** *** 4755 *** *** 4756 *** *** 4757 *** *** 4758 *** *** 4759 *** *** 4760 *** *** 4761 *** *** 4762 *** *** 4763 *** *** 4764 *** *** 4765 *** *** 4766 *** *** 4767 *** *** 4768 *** *** 4769 *** *** 4770 *** *** 4771 *** *** 4772 *** *** 4773 *** *** 4774 *** *** 4775 *** *** 4776 *** *** 4777 *** *** 4778 *** *** 4779 *** *** 4780 *** *** 4781 *** *** 4782 *** *** 4783 *** *** 4784 *** *** 4785 *** *** 4786 *** *** 4787 *** *** 4788 *** *** 4789 *** *** 4790 *** *** 4791 *** *** 4792 *** *** 4793 *** *** 4794 *** *** 4795 *** *** 4796 *** *** 4797 *** *** 4798 *** *** 4799 *** *** 4800 *** *** 4801 *** *** 4802 *** *** 4803 *** *** 4804 *** *** 4805 *** *** 4806 *** *** 4807 *** *** 4808 *** *** 4809 *** *** 4810 *** *** 4811 *** *** 4812 *** *** 4813 *** *** 4814 *** *** 4815 *** *** 4816 *** *** 4817 *** *** 4818 *** *** 4819 *** *** 4820 *** *** 4821 *** *** 4822 *** *** 4823 *** *** 4824 *** *** 4825 *** *** 4826 *** *** 4827 *** *** 4828 *** *** 4829 *** *** 4830 *** *** 4831 *** *** 4832 *** *** 4833 *** *** 4834 *** *** 4835 *** *** 4836 *** *** 4837 *** *** 4838 *** *** 4839 *** *** 4840 *** *** 4841 *** *** 4842 *** *** 4843 *** *** 4844 *** *** 4845 *** *** 4846 *** *** 4847 *** *** 4848 *** *** 4849 *** *** 4850 *** *** 4851 *** *** 4852 *** *** 4853 *** *** 4854 *** *** 4855 *** *** 4856 *** *** 4857 *** *** 4858 *** *** 4859 *** *** 4860 *** *** 4861 *** *** 4862 *** *** 4863 *** *** 4864 *** *** 4865 *** *** 4866 *** *** 4867 *** *** 4868 *** *** 4869 *** *** 4870 *** *** 4871 *** *** 4872 *** *** 4873 *** *** 4874 *** *** 4875 *** *** 4876 *** *** 4877 *** *** 4878 *** *** 4879 *** *** 4880 *** *** 4881 *** *** 4882 *** *** 4883 *** *** 4884 *** *** 4885 *** *** 4886 *** *** 4887 *** *** 4888 *** *** 4889 *** *** 4890 *** *** 4891 *** *** 4892 *** *** 4893 *** *** 4894 *** *** 4895 *** *** 4896 *** *** 4897 *** *** 4898 *** *** 4899 *** *** 4900 *** *** 4901 *** *** 4902 *** *** 4903 *** *** 4904 *** *** 4905 *** *** 4906 *** *** 4907 *** *** 4908 *** *** 4909 *** *** 4910 *** *** 4911 *** *** 4912 *** *** 4913 *** *** 4914 *** *** 4915 *** *** 4916 *** *** 4917 *** *** 4918 *** *** 4919 *** *** 4920 *** *** 4921 *** *** 4922 *** *** 4923 *** *** 4924 *** *** 4925 *** *** 4926 *** *** 4927 *** *** 4928 *** *** 4929 *** *** 4930 *** *** 4931 *** *** 4932 *** *** 4933 *** *** 4934 *** *** 4935 *** *** 4936 *** *** 4937 *** *** 4938 *** *** 4939 *** *** 4940 *** *** 4941 *** *** 4942 *** *** 4943 *** *** 4944 *** *** 4945 *** *** 4946 *** *** 4947 *** *** 4948 *** *** 4949 *** *** 4950 *** *** 4951 *** *** 4952 *** *** 4953 *** *** 4954 *** *** 4955 *** *** 4956 *** *** 4957 *** *** 4958 *** *** 4959 *** *** 4960 *** *** 4961 *** *** 4962 *** *** 4963 *** *** 4964 *** *** 4965 *** *** 4966 *** *** 4967 *** *** 4968 *** *** 4969 *** *** 4970 *** *** 4971 *** *** 4972 *** *** 4973 *** *** 4974 *** *** 4975 *** *** 4976 *** *** 4977 *** *** 4978 *** *** 4979 *** *** 4980 *** *** 4981 *** *** 4982 *** *** 4983 *** *** 4984 *** *** 4985 *** *** 4986 *** *** 4987 *** *** 4988 *** *** 4989 *** *** 4990 *** *** 4991 *** *** 4992 *** *** 4993 *** *** 4994 *** *** 4995 *** *** 4996 *** *** 4997 *** *** 4998 *** *** 4999 *** *** 5000 *** *** 5001 *** *** 5002 *** *** 5003 *** *** 5004 *** *** 5005 *** *** 5006 *** *** 5007 *** *** 5008 *** *** 5009 *** *** 5010 *** *** 5011 *** *** 5012 *** *** 5013 *** *** 5014 *** *** 5015 *** *** 5016 *** *** 5017 *** *** 5018 *** *** 5019 *** *** 5020 *** *** 5021 *** *** 5022 *** *** 5023 *** *** 5024 *** *** 5025 *** *** 5026 *** *** 5027 *** *** 5028 *** *** 5029 *** *** 5030 *** *** 5031 *** *** 5032 *** *** 5033 *** *** 5034 *** *** 5035 *** *** 5036 *** *** 5037 *** *** 5038 *** *** 5039 *** *** 5040 *** *** 5041 *** *** 5042 *** *** 5043 *** *** 5044 *** *** 5045 *** *** 5046 *** *** 5047 *** *** 5048 *** *** 5049 *** *** 5050 *** *** 5051 *** *** 5052 *** *** 5053 *** *** 5054 *** *** 5055 *** *** 5056 *** *** 5057 *** *** 5058 *** *** 5059 *** *** 5060 *** *** 5061 *** *** 5062 *** *** 5063 *** *** 5064 *** *** 5065 *** *** 5066 *** *** 5067 *** *** 5068 *** *** 5069 *** *** 5070 *** *** 5071 *** *** 5072 *** *** 5073 *** *** 5074 *** *** 5075 *** *** 5076 *** *** 5077 *** *** 5078 *** *** 5079 *** *** 5080 *** *** 5081 *** *** 5082 *** *** 5083 *** *** 5084 *** *** 5085 *** *** 5086 *** *** 5087 *** *** 5088 *** *** 5089 *** *** 5090 *** *** 5091 *** *** 5092 *** *** 5093 *** *** 5094 *** *** 5095 *** *** 5096 *** *** 5097 *** *** 5098 *** *** 5099 *** *** 5100 *** *** 5101 *** *** 5102 *** *** 5103 *** *** 5104 *** *** 5105 *** *** 5106 *** *** 5107 *** *** 5108 *** *** 5109 *** *** 5110 *** *** 5111 *** *** 5112 *** *** 5113 *** *** 5114 *** *** 5115 *** *** 5116 *** *** 5117 *** *** 5118 *** *** 5119 *** *** 5120 *** *** 5121 *** *** 5122 *** *** 5123 *** *** 5124 *** *** 5125 *** *** 5126 *** *** 5127 *** *** 5128 *** *** 5129 *** *** 5130 *** *** 5131 *** *** 5132 *** *** 5133 *** *** 5134 *** *** 5135 *** *** 5136 *** *** 5137 *** *** 5138 *** *** 5139 *** *** 5140 *** *** 5141 *** *** 5142 *** *** 5143 *** *** 5144 *** *** 5145 *** *** 5146 *** *** 5147 *** *** 5148 *** *** 5149 *** *** 5150 *** *** 5151 *** *** 5152 *** *** 5153 *** *** 5154 *** *** 5155 *** *** 5156 *** *** 5157 *** *** 5158 *** *** 5159 *** *** 5160 *** *** 5161 *** *** 5162 *** *** 5163 *** *** 5164 *** *** 5165 *** *** 5166 *** *** 5167 *** *** 5168 *** *** 5169 *** *** 5170 *** *** 5171 *** *** 5172 *** *** 5173 *** *** 5174 *** *** 5175 *** *** 5176 *** *** 5177 *** *** 5178 *** *** 5179 *** *** 5180 *** *** 5181 *** *** 5182 *** *** 5183 *** *** 5184 *** *** 5185 *** *** 5186 *** *** 5187 *** *** 5188 *** *** 5189 *** *** 5190 *** *** 5191 *** *** 5192 *** *** 5193 *** *** 5194 *** *** 5195 *** *** 5196 *** *** 5197 *** *** 5198 *** *** 5199 *** *** 5200 *** *** 5201 *** *** 5202 *** *** 5203 *** *** 5204 *** *** 5205 *** *** 5206 *** *** 5207 *** *** 5208 *** *** 5209 *** *** 5210 *** *** 5211 *** *** 5212 *** *** 5213 *** *** 5214 *** *** 5215 *** *** 5216 *** *** 5217 *** *** 5218 *** *** 5219 *** *** 5220 *** *** 5221 *** *** 5222 *** *** 5223 *** *** 5224 *** *** 5225 *** *** 5226 *** *** 5227 *** *** 5228 *** *** 5229 *** *** 5230 *** *** 5231 *** *** 5232 *** *** 5233 *** *** 5234 *** *** 5235 *** *** 5236 *** *** 5237 *** *** 5238 *** *** 5239 *** *** 5240 *** *** 5241 *** *** 5242 *** *** 5243 *** *** 5244 *** *** 5245 *** *** 5246 *** *** 5247 *** *** 5248 *** *** 5249 *** *** 5250 *** *** 5251 *** *** 5252 *** *** 5253 *** *** 5254 *** *** 5255 *** *** 5256 *** *** 5257 *** *** 5258 *** *** 5259 *** *** 5260 *** *** 5261 *** *** 5262 *** *** 5263 *** *** 5264 *** *** 5265 *** *** 5266 *** *** 5267 *** *** 5268 *** *** 5269 *** *** 5270 *** *** 5271 *** *** 5272 *** *** 5273 *** *** 5274 *** *** 5275 *** *** 5276 *** *** 5277 *** *** 5278 *** *** 5279 *** *** 5280 *** *** 5281 *** *** 5282 *** *** 5283 *** *** 5284 *** *** 5285 *** *** 5286 *** *** 5287 *** *** 5288 *** *** 5289 *** *** 5290 *** *** 5291 *** *** 5292 *** *** 5293 *** *** 5294 *** *** 5295 *** *** 5296 *** *** 5297 *** *** 5298 *** *** 5299 *** *** 5300 *** *** 5301 *** *** 5302 *** *** 5303 *** *** 5304 *** *** 5305 *** *** 5306 *** *** 5307 *** *** 5308 *** *** 5309 *** *** 5310 *** *** 5311 *** *** 5312 *** *** 5313 *** *** 5314 *** *** 5315 *** *** 5316 *** *** 5317 *** *** 5318 *** *** 5319 *** *** 5320 *** *** 5321 *** *** 5322 *** *** 5323 *** *** 5324 *** *** 5325 *** *** 5326 *** *** 5327 *** *** 5328 *** *** 5329 *** *** 5330 *** *** 5331 *** *** 5332 *** *** 5333 *** *** 5334 *** *** 5335 *** *** 5336 *** *** 5337 *** *** 5338 *** *** 5339 *** *** 5340 *** *** 5341 *** *** 5342 *** *** 5343 *** *** 5344 *** *** 5345 *** *** 5346 *** *** 5347 *** *** 5348 *** *** 5349 *** *** 5350 *** *** 5351 *** *** 5352 *** *** 5353 *** *** 5354 *** *** 5355 *** *** 5356 *** *** 5357 *** *** 5358 *** *** 5359 *** *** 5360 *** *** 5361 *** *** 5362 *** *** 5363 *** *** 5364 *** *** 5365 *** *** 5366 *** *** 5367 *** *** 5368 *** *** 5369 *** *** 5370 *** *** 5371 *** *** 5372 *** *** 5373 *** *** 5374 *** *** 5375 *** *** 5376 *** *** 5377 *** *** 5378 *** *** 5379 *** *** 5380 *** *** 5381 *** *** 5382 *** *** 5383 *** *** 5384 *** *** 5385 *** *** 5386 *** *** 5387 *** *** 5388 *** *** 5389 *** *** 5390 *** *** 5391 *** *** 5392 *** *** 5393 *** *** 5394 *** *** 5395 *** *** 5396 *** *** 5397 *** *** 5398 *** *** 5399 *** *** 5400 *** *** 5401 *** *** 5402 *** *** 5403 *** *** 5404 *** *** 5405 *** *** 5406 *** *** 5407 *** *** 5408 *** *** 5409 *** *** 5410 *** *** 5411 *** *** 5412 *** *** 5413 *** *** 5414 *** *** 5415 *** *** 5416 *** *** 5417 *** *** 5418 *** *** 5419 *** *** 5420 *** *** 5421 *** *** 5422 *** *** 5423 *** *** 5424 *** *** 5425 *** *** 5426 *** *** 5427 *** *** 5428 *** *** 5429 *** *** 5430 *** *** 5431 *** *** 5432 *** *** 5433 *** *** 5434 *** *** 5435 *** *** 5436 *** *** 5437 *** *** 5438 *** *** 5439 *** *** 5440 *** *** 5441 *** *** 5442 *** *** 5443 *** *** 5444 *** *** 5445 *** *** 5446 *** *** 5447 *** *** 5448 *** *** 5449 *** *** 5450 *** *** 5451 *** *** 5452 *** *** 5453 *** *** 5454 *** *** 5455 *** *** 5456 *** *** 5457 *** *** 5458 *** *** 5459 *** *** 5460 *** *** 5461 *** *** 5462 *** *** 5463 *** *** 5464 *** *** 5465 *** *** 5466 *** *** 5467 *** *** 5468 *** *** 5469 *** *** 5470 *** *** 5471 *** *** 5472 *** *** 5473 *** *** 5474 *** *** 5475 *** *** 5476 *** *** 5477 *** *** 5478 *** *** 5479 *** *** 5480 *** *** 5481 *** *** 5482 *** *** 5483 *** *** 5484 *** *** 5485 *** *** 5486 *** *** 5487 *** *** 5488 *** *** 5489 *** *** 5490 *** *** 5491 *** *** 5492 *** *** 5493 *** *** 5494 *** *** 5495 *** *** 5496 *** *** 5497 *** *** 5498 *** *** 5499 *** *** 5500 *** *** 5501 *** *** 5502 *** *** 5503 *** *** 5504 *** *** 5505 *** *** 5506 *** *** 5507 *** *** 5508 *** *** 5509 *** *** 5510 *** *** 5511 *** *** 5512 *** *** 5513 *** *** 5514 *** *** 5515 *** *** 5516 *** *** 5517 *** *** 5518 *** *** 5519 *** *** 5520 *** *** 5521 *** *** 5522 *** *** 5523 *** *** 5524 *** *** 5525 *** *** 5526 *** *** 5527 *** *** 5528 *** *** 5529 *** *** 5530 *** *** 5531 *** *** 5532 *** *** 5533 *** *** 5534 *** *** 5535 *** *** 5536 *** *** 5537 *** *** 5538 *** *** 5539 *** *** 5540 *** *** 5541 *** *** 5542 *** *** 5543 *** *** 5544 *** *** 5545 *** *** 5546 *** *** 5547 *** *** 5548 *** *** 5549 *** *** 5550 *** *** 5551 *** *** 5552 *** *** 5553 *** *** 5554 *** *** 5555 *** *** 5556 *** *** 5557 *** *** 5558 *** *** 5559 *** *** 5560 *** *** 5561 *** *** 5562 *** *** 5563 *** *** 5564 *** *** 5565 *** *** 5566 *** *** 5567 *** *** 5568 *** *** 5569 *** *** 5570 *** *** 5571 *** *** 5572 *** *** 5573 *** *** 5574 *** *** 5575 *** *** 5576 *** *** 5577 *** *** 5578 *** *** 5579 *** *** 5580 *** *** 5581 *** *** 5582 *** *** 5583 *** *** 5584 *** *** 5585 *** *** 5586 *** *** 5587 *** *** 5588 *** *** 5589 *** *** 5590 *** *** 5591 *** *** 5592 *** *** 5593 *** *** 5594 *** *** 5595 *** *** 5596 *** *** 5597 *** *** 5598 *** *** 5599 *** *** 5600 *** *** 5601 *** *** 5602 *** *** 5603 *** *** 5604 *** *** 5605 *** *** 5606 *** *** 5607 *** *** 5608 *** *** 5609 *** *** 5610 *** *** 5611 *** *** 5612 *** *** 5613 *** *** 5614 *** *** 5615 *** *** 5616 *** *** 5617 *** *** 5618 *** *** 5619 *** *** 5620 *** *** 5621 *** *** 5622 *** *** 5623 *** *** 5624 *** *** 5625 *** *** 5626 *** *** 5627 *** *** 5628 *** *** 5629 *** *** 5630 *** *** 5631 *** *** 5632 *** *** 5633 *** *** 5634 *** *** 5635 *** *** 5636 *** *** 5637 *** *** 5638 *** *** 5639 *** *** 5640 *** *** 5641 *** *** 5642 *** *** 5643 *** *** 5644 *** *** 5645 *** *** 5646 *** *** 5647 *** *** 5648 *** *** 5649 *** *** 5650 *** *** 5651 *** *** 5652 *** *** 5653 *** *** 5654 *** *** 5655 *** *** 5656 *** *** 5657 *** *** 5658 *** *** 5659 *** *** 5660 *** *** 5661 *** *** 5662 *** *** 5663 *** *** 5664 *** *** 5665 *** *** 5666 *** *** 5667 *** *** 5668 *** *** 5669 *** *** 5670 *** *** 5671 *** *** 5672 *** *** 5673 *** *** 5674 *** *** 5675 *** *** 5676 *** *** 5677 *** *** 5678 *** *** 5679 *** *** 5680 *** *** 5681 *** *** 5682 *** *** 5683 *** *** 5684 *** *** 5685 *** *** 5686 *** *** 5687 *** *** 5688 *** *** 5689 *** *** 5690 *** *** 5691 *** *** 5692 *** *** 5693 *** *** 5694 *** *** 5695 *** *** 5696 *** *** 5697 *** *** 5698 *** *** 5699 *** *** 5700 *** *** 5701 *** *** 5702 *** *** 5703 *** *** 5704 *** *** 5705 *** *** 5706 *** *** 5707 *** *** 5708 *** *** 5709 *** *** 5710 *** *** 5711 *** *** 5712 *** *** 5713 *** *** 5714 *** *** 5715 *** *** 5716 *** *** 5717 *** *** 5718 *** *** 5719 *** *** 5720 *** *** 5721 *** *** 5722 *** *** 5723 *** *** 5724 *** *** 5725 *** *** 5726 *** *** 5727 *** *** 5728 *** *** 5729 *** *** 5730 *** *** 5731 *** *** 5732 *** *** 5733 *** *** 5734 *** *** 5735 *** *** 5736 *** *** 5737 *** *** 5738 *** *** 5739 *** *** 5740 *** *** 5741 *** *** 5742 *** *** 5743 *** *** 5744 *** *** 5745 *** *** 5746 *** *** 5747 *** *** 5748 *** *** 5749 *** *** 5750 *** *** 5751 *** *** 5752 *** *** 5753 *** *** 5754 *** *** 5755 *** *** 5756 *** *** 5757 *** *** 5758 *** *** 5759 *** *** 5760 *** *** 5761 *** *** 5762 *** *** 5763 *** *** 5764 *** *** 5765 *** *** 5766 *** *** 5767 *** *** 5768 *** *** 5769 *** *** 5770 *** *** 5771 *** *** 5772 *** *** 5773 *** *** 5774 *** *** 5775 *** *** 5776 *** *** 5777 *** *** 5778 *** *** 5779 *** *** 5780 *** *** 5781 *** *** 5782 *** *** 5783 *** *** 5784 *** *** 5785 *** *** 5786 *** *** 5787 *** *** 5788 *** *** 5789 *** *** 5790 *** *** 5791 *** *** 5792 *** *** 5793 *** *** 5794 *** *** 5795 *** *** 5796 *** *** 5797 *** *** 5798 *** *** 5799 *** *** 5800 *** *** 5801 *** *** 5802 *** *** 5803 *** *** 5804 *** *** 5805 *** *** 5806 *** *** 5807 *** *** 5808 *** *** 5809 *** *** 5810 *** *** 5811 *** *** 5812 *** *** 5813 *** *** 5814 *** *** 5815 *** *** 5816 *** *** 5817 *** *** 5818 *** *** 5819 *** *** 5820 *** *** 5821 *** *** 5822 *** *** 5823 *** *** 5824 *** *** 5825 *** *** 5826 *** *** 5827 *** *** 5828 *** *** 5829 *** *** 5830 *** *** 5831 *** *** 5832 *** *** 5833 *** *** 5834 *** *** 5835 *** *** 5836 *** *** 5837 *** *** 5838 *** *** 5839 *** *** 5840 *** *** 5841 *** *** 5842 *** *** 5843 *** *** 5844 *** *** 5845 *** *** 5846 *** *** 5847 *** *** 5848 *** *** 5849 *** *** 5850 *** *** 5851 *** *** 5852 *** *** 5853 *** *** 5854 *** *** 5855 *** *** 5856 *** *** 5857 *** *** 5858 *** *** 5859 *** *** 5860 *** *** 5861 *** *** 5862 *** *** 5863 *** *** 5864 *** *** 5865 *** *** 5866 *** *** 5867 *** *** 5868 *** *** 5869 *** *** 5870 *** *** 5871 *** *** 5872 *** *** 5873 *** *** 5874 *** *** 5875 *** *** 5876 *** *** 5877 *** *** 5878 *** *** 5879 *** *** 5880 *** *** 5881 *** *** 5882 *** *** 5883 *** *** 5884 *** *** 5885 *** *** 5886 *** *** 5887 *** *** 5888 *** *** 5889 *** *** 5890 *** *** 5891 *** *** 5892 *** *** 5893 *** *** 5894 *** *** 5895 *** *** 5896 *** *** 5897 *** *** 5898 *** *** 5899 *** *** 5900 *** *** 5901 *** *** 5902 *** *** 5903 *** *** 5904 *** *** 5905 *** *** 5906 *** *** 5907 *** *** 5908 *** *** 5909 *** *** 5910 *** *** 5911 *** *** 5912 *** *** 5913 *** *** 5914 *** *** 5915 *** *** 5916 *** *** 5917 *** *** 5918 *** *** 5919 *** *** 5920 *** *** 5921 *** *** 5922 *** *** 5923 *** *** 5924 *** *** 5925 *** *** 5926 *** *** 5927 *** *** 5928 *** *** 5929 *** *** 5930 *** *** 5931 *** *** 5932 *** *** 5933 *** *** 5934 *** *** 5935 *** *** 5936 *** *** 5937 *** *** 5938 *** *** 5939 *** *** 5940 *** *** 5941 *** *** 5942 *** *** 5943 *** *** 5944 *** *** 5945 *** *** 5946 *** *** 5947 *** *** 5948 *** *** 5949 *** *** 5950 *** *** 5951 *** *** 5952 *** *** 5953 *** *** 5954 *** *** 5955 *** *** 5956 *** *** 5957 *** *** 5958 *** *** 5959 *** *** 5960 *** *** 5961 *** *** 5962 *** *** 5963 *** *** 5964 *** *** 5965 *** *** 5966 *** *** 5967 *** *** 5968 *** *** 5969 *** *** 5970 *** *** 5971 *** *** 5972 *** *** 5973 *** *** 5974 *** *** 5975 *** *** 5976 *** *** 5977 *** *** 5978 *** *** 5979 *** *** 5980 *** *** 5981 *** *** 5982 *** *** 5983 *** *** 5984 *** *** 5985 *** *** 5986 *** *** 5987 *** *** 5988 *** *** 5989 *** *** 5990 *** *** 5991 *** *** 5992 *** *** 5993 *** *** 5994 *** *** 5995 *** *** 5996 *** *** 5997 *** *** 5998 *** *** 5999 *** *** 6000 *** *** 6001 *** *** 6002 *** *** 6003 *** *** 6004 *** *** 6005 *** *** 6006 *** *** 6007 *** *** 6008 *** *** 6009 *** *** 6010 *** *** 6011 *** *** 6012 *** *** 6013 *** *** 6014 *** *** 6015 *** *** 6016 *** *** 6017 *** *** 6018 *** *** 6019 *** *** 6020 *** *** 6021 *** *** 6022 *** *** 6023 *** *** 6024 *** *** 6025 *** *** 6026 *** *** 6027 *** *** 6028 *** *** 6029 *** *** 6030 *** *** 6031 *** *** 6032 *** *** 6033 *** *** 6034 *** *** 6035 *** *** 6036 *** *** 6037 *** *** 6038 *** *** 6039 *** *** 6040 *** *** 6041 *** *** 6042 *** *** 6043 *** *** 6044 *** *** 6045 *** *** 6046 *** *** 6047 *** *** 6048 *** *** 6049 *** *** 6050 *** *** 6051 *** *** 6052 *** *** 6053 *** *** 6054 *** *** 6055 *** *** 6056 *** *** 6057 *** *** 6058 *** *** 6059 *** *** 6060 *** *** 6061 *** *** 6062 *** *** 6063 *** *** 6064 *** *** 6065 *** *** 6066 *** *** 6067 *** *** 6068 *** *** 6069 *** *** 6070 *** *** 6071 *** *** 6072 *** *** 6073 *** *** 6074 *** *** 6075 *** *** 6076 *** *** 6077 *** *** 6078 *** *** 6079 *** *** 6080 *** *** 6081 *** *** 6082 *** *** 6083 *** *** 6084 *** *** 6085 *** *** 6086 *** *** 6087 *** *** 6088 *** *** 6089 *** *** 6090 *** *** 6091 *** *** 6092 *** *** 6093 *** *** 6094 *** *** 6095 *** *** 6096 *** *** 6097 *** *** 6098 *** *** 6099 *** *** 6100 *** *** 6101 *** *** 6102 *** *** 6103 *** *** 6104 *** *** 6105 *** *** 6106 *** *** 6107 *** *** 6108 *** *** 6109 *** *** 6110 *** *** 6111 *** *** 6112 *** *** 6113 *** *** 6114 *** *** 6115 *** *** 6116 *** *** 6117 *** *** 6118 *** *** 6119 *** *** 6120 *** *** 6121 *** *** 6122 *** *** 6123 *** *** 6124 *** *** 6125 *** *** 6126 *** *** 6127 *** *** 6128 *** *** 6129 *** *** 6130 *** *** 6131 *** *** 6132 *** *** 6133 *** *** 6134 *** *** 6135 *** *** 6136 *** *** 6137 *** *** 6138 *** *** 6139 *** *** 6140 *** *** 6141 *** *** 6142 *** *** 6143 *** *** 6144 *** *** 6145 *** *** 6146 *** *** 6147 *** *** 6148 *** *** 6149 *** *** 6150 *** *** 6151 *** *** 6152 *** *** 6153 *** *** 6154 *** *** 6155 *** *** 6156 *** *** 6157 *** *** 6158 *** *** 6159 *** *** 6160 *** *** 6161 *** *** 6162 *** *** 6163 *** *** 6164 *** *** 6165 *** *** 6166 *** *** 6167 *** *** 6168 *** *** 6169 *** *** 6170 *** *** 6171 *** *** 6172 *** *** 6173 *** *** 6174 *** *** 6175 *** *** 6176 *** *** 6177 *** *** 6178 *** *** 6179 *** *** 6180 *** *** 6181 *** *** 6182 *** *** 6183 *** *** 6184 *** *** 6185 *** *** 6186 *** *** 6187 *** *** 6188 *** *** 6189 *** *** 6190 *** *** 6191 *** *** 6192 *** *** 6193 *** *** 6194 *** *** 6195 *** *** 6196 *** *** 6197 *** *** 6198 *** *** 6199 *** *** 6200 *** *** 6201 *** *** 6202 *** *** 6203 *** *** 6204 *** *** 6205 *** *** 6206 *** *** 6207 *** *** 6208 *** *** 6209 *** *** 6210 *** *** 6211 *** *** 6212 *** *** 6213 *** *** 6214 *** *** 6215 *** *** 6216 *** *** 6217 *** *** 6218 *** *** 6219 *** *** 6220 *** *** 6221 *** *** 6222 *** *** 6223 *** *** 6224 *** *** 6225 *** *** 6226 *** *** 6227 *** *** 6228 *** *** 6229 *** *** 6230 *** *** 6231 *** *** 6232 *** *** 6233 *** *** 6234 *** *** 6235 *** *** 6236 *** *** 6237 *** *** 6238 *** *** 6239 *** *** 6240 *** *** 6241 *** *** 6242 *** *** 6243 *** *** 6244 *** *** 6245 *** *** 6246 *** *** 6247 *** *** 6248 *** *** 6249 *** *** 6250 *** *** 6251 *** *** 6252 *** *** 6253 *** *** 6254 *** *** 6255 *** *** 6256 *** *** 6257 *** *** 6258 *** *** 6259 *** *** 6260 *** *** 6261 *** *** 6262 *** *** 6263 *** *** 6264 *** *** 6265 *** *** 6266 *** *** 6267 *** *** 6268 *** *** 6269 *** *** 6270 *** *** 6271 *** *** 6272 *** *** 6273 *** *** 6274 *** *** 6275 *** *** 6276 *** *** 6277 *** *** 6278 *** *** 6279 *** *** 6280 *** *** 6281 *** *** 6282 *** *** 6283 *** *** 6284 *** *** 6285 *** *** 6286 *** *** 6287 *** *** 6288 *** *** 6289 *** *** 6290 *** *** 6291 *** *** 6292 *** *** 6293 *** *** 6294 *** *** 6295 *** *** 6296 *** *** 6297 *** *** 6298 *** *** 6299 *** *** 6300 *** *** 6301 *** *** 6302 *** *** 6303 *** *** 6304 *** *** 6305 *** *** 6306 *** *** 6307 *** *** 6308 *** *** 6309 *** *** 6310 *** *** 6311 *** *** 6312 *** *** 6313 *** *** 6314 *** *** 6315 *** *** 6316 *** *** 6317 *** *** 6318 *** *** 6319 *** *** 6320 *** *** 6321 *** *** 6322 *** *** 6323 *** *** 6324 *** *** 6325 *** *** 6326 *** *** 6327 *** *** 6328 *** *** 6329 *** *** 6330 *** *** 6331 *** *** 6332 *** *** 6333 *** *** 6334 *** *** 6335 *** *** 6336 *** *** 6337 *** *** 6338 *** *** 6339 *** *** 6340 *** *** 6341 *** *** 6342 *** *** 6343 *** *** 6344 *** *** 6345 *** *** 6346 *** *** 6347 *** *** 6348 *** *** 6349 *** *** 6350 *** *** 6351 *** *** 6352 *** *** 6353 *** *** 6354 *** *** 6355 *** *** 6356 *** *** 6357 *** *** 6358 *** *** 6359 *** *** 6360 *** *** 6361 *** *** 6362 *** *** 6363 *** *** 6364 *** *** 6365 *** *** 6366 *** *** 6367 *** *** 6368 *** *** 6369 *** *** 6370 *** *** 6371 *** *** 6372 *** *** 6373 *** *** 6374 *** *** 6375 *** *** 6376 *** *** 6377 *** *** 6378 *** *** 6379 *** *** 6380 *** *** 6381 *** *** 6382 *** *** 6383 *** *** 6384 *** *** 6385 *** *** 6386 *** *** 6387 *** *** 6388 *** *** 6389 *** *** 6390 *** *** 6391 *** *** 6392 *** *** 6393 *** *** 6394 *** *** 6395 *** *** 6396 *** *** 6397 *** *** 6398 *** *** 6399 *** *** 6400 *** *** 6401 *** *** 6402 *** *** 6403 *** *** 6404 *** *** 6405 *** *** 6406 *** *** 6407 *** *** 6408 *** *** 6409 *** *** 6410 *** *** 6411 *** *** 6412 *** *** 6413 *** *** 6414 *** *** 6415 *** *** 6416 *** *** 6417 *** *** 6418 *** *** 6419 *** *** 6420 *** *** 6421 *** *** 6422 *** *** 6423 *** *** 6424 *** *** 6425 *** *** 6426 *** *** 6427 *** *** 6428 *** *** 6429 *** *** 6430 *** *** 6431 *** *** 6432 *** *** 6433 *** *** 6434 *** *** 6435 *** *** 6436 *** *** 6437 *** *** 6438 *** *** 6439 *** *** 6440 *** *** 6441 *** *** 6442 *** *** 6443 *** *** 6444 *** *** 6445 *** *** 6446 *** *** 6447 *** *** 6448 *** *** 6449 *** *** 6450 *** *** 6451 *** *** 6452 *** *** 6453 *** *** 6454 *** *** 6455 *** *** 6456 *** *** 6457 *** *** 6458 *** *** 6459 *** *** 6460 *** *** 6461 *** *** 6462 *** *** 6463 *** *** 6464 *** *** 6465 *** *** 6466 *** *** 6467 *** *** 6468 *** *** 6469 *** *** 6470 *** *** 6471 *** *** 6472 *** *** 6473 *** *** 6474 *** *** 6475 *** *** 6476 *** *** 6477 *** *** 6478 *** *** 6479 *** *** 6480 *** *** 6481 *** *** 6482 *** *** 6483 *** *** 6484 *** *** 6485 *** *** 6486 *** *** 6487 *** *** 6488 *** *** 6489 *** *** 6490 *** *** 6491 *** *** 6492 *** *** 6493 *** *** 6494 *** *** 6495 *** *** 6496 *** *** 6497 *** *** 6498 *** *** 6499 *** *** 6500 *** *** 6501 *** *** 6502 *** *** 6503 *** *** 6504 *** *** 6505 *** *** 6506 *** *** 6507 *** *** 6508 *** *** 6509 *** *** 6510 *** *** 6511 *** *** 6512 *** *** 6513 *** *** 6514 *** *** 6515 *** *** 6516 *** *** 6517 *** *** 6518 *** *** 6519 *** *** 6520 *** *** 6521 *** *** 6522 *** *** 6523 *** *** 6524 *** *** 6525 *** *** 6526 *** *** 6527 *** *** 6528 *** *** 6529 *** *** 6530 *** *** 6531 *** *** 6532 *** *** 6533 *** *** 6534 *** *** 6535 *** *** 6536 *** *** 6537 *** *** 6538 *** *** 6539 *** *** 6540 *** *** 6541 *** *** 6542 *** *** 6543 *** *** 6544 *** *** 6545 *** *** 6546 *** *** 6547 *** *** 6548 *** *** 6549 *** *** 6550 *** *** 6551 *** *** 6552 *** *** 6553 *** *** 6554 *** *** 6555 *** *** 6556 *** *** 6557 *** *** 6558 *** *** 6559 *** *** 6560 *** *** 6561 *** *** 6562 *** *** 6563 *** *** 6564 *** *** 6565 *** *** 6566 *** *** 6567 *** *** 6568 *** *** 6569 *** *** 6570 *** *** 6571 *** *** 6572 *** *** 6573 *** *** 6574 *** *** 6575 *** *** 6576 *** *** 6577 *** *** 6578 *** *** 6579 *** *** 6580 *** *** 6581 *** *** 6582 *** *** 6583 *** *** 6584 *** *** 6585 *** *** 6586 *** *** 6587 *** *** 6588 *** *** 6589 *** *** 6590 *** *** 6591 *** *** 6592 *** *** 6593 *** *** 6594 *** *** 6595 *** *** 6596 *** *** 6597 *** *** 6598 *** *** 6599 *** *** 6600 *** *** 6601 *** *** 6602 *** *** 6603 *** *** 6604 *** *** 6605 *** *** 6606 *** *** 6607 *** *** 6608 *** *** 6609 *** *** 6610 *** *** 6611 *** *** 6612 *** *** 6613 *** *** 6614 *** *** 6615 *** *** 6616 *** *** 6617 *** *** 6618 *** *** 6619 *** *** 6620 *** *** 6621 *** *** 6622 *** *** 6623 *** *** 6624 *** *** 6625 *** *** 6626 *** *** 6627 *** *** 6628 *** *** 6629 *** *** 6630 *** *** 6631 *** *** 6632 *** *** 6633 *** *** 6634 *** *** 6635 *** *** 6636 *** *** 6637 *** *** 6638 *** *** 6639 *** *** 6640 *** *** 6641 *** *** 6642 *** *** 6643 *** *** 6644 *** *** 6645 *** *** 6646 *** *** 6647 *** *** 6648 *** *** 6649 *** *** 6650 *** *** 6651 *** *** 6652 *** *** 6653 *** *** 6654 *** *** 6655 *** *** 6656 *** *** 6657 *** *** 6658 *** *** 6659 *** *** 6660 *** *** 6661 *** *** 6662 *** *** 6663 *** *** 6664 *** *** 6665 *** *** 6666 *** *** 6667 *** *** 6668 *** *** 6669 *** *** 6670 *** *** 6671 *** *** 6672 *** *** 6673 *** *** 6674 *** *** 6675 *** *** 6676 *** *** 6677 *** *** 6678 *** *** 6679 *** *** 6680 *** *** 6681 *** *** 6682 *** *** 6683 *** *** 6684 *** *** 6685 *** *** 6686 *** *** 6687 *** *** 6688 *** *** 6689 *** *** 6690 *** *** 6691 *** *** 6692 *** *** 6693 *** *** 6694 *** *** 6695 *** *** 6696 *** *** 6697 *** *** 6698 *** *** 6699 *** *** 6700 *** *** 6701 *** *** 6702 *** *** 6703 *** *** 6704 *** *** 6705 *** *** 6706 *** *** 6707 *** *** 6708 *** *** 6709 *** *** 6710 *** *** 6711 *** *** 6712 *** *** 6713 *** *** 6714 *** *** 6715 *** *** 6716 *** *** 6717 *** *** 6718 *** *** 6719 *** *** 6720 *** *** 6721 *** *** 6722 *** *** 6723 *** *** 6724 *** *** 6725 *** *** 6726 *** *** 6727 *** *** 6728 *** *** 6729 *** *** 6730 *** *** 6731 *** *** 6732 *** *** 6733 *** *** 6734 *** *** 6735 *** *** 6736 *** *** 6737 *** *** 6738 *** *** 6739 *** *** 6740 *** *** 6741 *** *** 6742 *** *** 6743 *** *** 6744 *** *** 6745 *** *** 6746 *** *** 6747 *** *** 6748 *** *** 6749 *** *** 6750 *** *** 6751 *** *** 6752 *** *** 6753 *** *** 6754 *** *** 6755 *** *** 6756 *** *** 6757 *** *** 6758 *** *** 6759 *** *** 6760 *** *** 6761 *** *** 6762 *** *** 6763 *** *** 6764 *** *** 6765 *** *** 6766 *** *** 6767 *** *** 6768 *** *** 6769 *** *** 6770 *** *** 6771 *** *** 6772 *** *** 6773 *** *** 6774 *** *** 6775 *** *** 6776 *** *** 6777 *** *** 6778 *** *** 6779 *** *** 6780 *** *** 6781 *** *** 6782 *** *** 6783 *** *** 6784 *** *** 6785 *** *** 6786 *** *** 6787 *** *** 6788 *** *** 6789 *** *** 6790 *** *** 6791 *** *** 6792 *** *** 6793 *** *** 6794 *** *** 6795 *** *** 6796 *** *** 6797 *** *** 6798 *** *** 6799 *** *** 6800 *** *** 6801 *** *** 6802 *** *** 6803 *** *** 6804 *** *** 6805 *** *** 6806 *** *** 6807 *** *** 6808 *** *** 6809 *** *** 6810 *** *** 6811 *** *** 6812 *** *** 6813 *** *** 6814 *** *** 6815 *** *** 6816 *** *** 6817 *** *** 6818 *** *** 6819 *** *** 6820 *** *** 6821 *** *** 6822 *** *** 6823 *** *** 6824 *** *** 6825 *** *** 6826 *** *** 6827 *** *** 6828 *** *** 6829 *** *** 6830 *** *** 6831 *** *** 6832 *** *** 6833 *** *** 6834 *** *** 6835 *** *** 6836 *** *** 6837 *** *** 6838 *** *** 6839 *** *** 6840 *** *** 6841 *** *** 6842 *** *** 6843 *** *** 6844 *** *** 6845 *** *** 6846 *** *** 6847 *** *** 6848 *** *** 6849 *** *** 6850 *** *** 6851 *** *** 6852 *** *** 6853 *** *** 6854 *** *** 6855 *** *** 6856 *** *** 6857 *** *** 6858 *** *** 6859 *** *** 6860 *** *** 6861 *** *** 6862 *** *** 6863 *** *** 6864 *** *** 6865 *** *** 6866 *** *** 6867 *** *** 6868 *** *** 6869 *** *** 6870 *** *** 6871 *** *** 6872 *** *** 6873 *** *** 6874 *** *** 6875 *** *** 6876 *** *** 6877 *** *** 6878 *** *** 6879 *** *** 6880 *** *** 6881 *** *** 6882 *** *** 6883 *** *** 6884 *** *** 6885 *** *** 6886 *** *** 6887 *** *** 6888 *** *** 6889 *** *** 6890 *** *** 6891 *** *** 6892 *** *** 6893 *** *** 6894 *** *** 6895 *** *** 6896 *** *** 6897 *** *** 6898 *** *** 6899 *** *** 6900 *** *** 6901 *** *** 6902 *** *** 6903 *** *** 6904 *** *** 6905 *** *** 6906 *** *** 6907 *** *** 6908 *** *** 6909 *** *** 6910 *** *** 6911 *** *** 6912 *** *** 6913 *** *** 6914 *** *** 6915 *** *** 6916 *** *** 6917 *** *** 6918 *** *** 6919 *** *** 6920 *** *** 6921 *** *** 6922 *** *** 6923 *** *** 6924 *** *** 6925 *** *** 6926 *** *** 6927 *** *** 6928 *** *** 6929 *** *** 6930 *** *** 6931 *** *** 6932 *** *** 6933 *** *** 6934 *** *** 6935 *** *** 6936 *** *** 6937 *** *** 6938 *** *** 6939 *** *** 6940 *** *** 6941 *** *** 6942 *** *** 6943 *** *** 6944 *** *** 6945 *** *** 6946 *** *** 6947 *** *** 6948 *** *** 6949 *** *** 6950 *** *** 6951 *** *** 6952 *** *** 6953 *** *** 6954 *** *** 6955 *** *** 6956 *** *** 6957 *** *** 6958 *** *** 6959 *** *** 6960 *** *** 6961 *** *** 6962 *** *** 6963 *** *** 6964 *** *** 6965 *** *** 6966 *** *** 6967 *** *** 6968 *** *** 6969 *** *** 6970 *** *** 6971 *** *** 6972 *** *** 6973 *** *** 6974 *** *** 6975 *** *** 6976 *** *** 6977 *** *** 6978 *** *** 6979 *** *** 6980 *** *** 6981 *** *** 6982 *** *** 6983 *** *** 6984 *** *** 6985 *** *** 6986 *** *** 6987 *** *** 6988 *** *** 6989 *** *** 6990 *** *** 6991 *** *** 6992 *** *** 6993 *** *** 6994 *** *** 6995 *** *** 6996 *** *** 6997 *** *** 6998 *** *** 6999 *** *** 7000 *** *** 7001 *** *** 7002 *** *** 7003 *** *** 7004 *** *** 7005 *** *** 7006 *** *** 7007 *** *** 7008 *** *** 7009 *** *** 7010 *** *** 7011 *** *** 7012 *** *** 7013 *** *** 7014 *** *** 7015 *** *** 7016 *** *** 7017 *** *** 7018 *** *** 7019 *** *** 7020 *** *** 7021 *** *** 7022 *** *** 7023 *** *** 7024 *** *** 7025 *** *** 7026 *** *** 7027 *** *** 7028 *** *** 7029 *** *** 7030 *** *** 7031 *** *** 7032 *** *** 7033 *** *** 7034 *** *** 7035 *** *** 7036 *** *** 7037 *** *** 7038 *** *** 7039 *** *** 7040 *** *** 7041 *** *** 7042 *** *** 7043 *** *** 7044 *** *** 7045 *** *** 7046 *** *** 7047 *** *** 7048 *** *** 7049 *** *** 7050 *** *** 7051 *** *** 7052 *** *** 7053 *** *** 7054 *** *** 7055 *** *** 7056 *** *** 7057 *** *** 7058 *** *** 7059 *** *** 7060 *** *** 7061 *** *** 7062 *** *** 7063 *** *** 7064 *** *** 7065 *** *** 7066 *** *** 7067 *** *** 7068 *** *** 7069 *** *** 7070 *** *** 7071 *** *** 7072 *** *** 7073 *** *** 7074 *** *** 7075 *** *** 7076 *** *** 7077 *** *** 7078 *** *** 7079 *** *** 7080 *** *** 7081 *** *** 7082 *** *** 7083 *** *** 7084 *** *** 7085 *** *** 7086 *** *** 7087 *** *** 7088 *** *** 7089 *** *** 7090 *** *** 7091 *** *** 7092 *** *** 7093 *** *** 7094 *** *** 7095 *** *** 7096 *** *** 7097 *** *** 7098 *** *** 7099 *** *** 7100 *** *** 7101 *** *** 7102 *** *** 7103 *** *** 7104 *** *** 7105 *** *** 7106 *** *** 7107 *** *** 7108 *** *** 7109 *** *** 7110 *** *** 7111 *** *** 7112 *** *** 7113 *** *** 7114 *** *** 7115 *** *** 7116 *** *** 7117 *** *** 7118 *** *** 7119 *** *** 7120 *** *** 7121 *** *** 7122 *** *** 7123 *** *** 7124 *** *** 7125 *** *** 7126 *** *** 7127 *** *** 7128 *** *** 7129 *** *** 7130 *** *** 7131 *** *** 7132 *** *** 7133 *** *** 7134 *** *** 7135 *** *** 7136 *** *** 7137 *** *** 7138 *** *** 7139 *** *** 7140 *** *** 7141 *** *** 7142 *** *** 7143 *** *** 7144 *** *** 7145 *** *** 7146 *** *** 7147 *** *** 7148 *** *** 7149 *** *** 7150 *** *** 7151 *** *** 7152 *** *** 7153 *** *** 7154 *** *** 7155 *** *** 7156 *** *** 7157 *** *** 7158 *** *** 7159 *** *** 7160 *** *** 7161 *** *** 7162 *** *** 7163 *** *** 7164 *** *** 7165 *** *** 7166 *** *** 7167 *** *** 7168 *** *** 7169 *** *** 7170 *** *** 7171 *** *** 7172 *** *** 7173 *** *** 7174 *** *** 7175 *** *** 7176 *** *** 7177 *** *** 7178 *** *** 7179 *** *** 7180 *** *** 7181 *** *** 7182 *** *** 7183 *** *** 7184 *** *** 7185 *** *** 7186 *** *** 7187 *** *** 7188 *** *** 7189 *** *** 7190 *** *** 7191 *** *** 7192 *** *** 7193 *** *** 7194 *** *** 7195 *** *** 7196 *** *** 7197 *** *** 7198 *** *** 7199 *** *** 7200 *** *** 7201 *** *** 7202 *** *** 7203 *** *** 7204 *** *** 7205 *** *** 7206 *** *** 7207 *** *** 7208 *** *** 7209 *** *** 7210 *** *** 7211 *** *** 7212 *** *** 7213 *** *** 7214 *** *** 7215 *** *** 7216 *** *** 7217 *** *** 7218 *** *** 7219 *** *** 7220 *** *** 7221 *** *** 7222 *** *** 7223 *** *** 7224 *** *** 7225 *** *** 7226 *** *** 7227 *** *** 7228 *** *** 7229 *** *** 7230 *** *** 7231 *** *** 7232 *** *** 7233 *** *** 7234 *** *** 7235 *** *** 7236 *** *** 7237 *** *** 7238 *** *** 7239 *** *** 7240 *** *** 7241 *** *** 7242 *** *** 7243 *** *** 7244 *** *** 7245 *** *** 7246 *** *** 7247 *** *** 7248 *** *** 7249 *** *** 7250 *** *** 7251 *** *** 7252 *** *** 7253 *** *** 7254 *** *** 7255 *** *** 7256 *** *** 7257 *** *** 7258 *** *** 7259 *** *** 7260 *** *** 7261 *** *** 7262 *** *** 7263 *** *** 7264 *** *** 7265 *** *** 7266 *** *** 7267 *** *** 7268 *** *** 7269 *** *** 7270 *** *** 7271 *** *** 7272 *** *** 7273 *** *** 7274 *** *** 7275 *** *** 7276 *** *** 7277 *** *** 7278 *** *** 7279 *** *** 7280 *** *** 7281 *** *** 7282 *** *** 7283 *** *** 7284 *** *** 7285 *** *** 7286 *** *** 7287 *** *** 7288 *** *** 7289 *** *** 7290 *** *** 7291 *** *** 7292 *** *** 7293 *** *** 7294 *** *** 7295 *** *** 7296 *** *** 7297 *** *** 7298 *** *** 7299 *** *** 7300 *** *** 7301 *** *** 7302 *** *** 7303 *** *** 7304 *** *** 7305 *** *** 7306 *** *** 7307 *** *** 7308 *** *** 7309 *** *** 7310 *** *** 7311 *** *** 7312 *** *** 7313 *** *** 7314 *** *** 7315 *** *** 7316 *** *** 7317 *** *** 7318 *** *** 7319 *** *** 7320 *** *** 7321 *** *** 7322 *** *** 7323 *** *** 7324 *** *** 7325 *** *** 7326 *** *** 7327 *** *** 7328 *** *** 7329 *** *** 7330 *** *** 7331 *** *** 7332 *** *** 7333 *** *** 7334 *** *** 7335 *** *** 7336 *** *** 7337 *** *** 7338 *** *** 7339 *** *** 7340 *** *** 7341 *** *** 7342 *** *** 7343 *** *** 7344 *** *** 7345 *** *** 7346 *** *** 7347 *** *** 7348 *** *** 7349 *** *** 7350 *** *** 7351 *** *** 7352 *** *** 7353 *** *** 7354 *** *** 7355 *** *** 7356 *** *** 7357 *** *** 7358 *** *** 7359 *** *** 7360 *** *** 7361 *** *** 7362 *** *** 7363 *** *** 7364 *** *** 7365 *** *** 7366 *** *** 7367 *** *** 7368 *** *** 7369 *** *** 7370 *** *** 7371 *** *** 7372 *** *** 7373 *** *** 7374 *** *** 7375 *** *** 7376 *** *** 7377 *** *** 7378 *** *** 7379 *** *** 7380 *** *** 7381 *** *** 7382 *** *** 7383 *** *** 7384 *** *** 7385 *** *** 7386 *** *** 7387 *** *** 7388 *** *** 7389 *** *** 7390 *** *** 7391 *** *** 7392 *** *** 7393 *** *** 7394 *** *** 7395 *** *** 7396 *** *** 7397 *** *** 7398 *** *** 7399 *** *** 7400 *** *** 7401 *** *** 7402 *** *** 7403 *** *** 7404 *** *** 7405 *** *** 7406 *** *** 7407 *** *** 7408 *** *** 7409 *** *** 7410 *** *** 7411 *** *** 7412 *** *** 7413 *** *** 7414 *** *** 7415 *** *** 7416 *** *** 7417 *** *** 7418 *** *** 7419 *** *** 7420 *** *** 7421 *** *** 7422 *** *** 7423 *** *** 7424 *** *** 7425 *** *** 7426 *** *** 7427 *** *** 7428 *** *** 7429 *** *** 7430 *** *** 7431 *** *** 7432 *** *** 7433 *** *** 7434 *** *** 7435 *** *** 7436 *** *** 7437 *** *** 7438 *** *** 7439 *** *** 7440 *** *** 7441 *** *** 7442 *** *** 7443 *** *** 7444 *** *** 7445 *** *** 7446 *** *** 7447 *** *** 7448 *** *** 7449 *** *** 7450 *** *** 7451 *** *** 7452 *** *** 7453 *** *** 7454 *** *** 7455 *** *** 7456 *** *** 7457 *** *** 7458 *** *** 7459 *** *** 7460 *** *** 7461 *** *** 7462 *** *** 7463 *** *** 7464 *** *** 7465 *** *** 7466 *** *** 7467 *** *** 7468 *** *** 7469 *** *** 7470 *** *** 7471 *** *** 7472 *** *** 7473 *** *** 7474 *** *** 7475 *** *** 7476 *** *** 7477 *** *** 7478 *** *** 7479 *** *** 7480 *** *** 7481 *** *** 7482 *** *** 7483 *** *** 7484 *** *** 7485 *** *** 7486 *** *** 7487 *** *** 7488 *** *** 7489 *** *** 7490 *** *** 7491 *** *** 7492 *** *** 7493 *** *** 7494 *** *** 7495 *** *** 7496 *** *** 7497 *** *** 7498 *** *** 7499 *** *** 7500 *** *** 7501 *** *** 7502 *** *** 7503 *** *** 7504 *** *** 7505 *** *** 7506 *** *** 7507 *** *** 7508 *** *** 7509 *** *** 7510 *** *** 7511 *** *** 7512 *** *** 7513 *** *** 7514 *** *** 7515 *** *** 7516 *** *** 7517 *** *** 7518 *** *** 7519 *** *** 7520 *** *** 7521 *** *** 7522 *** *** 7523 *** *** 7524 *** *** 7525 *** *** 7526 *** *** 7527 *** *** 7528 *** *** 7529 *** *** 7530 *** *** 7531 *** *** 7532 *** *** 7533 *** *** 7534 *** *** 7535 *** *** 7536 *** *** 7537 *** *** 7538 *** *** 7539 *** *** 7540 *** *** 7541 *** *** 7542 *** *** 7543 *** *** 7544 *** *** 7545 *** *** 7546 *** *** 7547 *** *** 7548 *** *** 7549 *** *** 7550 *** *** 7551 *** *** 7552 *** *** 7553 *** *** 7554 *** *** 7555 *** *** 7556 *** *** 7557 *** *** 7558 *** *** 7559 *** *** 7560 *** *** 7561 *** *** 7562 *** *** 7563 *** *** 7564 *** *** 7565 *** *** 7566 *** *** 7567 *** *** 7568 *** *** 7569 *** *** 7570 *** *** 7571 *** *** 7572 *** *** 7573 *** *** 7574 *** *** 7575 *** *** 7576 *** *** 7577 *** *** 7578 *** *** 7579 *** *** 7580 *** *** 7581 *** *** 7582 *** *** 7583 *** *** 7584 *** *** 7585 *** *** 7586 *** *** 7587 *** *** 7588 *** *** 7589 *** *** 7590 *** *** 7591 *** *** 7592 *** *** 7593 *** *** 7594 *** *** 7595 *** *** 7596 *** *** 7597 *** *** 7598 *** *** 7599 *** *** 7600 *** *** 7601 *** *** 7602 *** *** 7603 *** *** 7604 *** *** 7605 *** *** 7606 *** *** 7607 *** *** 7608 *** *** 7609 *** *** 7610 *** *** 7611 *** *** 7612 *** *** 7613 *** *** 7614 *** *** 7615 *** *** 7616 *** *** 7617 *** *** 7618 *** *** 7619 *** *** 7620 *** *** 7621 *** *** 7622 *** *** 7623 *** *** 7624 *** *** 7625 *** *** 7626 *** *** 7627 *** *** 7628 *** *** 7629 *** *** 7630 *** *** 7631 *** *** 7632 *** *** 7633 *** *** 7634 *** *** 7635 *** *** 7636 *** *** 7637 *** *** 7638 *** *** 7639 *** *** 7640 *** *** 7641 *** *** 7642 *** *** 7643 *** *** 7644 *** *** 7645 *** *** 7646 *** *** 7647 *** *** 7648 *** *** 7649 *** *** 7650 *** *** 7651 *** *** 7652 *** *** 7653 *** *** 7654 *** *** 7655 *** *** 7656 *** *** 7657 *** *** 7658 *** *** 7659 *** *** 7660 *** *** 7661 *** *** 7662 *** *** 7663 *** *** 7664 *** *** 7665 *** *** 7666 *** *** 7667 *** *** 7668 *** *** 7669 *** *** 7670 *** *** 7671 *** *** 7672 *** *** 7673 *** *** 7674 *** *** 7675 *** *** 7676 *** *** 7677 *** *** 7678 *** *** 7679 *** *** 7680 *** *** 7681 *** *** 7682 *** *** 7683 *** *** 7684 *** *** 7685 *** *** 7686 *** *** 7687 *** *** 7688 *** *** 7689 *** *** 7690 *** *** 7691 *** *** 7692 *** *** 7693 *** *** 7694 *** *** 7695 *** *** 7696 *** *** 7697 *** *** 7698 *** *** 7699 *** *** 7700 *** *** 7701 *** *** 7702 *** *** 7703 *** *** 7704 *** *** 7705 *** *** 7706 *** *** 7707 *** *** 7708 *** *** 7709 *** *** 7710 *** *** 7711 *** *** 7712 *** *** 7713 *** *** 7714 *** *** 7715 *** *** 7716 *** *** 7717 *** *** 7718 *** *** 7719 *** *** 7720 *** *** 7721 *** *** 7722 *** *** 7723 *** *** 7724 *** *** 7725 *** *** 7726 *** *** 7727 *** *** 7728 *** *** 7729 *** *** 7730 *** *** 7731 *** *** 7732 *** *** 7733 *** *** 7734 *** *** 7735 *** *** 7736 *** *** 7737 *** *** 7738 *** *** 7739 *** *** 7740 *** *** 7741 *** *** 7742 *** *** 7743 *** *** 7744 *** *** 7745 *** *** 7746 *** *** 7747 *** *** 7748 *** *** 7749 *** *** 7750 *** *** 7751 *** *** 7752 *** *** 7753 *** *** 7754 *** *** 7755 *** *** 7756 *** *** 7757 *** *** 7758 *** *** 7759 *** *** 7760 *** *** 7761 *** *** 7762 *** *** 7763 *** *** 7764 *** *** 7765 *** *** 7766 *** *** 7767 *** *** 7768 *** *** 7769 *** *** 7770 *** *** 7771 *** *** 7772 *** *** 7773 *** *** 7774 *** *** 7775 *** *** 7776 *** *** 7777 *** *** 7778 *** *** 7779 *** *** 7780 *** *** 7781 *** *** 7782 *** *** 7783 *** *** 7784 *** *** 7785 *** *** 7786 *** *** 7787 *** *** 7788 *** *** 7789 *** *** 7790 *** *** 7791 *** *** 7792 *** *** 7793 *** *** 7794 *** *** 7795 *** *** 7796 *** *** 7797 *** *** 7798 *** *** 7799 *** *** 7800 *** *** 7801 *** *** 7802 *** *** 7803 *** *** 7804 *** *** 7805 *** *** 7806 *** *** 7807 *** *** 7808 *** *** 7809 *** *** 7810 *** *** 7811 *** *** 7812 *** *** 7813 *** *** 7814 *** *** 7815 *** *** 7816 *** *** 7817 *** *** 7818 *** *** 7819 *** *** 7820 *** *** 7821 *** *** 7822 *** *** 7823 *** *** 7824 *** *** 7825 *** *** 7826 *** *** 7827 *** *** 7828 *** *** 7829 *** *** 7830 *** *** 7831 *** *** 7832 *** *** 7833 *** *** 7834 *** *** 7835 *** *** 7836 *** *** 7837 *** *** 7838 *** *** 7839 *** *** 7840 *** *** 7841 *** *** 7842 *** *** 7843 *** *** 7844 *** *** 7845 *** *** 7846 *** *** 7847 *** *** 7848 *** *** 7849 *** *** 7850 *** *** 7851 *** *** 7852 *** *** 7853 *** *** 7854 *** *** 7855 *** *** 7856 *** *** 7857 *** *** 7858 *** *** 7859 *** *** 7860 *** *** 7861 *** *** 7862 *** *** 7863 *** *** 7864 *** *** 7865 *** *** 7866 *** *** 7867 *** *** 7868 *** *** 7869 *** *** 7870 *** *** 7871 *** *** 7872 *** *** 7873 *** *** 7874 *** *** 7875 *** *** 7876 *** *** 7877 *** *** 7878 *** *** 7879 *** *** 7880 *** *** 7881 *** *** 7882 *** *** 7883 *** *** 7884 *** *** 7885 *** *** 7886 *** *** 7887 *** *** 7888 *** *** 7889 *** *** 7890 *** *** 7891 *** *** 7892 *** *** 7893 *** *** 7894 *** *** 7895 *** *** 7896 *** *** 7897 *** *** 7898 *** *** 7899 *** *** 7900 *** *** 7901 *** *** 7902 *** *** 7903 *** *** 7904 *** *** 7905 *** *** 7906 *** *** 7907 *** *** 7908 *** *** 7909 *** *** 7910 *** *** 7911 *** *** 7912 *** *** 7913 *** *** 7914 *** *** 7915 *** *** 7916 *** *** 7917 *** *** 7918 *** *** 7919 *** *** 7920 *** *** 7921 *** *** 7922 *** *** 7923 *** *** 7924 *** *** 7925 *** *** 7926 *** *** 7927 *** *** 7928 *** *** 7929 *** *** 7930 *** *** 7931 *** *** 7932 *** *** 7933 *** *** 7934 *** *** 7935 *** *** 7936 *** *** 7937 *** *** 7938 *** *** 7939 *** *** 7940 *** *** 7941 *** *** 7942 *** *** 7943 *** *** 7944 *** *** 7945 *** *** 7946 *** *** 7947 *** *** 7948 *** *** 7949 *** *** 7950 *** *** 7951 *** *** 7952 *** *** 7953 *** *** 7954 *** *** 7955 *** *** 7956 *** *** 7957 *** *** 7958 *** *** 7959 *** *** 7960 *** *** 7961 *** *** 7962 *** *** 7963 *** *** 7964 *** *** 7965 *** *** 7966 *** *** 7967 *** *** 7968 *** *** 7969 *** *** 7970 *** *** 7971 *** *** 7972 *** *** 7973 *** *** 7974 *** *** 7975 *** *** 7976 *** *** 7977 *** *** 7978 *** *** 7979 *** *** 7980 *** *** 7981 *** *** 7982 *** *** 7983 *** *** 7984 *** *** 7985 *** *** 7986 *** *** 7987 *** *** 7988 *** *** 7989 *** *** 7990 *** *** 7991 *** *** 7992 *** *** 7993 *** *** 7994 *** *** 7995 *** *** 7996 *** *** 7997 *** *** 7998 *** *** 7999 *** *** 8000 *** *** 8001 *** *** 8002 *** *** 8003 *** *** 8004 *** *** 8005 *** *** 8006 *** *** 8007 *** *** 8008 *** *** 8009 *** *** 8010 *** *** 8011 *** *** 8012 *** *** 8013 *** *** 8014 *** *** 8015 *** *** 8016 *** *** 8017 *** *** 8018 *** *** 8019 *** *** 8020 *** *** 8021 *** *** 8022 *** *** 8023 *** *** 8024 *** *** 8025 *** *** 8026 *** *** 8027 *** *** 8028 *** *** 8029 *** *** 8030 *** *** 8031 *** *** 8032 *** *** 8033 *** *** 8034 *** *** 8035 *** *** 8036 *** *** 8037 *** *** 8038 *** *** 8039 *** *** 8040 *** *** 8041 *** *** 8042 *** *** 8043 *** *** 8044 *** *** 8045 *** *** 8046 *** *** 8047 *** *** 8048 *** *** 8049 *** *** 8050 *** *** 8051 *** *** 8052 *** *** 8053 *** *** 8054 *** *** 8055 *** *** 8056 *** *** 8057 *** *** 8058 *** *** 8059 *** *** 8060 *** *** 8061 *** *** 8062 *** *** 8063 *** *** 8064 *** *** 8065 *** *** 8066 *** *** 8067 *** *** 8068 *** *** 8069 *** *** 8070 *** *** 8071 *** *** 8072 *** *** 8073 *** *** 8074 *** *** 8075 *** *** 8076 *** *** 8077 *** *** 8078 *** *** 8079 *** *** 8080 *** *** 8081 *** *** 8082 *** *** 8083 *** *** 8084 *** *** 8085 *** *** 8086 *** *** 8087 *** *** 8088 *** *** 8089 *** *** 8090 *** *** 8091 *** *** 8092 *** *** 8093 *** *** 8094 *** *** 8095 *** *** 8096 *** *** 8097 *** *** 8098 *** *** 8099 *** *** 8100 *** *** 8101 *** *** 8102 *** *** 8103 *** *** 8104 *** *** 8105 *** *** 8106 *** *** 8107 *** *** 8108 *** *** 8109 *** *** 8110 *** *** 8111 *** *** 8112 *** *** 8113 *** *** 8114 *** *** 8115 *** *** 8116 *** *** 8117 *** *** 8118 *** *** 8119 *** *** 8120 *** *** 8121 *** *** 8122 *** *** 8123 *** *** 8124 *** *** 8125 *** *** 8126 *** *** 8127 *** *** 8128 *** *** 8129 *** *** 8130 *** *** 8131 *** *** 8132 *** *** 8133 *** *** 8134 *** *** 8135 *** *** 8136 *** *** 8137 *** *** 8138 *** *** 8139 *** *** 8140 *** *** 8141 *** *** 8142 *** *** 8143 *** *** 8144 *** *** 8145 *** *** 8146 *** *** 8147 *** *** 8148 *** *** 8149 *** *** 8150 *** *** 8151 *** *** 8152 *** *** 8153 *** *** 8154 *** *** 8155 *** *** 8156 *** *** 8157 *** *** 8158 *** *** 8159 *** *** 8160 *** *** 8161 *** *** 8162 *** *** 8163 *** *** 8164 *** *** 8165 *** *** 8166 *** *** 8167 *** *** 8168 *** *** 8169 *** *** 8170 *** *** 8171 *** *** 8172 *** *** 8173 *** *** 8174 *** *** 8175 *** *** 8176 *** *** 8177 *** *** 8178 *** *** 8179 *** *** 8180 *** *** 8181 *** *** 8182 *** *** 8183 *** *** 8184 *** *** 8185 *** *** 8186 *** *** 8187 *** *** 8188 *** *** 8189 *** *** 8190 *** *** 8191 *** *** 8192 *** *** 8193 *** *** 8194 *** *** 8195 *** *** 8196 *** *** 8197 *** *** 8198 *** *** 8199 *** *** 8200 *** *** 8201 *** *** 8202 *** *** 8203 *** *** 8204 *** *** 8205 *** *** 8206 *** *** 8207 *** *** 8208 *** *** 8209 *** *** 8210 *** *** 8211 *** *** 8212 *** *** 8213 *** *** 8214 *** *** 8215 *** *** 8216 *** *** 8217 *** *** 8218 *** *** 8219 *** *** 8220 *** *** 8221 *** *** 8222 *** *** 8223 *** *** 8224 *** *** 8225 *** *** 8226 *** *** 8227 *** *** 8228 *** *** 8229 *** *** 8230 *** *** 8231 *** *** 8232 *** *** 8233 *** *** 8234 *** *** 8235 *** *** 8236 *** *** 8237 *** *** 8238 *** *** 8239 *** *** 8240 *** *** 8241 *** *** 8242 *** *** 8243 *** *** 8244 *** *** 8245 *** *** 8246 *** *** 8247 *** *** 8248 *** *** 8249 *** *** 8250 *** *** 8251 *** *** 8252 *** *** 8253 *** *** 8254 *** *** 8255 *** *** 8256 *** *** 8257 *** *** 8258 *** *** 8259 *** *** 8260 *** *** 8261 *** *** 8262 *** *** 8263 *** *** 8264 *** *** 8265 *** *** 8266 *** *** 8267 *** *** 8268 *** *** 8269 *** *** 8270 *** *** 8271 *** *** 8272 *** *** 8273 *** *** 8274 *** *** 8275 *** *** 8276 *** *** 8277 *** *** 8278 *** *** 8279 *** *** 8280 *** *** 8281 *** *** 8282 *** *** 8283 *** *** 8284 *** *** 8285 *** *** 8286 *** *** 8287 *** *** 8288 *** *** 8289 *** *** 8290 *** *** 8291 *** *** 8292 *** *** 8293 *** *** 8294 *** *** 8295 *** *** 8296 *** *** 8297 *** *** 8298 *** *** 8299 *** *** 8300 *** *** 8301 *** *** 8302 *** *** 8303 *** *** 8304 *** *** 8305 *** *** 8306 *** *** 8307 *** *** 8308 *** *** 8309 *** *** 8310 *** *** 8311 *** *** 8312 *** *** 8313 *** *** 8314 *** *** 8315 *** *** 8316 *** *** 8317 *** *** 8318 *** *** 8319 *** *** 8320 *** *** 8321 *** *** 8322 *** *** 8323 *** *** 8324 *** *** 8325 *** *** 8326 *** *** 8327 *** *** 8328 *** *** 8329 *** *** 8330 *** *** 8331 *** *** 8332 *** *** 8333 *** *** 8334 *** *** 8335 *** *** 8336 *** *** 8337 *** *** 8338 *** *** 8339 *** *** 8340 *** *** 8341 *** *** 8342 *** *** 8343 *** *** 8344 *** *** 8345 *** *** 8346 *** *** 8347 *** *** 8348 *** *** 8349 *** *** 8350 *** *** 8351 *** *** 8352 *** *** 8353 *** *** 8354 *** *** 8355 *** *** 8356 *** *** 8357 *** *** 8358 *** *** 8359 *** *** 8360 *** *** 8361 *** *** 8362 *** *** 8363 *** *** 8364 *** *** 8365 *** *** 8366 *** *** 8367 *** *** 8368 *** *** 8369 *** *** 8370 *** *** 8371 *** *** 8372 *** *** 8373 *** *** 8374 *** *** 8375 *** *** 8376 *** *** 8377 *** *** 8378 *** *** 8379 *** *** 8380 *** *** 8381 *** *** 8382 *** *** 8383 *** *** 8384 *** *** 8385 *** *** 8386 *** *** 8387 *** *** 8388 *** *** 8389 *** *** 8390 *** *** 8391 *** *** 8392 *** *** 8393 *** *** 8394 *** *** 8395 *** *** 8396 *** *** 8397 *** *** 8398 *** *** 8399 *** *** 8400 *** *** 8401 *** *** 8402 *** *** 8403 *** *** 8404 *** *** 8405 *** *** 8406 *** *** 8407 *** *** 8408 *** *** 8409 *** *** 8410 *** *** 8411 *** *** 8412 *** *** 8413 *** *** 8414 *** *** 8415 *** *** 8416 *** *** 8417 *** *** 8418 *** *** 8419 *** *** 8420 *** *** 8421 *** *** 8422 *** *** 8423 *** *** 8424 *** *** 8425 *** *** 8426 *** *** 8427 *** *** 8428 *** *** 8429 *** *** 8430 *** *** 8431 *** *** 8432 *** *** 8433 *** *** 8434 *** *** 8435 *** *** 8436 *** *** 8437 *** *** 8438 *** *** 8439 *** *** 8440 *** *** 8441 *** *** 8442 *** *** 8443 *** *** 8444 *** *** 8445 *** *** 8446 *** *** 8447 *** *** 8448 *** *** 8449 *** *** 8450 *** *** 8451 *** *** 8452 *** *** 8453 *** *** 8454 *** *** 8455 *** *** 8456 *** *** 8457 *** *** 8458 *** *** 8459 *** *** 8460 *** *** 8461 *** *** 8462 *** *** 8463 *** *** 8464 *** *** 8465 *** *** 8466 *** *** 8467 *** *** 8468 *** *** 8469 *** *** 8470 *** *** 8471 *** *** 8472 *** *** 8473 *** *** 8474 *** *** 8475 *** *** 8476 *** *** 8477 *** *** 8478 *** *** 8479 *** *** 8480 *** *** 8481 *** *** 8482 *** *** 8483 *** *** 8484 *** *** 8485 *** *** 8486 *** *** 8487 *** *** 8488 *** *** 8489 *** *** 8490 *** *** 8491 *** *** 8492 *** *** 8493 *** *** 8494 *** *** 8495 *** *** 8496 *** *** 8497 *** *** 8498 *** *** 8499 *** *** 8500 *** *** 8501 *** *** 8502 *** *** 8503 *** *** 8504 *** *** 8505 *** *** 8506 *** *** 8507 *** *** 8508 *** *** 8509 *** *** 8510 *** *** 8511 *** *** 8512 *** *** 8513 *** *** 8514 *** *** 8515 *** *** 8516 *** *** 8517 *** *** 8518 *** *** 8519 *** *** 8520 *** *** 8521 *** *** 8522 *** *** 8523 *** *** 8524 *** *** 8525 *** *** 8526 *** *** 8527 *** *** 8528 *** *** 8529 *** *** 8530 *** *** 8531 *** *** 8532 *** *** 8533 *** *** 8534 *** *** 8535 *** *** 8536 *** *** 8537 *** *** 8538 *** *** 8539 *** *** 8540 *** *** 8541 *** *** 8542 *** *** 8543 *** *** 8544 *** *** 8545 *** *** 8546 *** *** 8547 *** *** 8548 *** *** 8549 *** *** 8550 *** *** 8551 *** *** 8552 *** *** 8553 *** *** 8554 *** *** 8555 *** *** 8556 *** *** 8557 *** *** 8558 *** *** 8559 *** *** 8560 *** *** 8561 *** *** 8562 *** *** 8563 *** *** 8564 *** *** 8565 *** *** 8566 *** *** 8567 *** *** 8568 *** *** 8569 *** *** 8570 *** *** 8571 *** *** 8572 *** *** 8573 *** *** 8574 *** *** 8575 *** *** 8576 *** *** 8577 *** *** 8578 *** *** 8579 *** *** 8580 *** *** 8581 *** *** 8582 *** *** 8583 *** *** 8584 *** *** 8585 *** *** 8586 *** *** 8587 *** *** 8588 *** *** 8589 *** *** 8590 *** *** 8591 *** *** 8592 *** *** 8593 *** *** 8594 *** *** 8595 *** *** 8596 *** *** 8597 *** *** 8598 *** *** 8599 *** *** 8600 *** *** 8601 *** *** 8602 *** *** 8603 *** *** 8604 *** *** 8605 *** *** 8606 *** *** 8607 *** *** 8608 *** *** 8609 *** *** 8610 *** *** 8611 *** *** 8612 *** *** 8613 *** *** 8614 *** *** 8615 *** *** 8616 *** *** 8617 *** *** 8618 *** *** 8619 *** *** 8620 *** *** 8621 *** *** 8622 *** *** 8623 *** *** 8624 *** *** 8625 *** *** 8626 *** *** 8627 *** *** 8628 *** *** 8629 *** *** 8630 *** *** 8631 *** *** 8632 *** *** 8633 *** *** 8634 *** *** 8635 *** *** 8636 *** *** 8637 *** *** 8638 *** *** 8639 *** *** 8640 *** *** 8641 *** *** 8642 *** *** 8643 *** *** 8644 *** *** 8645 *** *** 8646 *** *** 8647 *** *** 8648 *** *** 8649 *** *** 8650 *** *** 8651 *** *** 8652 *** *** 8653 *** *** 8654 *** *** 8655 *** *** 8656 *** *** 8657 *** *** 8658 *** *** 8659 *** *** 8660 *** *** 8661 *** *** 8662 *** *** 8663 *** *** 8664 *** *** 8665 *** *** 8666 *** *** 8667 *** *** 8668 *** *** 8669 *** *** 8670 *** *** 8671 *** *** 8672 *** *** 8673 *** *** 8674 *** *** 8675 *** *** 8676 *** *** 8677 *** *** 8678 *** *** 8679 *** *** 8680 *** *** 8681 *** *** 8682 *** *** 8683 *** *** 8684 *** *** 8685 *** *** 8686 *** *** 8687 *** *** 8688 *** *** 8689 *** *** 8690 *** *** 8691 *** *** 8692 *** *** 8693 *** *** 8694 *** *** 8695 *** *** 8696 *** *** 8697 *** *** 8698 *** *** 8699 *** *** 8700 *** *** 8701 *** *** 8702 *** *** 8703 *** *** 8704 *** *** 8705 *** *** 8706 *** *** 8707 *** *** 8708 *** *** 8709 *** *** 8710 *** *** 8711 *** *** 8712 *** *** 8713 *** *** 8714 *** *** 8715 *** *** 8716 *** *** 8717 *** *** 8718 *** *** 8719 *** *** 8720 *** *** 8721 *** *** 8722 *** *** 8723 *** *** 8724 *** *** 8725 *** *** 8726 *** *** 8727 *** *** 8728 *** *** 8729 *** *** 8730 *** *** 8731 *** *** 8732 *** *** 8733 *** *** 8734 *** *** 8735 *** *** 8736 *** *** 8737 *** *** 8738 *** *** 8739 *** *** 8740 *** *** 8741 *** *** 8742 *** *** 8743 *** *** 8744 *** *** 8745 *** *** 8746 *** *** 8747 *** *** 8748 *** *** 8749 *** *** 8750 *** *** 8751 *** *** 8752 *** *** 8753 *** *** 8754 *** *** 8755 *** *** 8756 *** *** 8757 *** *** 8758 *** *** 8759 *** *** 8760 *** *** 8761 *** *** 8762 *** *** 8763 *** *** 8764 *** *** 8765 *** *** 8766 *** *** 8767 *** *** 8768 *** *** 8769 *** *** 8770 *** *** 8771 *** *** 8772 *** *** 8773 *** *** 8774 *** *** 8775 *** *** 8776 *** *** 8777 *** *** 8778 *** *** 8779 *** *** 8780 *** *** 8781 *** *** 8782 *** *** 8783 *** *** 8784 *** *** 8785 *** *** 8786 *** *** 8787 *** *** 8788 *** *** 8789 *** *** 8790 *** *** 8791 *** *** 8792 *** *** 8793 *** *** 8794 *** *** 8795 *** *** 8796 *** *** 8797 *** *** 8798 *** *** 8799 *** *** 8800 *** *** 8801 *** *** 8802 *** *** 8803 *** *** 8804 *** *** 8805 *** *** 8806 *** *** 8807 *** *** 8808 *** *** 8809 *** *** 8810 *** *** 8811 *** *** 8812 *** *** 8813 *** *** 8814 *** *** 8815 *** *** 8816 *** *** 8817 *** *** 8818 *** *** 8819 *** *** 8820 *** *** 8821 *** *** 8822 *** *** 8823 *** *** 8824 *** *** 8825 *** *** 8826 *** *** 8827 *** *** 8828 *** *** 8829 *** *** 8830 *** *** 8831 *** *** 8832 *** *** 8833 *** *** 8834 *** *** 8835 *** *** 8836 *** *** 8837 *** *** 8838 *** *** 8839 *** *** 8840 *** *** 8841 *** *** 8842 *** *** 8843 *** *** 8844 *** *** 8845 *** *** 8846 *** *** 8847 *** *** 8848 *** *** 8849 *** *** 8850 *** *** 8851 *** *** 8852 *** *** 8853 *** *** 8854 *** *** 8855 *** *** 8856 *** *** 8857 *** *** 8858 *** *** 8859 *** *** 8860 *** *** 8861 *** *** 8862 *** *** 8863 *** *** 8864 *** *** 8865 *** *** 8866 *** *** 8867 *** *** 8868 *** *** 8869 *** *** 8870 *** *** 8871 *** *** 8872 *** *** 8873 *** *** 8874 *** *** 8875 *** *** 8876 *** *** 8877 *** *** 8878 *** *** 8879 *** *** 8880 *** *** 8881 *** *** 8882 *** *** 8883 *** *** 8884 *** *** 8885 *** *** 8886 *** *** 8887 *** *** 8888 *** *** 8889 *** *** 8890 *** *** 8891 *** *** 8892 *** *** 8893 *** *** 8894 *** *** 8895 *** *** 8896 *** *** 8897 *** *** 8898 *** *** 8899 *** *** 8900 *** *** 8901 *** *** 8902 *** *** 8903 *** *** 8904 *** *** 8905 *** *** 8906 *** *** 8907 *** *** 8908 *** *** 8909 *** *** 8910 *** *** 8911 *** *** 8912 *** *** 8913 *** *** 8914 *** *** 8915 *** *** 8916 *** *** 8917 *** *** 8918 *** *** 8919 *** *** 8920 *** *** 8921 *** *** 8922 *** *** 8923 *** *** 8924 *** *** 8925 *** *** 8926 *** *** 8927 *** *** 8928 *** *** 8929 *** *** 8930 *** *** 8931 *** *** 8932 *** *** 8933 *** *** 8934 *** *** 8935 *** *** 8936 *** *** 8937 *** *** 8938 *** *** 8939 *** *** 8940 *** *** 8941 *** *** 8942 *** *** 8943 *** *** 8944 *** *** 8945 *** *** 8946 *** *** 8947 *** *** 8948 *** *** 8949 *** *** 8950 *** *** 8951 *** *** 8952 *** *** 8953 *** *** 8954 *** *** 8955 *** *** 8956 *** *** 8957 *** *** 8958 *** *** 8959 *** *** 8960 *** *** 8961 *** *** 8962 *** *** 8963 *** *** 8964 *** *** 8965 *** *** 8966 *** *** 8967 *** *** 8968 *** *** 8969 *** *** 8970 *** *** 8971 *** *** 8972 *** *** 8973 *** *** 8974 *** *** 8975 *** *** 8976 *** *** 8977 *** *** 8978 *** *** 8979 *** *** 8980 *** *** 8981 *** *** 8982 *** *** 8983 *** *** 8984 *** *** 8985 *** *** 8986 *** *** 8987 *** *** 8988 *** *** 8989 *** *** 8990 *** *** 8991 *** *** 8992 *** *** 8993 *** *** 8994 *** *** 8995 *** *** 8996 *** *** 8997 *** *** 8998 *** *** 8999 *** *** 9000 *** *** 9001 *** *** 9002 *** *** 9003 *** *** 9004 *** *** 9005 *** *** 9006 *** *** 9007 *** *** 9008 *** *** 9009 *** *** 9010 *** *** 9011 *** *** 9012 *** *** 9013 *** *** 9014 *** *** 9015 *** *** 9016 *** *** 9017 *** *** 9018 *** *** 9019 *** *** 9020 *** *** 9021 *** *** 9022 *** *** 9023 *** *** 9024 *** *** 9025 *** *** 9026 *** *** 9027 *** *** 9028 *** *** 9029 *** *** 9030 *** *** 9031 *** *** 9032 *** *** 9033 *** *** 9034 *** *** 9035 *** *** 9036 *** *** 9037 *** *** 9038 *** *** 9039 *** *** 9040 *** *** 9041 *** *** 9042 *** *** 9043 *** *** 9044 *** *** 9045 *** *** 9046 *** *** 9047 *** *** 9048 *** *** 9049 *** *** 9050 *** *** 9051 *** *** 9052 *** *** 9053 *** *** 9054 *** *** 9055 *** *** 9056 *** *** 9057 *** *** 9058 *** *** 9059 *** *** 9060 *** *** 9061 *** *** 9062 *** *** 9063 *** *** 9064 *** *** 9065 *** *** 9066 *** *** 9067 *** *** 9068 *** *** 9069 *** *** 9070 *** *** 9071 *** *** 9072 *** *** 9073 *** *** 9074 *** *** 9075 *** *** 9076 *** *** 9077 *** *** 9078 *** *** 9079 *** *** 9080 *** *** 9081 *** *** 9082 *** *** 9083 *** *** 9084 *** *** 9085 *** *** 9086 *** *** 9087 *** *** 9088 *** *** 9089 *** *** 9090 *** *** 9091 *** *** 9092 *** *** 9093 *** *** 9094 *** *** 9095 *** *** 9096 *** *** 9097 *** *** 9098 *** *** 9099 *** *** 9100 *** *** 9101 *** *** 9102 *** *** 9103 *** *** 9104 *** *** 9105 *** *** 9106 *** *** 9107 *** *** 9108 *** *** 9109 *** *** 9110 *** *** 9111 *** *** 9112 *** *** 9113 *** *** 9114 *** *** 9115 *** *** 9116 *** *** 9117 *** *** 9118 *** *** 9119 *** *** 9120 *** *** 9121 *** *** 9122 *** *** 9123 *** *** 9124 *** *** 9125 *** *** 9126 *** *** 9127 *** *** 9128 *** *** 9129 *** *** 9130 *** *** 9131 *** *** 9132 *** *** 9133 *** *** 9134 *** *** 9135 *** *** 9136 *** *** 9137 *** *** 9138 *** *** 9139 *** *** 9140 *** *** 9141 *** *** 9142 *** *** 9143 *** *** 9144 *** *** 9145 *** *** 9146 *** *** 9147 *** *** 9148 *** *** 9149 *** *** 9150 *** *** 9151 *** *** 9152 *** *** 9153 *** *** 9154 *** *** 9155 *** *** 9156 *** *** 9157 *** *** 9158 *** *** 9159 *** *** 9160 *** *** 9161 *** *** 9162 *** *** 9163 *** *** 9164 *** *** 9165 *** *** 9166 *** *** 9167 *** *** 9168 *** *** 9169 *** *** 9170 *** *** 9171 *** *** 9172 *** *** 9173 *** *** 9174 *** *** 9175 *** *** 9176 *** *** 9177 *** *** 9178 *** *** 9179 *** *** 9180 *** *** 9181 *** *** 9182 *** *** 9183 *** *** 9184 *** *** 9185 *** *** 9186 *** *** 9187 *** *** 9188 *** *** 9189 *** *** 9190 *** *** 9191 *** *** 9192 *** *** 9193 *** *** 9194 *** *** 9195 *** *** 9196 *** *** 9197 *** *** 9198 *** *** 9199 *** *** 9200 *** *** 9201 *** *** 9202 *** *** 9203 *** *** 9204 *** *** 9205 *** *** 9206 *** *** 9207 *** *** 9208 *** *** 9209 *** *** 9210 *** *** 9211 *** *** 9212 *** *** 9213 *** *** 9214 *** *** 9215 *** *** 9216 *** *** 9217 *** *** 9218 *** *** 9219 *** *** 9220 *** *** 9221 *** *** 9222 *** *** 9223 *** *** 9224 *** *** 9225 *** *** 9226 *** *** 9227 *** *** 9228 *** *** 9229 *** *** 9230 *** *** 9231 *** *** 9232 *** *** 9233 *** *** 9234 *** *** 9235 *** *** 9236 *** *** 9237 *** *** 9238 *** *** 9239 *** *** 9240 *** *** 9241 *** *** 9242 *** *** 9243 *** *** 9244 *** *** 9245 *** *** 9246 *** *** 9247 *** *** 9248 *** *** 9249 *** *** 9250 *** *** 9251 *** *** 9252 *** *** 9253 *** *** 9254 *** *** 9255 *** *** 9256 *** *** 9257 *** *** 9258 *** *** 9259 *** *** 9260 *** *** 9261 *** *** 9262 *** *** 9263 *** *** 9264 *** *** 9265 *** *** 9266 *** *** 9267 *** *** 9268 *** *** 9269 *** *** 9270 *** *** 9271 *** *** 9272 *** *** 9273 *** *** 9274 *** *** 9275 *** *** 9276 *** *** 9277 *** *** 9278 *** *** 9279 *** *** 9280 *** *** 9281 *** *** 9282 *** *** 9283 *** *** 9284 *** *** 9285 *** *** 9286 *** *** 9287 *** *** 9288 *** *** 9289 *** *** 9290 *** *** 9291 *** *** 9292 *** *** 9293 *** *** 9294 *** *** 9295 *** *** 9296 *** *** 9297 *** *** 9298 *** *** 9299 *** *** 9300 *** *** 9301 *** *** 9302 *** *** 9303 *** *** 9304 *** *** 9305 *** *** 9306 *** *** 9307 *** *** 9308 *** *** 9309 *** *** 9310 *** *** 9311 *** *** 9312 *** *** 9313 *** *** 9314 *** *** 9315 *** *** 9316 *** *** 9317 *** *** 9318 *** *** 9319 *** *** 9320 *** *** 9321 *** *** 9322 *** *** 9323 *** *** 9324 *** *** 9325 *** *** 9326 *** *** 9327 *** *** 9328 *** *** 9329 *** *** 9330 *** *** 9331 *** *** 9332 *** *** 9333 *** *** 9334 *** *** 9335 *** *** 9336 *** *** 9337 *** *** 9338 *** *** 9339 *** *** 9340 *** *** 9341 *** *** 9342 *** *** 9343 *** *** 9344 *** *** 9345 *** *** 9346 *** *** 9347 *** *** 9348 *** *** 9349 *** *** 9350 *** *** 9351 *** *** 9352 *** *** 9353 *** *** 9354 *** *** 9355 *** *** 9356 *** *** 9357 *** *** 9358 *** *** 9359 *** *** 9360 *** *** 9361 *** *** 9362 *** *** 9363 *** *** 9364 *** *** 9365 *** *** 9366 *** *** 9367 *** *** 9368 *** *** 9369 *** *** 9370 *** *** 9371 *** *** 9372 *** *** 9373 *** *** 9374 *** *** 9375 *** *** 9376 *** *** 9377 *** *** 9378 *** *** 9379 *** *** 9380 *** *** 9381 *** *** 9382 *** *** 9383 *** *** 9384 *** *** 9385 *** *** 9386 *** *** 9387 *** *** 9388 *** *** 9389 *** *** 9390 *** *** 9391 *** *** 9392 *** *** 9393 *** *** 9394 *** *** 9395 *** *** 9396 *** *** 9397 *** *** 9398 *** *** 9399 *** *** 9400 *** *** 9401 *** *** 9402 *** *** 9403 *** *** 9404 *** *** 9405 *** *** 9406 *** *** 9407 *** *** 9408 *** *** 9409 *** *** 9410 *** *** 9411 *** *** 9412 *** *** 9413 *** *** 9414 *** *** 9415 *** *** 9416 *** *** 9417 *** *** 9418 *** *** 9419 *** *** 9420 *** *** 9421 *** *** 9422 *** *** 9423 *** *** 9424 *** *** 9425 *** *** 9426 *** *** 9427 *** *** 9428 *** *** 9429 *** *** 9430 *** *** 9431 *** *** 9432 *** *** 9433 *** *** 9434 *** *** 9435 *** *** 9436 *** *** 9437 *** *** 9438 *** *** 9439 *** *** 9440 *** *** 9441 *** *** 9442 *** *** 9443 *** *** 9444 *** *** 9445 *** *** 9446 *** *** 9447 *** *** 9448 *** *** 9449 *** *** 9450 *** *** 9451 *** *** 9452 *** *** 9453 *** *** 9454 *** *** 9455 *** *** 9456 *** *** 9457 *** *** 9458 *** *** 9459 *** *** 9460 *** *** 9461 *** *** 9462 *** *** 9463 *** *** 9464 *** *** 9465 *** *** 9466 *** *** 9467 *** *** 9468 *** *** 9469 *** *** 9470 *** *** 9471 *** *** 9472 *** *** 9473 *** *** 9474 *** *** 9475 *** *** 9476 *** *** 9477 *** *** 9478 *** *** 9479 *** *** 9480 *** *** 9481 *** *** 9482 *** *** 9483 *** *** 9484 *** *** 9485 *** *** 9486 *** *** 9487 *** *** 9488 *** *** 9489 *** *** 9490 *** *** 9491 *** *** 9492 *** *** 9493 *** *** 9494 *** *** 9495 *** *** 9496 *** *** 9497 *** *** 9498 *** *** 9499 *** *** 9500 *** *** 9501 *** *** 9502 *** *** 9503 *** *** 9504 *** *** 9505 *** *** 9506 *** *** 9507 *** *** 9508 *** *** 9509 *** *** 9510 *** *** 9511 *** *** 9512 *** *** 9513 *** *** 9514 *** *** 9515 *** *** 9516 *** *** 9517 *** *** 9518 *** *** 9519 *** *** 9520 *** *** 9521 *** *** 9522 *** *** 9523 *** *** 9524 *** *** 9525 *** *** 9526 *** *** 9527 *** *** 9528 *** *** 9529 *** *** 9530 *** *** 9531 *** *** 9532 *** *** 9533 *** *** 9534 *** *** 9535 *** *** 9536 *** *** 9537 *** *** 9538 *** *** 9539 *** *** 9540 *** *** 9541 *** *** 9542 *** *** 9543 *** *** 9544 *** *** 9545 *** *** 9546 *** *** 9547 *** *** 9548 *** *** 9549 *** *** 9550 *** *** 9551 *** *** 9552 *** *** 9553 *** *** 9554 *** *** 9555 *** *** 9556 *** *** 9557 *** *** 9558 *** *** 9559 *** *** 9560 *** *** 9561 *** *** 9562 *** *** 9563 *** *** 9564 *** *** 9565 *** *** 9566 *** *** 9567 *** *** 9568 *** *** 9569 *** *** 9570 *** *** 9571 *** *** 9572 *** *** 9573 *** *** 9574 *** *** 9575 *** *** 9576 *** *** 9577 *** *** 9578 *** *** 9579 *** *** 9580 *** *** 9581 *** *** 9582 *** *** 9583 *** *** 9584 *** *** 9585 *** *** 9586 *** *** 9587 *** *** 9588 *** *** 9589 *** *** 9590 *** *** 9591 *** *** 9592 *** *** 9593 *** *** 9594 *** *** 9595 *** *** 9596 *** *** 9597 *** *** 9598 *** *** 9599 *** *** 9600 *** *** 9601 *** *** 9602 *** *** 9603 *** *** 9604 *** *** 9605 *** *** 9606 *** *** 9607 *** *** 9608 *** *** 9609 *** *** 9610 *** *** 9611 *** *** 9612 *** *** 9613 *** *** 9614 *** *** 9615 *** *** 9616 *** *** 9617 *** *** 9618 *** *** 9619 *** *** 9620 *** *** 9621 *** *** 9622 *** *** 9623 *** *** 9624 *** *** 9625 *** *** 9626 *** *** 9627 *** *** 9628 *** *** 9629 *** *** 9630 *** *** 9631 *** *** 9632 *** *** 9633 *** *** 9634 *** *** 9635 *** *** 9636 *** *** 9637 *** *** 9638 *** *** 9639 *** *** 9640 *** *** 9641 *** *** 9642 *** *** 9643 *** *** 9644 *** *** 9645 *** *** 9646 *** *** 9647 *** *** 9648 *** *** 9649 *** *** 9650 *** *** 9651 *** *** 9652 *** *** 9653 *** *** 9654 *** *** 9655 *** *** 9656 *** *** 9657 *** *** 9658 *** *** 9659 *** *** 9660 *** *** 9661 *** *** 9662 *** *** 9663 *** *** 9664 *** *** 9665 *** *** 9666 *** *** 9667 *** *** 9668 *** *** 9669 *** *** 9670 *** *** 9671 *** *** 9672 *** *** 9673 *** *** 9674 *** *** 9675 *** *** 9676 *** *** 9677 *** *** 9678 *** *** 9679 *** *** 9680 *** *** 9681 *** *** 9682 *** *** 9683 *** *** 9684 *** *** 9685 *** *** 9686 *** *** 9687 *** *** 9688 *** *** 9689 *** *** 9690 *** *** 9691 *** *** 9692 *** *** 9693 *** *** 9694 *** *** 9695 *** *** 9696 *** *** 9697 *** *** 9698 *** *** 9699 *** *** 9700 *** *** 9701 *** *** 9702 *** *** 9703 *** *** 9704 *** *** 9705 *** *** 9706 *** *** 9707 *** *** 9708 *** *** 9709 *** *** 9710 *** *** 9711 *** *** 9712 *** *** 9713 *** *** 9714 *** *** 9715 *** *** 9716 *** *** 9717 *** *** 9718 *** *** 9719 *** *** 9720 *** *** 9721 *** *** 9722 *** *** 9723 *** *** 9724 *** *** 9725 *** *** 9726 *** *** 9727 *** *** 9728 *** *** 9729 *** *** 9730 *** *** 9731 *** *** 9732 *** *** 9733 *** *** 9734 *** *** 9735 *** *** 9736 *** *** 9737 *** *** 9738 *** *** 9739 *** *** 9740 *** *** 9741 *** *** 9742 *** *** 9743 *** *** 9744 *** *** 9745 *** *** 9746 *** *** 9747 *** *** 9748 *** *** 9749 *** *** 9750 *** *** 9751 *** *** 9752 *** *** 9753 *** *** 9754 *** *** 9755 *** *** 9756 *** *** 9757 *** *** 9758 *** *** 9759 *** *** 9760 *** *** 9761 *** *** 9762 *** *** 9763 *** *** 9764 *** *** 9765 *** *** 9766 *** *** 9767 *** *** 9768 *** *** 9769 *** *** 9770 *** *** 9771 *** *** 9772 *** *** 9773 *** *** 9774 *** *** 9775 *** *** 9776 *** *** 9777 *** *** 9778 *** *** 9779 *** *** 9780 *** *** 9781 *** *** 9782 *** *** 9783 *** *** 9784 *** *** 9785 *** *** 9786 *** *** 9787 *** *** 9788 *** *** 9789 *** *** 9790 *** *** 9791 *** *** 9792 *** *** 9793 *** *** 9794 *** *** 9795 *** *** 9796 *** *** 9797 *** *** 9798 *** *** 9799 *** *** 9800 *** *** 9801 *** *** 9802 *** *** 9803 *** *** 9804 *** *** 9805 *** *** 9806 *** *** 9807 *** *** 9808 *** *** 9809 *** *** 9810 *** *** 9811 *** *** 9812 *** *** 9813 *** *** 9814 *** *** 9815 *** *** 9816 *** *** 9817 *** *** 9818 *** *** 9819 *** *** 9820 *** *** 9821 *** *** 9822 *** *** 9823 *** *** 9824 *** *** 9825 *** *** 9826 *** *** 9827 *** *** 9828 *** *** 9829 *** *** 9830 *** *** 9831 *** *** 9832 *** *** 9833 *** *** 9834 *** *** 9835 *** *** 9836 *** *** 9837 *** *** 9838 *** *** 9839 *** *** 9840 *** *** 9841 *** *** 9842 *** *** 9843 *** *** 9844 *** *** 9845 *** *** 9846 *** *** 9847 *** *** 9848 *** *** 9849 *** *** 9850 *** *** 9851 *** *** 9852 *** *** 9853 *** *** 9854 *** *** 9855 *** *** 9856 *** *** 9857 *** *** 9858 *** *** 9859 *** *** 9860 *** *** 9861 *** *** 9862 *** *** 9863 *** *** 9864 *** *** 9865 *** *** 9866 *** *** 9867 *** *** 9868 *** *** 9869 *** *** 9870 *** *** 9871 *** *** 9872 *** *** 9873 *** *** 9874 *** *** 9875 *** *** 9876 *** *** 9877 *** *** 9878 *** *** 9879 *** *** 9880 *** *** 9881 *** *** 9882 *** *** 9883 *** *** 9884 *** *** 9885 *** *** 9886 *** *** 9887 *** *** 9888 *** *** 9889 *** *** 9890 *** *** 9891 *** *** 9892 *** *** 9893 *** *** 9894 *** *** 9895 *** *** 9896 *** *** 9897 *** *** 9898 *** *** 9899 *** *** 9900 *** *** 9901 *** *** 9902 *** *** 9903 *** *** 9904 *** *** 9905 *** *** 9906 *** *** 9907 *** *** 9908 *** *** 9909 *** *** 9910 *** *** 9911 *** *** 9912 *** *** 9913 *** *** 9914 *** *** 9915 *** *** 9916 *** *** 9917 *** *** 9918 *** *** 9919 *** *** 9920 *** *** 9921 *** *** 9922 *** *** 9923 *** *** 9924 *** *** 9925 *** *** 9926 *** *** 9927 *** *** 9928 *** *** 9929 *** *** 9930 *** *** 9931 *** *** 9932 *** *** 9933 *** *** 9934 *** *** 9935 *** *** 9936 *** *** 9937 *** *** 9938 *** *** 9939 *** *** 9940 *** *** 9941 *** *** 9942 *** *** 9943 *** *** 9944 *** *** 9945 *** *** 9946 *** *** 9947 *** *** 9948 *** *** 9949 *** *** 9950 *** *** 9951 *** *** 9952 *** *** 9953 *** *** 9954 *** *** 9955 *** *** 9956 *** *** 9957 *** *** 9958 *** *** 9959 *** *** 9960 *** *** 9961 *** *** 9962 *** *** 9963 *** *** 9964 *** *** 9965 *** *** 9966 *** *** 9967 *** *** 9968 *** *** 9969 *** *** 9970 *** *** 9971 *** *** 9972 *** *** 9973 *** *** 9974 *** *** 9975 *** *** 9976 *** *** 9977 *** *** 9978 *** *** 9979 *** *** 9980 *** *** 9981 *** *** 9982 *** *** 9983 *** *** 9984 *** *** 9985 *** *** 9986 *** *** 9987 *** *** 9988 *** *** 9989 *** *** 9990 *** *** 9991 *** *** 9992 *** *** 9993 *** *** 9994 *** *** 9995 *** *** 9996 *** *** 9997 *** *** 9998 *** *** 9999 *** *** gcm 0 *** *** gcm 1 *** *** gcm 2 *** *** gcm 3 *** *** gcm 4 *** *** gcm 5 *** *** gcm 6 *** *** gcm 7 *** *** gcm 8 *** *** gcm 9 *** *** gcm 10 *** *** gcm 11 *** *** gcm 12 *** *** gcm 13 *** *** gcm 14 *** *** gcm 15 *** *** gcm 16 *** *** gcm 17 *** *** gcm 18 *** *** gcm 19 *** *** gcm 20 *** *** gcm 21 *** *** gcm 22 *** *** gcm 23 *** *** gcm 24 *** *** gcm 25 *** *** gcm 26 *** *** gcm 27 *** *** gcm 28 *** *** gcm 29 *** *** gcm 30 *** *** gcm 31 *** *** gcm 32 *** *** gcm 33 *** *** gcm 34 *** *** gcm 35 *** *** gcm 36 *** *** gcm 37 *** *** gcm 38 *** *** gcm 39 *** *** gcm 40 *** *** gcm 41 *** *** gcm 42 *** *** gcm 43 *** *** gcm 44 *** *** gcm 45 *** *** gcm 46 *** *** gcm 47 *** *** gcm 48 *** *** gcm 49 *** *** gcm 50 *** *** gcm 51 *** *** gcm 52 *** *** gcm 53 *** *** gcm 54 *** *** gcm 55 *** *** gcm 56 *** *** gcm 57 *** *** gcm 58 *** *** gcm 59 *** *** gcm 60 *** *** gcm 61 *** *** gcm 62 *** *** gcm 63 *** *** gcm 64 *** *** gcm 65 *** *** gcm 66 *** *** gcm 67 *** *** gcm 68 *** *** gcm 69 *** *** gcm 70 *** *** gcm 71 *** *** gcm 72 *** *** gcm 73 *** *** gcm 74 *** *** gcm 75 *** *** gcm 76 *** *** gcm 77 *** *** gcm 78 *** *** gcm 79 *** *** gcm 80 *** *** gcm 81 *** *** gcm 82 *** *** gcm 83 *** *** gcm 84 *** *** gcm 85 *** *** gcm 86 *** *** gcm 87 *** *** gcm 88 *** *** gcm 89 *** *** gcm 90 *** *** gcm 91 *** *** gcm 92 *** *** gcm 93 *** *** gcm 94 *** *** gcm 95 *** *** gcm 96 *** *** gcm 97 *** *** gcm 98 *** *** gcm 99 *** *** gcm 100 *** *** gcm 101 *** *** gcm 102 *** *** gcm 103 *** *** gcm 104 *** *** gcm 105 *** *** gcm 106 *** *** gcm 107 *** *** gcm 108 *** *** gcm 109 *** *** gcm 110 *** *** gcm 111 *** *** gcm 112 *** *** gcm 113 *** *** gcm 114 *** *** gcm 115 *** *** gcm 116 *** *** gcm 117 *** *** gcm 118 *** *** gcm 119 *** *** gcm 120 *** *** gcm 121 *** *** gcm 122 *** *** gcm 123 *** *** gcm 124 *** *** gcm 125 *** *** gcm 126 *** *** gcm 127 *** *** gcm 128 *** *** gcm 129 *** *** gcm 130 *** *** gcm 131 *** *** gcm 132 *** *** gcm 133 *** *** gcm 134 *** *** gcm 135 *** *** gcm 136 *** *** gcm 137 *** *** gcm 138 *** *** gcm 139 *** *** gcm 140 *** *** gcm 141 *** *** gcm 142 *** *** gcm 143 *** *** gcm 144 *** *** gcm 145 *** *** gcm 146 *** *** gcm 147 *** *** gcm 148 *** *** gcm 149 *** *** gcm 150 *** *** gcm 151 *** *** gcm 152 *** *** gcm 153 *** *** gcm 154 *** *** gcm 155 *** *** gcm 156 *** *** gcm 157 *** *** gcm 158 *** *** gcm 159 *** *** gcm 160 *** *** gcm 161 *** *** gcm 162 *** *** gcm 163 *** *** gcm 164 *** *** gcm 165 *** *** gcm 166 *** *** gcm 167 *** *** gcm 168 *** *** gcm 169 *** *** gcm 170 *** *** gcm 171 *** *** gcm 172 *** *** gcm 173 *** *** gcm 174 *** *** gcm 175 *** *** gcm 176 *** *** gcm 177 *** *** gcm 178 *** *** gcm 179 *** *** gcm 180 *** *** gcm 181 *** *** gcm 182 *** *** gcm 183 *** *** gcm 184 *** *** gcm 185 *** *** gcm 186 *** *** gcm 187 *** *** gcm 188 *** *** gcm 189 *** *** gcm 190 *** *** gcm 191 *** *** gcm 192 *** *** gcm 193 *** *** gcm 194 *** *** gcm 195 *** *** gcm 196 *** *** gcm 197 *** *** gcm 198 *** *** gcm 199 *** *** gcm 200 *** *** gcm 201 *** *** gcm 202 *** *** gcm 203 *** *** gcm 204 *** *** gcm 205 *** *** gcm 206 *** *** gcm 207 *** *** gcm 208 *** *** gcm 209 *** *** gcm 210 *** *** gcm 211 *** *** gcm 212 *** *** gcm 213 *** *** gcm 214 *** *** gcm 215 *** *** gcm 216 *** *** gcm 217 *** *** gcm 218 *** *** gcm 219 *** *** gcm 220 *** *** gcm 221 *** *** gcm 222 *** *** gcm 223 *** *** gcm 224 *** *** gcm 225 *** *** gcm 226 *** *** gcm 227 *** *** gcm 228 *** *** gcm 229 *** *** gcm 230 *** *** gcm 231 *** *** gcm 232 *** *** gcm 233 *** *** gcm 234 *** *** gcm 235 *** *** gcm 236 *** *** gcm 237 *** *** gcm 238 *** *** gcm 239 *** *** gcm 240 *** *** gcm 241 *** *** gcm 242 *** *** gcm 243 *** *** gcm 244 *** *** gcm 245 *** *** gcm 246 *** *** gcm 247 *** *** gcm 248 *** *** gcm 249 *** *** gcm 250 *** *** gcm 251 *** *** gcm 252 *** *** gcm 253 *** *** gcm 254 *** *** gcm 255 *** *** gcm 256 *** *** gcm 257 *** *** gcm 258 *** *** gcm 259 *** *** gcm 260 *** *** gcm 261 *** *** gcm 262 *** *** gcm 263 *** *** gcm 264 *** *** gcm 265 *** *** gcm 266 *** *** gcm 267 *** *** gcm 268 *** *** gcm 269 *** *** gcm 270 *** *** gcm 271 *** *** gcm 272 *** *** gcm 273 *** *** gcm 274 *** *** gcm 275 *** *** gcm 276 *** *** gcm 277 *** *** gcm 278 *** *** gcm 279 *** *** gcm 280 *** *** gcm 281 *** *** gcm 282 *** *** gcm 283 *** *** gcm 284 *** *** gcm 285 *** *** gcm 286 *** *** gcm 287 *** *** gcm 288 *** *** gcm 289 *** *** gcm 290 *** *** gcm 291 *** *** gcm 292 *** *** gcm 293 *** *** gcm 294 *** *** gcm 295 *** *** gcm 296 *** *** gcm 297 *** *** gcm 298 *** *** gcm 299 *** *** gcm 300 *** *** gcm 301 *** *** gcm 302 *** *** gcm 303 *** *** gcm 304 *** *** gcm 305 *** *** gcm 306 *** *** gcm 307 *** *** gcm 308 *** *** gcm 309 *** *** gcm 310 *** *** gcm 311 *** *** gcm 312 *** *** gcm 313 *** *** gcm 314 *** *** gcm 315 *** *** gcm 316 *** *** gcm 317 *** *** gcm 318 *** *** gcm 319 *** *** gcm 320 *** *** gcm 321 *** *** gcm 322 *** *** gcm 323 *** *** gcm 324 *** *** gcm 325 *** *** gcm 326 *** *** gcm 327 *** *** gcm 328 *** *** gcm 329 *** *** gcm 330 *** *** gcm 331 *** *** gcm 332 *** *** gcm 333 *** *** gcm 334 *** *** gcm 335 *** *** gcm 336 *** *** gcm 337 *** *** gcm 338 *** *** gcm 339 *** *** gcm 340 *** *** gcm 341 *** *** gcm 342 *** *** gcm 343 *** *** gcm 344 *** *** gcm 345 *** *** gcm 346 *** *** gcm 347 *** *** gcm 348 *** *** gcm 349 *** *** gcm 350 *** *** gcm 351 *** *** gcm 352 *** *** gcm 353 *** *** gcm 354 *** *** gcm 355 *** *** gcm 356 *** *** gcm 357 *** *** gcm 358 *** *** gcm 359 *** *** gcm 360 *** *** gcm 361 *** *** gcm 362 *** *** gcm 363 *** *** gcm 364 *** *** gcm 365 *** *** gcm 366 *** *** gcm 367 *** *** gcm 368 *** *** gcm 369 *** *** gcm 370 *** *** gcm 371 *** *** gcm 372 *** *** gcm 373 *** *** gcm 374 *** *** gcm 375 *** *** gcm 376 *** *** gcm 377 *** *** gcm 378 *** *** gcm 379 *** *** gcm 380 *** *** gcm 381 *** *** gcm 382 *** *** gcm 383 *** *** gcm 384 *** *** gcm 385 *** *** gcm 386 *** *** gcm 387 *** *** gcm 388 *** *** gcm 389 *** *** gcm 390 *** *** gcm 391 *** *** gcm 392 *** *** gcm 393 *** *** gcm 394 *** *** gcm 395 *** *** gcm 396 *** *** gcm 397 *** *** gcm 398 *** *** gcm 399 *** *** gcm 400 *** *** gcm 401 *** *** gcm 402 *** *** gcm 403 *** *** gcm 404 *** *** gcm 405 *** *** gcm 406 *** *** gcm 407 *** *** gcm 408 *** *** gcm 409 *** *** gcm 410 *** *** gcm 411 *** *** gcm 412 *** *** gcm 413 *** *** gcm 414 *** *** gcm 415 *** *** gcm 416 *** *** gcm 417 *** *** gcm 418 *** *** gcm 419 *** *** gcm 420 *** *** gcm 421 *** *** gcm 422 *** *** gcm 423 *** *** gcm 424 *** *** gcm 425 *** *** gcm 426 *** *** gcm 427 *** *** gcm 428 *** *** gcm 429 *** *** gcm 430 *** *** gcm 431 *** *** gcm 432 *** *** gcm 433 *** *** gcm 434 *** *** gcm 435 *** *** gcm 436 *** *** gcm 437 *** *** gcm 438 *** *** gcm 439 *** *** gcm 440 *** *** gcm 441 *** *** gcm 442 *** *** gcm 443 *** *** gcm 444 *** *** gcm 445 *** *** gcm 446 *** *** gcm 447 *** *** gcm 448 *** *** gcm 449 *** *** gcm 450 *** *** gcm 451 *** *** gcm 452 *** *** gcm 453 *** *** gcm 454 *** *** gcm 455 *** *** gcm 456 *** *** gcm 457 *** *** gcm 458 *** *** gcm 459 *** *** gcm 460 *** *** gcm 461 *** *** gcm 462 *** *** gcm 463 *** *** gcm 464 *** *** gcm 465 *** *** gcm 466 *** *** gcm 467 *** *** gcm 468 *** *** gcm 469 *** *** gcm 470 *** *** gcm 471 *** *** gcm 472 *** *** gcm 473 *** *** gcm 474 *** *** gcm 475 *** *** gcm 476 *** *** gcm 477 *** *** gcm 478 *** *** gcm 479 *** *** gcm 480 *** *** gcm 481 *** *** gcm 482 *** *** gcm 483 *** *** gcm 484 *** *** gcm 485 *** *** gcm 486 *** *** gcm 487 *** *** gcm 488 *** *** gcm 489 *** *** gcm 490 *** *** gcm 491 *** *** gcm 492 *** *** gcm 493 *** *** gcm 494 *** *** gcm 495 *** *** gcm 496 *** *** gcm 497 *** *** gcm 498 *** *** gcm 499 *** *** gcm 500 *** *** gcm 501 *** *** gcm 502 *** *** gcm 503 *** *** gcm 504 *** *** gcm 505 *** *** gcm 506 *** *** gcm 507 *** *** gcm 508 *** *** gcm 509 *** *** gcm 510 *** *** gcm 511 *** *** gcm 512 *** *** gcm 513 *** *** gcm 514 *** *** gcm 515 *** *** gcm 516 *** *** gcm 517 *** *** gcm 518 *** *** gcm 519 *** *** gcm 520 *** *** gcm 521 *** *** gcm 522 *** *** gcm 523 *** *** gcm 524 *** *** gcm 525 *** *** gcm 526 *** *** gcm 527 *** *** gcm 528 *** *** gcm 529 *** *** gcm 530 *** *** gcm 531 *** *** gcm 532 *** *** gcm 533 *** *** gcm 534 *** *** gcm 535 *** *** gcm 536 *** *** gcm 537 *** *** gcm 538 *** *** gcm 539 *** *** gcm 540 *** *** gcm 541 *** *** gcm 542 *** *** gcm 543 *** *** gcm 544 *** *** gcm 545 *** *** gcm 546 *** *** gcm 547 *** *** gcm 548 *** *** gcm 549 *** *** gcm 550 *** *** gcm 551 *** *** gcm 552 *** *** gcm 553 *** *** gcm 554 *** *** gcm 555 *** *** gcm 556 *** *** gcm 557 *** *** gcm 558 *** *** gcm 559 *** *** gcm 560 *** *** gcm 561 *** *** gcm 562 *** *** gcm 563 *** *** gcm 564 *** *** gcm 565 *** *** gcm 566 *** *** gcm 567 *** *** gcm 568 *** *** gcm 569 *** *** gcm 570 *** *** gcm 571 *** *** gcm 572 *** *** gcm 573 *** *** gcm 574 *** *** gcm 575 *** *** gcm 576 *** *** gcm 577 *** *** gcm 578 *** *** gcm 579 *** *** gcm 580 *** *** gcm 581 *** *** gcm 582 *** *** gcm 583 *** *** gcm 584 *** *** gcm 585 *** *** gcm 586 *** *** gcm 587 *** *** gcm 588 *** *** gcm 589 *** *** gcm 590 *** *** gcm 591 *** *** gcm 592 *** *** gcm 593 *** *** gcm 594 *** *** gcm 595 *** *** gcm 596 *** *** gcm 597 *** *** gcm 598 *** *** gcm 599 *** *** gcm 600 *** *** gcm 601 *** *** gcm 602 *** *** gcm 603 *** *** gcm 604 *** *** gcm 605 *** *** gcm 606 *** *** gcm 607 *** *** gcm 608 *** *** gcm 609 *** *** gcm 610 *** *** gcm 611 *** *** gcm 612 *** *** gcm 613 *** *** gcm 614 *** *** gcm 615 *** *** gcm 616 *** *** gcm 617 *** *** gcm 618 *** *** gcm 619 *** *** gcm 620 *** *** gcm 621 *** *** gcm 622 *** *** gcm 623 *** *** gcm 624 *** *** gcm 625 *** *** gcm 626 *** *** gcm 627 *** *** gcm 628 *** *** gcm 629 *** *** gcm 630 *** *** gcm 631 *** *** gcm 632 *** *** gcm 633 *** *** gcm 634 *** *** gcm 635 *** *** gcm 636 *** *** gcm 637 *** *** gcm 638 *** *** gcm 639 *** *** gcm 640 *** *** gcm 641 *** *** gcm 642 *** *** gcm 643 *** *** gcm 644 *** *** gcm 645 *** *** gcm 646 *** *** gcm 647 *** *** gcm 648 *** *** gcm 649 *** *** gcm 650 *** *** gcm 651 *** *** gcm 652 *** *** gcm 653 *** *** gcm 654 *** *** gcm 655 *** *** gcm 656 *** *** gcm 657 *** *** gcm 658 *** *** gcm 659 *** *** gcm 660 *** *** gcm 661 *** *** gcm 662 *** *** gcm 663 *** *** gcm 664 *** *** gcm 665 *** *** gcm 666 *** *** gcm 667 *** *** gcm 668 *** *** gcm 669 *** *** gcm 670 *** *** gcm 671 *** *** gcm 672 *** *** gcm 673 *** *** gcm 674 *** *** gcm 675 *** *** gcm 676 *** *** gcm 677 *** *** gcm 678 *** *** gcm 679 *** *** gcm 680 *** *** gcm 681 *** *** gcm 682 *** *** gcm 683 *** *** gcm 684 *** *** gcm 685 *** *** gcm 686 *** *** gcm 687 *** *** gcm 688 *** *** gcm 689 *** *** gcm 690 *** *** gcm 691 *** *** gcm 692 *** *** gcm 693 *** *** gcm 694 *** *** gcm 695 *** *** gcm 696 *** *** gcm 697 *** *** gcm 698 *** *** gcm 699 *** *** gcm 700 *** *** gcm 701 *** *** gcm 702 *** *** gcm 703 *** *** gcm 704 *** *** gcm 705 *** *** gcm 706 *** *** gcm 707 *** *** gcm 708 *** *** gcm 709 *** *** gcm 710 *** *** gcm 711 *** *** gcm 712 *** *** gcm 713 *** *** gcm 714 *** *** gcm 715 *** *** gcm 716 *** *** gcm 717 *** *** gcm 718 *** *** gcm 719 *** *** gcm 720 *** *** gcm 721 *** *** gcm 722 *** *** gcm 723 *** *** gcm 724 *** *** gcm 725 *** *** gcm 726 *** *** gcm 727 *** *** gcm 728 *** *** gcm 729 *** *** gcm 730 *** *** gcm 731 *** *** gcm 732 *** *** gcm 733 *** *** gcm 734 *** *** gcm 735 *** *** gcm 736 *** *** gcm 737 *** *** gcm 738 *** *** gcm 739 *** *** gcm 740 *** *** gcm 741 *** *** gcm 742 *** *** gcm 743 *** *** gcm 744 *** *** gcm 745 *** *** gcm 746 *** *** gcm 747 *** *** gcm 748 *** *** gcm 749 *** *** gcm 750 *** *** gcm 751 *** *** gcm 752 *** *** gcm 753 *** *** gcm 754 *** *** gcm 755 *** *** gcm 756 *** *** gcm 757 *** *** gcm 758 *** *** gcm 759 *** *** gcm 760 *** *** gcm 761 *** *** gcm 762 *** *** gcm 763 *** *** gcm 764 *** *** gcm 765 *** *** gcm 766 *** *** gcm 767 *** *** gcm 768 *** *** gcm 769 *** *** gcm 770 *** *** gcm 771 *** *** gcm 772 *** *** gcm 773 *** *** gcm 774 *** *** gcm 775 *** *** gcm 776 *** *** gcm 777 *** *** gcm 778 *** *** gcm 779 *** *** gcm 780 *** *** gcm 781 *** *** gcm 782 *** *** gcm 783 *** *** gcm 784 *** *** gcm 785 *** *** gcm 786 *** *** gcm 787 *** *** gcm 788 *** *** gcm 789 *** *** gcm 790 *** *** gcm 791 *** *** gcm 792 *** *** gcm 793 *** *** gcm 794 *** *** gcm 795 *** *** gcm 796 *** *** gcm 797 *** *** gcm 798 *** *** gcm 799 *** *** gcm 800 *** *** gcm 801 *** *** gcm 802 *** *** gcm 803 *** *** gcm 804 *** *** gcm 805 *** *** gcm 806 *** *** gcm 807 *** *** gcm 808 *** *** gcm 809 *** *** gcm 810 *** *** gcm 811 *** *** gcm 812 *** *** gcm 813 *** *** gcm 814 *** *** gcm 815 *** *** gcm 816 *** *** gcm 817 *** *** gcm 818 *** *** gcm 819 *** *** gcm 820 *** *** gcm 821 *** *** gcm 822 *** *** gcm 823 *** *** gcm 824 *** *** gcm 825 *** *** gcm 826 *** *** gcm 827 *** *** gcm 828 *** *** gcm 829 *** *** gcm 830 *** *** gcm 831 *** *** gcm 832 *** *** gcm 833 *** *** gcm 834 *** *** gcm 835 *** *** gcm 836 *** *** gcm 837 *** *** gcm 838 *** *** gcm 839 *** *** gcm 840 *** *** gcm 841 *** *** gcm 842 *** *** gcm 843 *** *** gcm 844 *** *** gcm 845 *** *** gcm 846 *** *** gcm 847 *** *** gcm 848 *** *** gcm 849 *** *** gcm 850 *** *** gcm 851 *** *** gcm 852 *** *** gcm 853 *** *** gcm 854 *** *** gcm 855 *** *** gcm 856 *** *** gcm 857 *** *** gcm 858 *** *** gcm 859 *** *** gcm 860 *** *** gcm 861 *** *** gcm 862 *** *** gcm 863 *** *** gcm 864 *** *** gcm 865 *** *** gcm 866 *** *** gcm 867 *** *** gcm 868 *** *** gcm 869 *** *** gcm 870 *** *** gcm 871 *** *** gcm 872 *** *** gcm 873 *** *** gcm 874 *** *** gcm 875 *** *** gcm 876 *** *** gcm 877 *** *** gcm 878 *** *** gcm 879 *** *** gcm 880 *** *** gcm 881 *** *** gcm 882 *** *** gcm 883 *** *** gcm 884 *** *** gcm 885 *** *** gcm 886 *** *** gcm 887 *** *** gcm 888 *** *** gcm 889 *** *** gcm 890 *** *** gcm 891 *** *** gcm 892 *** *** gcm 893 *** *** gcm 894 *** *** gcm 895 *** *** gcm 896 *** *** gcm 897 *** *** gcm 898 *** *** gcm 899 *** *** gcm 900 *** *** gcm 901 *** *** gcm 902 *** *** gcm 903 *** *** gcm 904 *** *** gcm 905 *** *** gcm 906 *** *** gcm 907 *** *** gcm 908 *** *** gcm 909 *** *** gcm 910 *** *** gcm 911 *** *** gcm 912 *** *** gcm 913 *** *** gcm 914 *** *** gcm 915 *** *** gcm 916 *** *** gcm 917 *** *** gcm 918 *** *** gcm 919 *** *** gcm 920 *** *** gcm 921 *** *** gcm 922 *** *** gcm 923 *** *** gcm 924 *** *** gcm 925 *** *** gcm 926 *** *** gcm 927 *** *** gcm 928 *** *** gcm 929 *** *** gcm 930 *** *** gcm 931 *** *** gcm 932 *** *** gcm 933 *** *** gcm 934 *** *** gcm 935 *** *** gcm 936 *** *** gcm 937 *** *** gcm 938 *** *** gcm 939 *** *** gcm 940 *** *** gcm 941 *** *** gcm 942 *** *** gcm 943 *** *** gcm 944 *** *** gcm 945 *** *** gcm 946 *** *** gcm 947 *** *** gcm 948 *** *** gcm 949 *** *** gcm 950 *** *** gcm 951 *** *** gcm 952 *** *** gcm 953 *** *** gcm 954 *** *** gcm 955 *** *** gcm 956 *** *** gcm 957 *** *** gcm 958 *** *** gcm 959 *** *** gcm 960 *** *** gcm 961 *** *** gcm 962 *** *** gcm 963 *** *** gcm 964 *** *** gcm 965 *** *** gcm 966 *** *** gcm 967 *** *** gcm 968 *** *** gcm 969 *** *** gcm 970 *** *** gcm 971 *** *** gcm 972 *** *** gcm 973 *** *** gcm 974 *** *** gcm 975 *** *** gcm 976 *** *** gcm 977 *** *** gcm 978 *** *** gcm 979 *** *** gcm 980 *** *** gcm 981 *** *** gcm 982 *** *** gcm 983 *** *** gcm 984 *** *** gcm 985 *** *** gcm 986 *** *** gcm 987 *** *** gcm 988 *** *** gcm 989 *** *** gcm 990 *** *** gcm 991 *** *** gcm 992 *** *** gcm 993 *** *** gcm 994 *** *** gcm 995 *** *** gcm 996 *** *** gcm 997 *** *** gcm 998 *** *** gcm 999 *** *** gcm 1000 *** *** gcm 1001 *** *** gcm 1002 *** *** gcm 1003 *** *** gcm 1004 *** *** gcm 1005 *** *** gcm 1006 *** *** gcm 1007 *** *** gcm 1008 *** *** gcm 1009 *** *** gcm 1010 *** *** gcm 1011 *** *** gcm 1012 *** *** gcm 1013 *** *** gcm 1014 *** *** gcm 1015 *** *** gcm 1016 *** *** gcm 1017 *** *** gcm 1018 *** *** gcm 1019 *** *** gcm 1020 *** *** gcm 1021 *** *** gcm 1022 *** *** gcm 1023 *** *** gcm 1024 *** *** gcm 1025 *** *** gcm 1026 *** *** gcm 1027 *** *** gcm 1028 *** *** gcm 1029 *** *** gcm 1030 *** *** gcm 1031 *** *** gcm 1032 *** *** gcm 1033 *** *** gcm 1034 *** *** gcm 1035 *** *** gcm 1036 *** *** gcm 1037 *** *** gcm 1038 *** *** gcm 1039 *** *** gcm 1040 *** *** gcm 1041 *** *** gcm 1042 *** *** gcm 1043 *** *** gcm 1044 *** *** gcm 1045 *** *** gcm 1046 *** *** gcm 1047 *** *** gcm 1048 *** *** gcm 1049 *** *** gcm 1050 *** *** gcm 1051 *** *** gcm 1052 *** *** gcm 1053 *** *** gcm 1054 *** *** gcm 1055 *** *** gcm 1056 *** *** gcm 1057 *** *** gcm 1058 *** *** gcm 1059 *** *** gcm 1060 *** *** gcm 1061 *** *** gcm 1062 *** *** gcm 1063 *** *** gcm 1064 *** *** gcm 1065 *** *** gcm 1066 *** *** gcm 1067 *** *** gcm 1068 *** *** gcm 1069 *** *** gcm 1070 *** *** gcm 1071 *** *** gcm 1072 *** *** gcm 1073 *** *** gcm 1074 *** *** gcm 1075 *** *** gcm 1076 *** *** gcm 1077 *** *** gcm 1078 *** *** gcm 1079 *** *** gcm 1080 *** *** gcm 1081 *** *** gcm 1082 *** *** gcm 1083 *** *** gcm 1084 *** *** gcm 1085 *** *** gcm 1086 *** *** gcm 1087 *** *** gcm 1088 *** *** gcm 1089 *** *** gcm 1090 *** *** gcm 1091 *** *** gcm 1092 *** *** gcm 1093 *** *** gcm 1094 *** *** gcm 1095 *** *** gcm 1096 *** *** gcm 1097 *** *** gcm 1098 *** *** gcm 1099 *** *** gcm 1100 *** *** gcm 1101 *** *** gcm 1102 *** *** gcm 1103 *** *** gcm 1104 *** *** gcm 1105 *** *** gcm 1106 *** *** gcm 1107 *** *** gcm 1108 *** *** gcm 1109 *** *** gcm 1110 *** *** gcm 1111 *** *** gcm 1112 *** *** gcm 1113 *** *** gcm 1114 *** *** gcm 1115 *** *** gcm 1116 *** *** gcm 1117 *** *** gcm 1118 *** *** gcm 1119 *** *** gcm 1120 *** *** gcm 1121 *** *** gcm 1122 *** *** gcm 1123 *** *** gcm 1124 *** *** gcm 1125 *** *** gcm 1126 *** *** gcm 1127 *** *** gcm 1128 *** *** gcm 1129 *** *** gcm 1130 *** *** gcm 1131 *** *** gcm 1132 *** *** gcm 1133 *** *** gcm 1134 *** *** gcm 1135 *** *** gcm 1136 *** *** gcm 1137 *** *** gcm 1138 *** *** gcm 1139 *** *** gcm 1140 *** *** gcm 1141 *** *** gcm 1142 *** *** gcm 1143 *** *** gcm 1144 *** *** gcm 1145 *** *** gcm 1146 *** *** gcm 1147 *** *** gcm 1148 *** *** gcm 1149 *** *** gcm 1150 *** *** gcm 1151 *** *** gcm 1152 *** *** gcm 1153 *** *** gcm 1154 *** *** gcm 1155 *** *** gcm 1156 *** *** gcm 1157 *** *** gcm 1158 *** *** gcm 1159 *** *** gcm 1160 *** *** gcm 1161 *** *** gcm 1162 *** *** gcm 1163 *** *** gcm 1164 *** *** gcm 1165 *** *** gcm 1166 *** *** gcm 1167 *** *** gcm 1168 *** *** gcm 1169 *** *** gcm 1170 *** *** gcm 1171 *** *** gcm 1172 *** *** gcm 1173 *** *** gcm 1174 *** *** gcm 1175 *** *** gcm 1176 *** *** gcm 1177 *** *** gcm 1178 *** *** gcm 1179 *** *** gcm 1180 *** *** gcm 1181 *** *** gcm 1182 *** *** gcm 1183 *** *** gcm 1184 *** *** gcm 1185 *** *** gcm 1186 *** *** gcm 1187 *** *** gcm 1188 *** *** gcm 1189 *** *** gcm 1190 *** *** gcm 1191 *** *** gcm 1192 *** *** gcm 1193 *** *** gcm 1194 *** *** gcm 1195 *** *** gcm 1196 *** *** gcm 1197 *** *** gcm 1198 *** *** gcm 1199 *** *** gcm 1200 *** *** gcm 1201 *** *** gcm 1202 *** *** gcm 1203 *** *** gcm 1204 *** *** gcm 1205 *** *** gcm 1206 *** *** gcm 1207 *** *** gcm 1208 *** *** gcm 1209 *** *** gcm 1210 *** *** gcm 1211 *** *** gcm 1212 *** *** gcm 1213 *** *** gcm 1214 *** *** gcm 1215 *** *** gcm 1216 *** *** gcm 1217 *** *** gcm 1218 *** *** gcm 1219 *** *** gcm 1220 *** *** gcm 1221 *** *** gcm 1222 *** *** gcm 1223 *** *** gcm 1224 *** *** gcm 1225 *** *** gcm 1226 *** *** gcm 1227 *** *** gcm 1228 *** *** gcm 1229 *** *** gcm 1230 *** *** gcm 1231 *** *** gcm 1232 *** *** gcm 1233 *** *** gcm 1234 *** *** gcm 1235 *** *** gcm 1236 *** *** gcm 1237 *** *** gcm 1238 *** *** gcm 1239 *** *** gcm 1240 *** *** gcm 1241 *** *** gcm 1242 *** *** gcm 1243 *** *** gcm 1244 *** *** gcm 1245 *** *** gcm 1246 *** *** gcm 1247 *** *** gcm 1248 *** *** gcm 1249 *** *** gcm 1250 *** *** gcm 1251 *** *** gcm 1252 *** *** gcm 1253 *** *** gcm 1254 *** *** gcm 1255 *** *** gcm 1256 *** *** gcm 1257 *** *** gcm 1258 *** *** gcm 1259 *** *** gcm 1260 *** *** gcm 1261 *** *** gcm 1262 *** *** gcm 1263 *** *** gcm 1264 *** *** gcm 1265 *** *** gcm 1266 *** *** gcm 1267 *** *** gcm 1268 *** *** gcm 1269 *** *** gcm 1270 *** *** gcm 1271 *** *** gcm 1272 *** *** gcm 1273 *** *** gcm 1274 *** *** gcm 1275 *** *** gcm 1276 *** *** gcm 1277 *** *** gcm 1278 *** *** gcm 1279 *** *** gcm 1280 *** *** gcm 1281 *** *** gcm 1282 *** *** gcm 1283 *** *** gcm 1284 *** *** gcm 1285 *** *** gcm 1286 *** *** gcm 1287 *** *** gcm 1288 *** *** gcm 1289 *** *** gcm 1290 *** *** gcm 1291 *** *** gcm 1292 *** *** gcm 1293 *** *** gcm 1294 *** *** gcm 1295 *** *** gcm 1296 *** *** gcm 1297 *** *** gcm 1298 *** *** gcm 1299 *** *** gcm 1300 *** *** gcm 1301 *** *** gcm 1302 *** *** gcm 1303 *** *** gcm 1304 *** *** gcm 1305 *** *** gcm 1306 *** *** gcm 1307 *** *** gcm 1308 *** *** gcm 1309 *** *** gcm 1310 *** *** gcm 1311 *** *** gcm 1312 *** *** gcm 1313 *** *** gcm 1314 *** *** gcm 1315 *** *** gcm 1316 *** *** gcm 1317 *** *** gcm 1318 *** *** gcm 1319 *** *** gcm 1320 *** *** gcm 1321 *** *** gcm 1322 *** *** gcm 1323 *** *** gcm 1324 *** *** gcm 1325 *** *** gcm 1326 *** *** gcm 1327 *** *** gcm 1328 *** *** gcm 1329 *** *** gcm 1330 *** *** gcm 1331 *** *** gcm 1332 *** *** gcm 1333 *** *** gcm 1334 *** *** gcm 1335 *** *** gcm 1336 *** *** gcm 1337 *** *** gcm 1338 *** *** gcm 1339 *** *** gcm 1340 *** *** gcm 1341 *** *** gcm 1342 *** *** gcm 1343 *** *** gcm 1344 *** *** gcm 1345 *** *** gcm 1346 *** *** gcm 1347 *** *** gcm 1348 *** *** gcm 1349 *** *** gcm 1350 *** *** gcm 1351 *** *** gcm 1352 *** *** gcm 1353 *** *** gcm 1354 *** *** gcm 1355 *** *** gcm 1356 *** *** gcm 1357 *** *** gcm 1358 *** *** gcm 1359 *** *** gcm 1360 *** *** gcm 1361 *** *** gcm 1362 *** *** gcm 1363 *** *** gcm 1364 *** *** gcm 1365 *** *** gcm 1366 *** *** gcm 1367 *** *** gcm 1368 *** *** gcm 1369 *** *** gcm 1370 *** *** gcm 1371 *** *** gcm 1372 *** *** gcm 1373 *** *** gcm 1374 *** *** gcm 1375 *** *** gcm 1376 *** *** gcm 1377 *** *** gcm 1378 *** *** gcm 1379 *** *** gcm 1380 *** *** gcm 1381 *** *** gcm 1382 *** *** gcm 1383 *** *** gcm 1384 *** *** gcm 1385 *** *** gcm 1386 *** *** gcm 1387 *** *** gcm 1388 *** *** gcm 1389 *** *** gcm 1390 *** *** gcm 1391 *** *** gcm 1392 *** *** gcm 1393 *** *** gcm 1394 *** *** gcm 1395 *** *** gcm 1396 *** *** gcm 1397 *** *** gcm 1398 *** *** gcm 1399 *** *** gcm 1400 *** *** gcm 1401 *** *** gcm 1402 *** *** gcm 1403 *** *** gcm 1404 *** *** gcm 1405 *** *** gcm 1406 *** *** gcm 1407 *** *** gcm 1408 *** *** gcm 1409 *** *** gcm 1410 *** *** gcm 1411 *** *** gcm 1412 *** *** gcm 1413 *** *** gcm 1414 *** *** gcm 1415 *** *** gcm 1416 *** *** gcm 1417 *** *** gcm 1418 *** *** gcm 1419 *** *** gcm 1420 *** *** gcm 1421 *** *** gcm 1422 *** *** gcm 1423 *** *** gcm 1424 *** *** gcm 1425 *** *** gcm 1426 *** *** gcm 1427 *** *** gcm 1428 *** *** gcm 1429 *** *** gcm 1430 *** *** gcm 1431 *** *** gcm 1432 *** *** gcm 1433 *** *** gcm 1434 *** *** gcm 1435 *** *** gcm 1436 *** *** gcm 1437 *** *** gcm 1438 *** *** gcm 1439 *** *** gcm 1440 *** *** gcm 1441 *** *** gcm 1442 *** *** gcm 1443 *** *** gcm 1444 *** *** gcm 1445 *** *** gcm 1446 *** *** gcm 1447 *** *** gcm 1448 *** *** gcm 1449 *** *** gcm 1450 *** *** gcm 1451 *** *** gcm 1452 *** *** gcm 1453 *** *** gcm 1454 *** *** gcm 1455 *** *** gcm 1456 *** *** gcm 1457 *** *** gcm 1458 *** *** gcm 1459 *** *** gcm 1460 *** *** gcm 1461 *** *** gcm 1462 *** *** gcm 1463 *** *** gcm 1464 *** *** gcm 1465 *** *** gcm 1466 *** *** gcm 1467 *** *** gcm 1468 *** *** gcm 1469 *** *** gcm 1470 *** *** gcm 1471 *** *** gcm 1472 *** *** gcm 1473 *** *** gcm 1474 *** *** gcm 1475 *** *** gcm 1476 *** *** gcm 1477 *** *** gcm 1478 *** *** gcm 1479 *** *** gcm 1480 *** *** gcm 1481 *** *** gcm 1482 *** *** gcm 1483 *** *** gcm 1484 *** *** gcm 1485 *** *** gcm 1486 *** *** gcm 1487 *** *** gcm 1488 *** *** gcm 1489 *** *** gcm 1490 *** *** gcm 1491 *** *** gcm 1492 *** *** gcm 1493 *** *** gcm 1494 *** *** gcm 1495 *** *** gcm 1496 *** *** gcm 1497 *** *** gcm 1498 *** *** gcm 1499 *** *** gcm 1500 *** *** gcm 1501 *** *** gcm 1502 *** *** gcm 1503 *** *** gcm 1504 *** *** gcm 1505 *** *** gcm 1506 *** *** gcm 1507 *** *** gcm 1508 *** *** gcm 1509 *** *** gcm 1510 *** *** gcm 1511 *** *** gcm 1512 *** *** gcm 1513 *** *** gcm 1514 *** *** gcm 1515 *** *** gcm 1516 *** *** gcm 1517 *** *** gcm 1518 *** *** gcm 1519 *** *** gcm 1520 *** *** gcm 1521 *** *** gcm 1522 *** *** gcm 1523 *** *** gcm 1524 *** *** gcm 1525 *** *** gcm 1526 *** *** gcm 1527 *** *** gcm 1528 *** *** gcm 1529 *** *** gcm 1530 *** *** gcm 1531 *** *** gcm 1532 *** *** gcm 1533 *** *** gcm 1534 *** *** gcm 1535 *** *** gcm 1536 *** *** gcm 1537 *** *** gcm 1538 *** *** gcm 1539 *** *** gcm 1540 *** *** gcm 1541 *** *** gcm 1542 *** *** gcm 1543 *** *** gcm 1544 *** *** gcm 1545 *** *** gcm 1546 *** *** gcm 1547 *** *** gcm 1548 *** *** gcm 1549 *** *** gcm 1550 *** *** gcm 1551 *** *** gcm 1552 *** *** gcm 1553 *** *** gcm 1554 *** *** gcm 1555 *** *** gcm 1556 *** *** gcm 1557 *** *** gcm 1558 *** *** gcm 1559 *** *** gcm 1560 *** *** gcm 1561 *** *** gcm 1562 *** *** gcm 1563 *** *** gcm 1564 *** *** gcm 1565 *** *** gcm 1566 *** *** gcm 1567 *** *** gcm 1568 *** *** gcm 1569 *** *** gcm 1570 *** *** gcm 1571 *** *** gcm 1572 *** *** gcm 1573 *** *** gcm 1574 *** *** gcm 1575 *** *** gcm 1576 *** *** gcm 1577 *** *** gcm 1578 *** *** gcm 1579 *** *** gcm 1580 *** *** gcm 1581 *** *** gcm 1582 *** *** gcm 1583 *** *** gcm 1584 *** *** gcm 1585 *** *** gcm 1586 *** *** gcm 1587 *** *** gcm 1588 *** *** gcm 1589 *** *** gcm 1590 *** *** gcm 1591 *** *** gcm 1592 *** *** gcm 1593 *** *** gcm 1594 *** *** gcm 1595 *** *** gcm 1596 *** *** gcm 1597 *** *** gcm 1598 *** *** gcm 1599 *** *** gcm 1600 *** *** gcm 1601 *** *** gcm 1602 *** *** gcm 1603 *** *** gcm 1604 *** *** gcm 1605 *** *** gcm 1606 *** *** gcm 1607 *** *** gcm 1608 *** *** gcm 1609 *** *** gcm 1610 *** *** gcm 1611 *** *** gcm 1612 *** *** gcm 1613 *** *** gcm 1614 *** *** gcm 1615 *** *** gcm 1616 *** *** gcm 1617 *** *** gcm 1618 *** *** gcm 1619 *** *** gcm 1620 *** *** gcm 1621 *** *** gcm 1622 *** *** gcm 1623 *** *** gcm 1624 *** *** gcm 1625 *** *** gcm 1626 *** *** gcm 1627 *** *** gcm 1628 *** *** gcm 1629 *** *** gcm 1630 *** *** gcm 1631 *** *** gcm 1632 *** *** gcm 1633 *** *** gcm 1634 *** *** gcm 1635 *** *** gcm 1636 *** *** gcm 1637 *** *** gcm 1638 *** *** gcm 1639 *** *** gcm 1640 *** *** gcm 1641 *** *** gcm 1642 *** *** gcm 1643 *** *** gcm 1644 *** *** gcm 1645 *** *** gcm 1646 *** *** gcm 1647 *** *** gcm 1648 *** *** gcm 1649 *** *** gcm 1650 *** *** gcm 1651 *** *** gcm 1652 *** *** gcm 1653 *** *** gcm 1654 *** *** gcm 1655 *** *** gcm 1656 *** *** gcm 1657 *** *** gcm 1658 *** *** gcm 1659 *** *** gcm 1660 *** *** gcm 1661 *** *** gcm 1662 *** *** gcm 1663 *** *** gcm 1664 *** *** gcm 1665 *** *** gcm 1666 *** *** gcm 1667 *** *** gcm 1668 *** *** gcm 1669 *** *** gcm 1670 *** *** gcm 1671 *** *** gcm 1672 *** *** gcm 1673 *** *** gcm 1674 *** *** gcm 1675 *** *** gcm 1676 *** *** gcm 1677 *** *** gcm 1678 *** *** gcm 1679 *** *** gcm 1680 *** *** gcm 1681 *** *** gcm 1682 *** *** gcm 1683 *** *** gcm 1684 *** *** gcm 1685 *** *** gcm 1686 *** *** gcm 1687 *** *** gcm 1688 *** *** gcm 1689 *** *** gcm 1690 *** *** gcm 1691 *** *** gcm 1692 *** *** gcm 1693 *** *** gcm 1694 *** *** gcm 1695 *** *** gcm 1696 *** *** gcm 1697 *** *** gcm 1698 *** *** gcm 1699 *** *** gcm 1700 *** *** gcm 1701 *** *** gcm 1702 *** *** gcm 1703 *** *** gcm 1704 *** *** gcm 1705 *** *** gcm 1706 *** *** gcm 1707 *** *** gcm 1708 *** *** gcm 1709 *** *** gcm 1710 *** *** gcm 1711 *** *** gcm 1712 *** *** gcm 1713 *** *** gcm 1714 *** *** gcm 1715 *** *** gcm 1716 *** *** gcm 1717 *** *** gcm 1718 *** *** gcm 1719 *** *** gcm 1720 *** *** gcm 1721 *** *** gcm 1722 *** *** gcm 1723 *** *** gcm 1724 *** *** gcm 1725 *** *** gcm 1726 *** *** gcm 1727 *** *** gcm 1728 *** *** gcm 1729 *** *** gcm 1730 *** *** gcm 1731 *** *** gcm 1732 *** *** gcm 1733 *** *** gcm 1734 *** *** gcm 1735 *** *** gcm 1736 *** *** gcm 1737 *** *** gcm 1738 *** *** gcm 1739 *** *** gcm 1740 *** *** gcm 1741 *** *** gcm 1742 *** *** gcm 1743 *** *** gcm 1744 *** *** gcm 1745 *** *** gcm 1746 *** *** gcm 1747 *** *** gcm 1748 *** *** gcm 1749 *** *** gcm 1750 *** *** gcm 1751 *** *** gcm 1752 *** *** gcm 1753 *** *** gcm 1754 *** *** gcm 1755 *** *** gcm 1756 *** *** gcm 1757 *** *** gcm 1758 *** *** gcm 1759 *** *** gcm 1760 *** *** gcm 1761 *** *** gcm 1762 *** *** gcm 1763 *** *** gcm 1764 *** *** gcm 1765 *** *** gcm 1766 *** *** gcm 1767 *** *** gcm 1768 *** *** gcm 1769 *** *** gcm 1770 *** *** gcm 1771 *** *** gcm 1772 *** *** gcm 1773 *** *** gcm 1774 *** *** gcm 1775 *** *** gcm 1776 *** *** gcm 1777 *** *** gcm 1778 *** *** gcm 1779 *** *** gcm 1780 *** *** gcm 1781 *** *** gcm 1782 *** *** gcm 1783 *** *** gcm 1784 *** *** gcm 1785 *** *** gcm 1786 *** *** gcm 1787 *** *** gcm 1788 *** *** gcm 1789 *** *** gcm 1790 *** *** gcm 1791 *** *** gcm 1792 *** *** gcm 1793 *** *** gcm 1794 *** *** gcm 1795 *** *** gcm 1796 *** *** gcm 1797 *** *** gcm 1798 *** *** gcm 1799 *** *** gcm 1800 *** *** gcm 1801 *** *** gcm 1802 *** *** gcm 1803 *** *** gcm 1804 *** *** gcm 1805 *** *** gcm 1806 *** *** gcm 1807 *** *** gcm 1808 *** *** gcm 1809 *** *** gcm 1810 *** *** gcm 1811 *** *** gcm 1812 *** *** gcm 1813 *** *** gcm 1814 *** *** gcm 1815 *** *** gcm 1816 *** *** gcm 1817 *** *** gcm 1818 *** *** gcm 1819 *** *** gcm 1820 *** *** gcm 1821 *** *** gcm 1822 *** *** gcm 1823 *** *** gcm 1824 *** *** gcm 1825 *** *** gcm 1826 *** *** gcm 1827 *** *** gcm 1828 *** *** gcm 1829 *** *** gcm 1830 *** *** gcm 1831 *** *** gcm 1832 *** *** gcm 1833 *** *** gcm 1834 *** *** gcm 1835 *** *** gcm 1836 *** *** gcm 1837 *** *** gcm 1838 *** *** gcm 1839 *** *** gcm 1840 *** *** gcm 1841 *** *** gcm 1842 *** *** gcm 1843 *** *** gcm 1844 *** *** gcm 1845 *** *** gcm 1846 *** *** gcm 1847 *** *** gcm 1848 *** *** gcm 1849 *** *** gcm 1850 *** *** gcm 1851 *** *** gcm 1852 *** *** gcm 1853 *** *** gcm 1854 *** *** gcm 1855 *** *** gcm 1856 *** *** gcm 1857 *** *** gcm 1858 *** *** gcm 1859 *** *** gcm 1860 *** *** gcm 1861 *** *** gcm 1862 *** *** gcm 1863 *** *** gcm 1864 *** *** gcm 1865 *** *** gcm 1866 *** *** gcm 1867 *** *** gcm 1868 *** *** gcm 1869 *** *** gcm 1870 *** *** gcm 1871 *** *** gcm 1872 *** *** gcm 1873 *** *** gcm 1874 *** *** gcm 1875 *** *** gcm 1876 *** *** gcm 1877 *** *** gcm 1878 *** *** gcm 1879 *** *** gcm 1880 *** *** gcm 1881 *** *** gcm 1882 *** *** gcm 1883 *** *** gcm 1884 *** *** gcm 1885 *** *** gcm 1886 *** *** gcm 1887 *** *** gcm 1888 *** *** gcm 1889 *** *** gcm 1890 *** *** gcm 1891 *** *** gcm 1892 *** *** gcm 1893 *** *** gcm 1894 *** *** gcm 1895 *** *** gcm 1896 *** *** gcm 1897 *** *** gcm 1898 *** *** gcm 1899 *** *** gcm 1900 *** *** gcm 1901 *** *** gcm 1902 *** *** gcm 1903 *** *** gcm 1904 *** *** gcm 1905 *** *** gcm 1906 *** *** gcm 1907 *** *** gcm 1908 *** *** gcm 1909 *** *** gcm 1910 *** *** gcm 1911 *** *** gcm 1912 *** *** gcm 1913 *** *** gcm 1914 *** *** gcm 1915 *** *** gcm 1916 *** *** gcm 1917 *** *** gcm 1918 *** *** gcm 1919 *** *** gcm 1920 *** *** gcm 1921 *** *** gcm 1922 *** *** gcm 1923 *** *** gcm 1924 *** *** gcm 1925 *** *** gcm 1926 *** *** gcm 1927 *** *** gcm 1928 *** *** gcm 1929 *** *** gcm 1930 *** *** gcm 1931 *** *** gcm 1932 *** *** gcm 1933 *** *** gcm 1934 *** *** gcm 1935 *** *** gcm 1936 *** *** gcm 1937 *** *** gcm 1938 *** *** gcm 1939 *** *** gcm 1940 *** *** gcm 1941 *** *** gcm 1942 *** *** gcm 1943 *** *** gcm 1944 *** *** gcm 1945 *** *** gcm 1946 *** *** gcm 1947 *** *** gcm 1948 *** *** gcm 1949 *** *** gcm 1950 *** *** gcm 1951 *** *** gcm 1952 *** *** gcm 1953 *** *** gcm 1954 *** *** gcm 1955 *** *** gcm 1956 *** *** gcm 1957 *** *** gcm 1958 *** *** gcm 1959 *** *** gcm 1960 *** *** gcm 1961 *** *** gcm 1962 *** *** gcm 1963 *** *** gcm 1964 *** *** gcm 1965 *** *** gcm 1966 *** *** gcm 1967 *** *** gcm 1968 *** *** gcm 1969 *** *** gcm 1970 *** *** gcm 1971 *** *** gcm 1972 *** *** gcm 1973 *** *** gcm 1974 *** *** gcm 1975 *** *** gcm 1976 *** *** gcm 1977 *** *** gcm 1978 *** *** gcm 1979 *** *** gcm 1980 *** *** gcm 1981 *** *** gcm 1982 *** *** gcm 1983 *** *** gcm 1984 *** *** gcm 1985 *** *** gcm 1986 *** *** gcm 1987 *** *** gcm 1988 *** *** gcm 1989 *** *** gcm 1990 *** *** gcm 1991 *** *** gcm 1992 *** *** gcm 1993 *** *** gcm 1994 *** *** gcm 1995 *** *** gcm 1996 *** *** gcm 1997 *** *** gcm 1998 *** *** gcm 1999 *** *** gcm 2000 *** *** gcm 2001 *** *** gcm 2002 *** *** gcm 2003 *** *** gcm 2004 *** *** gcm 2005 *** *** gcm 2006 *** *** gcm 2007 *** *** gcm 2008 *** *** gcm 2009 *** *** gcm 2010 *** *** gcm 2011 *** *** gcm 2012 *** *** gcm 2013 *** *** gcm 2014 *** *** gcm 2015 *** *** gcm 2016 *** *** gcm 2017 *** *** gcm 2018 *** *** gcm 2019 *** *** gcm 2020 *** *** gcm 2021 *** *** gcm 2022 *** *** gcm 2023 *** *** gcm 2024 *** *** gcm 2025 *** *** gcm 2026 *** *** gcm 2027 *** *** gcm 2028 *** *** gcm 2029 *** *** gcm 2030 *** *** gcm 2031 *** *** gcm 2032 *** *** gcm 2033 *** *** gcm 2034 *** *** gcm 2035 *** *** gcm 2036 *** *** gcm 2037 *** *** gcm 2038 *** *** gcm 2039 *** *** gcm 2040 *** *** gcm 2041 *** *** gcm 2042 *** *** gcm 2043 *** *** gcm 2044 *** *** gcm 2045 *** *** gcm 2046 *** *** gcm 2047 *** *** gcm 2048 *** *** gcm 2049 *** *** gcm 2050 *** *** gcm 2051 *** *** gcm 2052 *** *** gcm 2053 *** *** gcm 2054 *** *** gcm 2055 *** *** gcm 2056 *** *** gcm 2057 *** *** gcm 2058 *** *** gcm 2059 *** *** gcm 2060 *** *** gcm 2061 *** *** gcm 2062 *** *** gcm 2063 *** *** gcm 2064 *** *** gcm 2065 *** *** gcm 2066 *** *** gcm 2067 *** *** gcm 2068 *** *** gcm 2069 *** *** gcm 2070 *** *** gcm 2071 *** *** gcm 2072 *** *** gcm 2073 *** *** gcm 2074 *** *** gcm 2075 *** *** gcm 2076 *** *** gcm 2077 *** *** gcm 2078 *** *** gcm 2079 *** *** gcm 2080 *** *** gcm 2081 *** *** gcm 2082 *** *** gcm 2083 *** *** gcm 2084 *** *** gcm 2085 *** *** gcm 2086 *** *** gcm 2087 *** *** gcm 2088 *** *** gcm 2089 *** *** gcm 2090 *** *** gcm 2091 *** *** gcm 2092 *** *** gcm 2093 *** *** gcm 2094 *** *** gcm 2095 *** *** gcm 2096 *** *** gcm 2097 *** *** gcm 2098 *** *** gcm 2099 *** *** gcm 2100 *** *** gcm 2101 *** *** gcm 2102 *** *** gcm 2103 *** *** gcm 2104 *** *** gcm 2105 *** *** gcm 2106 *** *** gcm 2107 *** *** gcm 2108 *** *** gcm 2109 *** *** gcm 2110 *** *** gcm 2111 *** *** gcm 2112 *** *** gcm 2113 *** *** gcm 2114 *** *** gcm 2115 *** *** gcm 2116 *** *** gcm 2117 *** *** gcm 2118 *** *** gcm 2119 *** *** gcm 2120 *** *** gcm 2121 *** *** gcm 2122 *** *** gcm 2123 *** *** gcm 2124 *** *** gcm 2125 *** *** gcm 2126 *** *** gcm 2127 *** *** gcm 2128 *** *** gcm 2129 *** *** gcm 2130 *** *** gcm 2131 *** *** gcm 2132 *** *** gcm 2133 *** *** gcm 2134 *** *** gcm 2135 *** *** gcm 2136 *** *** gcm 2137 *** *** gcm 2138 *** *** gcm 2139 *** *** gcm 2140 *** *** gcm 2141 *** *** gcm 2142 *** *** gcm 2143 *** *** gcm 2144 *** *** gcm 2145 *** *** gcm 2146 *** *** gcm 2147 *** *** gcm 2148 *** *** gcm 2149 *** *** gcm 2150 *** *** gcm 2151 *** *** gcm 2152 *** *** gcm 2153 *** *** gcm 2154 *** *** gcm 2155 *** *** gcm 2156 *** *** gcm 2157 *** *** gcm 2158 *** *** gcm 2159 *** *** gcm 2160 *** *** gcm 2161 *** *** gcm 2162 *** *** gcm 2163 *** *** gcm 2164 *** *** gcm 2165 *** *** gcm 2166 *** *** gcm 2167 *** *** gcm 2168 *** *** gcm 2169 *** *** gcm 2170 *** *** gcm 2171 *** *** gcm 2172 *** *** gcm 2173 *** *** gcm 2174 *** *** gcm 2175 *** *** gcm 2176 *** *** gcm 2177 *** *** gcm 2178 *** *** gcm 2179 *** *** gcm 2180 *** *** gcm 2181 *** *** gcm 2182 *** *** gcm 2183 *** *** gcm 2184 *** *** gcm 2185 *** *** gcm 2186 *** *** gcm 2187 *** *** gcm 2188 *** *** gcm 2189 *** *** gcm 2190 *** *** gcm 2191 *** *** gcm 2192 *** *** gcm 2193 *** *** gcm 2194 *** *** gcm 2195 *** *** gcm 2196 *** *** gcm 2197 *** *** gcm 2198 *** *** gcm 2199 *** *** gcm 2200 *** *** gcm 2201 *** *** gcm 2202 *** *** gcm 2203 *** *** gcm 2204 *** *** gcm 2205 *** *** gcm 2206 *** *** gcm 2207 *** *** gcm 2208 *** *** gcm 2209 *** *** gcm 2210 *** *** gcm 2211 *** *** gcm 2212 *** *** gcm 2213 *** *** gcm 2214 *** *** gcm 2215 *** *** gcm 2216 *** *** gcm 2217 *** *** gcm 2218 *** *** gcm 2219 *** *** gcm 2220 *** *** gcm 2221 *** *** gcm 2222 *** *** gcm 2223 *** *** gcm 2224 *** *** gcm 2225 *** *** gcm 2226 *** *** gcm 2227 *** *** gcm 2228 *** *** gcm 2229 *** *** gcm 2230 *** *** gcm 2231 *** *** gcm 2232 *** *** gcm 2233 *** *** gcm 2234 *** *** gcm 2235 *** *** gcm 2236 *** *** gcm 2237 *** *** gcm 2238 *** *** gcm 2239 *** *** gcm 2240 *** *** gcm 2241 *** *** gcm 2242 *** *** gcm 2243 *** *** gcm 2244 *** *** gcm 2245 *** *** gcm 2246 *** *** gcm 2247 *** *** gcm 2248 *** *** gcm 2249 *** *** gcm 2250 *** *** gcm 2251 *** *** gcm 2252 *** *** gcm 2253 *** *** gcm 2254 *** *** gcm 2255 *** *** gcm 2256 *** *** gcm 2257 *** *** gcm 2258 *** *** gcm 2259 *** *** gcm 2260 *** *** gcm 2261 *** *** gcm 2262 *** *** gcm 2263 *** *** gcm 2264 *** *** gcm 2265 *** *** gcm 2266 *** *** gcm 2267 *** *** gcm 2268 *** *** gcm 2269 *** *** gcm 2270 *** *** gcm 2271 *** *** gcm 2272 *** *** gcm 2273 *** *** gcm 2274 *** *** gcm 2275 *** *** gcm 2276 *** *** gcm 2277 *** *** gcm 2278 *** *** gcm 2279 *** *** gcm 2280 *** *** gcm 2281 *** *** gcm 2282 *** *** gcm 2283 *** *** gcm 2284 *** *** gcm 2285 *** *** gcm 2286 *** *** gcm 2287 *** *** gcm 2288 *** *** gcm 2289 *** *** gcm 2290 *** *** gcm 2291 *** *** gcm 2292 *** *** gcm 2293 *** *** gcm 2294 *** *** gcm 2295 *** *** gcm 2296 *** *** gcm 2297 *** *** gcm 2298 *** *** gcm 2299 *** *** gcm 2300 *** *** gcm 2301 *** *** gcm 2302 *** *** gcm 2303 *** *** gcm 2304 *** *** gcm 2305 *** *** gcm 2306 *** *** gcm 2307 *** *** gcm 2308 *** *** gcm 2309 *** *** gcm 2310 *** *** gcm 2311 *** *** gcm 2312 *** *** gcm 2313 *** *** gcm 2314 *** *** gcm 2315 *** *** gcm 2316 *** *** gcm 2317 *** *** gcm 2318 *** *** gcm 2319 *** *** gcm 2320 *** *** gcm 2321 *** *** gcm 2322 *** *** gcm 2323 *** *** gcm 2324 *** *** gcm 2325 *** *** gcm 2326 *** *** gcm 2327 *** *** gcm 2328 *** *** gcm 2329 *** *** gcm 2330 *** *** gcm 2331 *** *** gcm 2332 *** *** gcm 2333 *** *** gcm 2334 *** *** gcm 2335 *** *** gcm 2336 *** *** gcm 2337 *** *** gcm 2338 *** *** gcm 2339 *** *** gcm 2340 *** *** gcm 2341 *** *** gcm 2342 *** *** gcm 2343 *** *** gcm 2344 *** *** gcm 2345 *** *** gcm 2346 *** *** gcm 2347 *** *** gcm 2348 *** *** gcm 2349 *** *** gcm 2350 *** *** gcm 2351 *** *** gcm 2352 *** *** gcm 2353 *** *** gcm 2354 *** *** gcm 2355 *** *** gcm 2356 *** *** gcm 2357 *** *** gcm 2358 *** *** gcm 2359 *** *** gcm 2360 *** *** gcm 2361 *** *** gcm 2362 *** *** gcm 2363 *** *** gcm 2364 *** *** gcm 2365 *** *** gcm 2366 *** *** gcm 2367 *** *** gcm 2368 *** *** gcm 2369 *** *** gcm 2370 *** *** gcm 2371 *** *** gcm 2372 *** *** gcm 2373 *** *** gcm 2374 *** *** gcm 2375 *** *** gcm 2376 *** *** gcm 2377 *** *** gcm 2378 *** *** gcm 2379 *** *** gcm 2380 *** *** gcm 2381 *** *** gcm 2382 *** *** gcm 2383 *** *** gcm 2384 *** *** gcm 2385 *** *** gcm 2386 *** *** gcm 2387 *** *** gcm 2388 *** *** gcm 2389 *** *** gcm 2390 *** *** gcm 2391 *** *** gcm 2392 *** *** gcm 2393 *** *** gcm 2394 *** *** gcm 2395 *** *** gcm 2396 *** *** gcm 2397 *** *** gcm 2398 *** *** gcm 2399 *** *** gcm 2400 *** *** gcm 2401 *** *** gcm 2402 *** *** gcm 2403 *** *** gcm 2404 *** *** gcm 2405 *** *** gcm 2406 *** *** gcm 2407 *** *** gcm 2408 *** *** gcm 2409 *** *** gcm 2410 *** *** gcm 2411 *** *** gcm 2412 *** *** gcm 2413 *** *** gcm 2414 *** *** gcm 2415 *** *** gcm 2416 *** *** gcm 2417 *** *** gcm 2418 *** *** gcm 2419 *** *** gcm 2420 *** *** gcm 2421 *** *** gcm 2422 *** *** gcm 2423 *** *** gcm 2424 *** *** gcm 2425 *** *** gcm 2426 *** *** gcm 2427 *** *** gcm 2428 *** *** gcm 2429 *** *** gcm 2430 *** *** gcm 2431 *** *** gcm 2432 *** *** gcm 2433 *** *** gcm 2434 *** *** gcm 2435 *** *** gcm 2436 *** *** gcm 2437 *** *** gcm 2438 *** *** gcm 2439 *** *** gcm 2440 *** *** gcm 2441 *** *** gcm 2442 *** *** gcm 2443 *** *** gcm 2444 *** *** gcm 2445 *** *** gcm 2446 *** *** gcm 2447 *** *** gcm 2448 *** *** gcm 2449 *** *** gcm 2450 *** *** gcm 2451 *** *** gcm 2452 *** *** gcm 2453 *** *** gcm 2454 *** *** gcm 2455 *** *** gcm 2456 *** *** gcm 2457 *** *** gcm 2458 *** *** gcm 2459 *** *** gcm 2460 *** *** gcm 2461 *** *** gcm 2462 *** *** gcm 2463 *** *** gcm 2464 *** *** gcm 2465 *** *** gcm 2466 *** *** gcm 2467 *** *** gcm 2468 *** *** gcm 2469 *** *** gcm 2470 *** *** gcm 2471 *** *** gcm 2472 *** *** gcm 2473 *** *** gcm 2474 *** *** gcm 2475 *** *** gcm 2476 *** *** gcm 2477 *** *** gcm 2478 *** *** gcm 2479 *** *** gcm 2480 *** *** gcm 2481 *** *** gcm 2482 *** *** gcm 2483 *** *** gcm 2484 *** *** gcm 2485 *** *** gcm 2486 *** *** gcm 2487 *** *** gcm 2488 *** *** gcm 2489 *** *** gcm 2490 *** *** gcm 2491 *** *** gcm 2492 *** *** gcm 2493 *** *** gcm 2494 *** *** gcm 2495 *** *** gcm 2496 *** *** gcm 2497 *** *** gcm 2498 *** *** gcm 2499 *** *** gcm 2500 *** *** gcm 2501 *** *** gcm 2502 *** *** gcm 2503 *** *** gcm 2504 *** *** gcm 2505 *** *** gcm 2506 *** *** gcm 2507 *** *** gcm 2508 *** *** gcm 2509 *** *** gcm 2510 *** *** gcm 2511 *** *** gcm 2512 *** *** gcm 2513 *** *** gcm 2514 *** *** gcm 2515 *** *** gcm 2516 *** *** gcm 2517 *** *** gcm 2518 *** *** gcm 2519 *** *** gcm 2520 *** *** gcm 2521 *** *** gcm 2522 *** *** gcm 2523 *** *** gcm 2524 *** *** gcm 2525 *** *** gcm 2526 *** *** gcm 2527 *** *** gcm 2528 *** *** gcm 2529 *** *** gcm 2530 *** *** gcm 2531 *** *** gcm 2532 *** *** gcm 2533 *** *** gcm 2534 *** *** gcm 2535 *** *** gcm 2536 *** *** gcm 2537 *** *** gcm 2538 *** *** gcm 2539 *** *** gcm 2540 *** *** gcm 2541 *** *** gcm 2542 *** *** gcm 2543 *** *** gcm 2544 *** *** gcm 2545 *** *** gcm 2546 *** *** gcm 2547 *** *** gcm 2548 *** *** gcm 2549 *** *** gcm 2550 *** *** gcm 2551 *** *** gcm 2552 *** *** gcm 2553 *** *** gcm 2554 *** *** gcm 2555 *** *** gcm 2556 *** *** gcm 2557 *** *** gcm 2558 *** *** gcm 2559 *** *** gcm 2560 *** *** gcm 2561 *** *** gcm 2562 *** *** gcm 2563 *** *** gcm 2564 *** *** gcm 2565 *** *** gcm 2566 *** *** gcm 2567 *** *** gcm 2568 *** *** gcm 2569 *** *** gcm 2570 *** *** gcm 2571 *** *** gcm 2572 *** *** gcm 2573 *** *** gcm 2574 *** *** gcm 2575 *** *** gcm 2576 *** *** gcm 2577 *** *** gcm 2578 *** *** gcm 2579 *** *** gcm 2580 *** *** gcm 2581 *** *** gcm 2582 *** *** gcm 2583 *** *** gcm 2584 *** *** gcm 2585 *** *** gcm 2586 *** *** gcm 2587 *** *** gcm 2588 *** *** gcm 2589 *** *** gcm 2590 *** *** gcm 2591 *** *** gcm 2592 *** *** gcm 2593 *** *** gcm 2594 *** *** gcm 2595 *** *** gcm 2596 *** *** gcm 2597 *** *** gcm 2598 *** *** gcm 2599 *** *** gcm 2600 *** *** gcm 2601 *** *** gcm 2602 *** *** gcm 2603 *** *** gcm 2604 *** *** gcm 2605 *** *** gcm 2606 *** *** gcm 2607 *** *** gcm 2608 *** *** gcm 2609 *** *** gcm 2610 *** *** gcm 2611 *** *** gcm 2612 *** *** gcm 2613 *** *** gcm 2614 *** *** gcm 2615 *** *** gcm 2616 *** *** gcm 2617 *** *** gcm 2618 *** *** gcm 2619 *** *** gcm 2620 *** *** gcm 2621 *** *** gcm 2622 *** *** gcm 2623 *** *** gcm 2624 *** *** gcm 2625 *** *** gcm 2626 *** *** gcm 2627 *** *** gcm 2628 *** *** gcm 2629 *** *** gcm 2630 *** *** gcm 2631 *** *** gcm 2632 *** *** gcm 2633 *** *** gcm 2634 *** *** gcm 2635 *** *** gcm 2636 *** *** gcm 2637 *** *** gcm 2638 *** *** gcm 2639 *** *** gcm 2640 *** *** gcm 2641 *** *** gcm 2642 *** *** gcm 2643 *** *** gcm 2644 *** *** gcm 2645 *** *** gcm 2646 *** *** gcm 2647 *** *** gcm 2648 *** *** gcm 2649 *** *** gcm 2650 *** *** gcm 2651 *** *** gcm 2652 *** *** gcm 2653 *** *** gcm 2654 *** *** gcm 2655 *** *** gcm 2656 *** *** gcm 2657 *** *** gcm 2658 *** *** gcm 2659 *** *** gcm 2660 *** *** gcm 2661 *** *** gcm 2662 *** *** gcm 2663 *** *** gcm 2664 *** *** gcm 2665 *** *** gcm 2666 *** *** gcm 2667 *** *** gcm 2668 *** *** gcm 2669 *** *** gcm 2670 *** *** gcm 2671 *** *** gcm 2672 *** *** gcm 2673 *** *** gcm 2674 *** *** gcm 2675 *** *** gcm 2676 *** *** gcm 2677 *** *** gcm 2678 *** *** gcm 2679 *** *** gcm 2680 *** *** gcm 2681 *** *** gcm 2682 *** *** gcm 2683 *** *** gcm 2684 *** *** gcm 2685 *** *** gcm 2686 *** *** gcm 2687 *** *** gcm 2688 *** *** gcm 2689 *** *** gcm 2690 *** *** gcm 2691 *** *** gcm 2692 *** *** gcm 2693 *** *** gcm 2694 *** *** gcm 2695 *** *** gcm 2696 *** *** gcm 2697 *** *** gcm 2698 *** *** gcm 2699 *** *** gcm 2700 *** *** gcm 2701 *** *** gcm 2702 *** *** gcm 2703 *** *** gcm 2704 *** *** gcm 2705 *** *** gcm 2706 *** *** gcm 2707 *** *** gcm 2708 *** *** gcm 2709 *** *** gcm 2710 *** *** gcm 2711 *** *** gcm 2712 *** *** gcm 2713 *** *** gcm 2714 *** *** gcm 2715 *** *** gcm 2716 *** *** gcm 2717 *** *** gcm 2718 *** *** gcm 2719 *** *** gcm 2720 *** *** gcm 2721 *** *** gcm 2722 *** *** gcm 2723 *** *** gcm 2724 *** *** gcm 2725 *** *** gcm 2726 *** *** gcm 2727 *** *** gcm 2728 *** *** gcm 2729 *** *** gcm 2730 *** *** gcm 2731 *** *** gcm 2732 *** *** gcm 2733 *** *** gcm 2734 *** *** gcm 2735 *** *** gcm 2736 *** *** gcm 2737 *** *** gcm 2738 *** *** gcm 2739 *** *** gcm 2740 *** *** gcm 2741 *** *** gcm 2742 *** *** gcm 2743 *** *** gcm 2744 *** *** gcm 2745 *** *** gcm 2746 *** *** gcm 2747 *** *** gcm 2748 *** *** gcm 2749 *** *** gcm 2750 *** *** gcm 2751 *** *** gcm 2752 *** *** gcm 2753 *** *** gcm 2754 *** *** gcm 2755 *** *** gcm 2756 *** *** gcm 2757 *** *** gcm 2758 *** *** gcm 2759 *** *** gcm 2760 *** *** gcm 2761 *** *** gcm 2762 *** *** gcm 2763 *** *** gcm 2764 *** *** gcm 2765 *** *** gcm 2766 *** *** gcm 2767 *** *** gcm 2768 *** *** gcm 2769 *** *** gcm 2770 *** *** gcm 2771 *** *** gcm 2772 *** *** gcm 2773 *** *** gcm 2774 *** *** gcm 2775 *** *** gcm 2776 *** *** gcm 2777 *** *** gcm 2778 *** *** gcm 2779 *** *** gcm 2780 *** *** gcm 2781 *** *** gcm 2782 *** *** gcm 2783 *** *** gcm 2784 *** *** gcm 2785 *** *** gcm 2786 *** *** gcm 2787 *** *** gcm 2788 *** *** gcm 2789 *** *** gcm 2790 *** *** gcm 2791 *** *** gcm 2792 *** *** gcm 2793 *** *** gcm 2794 *** *** gcm 2795 *** *** gcm 2796 *** *** gcm 2797 *** *** gcm 2798 *** *** gcm 2799 *** *** gcm 2800 *** *** gcm 2801 *** *** gcm 2802 *** *** gcm 2803 *** *** gcm 2804 *** *** gcm 2805 *** *** gcm 2806 *** *** gcm 2807 *** *** gcm 2808 *** *** gcm 2809 *** *** gcm 2810 *** *** gcm 2811 *** *** gcm 2812 *** *** gcm 2813 *** *** gcm 2814 *** *** gcm 2815 *** *** gcm 2816 *** *** gcm 2817 *** *** gcm 2818 *** *** gcm 2819 *** *** gcm 2820 *** *** gcm 2821 *** *** gcm 2822 *** *** gcm 2823 *** *** gcm 2824 *** *** gcm 2825 *** *** gcm 2826 *** *** gcm 2827 *** *** gcm 2828 *** *** gcm 2829 *** *** gcm 2830 *** *** gcm 2831 *** *** gcm 2832 *** *** gcm 2833 *** *** gcm 2834 *** *** gcm 2835 *** *** gcm 2836 *** *** gcm 2837 *** *** gcm 2838 *** *** gcm 2839 *** *** gcm 2840 *** *** gcm 2841 *** *** gcm 2842 *** *** gcm 2843 *** *** gcm 2844 *** *** gcm 2845 *** *** gcm 2846 *** *** gcm 2847 *** *** gcm 2848 *** *** gcm 2849 *** *** gcm 2850 *** *** gcm 2851 *** *** gcm 2852 *** *** gcm 2853 *** *** gcm 2854 *** *** gcm 2855 *** *** gcm 2856 *** *** gcm 2857 *** *** gcm 2858 *** *** gcm 2859 *** *** gcm 2860 *** *** gcm 2861 *** *** gcm 2862 *** *** gcm 2863 *** *** gcm 2864 *** *** gcm 2865 *** *** gcm 2866 *** *** gcm 2867 *** *** gcm 2868 *** *** gcm 2869 *** *** gcm 2870 *** *** gcm 2871 *** *** gcm 2872 *** *** gcm 2873 *** *** gcm 2874 *** *** gcm 2875 *** *** gcm 2876 *** *** gcm 2877 *** *** gcm 2878 *** *** gcm 2879 *** *** gcm 2880 *** *** gcm 2881 *** *** gcm 2882 *** *** gcm 2883 *** *** gcm 2884 *** *** gcm 2885 *** *** gcm 2886 *** *** gcm 2887 *** *** gcm 2888 *** *** gcm 2889 *** *** gcm 2890 *** *** gcm 2891 *** *** gcm 2892 *** *** gcm 2893 *** *** gcm 2894 *** *** gcm 2895 *** *** gcm 2896 *** *** gcm 2897 *** *** gcm 2898 *** *** gcm 2899 *** *** gcm 2900 *** *** gcm 2901 *** *** gcm 2902 *** *** gcm 2903 *** *** gcm 2904 *** *** gcm 2905 *** *** gcm 2906 *** *** gcm 2907 *** *** gcm 2908 *** *** gcm 2909 *** *** gcm 2910 *** *** gcm 2911 *** *** gcm 2912 *** *** gcm 2913 *** *** gcm 2914 *** *** gcm 2915 *** *** gcm 2916 *** *** gcm 2917 *** *** gcm 2918 *** *** gcm 2919 *** *** gcm 2920 *** *** gcm 2921 *** *** gcm 2922 *** *** gcm 2923 *** *** gcm 2924 *** *** gcm 2925 *** *** gcm 2926 *** *** gcm 2927 *** *** gcm 2928 *** *** gcm 2929 *** *** gcm 2930 *** *** gcm 2931 *** *** gcm 2932 *** *** gcm 2933 *** *** gcm 2934 *** *** gcm 2935 *** *** gcm 2936 *** *** gcm 2937 *** *** gcm 2938 *** *** gcm 2939 *** *** gcm 2940 *** *** gcm 2941 *** *** gcm 2942 *** *** gcm 2943 *** *** gcm 2944 *** *** gcm 2945 *** *** gcm 2946 *** *** gcm 2947 *** *** gcm 2948 *** *** gcm 2949 *** *** gcm 2950 *** *** gcm 2951 *** *** gcm 2952 *** *** gcm 2953 *** *** gcm 2954 *** *** gcm 2955 *** *** gcm 2956 *** *** gcm 2957 *** *** gcm 2958 *** *** gcm 2959 *** *** gcm 2960 *** *** gcm 2961 *** *** gcm 2962 *** *** gcm 2963 *** *** gcm 2964 *** *** gcm 2965 *** *** gcm 2966 *** *** gcm 2967 *** *** gcm 2968 *** *** gcm 2969 *** *** gcm 2970 *** *** gcm 2971 *** *** gcm 2972 *** *** gcm 2973 *** *** gcm 2974 *** *** gcm 2975 *** *** gcm 2976 *** *** gcm 2977 *** *** gcm 2978 *** *** gcm 2979 *** *** gcm 2980 *** *** gcm 2981 *** *** gcm 2982 *** *** gcm 2983 *** *** gcm 2984 *** *** gcm 2985 *** *** gcm 2986 *** *** gcm 2987 *** *** gcm 2988 *** *** gcm 2989 *** *** gcm 2990 *** *** gcm 2991 *** *** gcm 2992 *** *** gcm 2993 *** *** gcm 2994 *** *** gcm 2995 *** *** gcm 2996 *** *** gcm 2997 *** *** gcm 2998 *** *** gcm 2999 *** *** gcm 3000 *** *** gcm 3001 *** *** gcm 3002 *** *** gcm 3003 *** *** gcm 3004 *** *** gcm 3005 *** *** gcm 3006 *** *** gcm 3007 *** *** gcm 3008 *** *** gcm 3009 *** *** gcm 3010 *** *** gcm 3011 *** *** gcm 3012 *** *** gcm 3013 *** *** gcm 3014 *** *** gcm 3015 *** *** gcm 3016 *** *** gcm 3017 *** *** gcm 3018 *** *** gcm 3019 *** *** gcm 3020 *** *** gcm 3021 *** *** gcm 3022 *** *** gcm 3023 *** *** gcm 3024 *** *** gcm 3025 *** *** gcm 3026 *** *** gcm 3027 *** *** gcm 3028 *** *** gcm 3029 *** *** gcm 3030 *** *** gcm 3031 *** *** gcm 3032 *** *** gcm 3033 *** *** gcm 3034 *** *** gcm 3035 *** *** gcm 3036 *** *** gcm 3037 *** *** gcm 3038 *** *** gcm 3039 *** *** gcm 3040 *** *** gcm 3041 *** *** gcm 3042 *** *** gcm 3043 *** *** gcm 3044 *** *** gcm 3045 *** *** gcm 3046 *** *** gcm 3047 *** *** gcm 3048 *** *** gcm 3049 *** *** gcm 3050 *** *** gcm 3051 *** *** gcm 3052 *** *** gcm 3053 *** *** gcm 3054 *** *** gcm 3055 *** *** gcm 3056 *** *** gcm 3057 *** *** gcm 3058 *** *** gcm 3059 *** *** gcm 3060 *** *** gcm 3061 *** *** gcm 3062 *** *** gcm 3063 *** *** gcm 3064 *** *** gcm 3065 *** *** gcm 3066 *** *** gcm 3067 *** *** gcm 3068 *** *** gcm 3069 *** *** gcm 3070 *** *** gcm 3071 *** *** gcm 3072 *** *** gcm 3073 *** *** gcm 3074 *** *** gcm 3075 *** *** gcm 3076 *** *** gcm 3077 *** *** gcm 3078 *** *** gcm 3079 *** *** gcm 3080 *** *** gcm 3081 *** *** gcm 3082 *** *** gcm 3083 *** *** gcm 3084 *** *** gcm 3085 *** *** gcm 3086 *** *** gcm 3087 *** *** gcm 3088 *** *** gcm 3089 *** *** gcm 3090 *** *** gcm 3091 *** *** gcm 3092 *** *** gcm 3093 *** *** gcm 3094 *** *** gcm 3095 *** *** gcm 3096 *** *** gcm 3097 *** *** gcm 3098 *** *** gcm 3099 *** *** gcm 3100 *** *** gcm 3101 *** *** gcm 3102 *** *** gcm 3103 *** *** gcm 3104 *** *** gcm 3105 *** *** gcm 3106 *** *** gcm 3107 *** *** gcm 3108 *** *** gcm 3109 *** *** gcm 3110 *** *** gcm 3111 *** *** gcm 3112 *** *** gcm 3113 *** *** gcm 3114 *** *** gcm 3115 *** *** gcm 3116 *** *** gcm 3117 *** *** gcm 3118 *** *** gcm 3119 *** *** gcm 3120 *** *** gcm 3121 *** *** gcm 3122 *** *** gcm 3123 *** *** gcm 3124 *** *** gcm 3125 *** *** gcm 3126 *** *** gcm 3127 *** *** gcm 3128 *** *** gcm 3129 *** *** gcm 3130 *** *** gcm 3131 *** *** gcm 3132 *** *** gcm 3133 *** *** gcm 3134 *** *** gcm 3135 *** *** gcm 3136 *** *** gcm 3137 *** *** gcm 3138 *** *** gcm 3139 *** *** gcm 3140 *** *** gcm 3141 *** *** gcm 3142 *** *** gcm 3143 *** *** gcm 3144 *** *** gcm 3145 *** *** gcm 3146 *** *** gcm 3147 *** *** gcm 3148 *** *** gcm 3149 *** *** gcm 3150 *** *** gcm 3151 *** *** gcm 3152 *** *** gcm 3153 *** *** gcm 3154 *** *** gcm 3155 *** *** gcm 3156 *** *** gcm 3157 *** *** gcm 3158 *** *** gcm 3159 *** *** gcm 3160 *** *** gcm 3161 *** *** gcm 3162 *** *** gcm 3163 *** *** gcm 3164 *** *** gcm 3165 *** *** gcm 3166 *** *** gcm 3167 *** *** gcm 3168 *** *** gcm 3169 *** *** gcm 3170 *** *** gcm 3171 *** *** gcm 3172 *** *** gcm 3173 *** *** gcm 3174 *** *** gcm 3175 *** *** gcm 3176 *** *** gcm 3177 *** *** gcm 3178 *** *** gcm 3179 *** *** gcm 3180 *** *** gcm 3181 *** *** gcm 3182 *** *** gcm 3183 *** *** gcm 3184 *** *** gcm 3185 *** *** gcm 3186 *** *** gcm 3187 *** *** gcm 3188 *** *** gcm 3189 *** *** gcm 3190 *** *** gcm 3191 *** *** gcm 3192 *** *** gcm 3193 *** *** gcm 3194 *** *** gcm 3195 *** *** gcm 3196 *** *** gcm 3197 *** *** gcm 3198 *** *** gcm 3199 *** *** gcm 3200 *** *** gcm 3201 *** *** gcm 3202 *** *** gcm 3203 *** *** gcm 3204 *** *** gcm 3205 *** *** gcm 3206 *** *** gcm 3207 *** *** gcm 3208 *** *** gcm 3209 *** *** gcm 3210 *** *** gcm 3211 *** *** gcm 3212 *** *** gcm 3213 *** *** gcm 3214 *** *** gcm 3215 *** *** gcm 3216 *** *** gcm 3217 *** *** gcm 3218 *** *** gcm 3219 *** *** gcm 3220 *** *** gcm 3221 *** *** gcm 3222 *** *** gcm 3223 *** *** gcm 3224 *** *** gcm 3225 *** *** gcm 3226 *** *** gcm 3227 *** *** gcm 3228 *** *** gcm 3229 *** *** gcm 3230 *** *** gcm 3231 *** *** gcm 3232 *** *** gcm 3233 *** *** gcm 3234 *** *** gcm 3235 *** *** gcm 3236 *** *** gcm 3237 *** *** gcm 3238 *** *** gcm 3239 *** *** gcm 3240 *** *** gcm 3241 *** *** gcm 3242 *** *** gcm 3243 *** *** gcm 3244 *** *** gcm 3245 *** *** gcm 3246 *** *** gcm 3247 *** *** gcm 3248 *** *** gcm 3249 *** *** gcm 3250 *** *** gcm 3251 *** *** gcm 3252 *** *** gcm 3253 *** *** gcm 3254 *** *** gcm 3255 *** *** gcm 3256 *** *** gcm 3257 *** *** gcm 3258 *** *** gcm 3259 *** *** gcm 3260 *** *** gcm 3261 *** *** gcm 3262 *** *** gcm 3263 *** *** gcm 3264 *** *** gcm 3265 *** *** gcm 3266 *** *** gcm 3267 *** *** gcm 3268 *** *** gcm 3269 *** *** gcm 3270 *** *** gcm 3271 *** *** gcm 3272 *** *** gcm 3273 *** *** gcm 3274 *** *** gcm 3275 *** *** gcm 3276 *** *** gcm 3277 *** *** gcm 3278 *** *** gcm 3279 *** *** gcm 3280 *** *** gcm 3281 *** *** gcm 3282 *** *** gcm 3283 *** *** gcm 3284 *** *** gcm 3285 *** *** gcm 3286 *** *** gcm 3287 *** *** gcm 3288 *** *** gcm 3289 *** *** gcm 3290 *** *** gcm 3291 *** *** gcm 3292 *** *** gcm 3293 *** *** gcm 3294 *** *** gcm 3295 *** *** gcm 3296 *** *** gcm 3297 *** *** gcm 3298 *** *** gcm 3299 *** *** gcm 3300 *** *** gcm 3301 *** *** gcm 3302 *** *** gcm 3303 *** *** gcm 3304 *** *** gcm 3305 *** *** gcm 3306 *** *** gcm 3307 *** *** gcm 3308 *** *** gcm 3309 *** *** gcm 3310 *** *** gcm 3311 *** *** gcm 3312 *** *** gcm 3313 *** *** gcm 3314 *** *** gcm 3315 *** *** gcm 3316 *** *** gcm 3317 *** *** gcm 3318 *** *** gcm 3319 *** *** gcm 3320 *** *** gcm 3321 *** *** gcm 3322 *** *** gcm 3323 *** *** gcm 3324 *** *** gcm 3325 *** *** gcm 3326 *** *** gcm 3327 *** *** gcm 3328 *** *** gcm 3329 *** *** gcm 3330 *** *** gcm 3331 *** *** gcm 3332 *** *** gcm 3333 *** *** gcm 3334 *** *** gcm 3335 *** *** gcm 3336 *** *** gcm 3337 *** *** gcm 3338 *** *** gcm 3339 *** *** gcm 3340 *** *** gcm 3341 *** *** gcm 3342 *** *** gcm 3343 *** *** gcm 3344 *** *** gcm 3345 *** *** gcm 3346 *** *** gcm 3347 *** *** gcm 3348 *** *** gcm 3349 *** *** gcm 3350 *** *** gcm 3351 *** *** gcm 3352 *** *** gcm 3353 *** *** gcm 3354 *** *** gcm 3355 *** *** gcm 3356 *** *** gcm 3357 *** *** gcm 3358 *** *** gcm 3359 *** *** gcm 3360 *** *** gcm 3361 *** *** gcm 3362 *** *** gcm 3363 *** *** gcm 3364 *** *** gcm 3365 *** *** gcm 3366 *** *** gcm 3367 *** *** gcm 3368 *** *** gcm 3369 *** *** gcm 3370 *** *** gcm 3371 *** *** gcm 3372 *** *** gcm 3373 *** *** gcm 3374 *** *** gcm 3375 *** *** gcm 3376 *** *** gcm 3377 *** *** gcm 3378 *** *** gcm 3379 *** *** gcm 3380 *** *** gcm 3381 *** *** gcm 3382 *** *** gcm 3383 *** *** gcm 3384 *** *** gcm 3385 *** *** gcm 3386 *** *** gcm 3387 *** *** gcm 3388 *** *** gcm 3389 *** *** gcm 3390 *** *** gcm 3391 *** *** gcm 3392 *** *** gcm 3393 *** *** gcm 3394 *** *** gcm 3395 *** *** gcm 3396 *** *** gcm 3397 *** *** gcm 3398 *** *** gcm 3399 *** *** gcm 3400 *** *** gcm 3401 *** *** gcm 3402 *** *** gcm 3403 *** *** gcm 3404 *** *** gcm 3405 *** *** gcm 3406 *** *** gcm 3407 *** *** gcm 3408 *** *** gcm 3409 *** *** gcm 3410 *** *** gcm 3411 *** *** gcm 3412 *** *** gcm 3413 *** *** gcm 3414 *** *** gcm 3415 *** *** gcm 3416 *** *** gcm 3417 *** *** gcm 3418 *** *** gcm 3419 *** *** gcm 3420 *** *** gcm 3421 *** *** gcm 3422 *** *** gcm 3423 *** *** gcm 3424 *** *** gcm 3425 *** *** gcm 3426 *** *** gcm 3427 *** *** gcm 3428 *** *** gcm 3429 *** *** gcm 3430 *** *** gcm 3431 *** *** gcm 3432 *** *** gcm 3433 *** *** gcm 3434 *** *** gcm 3435 *** *** gcm 3436 *** *** gcm 3437 *** *** gcm 3438 *** *** gcm 3439 *** *** gcm 3440 *** *** gcm 3441 *** *** gcm 3442 *** *** gcm 3443 *** *** gcm 3444 *** *** gcm 3445 *** *** gcm 3446 *** *** gcm 3447 *** *** gcm 3448 *** *** gcm 3449 *** *** gcm 3450 *** *** gcm 3451 *** *** gcm 3452 *** *** gcm 3453 *** *** gcm 3454 *** *** gcm 3455 *** *** gcm 3456 *** *** gcm 3457 *** *** gcm 3458 *** *** gcm 3459 *** *** gcm 3460 *** *** gcm 3461 *** *** gcm 3462 *** *** gcm 3463 *** *** gcm 3464 *** *** gcm 3465 *** *** gcm 3466 *** *** gcm 3467 *** *** gcm 3468 *** *** gcm 3469 *** *** gcm 3470 *** *** gcm 3471 *** *** gcm 3472 *** *** gcm 3473 *** *** gcm 3474 *** *** gcm 3475 *** *** gcm 3476 *** *** gcm 3477 *** *** gcm 3478 *** *** gcm 3479 *** *** gcm 3480 *** *** gcm 3481 *** *** gcm 3482 *** *** gcm 3483 *** *** gcm 3484 *** *** gcm 3485 *** *** gcm 3486 *** *** gcm 3487 *** *** gcm 3488 *** *** gcm 3489 *** *** gcm 3490 *** *** gcm 3491 *** *** gcm 3492 *** *** gcm 3493 *** *** gcm 3494 *** *** gcm 3495 *** *** gcm 3496 *** *** gcm 3497 *** *** gcm 3498 *** *** gcm 3499 *** *** gcm 3500 *** *** gcm 3501 *** *** gcm 3502 *** *** gcm 3503 *** *** gcm 3504 *** *** gcm 3505 *** *** gcm 3506 *** *** gcm 3507 *** *** gcm 3508 *** *** gcm 3509 *** *** gcm 3510 *** *** gcm 3511 *** *** gcm 3512 *** *** gcm 3513 *** *** gcm 3514 *** *** gcm 3515 *** *** gcm 3516 *** *** gcm 3517 *** *** gcm 3518 *** *** gcm 3519 *** *** gcm 3520 *** *** gcm 3521 *** *** gcm 3522 *** *** gcm 3523 *** *** gcm 3524 *** *** gcm 3525 *** *** gcm 3526 *** *** gcm 3527 *** *** gcm 3528 *** *** gcm 3529 *** *** gcm 3530 *** *** gcm 3531 *** *** gcm 3532 *** *** gcm 3533 *** *** gcm 3534 *** *** gcm 3535 *** *** gcm 3536 *** *** gcm 3537 *** *** gcm 3538 *** *** gcm 3539 *** *** gcm 3540 *** *** gcm 3541 *** *** gcm 3542 *** *** gcm 3543 *** *** gcm 3544 *** *** gcm 3545 *** *** gcm 3546 *** *** gcm 3547 *** *** gcm 3548 *** *** gcm 3549 *** *** gcm 3550 *** *** gcm 3551 *** *** gcm 3552 *** *** gcm 3553 *** *** gcm 3554 *** *** gcm 3555 *** *** gcm 3556 *** *** gcm 3557 *** *** gcm 3558 *** *** gcm 3559 *** *** gcm 3560 *** *** gcm 3561 *** *** gcm 3562 *** *** gcm 3563 *** *** gcm 3564 *** *** gcm 3565 *** *** gcm 3566 *** *** gcm 3567 *** *** gcm 3568 *** *** gcm 3569 *** *** gcm 3570 *** *** gcm 3571 *** *** gcm 3572 *** *** gcm 3573 *** *** gcm 3574 *** *** gcm 3575 *** *** gcm 3576 *** *** gcm 3577 *** *** gcm 3578 *** *** gcm 3579 *** *** gcm 3580 *** *** gcm 3581 *** *** gcm 3582 *** *** gcm 3583 *** *** gcm 3584 *** *** gcm 3585 *** *** gcm 3586 *** *** gcm 3587 *** *** gcm 3588 *** *** gcm 3589 *** *** gcm 3590 *** *** gcm 3591 *** *** gcm 3592 *** *** gcm 3593 *** *** gcm 3594 *** *** gcm 3595 *** *** gcm 3596 *** *** gcm 3597 *** *** gcm 3598 *** *** gcm 3599 *** *** gcm 3600 *** *** gcm 3601 *** *** gcm 3602 *** *** gcm 3603 *** *** gcm 3604 *** *** gcm 3605 *** *** gcm 3606 *** *** gcm 3607 *** *** gcm 3608 *** *** gcm 3609 *** *** gcm 3610 *** *** gcm 3611 *** *** gcm 3612 *** *** gcm 3613 *** *** gcm 3614 *** *** gcm 3615 *** *** gcm 3616 *** *** gcm 3617 *** *** gcm 3618 *** *** gcm 3619 *** *** gcm 3620 *** *** gcm 3621 *** *** gcm 3622 *** *** gcm 3623 *** *** gcm 3624 *** *** gcm 3625 *** *** gcm 3626 *** *** gcm 3627 *** *** gcm 3628 *** *** gcm 3629 *** *** gcm 3630 *** *** gcm 3631 *** *** gcm 3632 *** *** gcm 3633 *** *** gcm 3634 *** *** gcm 3635 *** *** gcm 3636 *** *** gcm 3637 *** *** gcm 3638 *** *** gcm 3639 *** *** gcm 3640 *** *** gcm 3641 *** *** gcm 3642 *** *** gcm 3643 *** *** gcm 3644 *** *** gcm 3645 *** *** gcm 3646 *** *** gcm 3647 *** *** gcm 3648 *** *** gcm 3649 *** *** gcm 3650 *** *** gcm 3651 *** *** gcm 3652 *** *** gcm 3653 *** *** gcm 3654 *** *** gcm 3655 *** *** gcm 3656 *** *** gcm 3657 *** *** gcm 3658 *** *** gcm 3659 *** *** gcm 3660 *** *** gcm 3661 *** *** gcm 3662 *** *** gcm 3663 *** *** gcm 3664 *** *** gcm 3665 *** *** gcm 3666 *** *** gcm 3667 *** *** gcm 3668 *** *** gcm 3669 *** *** gcm 3670 *** *** gcm 3671 *** *** gcm 3672 *** *** gcm 3673 *** *** gcm 3674 *** *** gcm 3675 *** *** gcm 3676 *** *** gcm 3677 *** *** gcm 3678 *** *** gcm 3679 *** *** gcm 3680 *** *** gcm 3681 *** *** gcm 3682 *** *** gcm 3683 *** *** gcm 3684 *** *** gcm 3685 *** *** gcm 3686 *** *** gcm 3687 *** *** gcm 3688 *** *** gcm 3689 *** *** gcm 3690 *** *** gcm 3691 *** *** gcm 3692 *** *** gcm 3693 *** *** gcm 3694 *** *** gcm 3695 *** *** gcm 3696 *** *** gcm 3697 *** *** gcm 3698 *** *** gcm 3699 *** *** gcm 3700 *** *** gcm 3701 *** *** gcm 3702 *** *** gcm 3703 *** *** gcm 3704 *** *** gcm 3705 *** *** gcm 3706 *** *** gcm 3707 *** *** gcm 3708 *** *** gcm 3709 *** *** gcm 3710 *** *** gcm 3711 *** *** gcm 3712 *** *** gcm 3713 *** *** gcm 3714 *** *** gcm 3715 *** *** gcm 3716 *** *** gcm 3717 *** *** gcm 3718 *** *** gcm 3719 *** *** gcm 3720 *** *** gcm 3721 *** *** gcm 3722 *** *** gcm 3723 *** *** gcm 3724 *** *** gcm 3725 *** *** gcm 3726 *** *** gcm 3727 *** *** gcm 3728 *** *** gcm 3729 *** *** gcm 3730 *** *** gcm 3731 *** *** gcm 3732 *** *** gcm 3733 *** *** gcm 3734 *** *** gcm 3735 *** *** gcm 3736 *** *** gcm 3737 *** *** gcm 3738 *** *** gcm 3739 *** *** gcm 3740 *** *** gcm 3741 *** *** gcm 3742 *** *** gcm 3743 *** *** gcm 3744 *** *** gcm 3745 *** *** gcm 3746 *** *** gcm 3747 *** *** gcm 3748 *** *** gcm 3749 *** *** gcm 3750 *** *** gcm 3751 *** *** gcm 3752 *** *** gcm 3753 *** *** gcm 3754 *** *** gcm 3755 *** *** gcm 3756 *** *** gcm 3757 *** *** gcm 3758 *** *** gcm 3759 *** *** gcm 3760 *** *** gcm 3761 *** *** gcm 3762 *** *** gcm 3763 *** *** gcm 3764 *** *** gcm 3765 *** *** gcm 3766 *** *** gcm 3767 *** *** gcm 3768 *** *** gcm 3769 *** *** gcm 3770 *** *** gcm 3771 *** *** gcm 3772 *** *** gcm 3773 *** *** gcm 3774 *** *** gcm 3775 *** *** gcm 3776 *** *** gcm 3777 *** *** gcm 3778 *** *** gcm 3779 *** *** gcm 3780 *** *** gcm 3781 *** *** gcm 3782 *** *** gcm 3783 *** *** gcm 3784 *** *** gcm 3785 *** *** gcm 3786 *** *** gcm 3787 *** *** gcm 3788 *** *** gcm 3789 *** *** gcm 3790 *** *** gcm 3791 *** *** gcm 3792 *** *** gcm 3793 *** *** gcm 3794 *** *** gcm 3795 *** *** gcm 3796 *** *** gcm 3797 *** *** gcm 3798 *** *** gcm 3799 *** *** gcm 3800 *** *** gcm 3801 *** *** gcm 3802 *** *** gcm 3803 *** *** gcm 3804 *** *** gcm 3805 *** *** gcm 3806 *** *** gcm 3807 *** *** gcm 3808 *** *** gcm 3809 *** *** gcm 3810 *** *** gcm 3811 *** *** gcm 3812 *** *** gcm 3813 *** *** gcm 3814 *** *** gcm 3815 *** *** gcm 3816 *** *** gcm 3817 *** *** gcm 3818 *** *** gcm 3819 *** *** gcm 3820 *** *** gcm 3821 *** *** gcm 3822 *** *** gcm 3823 *** *** gcm 3824 *** *** gcm 3825 *** *** gcm 3826 *** *** gcm 3827 *** *** gcm 3828 *** *** gcm 3829 *** *** gcm 3830 *** *** gcm 3831 *** *** gcm 3832 *** *** gcm 3833 *** *** gcm 3834 *** *** gcm 3835 *** *** gcm 3836 *** *** gcm 3837 *** *** gcm 3838 *** *** gcm 3839 *** *** gcm 3840 *** *** gcm 3841 *** *** gcm 3842 *** *** gcm 3843 *** *** gcm 3844 *** *** gcm 3845 *** *** gcm 3846 *** *** gcm 3847 *** *** gcm 3848 *** *** gcm 3849 *** *** gcm 3850 *** *** gcm 3851 *** *** gcm 3852 *** *** gcm 3853 *** *** gcm 3854 *** *** gcm 3855 *** *** gcm 3856 *** *** gcm 3857 *** *** gcm 3858 *** *** gcm 3859 *** *** gcm 3860 *** *** gcm 3861 *** *** gcm 3862 *** *** gcm 3863 *** *** gcm 3864 *** *** gcm 3865 *** *** gcm 3866 *** *** gcm 3867 *** *** gcm 3868 *** *** gcm 3869 *** *** gcm 3870 *** *** gcm 3871 *** *** gcm 3872 *** *** gcm 3873 *** *** gcm 3874 *** *** gcm 3875 *** *** gcm 3876 *** *** gcm 3877 *** *** gcm 3878 *** *** gcm 3879 *** *** gcm 3880 *** *** gcm 3881 *** *** gcm 3882 *** *** gcm 3883 *** *** gcm 3884 *** *** gcm 3885 *** *** gcm 3886 *** *** gcm 3887 *** *** gcm 3888 *** *** gcm 3889 *** *** gcm 3890 *** *** gcm 3891 *** *** gcm 3892 *** *** gcm 3893 *** *** gcm 3894 *** *** gcm 3895 *** *** gcm 3896 *** *** gcm 3897 *** *** gcm 3898 *** *** gcm 3899 *** *** gcm 3900 *** *** gcm 3901 *** *** gcm 3902 *** *** gcm 3903 *** *** gcm 3904 *** *** gcm 3905 *** *** gcm 3906 *** *** gcm 3907 *** *** gcm 3908 *** *** gcm 3909 *** *** gcm 3910 *** *** gcm 3911 *** *** gcm 3912 *** *** gcm 3913 *** *** gcm 3914 *** *** gcm 3915 *** *** gcm 3916 *** *** gcm 3917 *** *** gcm 3918 *** *** gcm 3919 *** *** gcm 3920 *** *** gcm 3921 *** *** gcm 3922 *** *** gcm 3923 *** *** gcm 3924 *** *** gcm 3925 *** *** gcm 3926 *** *** gcm 3927 *** *** gcm 3928 *** *** gcm 3929 *** *** gcm 3930 *** *** gcm 3931 *** *** gcm 3932 *** *** gcm 3933 *** *** gcm 3934 *** *** gcm 3935 *** *** gcm 3936 *** *** gcm 3937 *** *** gcm 3938 *** *** gcm 3939 *** *** gcm 3940 *** *** gcm 3941 *** *** gcm 3942 *** *** gcm 3943 *** *** gcm 3944 *** *** gcm 3945 *** *** gcm 3946 *** *** gcm 3947 *** *** gcm 3948 *** *** gcm 3949 *** *** gcm 3950 *** *** gcm 3951 *** *** gcm 3952 *** *** gcm 3953 *** *** gcm 3954 *** *** gcm 3955 *** *** gcm 3956 *** *** gcm 3957 *** *** gcm 3958 *** *** gcm 3959 *** *** gcm 3960 *** *** gcm 3961 *** *** gcm 3962 *** *** gcm 3963 *** *** gcm 3964 *** *** gcm 3965 *** *** gcm 3966 *** *** gcm 3967 *** *** gcm 3968 *** *** gcm 3969 *** *** gcm 3970 *** *** gcm 3971 *** *** gcm 3972 *** *** gcm 3973 *** *** gcm 3974 *** *** gcm 3975 *** *** gcm 3976 *** *** gcm 3977 *** *** gcm 3978 *** *** gcm 3979 *** *** gcm 3980 *** *** gcm 3981 *** *** gcm 3982 *** *** gcm 3983 *** *** gcm 3984 *** *** gcm 3985 *** *** gcm 3986 *** *** gcm 3987 *** *** gcm 3988 *** *** gcm 3989 *** *** gcm 3990 *** *** gcm 3991 *** *** gcm 3992 *** *** gcm 3993 *** *** gcm 3994 *** *** gcm 3995 *** *** gcm 3996 *** *** gcm 3997 *** *** gcm 3998 *** *** gcm 3999 *** *** gcm 4000 *** *** gcm 4001 *** *** gcm 4002 *** *** gcm 4003 *** *** gcm 4004 *** *** gcm 4005 *** *** gcm 4006 *** *** gcm 4007 *** *** gcm 4008 *** *** gcm 4009 *** *** gcm 4010 *** *** gcm 4011 *** *** gcm 4012 *** *** gcm 4013 *** *** gcm 4014 *** *** gcm 4015 *** *** gcm 4016 *** *** gcm 4017 *** *** gcm 4018 *** *** gcm 4019 *** *** gcm 4020 *** *** gcm 4021 *** *** gcm 4022 *** *** gcm 4023 *** *** gcm 4024 *** *** gcm 4025 *** *** gcm 4026 *** *** gcm 4027 *** *** gcm 4028 *** *** gcm 4029 *** *** gcm 4030 *** *** gcm 4031 *** *** gcm 4032 *** *** gcm 4033 *** *** gcm 4034 *** *** gcm 4035 *** *** gcm 4036 *** *** gcm 4037 *** *** gcm 4038 *** *** gcm 4039 *** *** gcm 4040 *** *** gcm 4041 *** *** gcm 4042 *** *** gcm 4043 *** *** gcm 4044 *** *** gcm 4045 *** *** gcm 4046 *** *** gcm 4047 *** *** gcm 4048 *** *** gcm 4049 *** *** gcm 4050 *** *** gcm 4051 *** *** gcm 4052 *** *** gcm 4053 *** *** gcm 4054 *** *** gcm 4055 *** *** gcm 4056 *** *** gcm 4057 *** *** gcm 4058 *** *** gcm 4059 *** *** gcm 4060 *** *** gcm 4061 *** *** gcm 4062 *** *** gcm 4063 *** *** gcm 4064 *** *** gcm 4065 *** *** gcm 4066 *** *** gcm 4067 *** *** gcm 4068 *** *** gcm 4069 *** *** gcm 4070 *** *** gcm 4071 *** *** gcm 4072 *** *** gcm 4073 *** *** gcm 4074 *** *** gcm 4075 *** *** gcm 4076 *** *** gcm 4077 *** *** gcm 4078 *** *** gcm 4079 *** *** gcm 4080 *** *** gcm 4081 *** *** gcm 4082 *** *** gcm 4083 *** *** gcm 4084 *** *** gcm 4085 *** *** gcm 4086 *** *** gcm 4087 *** *** gcm 4088 *** *** gcm 4089 *** *** gcm 4090 *** *** gcm 4091 *** *** gcm 4092 *** *** gcm 4093 *** *** gcm 4094 *** *** gcm 4095 *** *** gcm 4096 *** *** gcm 4097 *** *** gcm 4098 *** *** gcm 4099 *** *** gcm 4100 *** *** gcm 4101 *** *** gcm 4102 *** *** gcm 4103 *** *** gcm 4104 *** *** gcm 4105 *** *** gcm 4106 *** *** gcm 4107 *** *** gcm 4108 *** *** gcm 4109 *** *** gcm 4110 *** *** gcm 4111 *** *** gcm 4112 *** *** gcm 4113 *** *** gcm 4114 *** *** gcm 4115 *** *** gcm 4116 *** *** gcm 4117 *** *** gcm 4118 *** *** gcm 4119 *** *** gcm 4120 *** *** gcm 4121 *** *** gcm 4122 *** *** gcm 4123 *** *** gcm 4124 *** *** gcm 4125 *** *** gcm 4126 *** *** gcm 4127 *** *** gcm 4128 *** *** gcm 4129 *** *** gcm 4130 *** *** gcm 4131 *** *** gcm 4132 *** *** gcm 4133 *** *** gcm 4134 *** *** gcm 4135 *** *** gcm 4136 *** *** gcm 4137 *** *** gcm 4138 *** *** gcm 4139 *** *** gcm 4140 *** *** gcm 4141 *** *** gcm 4142 *** *** gcm 4143 *** *** gcm 4144 *** *** gcm 4145 *** *** gcm 4146 *** *** gcm 4147 *** *** gcm 4148 *** *** gcm 4149 *** *** gcm 4150 *** *** gcm 4151 *** *** gcm 4152 *** *** gcm 4153 *** *** gcm 4154 *** *** gcm 4155 *** *** gcm 4156 *** *** gcm 4157 *** *** gcm 4158 *** *** gcm 4159 *** *** gcm 4160 *** *** gcm 4161 *** *** gcm 4162 *** *** gcm 4163 *** *** gcm 4164 *** *** gcm 4165 *** *** gcm 4166 *** *** gcm 4167 *** *** gcm 4168 *** *** gcm 4169 *** *** gcm 4170 *** *** gcm 4171 *** *** gcm 4172 *** *** gcm 4173 *** *** gcm 4174 *** *** gcm 4175 *** *** gcm 4176 *** *** gcm 4177 *** *** gcm 4178 *** *** gcm 4179 *** *** gcm 4180 *** *** gcm 4181 *** *** gcm 4182 *** *** gcm 4183 *** *** gcm 4184 *** *** gcm 4185 *** *** gcm 4186 *** *** gcm 4187 *** *** gcm 4188 *** *** gcm 4189 *** *** gcm 4190 *** *** gcm 4191 *** *** gcm 4192 *** *** gcm 4193 *** *** gcm 4194 *** *** gcm 4195 *** *** gcm 4196 *** *** gcm 4197 *** *** gcm 4198 *** *** gcm 4199 *** *** gcm 4200 *** *** gcm 4201 *** *** gcm 4202 *** *** gcm 4203 *** *** gcm 4204 *** *** gcm 4205 *** *** gcm 4206 *** *** gcm 4207 *** *** gcm 4208 *** *** gcm 4209 *** *** gcm 4210 *** *** gcm 4211 *** *** gcm 4212 *** *** gcm 4213 *** *** gcm 4214 *** *** gcm 4215 *** *** gcm 4216 *** *** gcm 4217 *** *** gcm 4218 *** *** gcm 4219 *** *** gcm 4220 *** *** gcm 4221 *** *** gcm 4222 *** *** gcm 4223 *** *** gcm 4224 *** *** gcm 4225 *** *** gcm 4226 *** *** gcm 4227 *** *** gcm 4228 *** *** gcm 4229 *** *** gcm 4230 *** *** gcm 4231 *** *** gcm 4232 *** *** gcm 4233 *** *** gcm 4234 *** *** gcm 4235 *** *** gcm 4236 *** *** gcm 4237 *** *** gcm 4238 *** *** gcm 4239 *** *** gcm 4240 *** *** gcm 4241 *** *** gcm 4242 *** *** gcm 4243 *** *** gcm 4244 *** *** gcm 4245 *** *** gcm 4246 *** *** gcm 4247 *** *** gcm 4248 *** *** gcm 4249 *** *** gcm 4250 *** *** gcm 4251 *** *** gcm 4252 *** *** gcm 4253 *** *** gcm 4254 *** *** gcm 4255 *** *** gcm 4256 *** *** gcm 4257 *** *** gcm 4258 *** *** gcm 4259 *** *** gcm 4260 *** *** gcm 4261 *** *** gcm 4262 *** *** gcm 4263 *** *** gcm 4264 *** *** gcm 4265 *** *** gcm 4266 *** *** gcm 4267 *** *** gcm 4268 *** *** gcm 4269 *** *** gcm 4270 *** *** gcm 4271 *** *** gcm 4272 *** *** gcm 4273 *** *** gcm 4274 *** *** gcm 4275 *** *** gcm 4276 *** *** gcm 4277 *** *** gcm 4278 *** *** gcm 4279 *** *** gcm 4280 *** *** gcm 4281 *** *** gcm 4282 *** *** gcm 4283 *** *** gcm 4284 *** *** gcm 4285 *** *** gcm 4286 *** *** gcm 4287 *** *** gcm 4288 *** *** gcm 4289 *** *** gcm 4290 *** *** gcm 4291 *** *** gcm 4292 *** *** gcm 4293 *** *** gcm 4294 *** *** gcm 4295 *** *** gcm 4296 *** *** gcm 4297 *** *** gcm 4298 *** *** gcm 4299 *** *** gcm 4300 *** *** gcm 4301 *** *** gcm 4302 *** *** gcm 4303 *** *** gcm 4304 *** *** gcm 4305 *** *** gcm 4306 *** *** gcm 4307 *** *** gcm 4308 *** *** gcm 4309 *** *** gcm 4310 *** *** gcm 4311 *** *** gcm 4312 *** *** gcm 4313 *** *** gcm 4314 *** *** gcm 4315 *** *** gcm 4316 *** *** gcm 4317 *** *** gcm 4318 *** *** gcm 4319 *** *** gcm 4320 *** *** gcm 4321 *** *** gcm 4322 *** *** gcm 4323 *** *** gcm 4324 *** *** gcm 4325 *** *** gcm 4326 *** *** gcm 4327 *** *** gcm 4328 *** *** gcm 4329 *** *** gcm 4330 *** *** gcm 4331 *** *** gcm 4332 *** *** gcm 4333 *** *** gcm 4334 *** *** gcm 4335 *** *** gcm 4336 *** *** gcm 4337 *** *** gcm 4338 *** *** gcm 4339 *** *** gcm 4340 *** *** gcm 4341 *** *** gcm 4342 *** *** gcm 4343 *** *** gcm 4344 *** *** gcm 4345 *** *** gcm 4346 *** *** gcm 4347 *** *** gcm 4348 *** *** gcm 4349 *** *** gcm 4350 *** *** gcm 4351 *** *** gcm 4352 *** *** gcm 4353 *** *** gcm 4354 *** *** gcm 4355 *** *** gcm 4356 *** *** gcm 4357 *** *** gcm 4358 *** *** gcm 4359 *** *** gcm 4360 *** *** gcm 4361 *** *** gcm 4362 *** *** gcm 4363 *** *** gcm 4364 *** *** gcm 4365 *** *** gcm 4366 *** *** gcm 4367 *** *** gcm 4368 *** *** gcm 4369 *** *** gcm 4370 *** *** gcm 4371 *** *** gcm 4372 *** *** gcm 4373 *** *** gcm 4374 *** *** gcm 4375 *** *** gcm 4376 *** *** gcm 4377 *** *** gcm 4378 *** *** gcm 4379 *** *** gcm 4380 *** *** gcm 4381 *** *** gcm 4382 *** *** gcm 4383 *** *** gcm 4384 *** *** gcm 4385 *** *** gcm 4386 *** *** gcm 4387 *** *** gcm 4388 *** *** gcm 4389 *** *** gcm 4390 *** *** gcm 4391 *** *** gcm 4392 *** *** gcm 4393 *** *** gcm 4394 *** *** gcm 4395 *** *** gcm 4396 *** *** gcm 4397 *** *** gcm 4398 *** *** gcm 4399 *** *** gcm 4400 *** *** gcm 4401 *** *** gcm 4402 *** *** gcm 4403 *** *** gcm 4404 *** *** gcm 4405 *** *** gcm 4406 *** *** gcm 4407 *** *** gcm 4408 *** *** gcm 4409 *** *** gcm 4410 *** *** gcm 4411 *** *** gcm 4412 *** *** gcm 4413 *** *** gcm 4414 *** *** gcm 4415 *** *** gcm 4416 *** *** gcm 4417 *** *** gcm 4418 *** *** gcm 4419 *** *** gcm 4420 *** *** gcm 4421 *** *** gcm 4422 *** *** gcm 4423 *** *** gcm 4424 *** *** gcm 4425 *** *** gcm 4426 *** *** gcm 4427 *** *** gcm 4428 *** *** gcm 4429 *** *** gcm 4430 *** *** gcm 4431 *** *** gcm 4432 *** *** gcm 4433 *** *** gcm 4434 *** *** gcm 4435 *** *** gcm 4436 *** *** gcm 4437 *** *** gcm 4438 *** *** gcm 4439 *** *** gcm 4440 *** *** gcm 4441 *** *** gcm 4442 *** *** gcm 4443 *** *** gcm 4444 *** *** gcm 4445 *** *** gcm 4446 *** *** gcm 4447 *** *** gcm 4448 *** *** gcm 4449 *** *** gcm 4450 *** *** gcm 4451 *** *** gcm 4452 *** *** gcm 4453 *** *** gcm 4454 *** *** gcm 4455 *** *** gcm 4456 *** *** gcm 4457 *** *** gcm 4458 *** *** gcm 4459 *** *** gcm 4460 *** *** gcm 4461 *** *** gcm 4462 *** *** gcm 4463 *** *** gcm 4464 *** *** gcm 4465 *** *** gcm 4466 *** *** gcm 4467 *** *** gcm 4468 *** *** gcm 4469 *** *** gcm 4470 *** *** gcm 4471 *** *** gcm 4472 *** *** gcm 4473 *** *** gcm 4474 *** *** gcm 4475 *** *** gcm 4476 *** *** gcm 4477 *** *** gcm 4478 *** *** gcm 4479 *** *** gcm 4480 *** *** gcm 4481 *** *** gcm 4482 *** *** gcm 4483 *** *** gcm 4484 *** *** gcm 4485 *** *** gcm 4486 *** *** gcm 4487 *** *** gcm 4488 *** *** gcm 4489 *** *** gcm 4490 *** *** gcm 4491 *** *** gcm 4492 *** *** gcm 4493 *** *** gcm 4494 *** *** gcm 4495 *** *** gcm 4496 *** *** gcm 4497 *** *** gcm 4498 *** *** gcm 4499 *** *** gcm 4500 *** *** gcm 4501 *** *** gcm 4502 *** *** gcm 4503 *** *** gcm 4504 *** *** gcm 4505 *** *** gcm 4506 *** *** gcm 4507 *** *** gcm 4508 *** *** gcm 4509 *** *** gcm 4510 *** *** gcm 4511 *** *** gcm 4512 *** *** gcm 4513 *** *** gcm 4514 *** *** gcm 4515 *** *** gcm 4516 *** *** gcm 4517 *** *** gcm 4518 *** *** gcm 4519 *** *** gcm 4520 *** *** gcm 4521 *** *** gcm 4522 *** *** gcm 4523 *** *** gcm 4524 *** *** gcm 4525 *** *** gcm 4526 *** *** gcm 4527 *** *** gcm 4528 *** *** gcm 4529 *** *** gcm 4530 *** *** gcm 4531 *** *** gcm 4532 *** *** gcm 4533 *** *** gcm 4534 *** *** gcm 4535 *** *** gcm 4536 *** *** gcm 4537 *** *** gcm 4538 *** *** gcm 4539 *** *** gcm 4540 *** *** gcm 4541 *** *** gcm 4542 *** *** gcm 4543 *** *** gcm 4544 *** *** gcm 4545 *** *** gcm 4546 *** *** gcm 4547 *** *** gcm 4548 *** *** gcm 4549 *** *** gcm 4550 *** *** gcm 4551 *** *** gcm 4552 *** *** gcm 4553 *** *** gcm 4554 *** *** gcm 4555 *** *** gcm 4556 *** *** gcm 4557 *** *** gcm 4558 *** *** gcm 4559 *** *** gcm 4560 *** *** gcm 4561 *** *** gcm 4562 *** *** gcm 4563 *** *** gcm 4564 *** *** gcm 4565 *** *** gcm 4566 *** *** gcm 4567 *** *** gcm 4568 *** *** gcm 4569 *** *** gcm 4570 *** *** gcm 4571 *** *** gcm 4572 *** *** gcm 4573 *** *** gcm 4574 *** *** gcm 4575 *** *** gcm 4576 *** *** gcm 4577 *** *** gcm 4578 *** *** gcm 4579 *** *** gcm 4580 *** *** gcm 4581 *** *** gcm 4582 *** *** gcm 4583 *** *** gcm 4584 *** *** gcm 4585 *** *** gcm 4586 *** *** gcm 4587 *** *** gcm 4588 *** *** gcm 4589 *** *** gcm 4590 *** *** gcm 4591 *** *** gcm 4592 *** *** gcm 4593 *** *** gcm 4594 *** *** gcm 4595 *** *** gcm 4596 *** *** gcm 4597 *** *** gcm 4598 *** *** gcm 4599 *** *** gcm 4600 *** *** gcm 4601 *** *** gcm 4602 *** *** gcm 4603 *** *** gcm 4604 *** *** gcm 4605 *** *** gcm 4606 *** *** gcm 4607 *** *** gcm 4608 *** *** gcm 4609 *** *** gcm 4610 *** *** gcm 4611 *** *** gcm 4612 *** *** gcm 4613 *** *** gcm 4614 *** *** gcm 4615 *** *** gcm 4616 *** *** gcm 4617 *** *** gcm 4618 *** *** gcm 4619 *** *** gcm 4620 *** *** gcm 4621 *** *** gcm 4622 *** *** gcm 4623 *** *** gcm 4624 *** *** gcm 4625 *** *** gcm 4626 *** *** gcm 4627 *** *** gcm 4628 *** *** gcm 4629 *** *** gcm 4630 *** *** gcm 4631 *** *** gcm 4632 *** *** gcm 4633 *** *** gcm 4634 *** *** gcm 4635 *** *** gcm 4636 *** *** gcm 4637 *** *** gcm 4638 *** *** gcm 4639 *** *** gcm 4640 *** *** gcm 4641 *** *** gcm 4642 *** *** gcm 4643 *** *** gcm 4644 *** *** gcm 4645 *** *** gcm 4646 *** *** gcm 4647 *** *** gcm 4648 *** *** gcm 4649 *** *** gcm 4650 *** *** gcm 4651 *** *** gcm 4652 *** *** gcm 4653 *** *** gcm 4654 *** *** gcm 4655 *** *** gcm 4656 *** *** gcm 4657 *** *** gcm 4658 *** *** gcm 4659 *** *** gcm 4660 *** *** gcm 4661 *** *** gcm 4662 *** *** gcm 4663 *** *** gcm 4664 *** *** gcm 4665 *** *** gcm 4666 *** *** gcm 4667 *** *** gcm 4668 *** *** gcm 4669 *** *** gcm 4670 *** *** gcm 4671 *** *** gcm 4672 *** *** gcm 4673 *** *** gcm 4674 *** *** gcm 4675 *** *** gcm 4676 *** *** gcm 4677 *** *** gcm 4678 *** *** gcm 4679 *** *** gcm 4680 *** *** gcm 4681 *** *** gcm 4682 *** *** gcm 4683 *** *** gcm 4684 *** *** gcm 4685 *** *** gcm 4686 *** *** gcm 4687 *** *** gcm 4688 *** *** gcm 4689 *** *** gcm 4690 *** *** gcm 4691 *** *** gcm 4692 *** *** gcm 4693 *** *** gcm 4694 *** *** gcm 4695 *** *** gcm 4696 *** *** gcm 4697 *** *** gcm 4698 *** *** gcm 4699 *** *** gcm 4700 *** *** gcm 4701 *** *** gcm 4702 *** *** gcm 4703 *** *** gcm 4704 *** *** gcm 4705 *** *** gcm 4706 *** *** gcm 4707 *** *** gcm 4708 *** *** gcm 4709 *** *** gcm 4710 *** *** gcm 4711 *** *** gcm 4712 *** *** gcm 4713 *** *** gcm 4714 *** *** gcm 4715 *** *** gcm 4716 *** *** gcm 4717 *** *** gcm 4718 *** *** gcm 4719 *** *** gcm 4720 *** *** gcm 4721 *** *** gcm 4722 *** *** gcm 4723 *** *** gcm 4724 *** *** gcm 4725 *** *** gcm 4726 *** *** gcm 4727 *** *** gcm 4728 *** *** gcm 4729 *** *** gcm 4730 *** *** gcm 4731 *** *** gcm 4732 *** *** gcm 4733 *** *** gcm 4734 *** *** gcm 4735 *** *** gcm 4736 *** *** gcm 4737 *** *** gcm 4738 *** *** gcm 4739 *** *** gcm 4740 *** *** gcm 4741 *** *** gcm 4742 *** *** gcm 4743 *** *** gcm 4744 *** *** gcm 4745 *** *** gcm 4746 *** *** gcm 4747 *** *** gcm 4748 *** *** gcm 4749 *** *** gcm 4750 *** *** gcm 4751 *** *** gcm 4752 *** *** gcm 4753 *** *** gcm 4754 *** *** gcm 4755 *** *** gcm 4756 *** *** gcm 4757 *** *** gcm 4758 *** *** gcm 4759 *** *** gcm 4760 *** *** gcm 4761 *** *** gcm 4762 *** *** gcm 4763 *** *** gcm 4764 *** *** gcm 4765 *** *** gcm 4766 *** *** gcm 4767 *** *** gcm 4768 *** *** gcm 4769 *** *** gcm 4770 *** *** gcm 4771 *** *** gcm 4772 *** *** gcm 4773 *** *** gcm 4774 *** *** gcm 4775 *** *** gcm 4776 *** *** gcm 4777 *** *** gcm 4778 *** *** gcm 4779 *** *** gcm 4780 *** *** gcm 4781 *** *** gcm 4782 *** *** gcm 4783 *** *** gcm 4784 *** *** gcm 4785 *** *** gcm 4786 *** *** gcm 4787 *** *** gcm 4788 *** *** gcm 4789 *** *** gcm 4790 *** *** gcm 4791 *** *** gcm 4792 *** *** gcm 4793 *** *** gcm 4794 *** *** gcm 4795 *** *** gcm 4796 *** *** gcm 4797 *** *** gcm 4798 *** *** gcm 4799 *** *** gcm 4800 *** *** gcm 4801 *** *** gcm 4802 *** *** gcm 4803 *** *** gcm 4804 *** *** gcm 4805 *** *** gcm 4806 *** *** gcm 4807 *** *** gcm 4808 *** *** gcm 4809 *** *** gcm 4810 *** *** gcm 4811 *** *** gcm 4812 *** *** gcm 4813 *** *** gcm 4814 *** *** gcm 4815 *** *** gcm 4816 *** *** gcm 4817 *** *** gcm 4818 *** *** gcm 4819 *** *** gcm 4820 *** *** gcm 4821 *** *** gcm 4822 *** *** gcm 4823 *** *** gcm 4824 *** *** gcm 4825 *** *** gcm 4826 *** *** gcm 4827 *** *** gcm 4828 *** *** gcm 4829 *** *** gcm 4830 *** *** gcm 4831 *** *** gcm 4832 *** *** gcm 4833 *** *** gcm 4834 *** *** gcm 4835 *** *** gcm 4836 *** *** gcm 4837 *** *** gcm 4838 *** *** gcm 4839 *** *** gcm 4840 *** *** gcm 4841 *** *** gcm 4842 *** *** gcm 4843 *** *** gcm 4844 *** *** gcm 4845 *** *** gcm 4846 *** *** gcm 4847 *** *** gcm 4848 *** *** gcm 4849 *** *** gcm 4850 *** *** gcm 4851 *** *** gcm 4852 *** *** gcm 4853 *** *** gcm 4854 *** *** gcm 4855 *** *** gcm 4856 *** *** gcm 4857 *** *** gcm 4858 *** *** gcm 4859 *** *** gcm 4860 *** *** gcm 4861 *** *** gcm 4862 *** *** gcm 4863 *** *** gcm 4864 *** *** gcm 4865 *** *** gcm 4866 *** *** gcm 4867 *** *** gcm 4868 *** *** gcm 4869 *** *** gcm 4870 *** *** gcm 4871 *** *** gcm 4872 *** *** gcm 4873 *** *** gcm 4874 *** *** gcm 4875 *** *** gcm 4876 *** *** gcm 4877 *** *** gcm 4878 *** *** gcm 4879 *** *** gcm 4880 *** *** gcm 4881 *** *** gcm 4882 *** *** gcm 4883 *** *** gcm 4884 *** *** gcm 4885 *** *** gcm 4886 *** *** gcm 4887 *** *** gcm 4888 *** *** gcm 4889 *** *** gcm 4890 *** *** gcm 4891 *** *** gcm 4892 *** *** gcm 4893 *** *** gcm 4894 *** *** gcm 4895 *** *** gcm 4896 *** *** gcm 4897 *** *** gcm 4898 *** *** gcm 4899 *** *** gcm 4900 *** *** gcm 4901 *** *** gcm 4902 *** *** gcm 4903 *** *** gcm 4904 *** *** gcm 4905 *** *** gcm 4906 *** *** gcm 4907 *** *** gcm 4908 *** *** gcm 4909 *** *** gcm 4910 *** *** gcm 4911 *** *** gcm 4912 *** *** gcm 4913 *** *** gcm 4914 *** *** gcm 4915 *** *** gcm 4916 *** *** gcm 4917 *** *** gcm 4918 *** *** gcm 4919 *** *** gcm 4920 *** *** gcm 4921 *** *** gcm 4922 *** *** gcm 4923 *** *** gcm 4924 *** *** gcm 4925 *** *** gcm 4926 *** *** gcm 4927 *** *** gcm 4928 *** *** gcm 4929 *** *** gcm 4930 *** *** gcm 4931 *** *** gcm 4932 *** *** gcm 4933 *** *** gcm 4934 *** *** gcm 4935 *** *** gcm 4936 *** *** gcm 4937 *** *** gcm 4938 *** *** gcm 4939 *** *** gcm 4940 *** *** gcm 4941 *** *** gcm 4942 *** *** gcm 4943 *** *** gcm 4944 *** *** gcm 4945 *** *** gcm 4946 *** *** gcm 4947 *** *** gcm 4948 *** *** gcm 4949 *** *** gcm 4950 *** *** gcm 4951 *** *** gcm 4952 *** *** gcm 4953 *** *** gcm 4954 *** *** gcm 4955 *** *** gcm 4956 *** *** gcm 4957 *** *** gcm 4958 *** *** gcm 4959 *** *** gcm 4960 *** *** gcm 4961 *** *** gcm 4962 *** *** gcm 4963 *** *** gcm 4964 *** *** gcm 4965 *** *** gcm 4966 *** *** gcm 4967 *** *** gcm 4968 *** *** gcm 4969 *** *** gcm 4970 *** *** gcm 4971 *** *** gcm 4972 *** *** gcm 4973 *** *** gcm 4974 *** *** gcm 4975 *** *** gcm 4976 *** *** gcm 4977 *** *** gcm 4978 *** *** gcm 4979 *** *** gcm 4980 *** *** gcm 4981 *** *** gcm 4982 *** *** gcm 4983 *** *** gcm 4984 *** *** gcm 4985 *** *** gcm 4986 *** *** gcm 4987 *** *** gcm 4988 *** *** gcm 4989 *** *** gcm 4990 *** *** gcm 4991 *** *** gcm 4992 *** *** gcm 4993 *** *** gcm 4994 *** *** gcm 4995 *** *** gcm 4996 *** *** gcm 4997 *** *** gcm 4998 *** *** gcm 4999 *** *** gcm 5000 *** *** gcm 5001 *** *** gcm 5002 *** *** gcm 5003 *** *** gcm 5004 *** *** gcm 5005 *** *** gcm 5006 *** *** gcm 5007 *** *** gcm 5008 *** *** gcm 5009 *** *** gcm 5010 *** *** gcm 5011 *** *** gcm 5012 *** *** gcm 5013 *** *** gcm 5014 *** *** gcm 5015 *** *** gcm 5016 *** *** gcm 5017 *** *** gcm 5018 *** *** gcm 5019 *** *** gcm 5020 *** *** gcm 5021 *** *** gcm 5022 *** *** gcm 5023 *** *** gcm 5024 *** *** gcm 5025 *** *** gcm 5026 *** *** gcm 5027 *** *** gcm 5028 *** *** gcm 5029 *** *** gcm 5030 *** *** gcm 5031 *** *** gcm 5032 *** *** gcm 5033 *** *** gcm 5034 *** *** gcm 5035 *** *** gcm 5036 *** *** gcm 5037 *** *** gcm 5038 *** *** gcm 5039 *** *** gcm 5040 *** *** gcm 5041 *** *** gcm 5042 *** *** gcm 5043 *** *** gcm 5044 *** *** gcm 5045 *** *** gcm 5046 *** *** gcm 5047 *** *** gcm 5048 *** *** gcm 5049 *** *** gcm 5050 *** *** gcm 5051 *** *** gcm 5052 *** *** gcm 5053 *** *** gcm 5054 *** *** gcm 5055 *** *** gcm 5056 *** *** gcm 5057 *** *** gcm 5058 *** *** gcm 5059 *** *** gcm 5060 *** *** gcm 5061 *** *** gcm 5062 *** *** gcm 5063 *** *** gcm 5064 *** *** gcm 5065 *** *** gcm 5066 *** *** gcm 5067 *** *** gcm 5068 *** *** gcm 5069 *** *** gcm 5070 *** *** gcm 5071 *** *** gcm 5072 *** *** gcm 5073 *** *** gcm 5074 *** *** gcm 5075 *** *** gcm 5076 *** *** gcm 5077 *** *** gcm 5078 *** *** gcm 5079 *** *** gcm 5080 *** *** gcm 5081 *** *** gcm 5082 *** *** gcm 5083 *** *** gcm 5084 *** *** gcm 5085 *** *** gcm 5086 *** *** gcm 5087 *** *** gcm 5088 *** *** gcm 5089 *** *** gcm 5090 *** *** gcm 5091 *** *** gcm 5092 *** *** gcm 5093 *** *** gcm 5094 *** *** gcm 5095 *** *** gcm 5096 *** *** gcm 5097 *** *** gcm 5098 *** *** gcm 5099 *** *** gcm 5100 *** *** gcm 5101 *** *** gcm 5102 *** *** gcm 5103 *** *** gcm 5104 *** *** gcm 5105 *** *** gcm 5106 *** *** gcm 5107 *** *** gcm 5108 *** *** gcm 5109 *** *** gcm 5110 *** *** gcm 5111 *** *** gcm 5112 *** *** gcm 5113 *** *** gcm 5114 *** *** gcm 5115 *** *** gcm 5116 *** *** gcm 5117 *** *** gcm 5118 *** *** gcm 5119 *** *** gcm 5120 *** *** gcm 5121 *** *** gcm 5122 *** *** gcm 5123 *** *** gcm 5124 *** *** gcm 5125 *** *** gcm 5126 *** *** gcm 5127 *** *** gcm 5128 *** *** gcm 5129 *** *** gcm 5130 *** *** gcm 5131 *** *** gcm 5132 *** *** gcm 5133 *** *** gcm 5134 *** *** gcm 5135 *** *** gcm 5136 *** *** gcm 5137 *** *** gcm 5138 *** *** gcm 5139 *** *** gcm 5140 *** *** gcm 5141 *** *** gcm 5142 *** *** gcm 5143 *** *** gcm 5144 *** *** gcm 5145 *** *** gcm 5146 *** *** gcm 5147 *** *** gcm 5148 *** *** gcm 5149 *** *** gcm 5150 *** *** gcm 5151 *** *** gcm 5152 *** *** gcm 5153 *** *** gcm 5154 *** *** gcm 5155 *** *** gcm 5156 *** *** gcm 5157 *** *** gcm 5158 *** *** gcm 5159 *** *** gcm 5160 *** *** gcm 5161 *** *** gcm 5162 *** *** gcm 5163 *** *** gcm 5164 *** *** gcm 5165 *** *** gcm 5166 *** *** gcm 5167 *** *** gcm 5168 *** *** gcm 5169 *** *** gcm 5170 *** *** gcm 5171 *** *** gcm 5172 *** *** gcm 5173 *** *** gcm 5174 *** *** gcm 5175 *** *** gcm 5176 *** *** gcm 5177 *** *** gcm 5178 *** *** gcm 5179 *** *** gcm 5180 *** *** gcm 5181 *** *** gcm 5182 *** *** gcm 5183 *** *** gcm 5184 *** *** gcm 5185 *** *** gcm 5186 *** *** gcm 5187 *** *** gcm 5188 *** *** gcm 5189 *** *** gcm 5190 *** *** gcm 5191 *** *** gcm 5192 *** *** gcm 5193 *** *** gcm 5194 *** *** gcm 5195 *** *** gcm 5196 *** *** gcm 5197 *** *** gcm 5198 *** *** gcm 5199 *** *** gcm 5200 *** *** gcm 5201 *** *** gcm 5202 *** *** gcm 5203 *** *** gcm 5204 *** *** gcm 5205 *** *** gcm 5206 *** *** gcm 5207 *** *** gcm 5208 *** *** gcm 5209 *** *** gcm 5210 *** *** gcm 5211 *** *** gcm 5212 *** *** gcm 5213 *** *** gcm 5214 *** *** gcm 5215 *** *** gcm 5216 *** *** gcm 5217 *** *** gcm 5218 *** *** gcm 5219 *** *** gcm 5220 *** *** gcm 5221 *** *** gcm 5222 *** *** gcm 5223 *** *** gcm 5224 *** *** gcm 5225 *** *** gcm 5226 *** *** gcm 5227 *** *** gcm 5228 *** *** gcm 5229 *** *** gcm 5230 *** *** gcm 5231 *** *** gcm 5232 *** *** gcm 5233 *** *** gcm 5234 *** *** gcm 5235 *** *** gcm 5236 *** *** gcm 5237 *** *** gcm 5238 *** *** gcm 5239 *** *** gcm 5240 *** *** gcm 5241 *** *** gcm 5242 *** *** gcm 5243 *** *** gcm 5244 *** *** gcm 5245 *** *** gcm 5246 *** *** gcm 5247 *** *** gcm 5248 *** *** gcm 5249 *** *** gcm 5250 *** *** gcm 5251 *** *** gcm 5252 *** *** gcm 5253 *** *** gcm 5254 *** *** gcm 5255 *** *** gcm 5256 *** *** gcm 5257 *** *** gcm 5258 *** *** gcm 5259 *** *** gcm 5260 *** *** gcm 5261 *** *** gcm 5262 *** *** gcm 5263 *** *** gcm 5264 *** *** gcm 5265 *** *** gcm 5266 *** *** gcm 5267 *** *** gcm 5268 *** *** gcm 5269 *** *** gcm 5270 *** *** gcm 5271 *** *** gcm 5272 *** *** gcm 5273 *** *** gcm 5274 *** *** gcm 5275 *** *** gcm 5276 *** *** gcm 5277 *** *** gcm 5278 *** *** gcm 5279 *** *** gcm 5280 *** *** gcm 5281 *** *** gcm 5282 *** *** gcm 5283 *** *** gcm 5284 *** *** gcm 5285 *** *** gcm 5286 *** *** gcm 5287 *** *** gcm 5288 *** *** gcm 5289 *** *** gcm 5290 *** *** gcm 5291 *** *** gcm 5292 *** *** gcm 5293 *** *** gcm 5294 *** *** gcm 5295 *** *** gcm 5296 *** *** gcm 5297 *** *** gcm 5298 *** *** gcm 5299 *** *** gcm 5300 *** *** gcm 5301 *** *** gcm 5302 *** *** gcm 5303 *** *** gcm 5304 *** *** gcm 5305 *** *** gcm 5306 *** *** gcm 5307 *** *** gcm 5308 *** *** gcm 5309 *** *** gcm 5310 *** *** gcm 5311 *** *** gcm 5312 *** *** gcm 5313 *** *** gcm 5314 *** *** gcm 5315 *** *** gcm 5316 *** *** gcm 5317 *** *** gcm 5318 *** *** gcm 5319 *** *** gcm 5320 *** *** gcm 5321 *** *** gcm 5322 *** *** gcm 5323 *** *** gcm 5324 *** *** gcm 5325 *** *** gcm 5326 *** *** gcm 5327 *** *** gcm 5328 *** *** gcm 5329 *** *** gcm 5330 *** *** gcm 5331 *** *** gcm 5332 *** *** gcm 5333 *** *** gcm 5334 *** *** gcm 5335 *** *** gcm 5336 *** *** gcm 5337 *** *** gcm 5338 *** *** gcm 5339 *** *** gcm 5340 *** *** gcm 5341 *** *** gcm 5342 *** *** gcm 5343 *** *** gcm 5344 *** *** gcm 5345 *** *** gcm 5346 *** *** gcm 5347 *** *** gcm 5348 *** *** gcm 5349 *** *** gcm 5350 *** *** gcm 5351 *** *** gcm 5352 *** *** gcm 5353 *** *** gcm 5354 *** *** gcm 5355 *** *** gcm 5356 *** *** gcm 5357 *** *** gcm 5358 *** *** gcm 5359 *** *** gcm 5360 *** *** gcm 5361 *** *** gcm 5362 *** *** gcm 5363 *** *** gcm 5364 *** *** gcm 5365 *** *** gcm 5366 *** *** gcm 5367 *** *** gcm 5368 *** *** gcm 5369 *** *** gcm 5370 *** *** gcm 5371 *** *** gcm 5372 *** *** gcm 5373 *** *** gcm 5374 *** *** gcm 5375 *** *** gcm 5376 *** *** gcm 5377 *** *** gcm 5378 *** *** gcm 5379 *** *** gcm 5380 *** *** gcm 5381 *** *** gcm 5382 *** *** gcm 5383 *** *** gcm 5384 *** *** gcm 5385 *** *** gcm 5386 *** *** gcm 5387 *** *** gcm 5388 *** *** gcm 5389 *** *** gcm 5390 *** *** gcm 5391 *** *** gcm 5392 *** *** gcm 5393 *** *** gcm 5394 *** *** gcm 5395 *** *** gcm 5396 *** *** gcm 5397 *** *** gcm 5398 *** *** gcm 5399 *** *** gcm 5400 *** *** gcm 5401 *** *** gcm 5402 *** *** gcm 5403 *** *** gcm 5404 *** *** gcm 5405 *** *** gcm 5406 *** *** gcm 5407 *** *** gcm 5408 *** *** gcm 5409 *** *** gcm 5410 *** *** gcm 5411 *** *** gcm 5412 *** *** gcm 5413 *** *** gcm 5414 *** *** gcm 5415 *** *** gcm 5416 *** *** gcm 5417 *** *** gcm 5418 *** *** gcm 5419 *** *** gcm 5420 *** *** gcm 5421 *** *** gcm 5422 *** *** gcm 5423 *** *** gcm 5424 *** *** gcm 5425 *** *** gcm 5426 *** *** gcm 5427 *** *** gcm 5428 *** *** gcm 5429 *** *** gcm 5430 *** *** gcm 5431 *** *** gcm 5432 *** *** gcm 5433 *** *** gcm 5434 *** *** gcm 5435 *** *** gcm 5436 *** *** gcm 5437 *** *** gcm 5438 *** *** gcm 5439 *** *** gcm 5440 *** *** gcm 5441 *** *** gcm 5442 *** *** gcm 5443 *** *** gcm 5444 *** *** gcm 5445 *** *** gcm 5446 *** *** gcm 5447 *** *** gcm 5448 *** *** gcm 5449 *** *** gcm 5450 *** *** gcm 5451 *** *** gcm 5452 *** *** gcm 5453 *** *** gcm 5454 *** *** gcm 5455 *** *** gcm 5456 *** *** gcm 5457 *** *** gcm 5458 *** *** gcm 5459 *** *** gcm 5460 *** *** gcm 5461 *** *** gcm 5462 *** *** gcm 5463 *** *** gcm 5464 *** *** gcm 5465 *** *** gcm 5466 *** *** gcm 5467 *** *** gcm 5468 *** *** gcm 5469 *** *** gcm 5470 *** *** gcm 5471 *** *** gcm 5472 *** *** gcm 5473 *** *** gcm 5474 *** *** gcm 5475 *** *** gcm 5476 *** *** gcm 5477 *** *** gcm 5478 *** *** gcm 5479 *** *** gcm 5480 *** *** gcm 5481 *** *** gcm 5482 *** *** gcm 5483 *** *** gcm 5484 *** *** gcm 5485 *** *** gcm 5486 *** *** gcm 5487 *** *** gcm 5488 *** *** gcm 5489 *** *** gcm 5490 *** *** gcm 5491 *** *** gcm 5492 *** *** gcm 5493 *** *** gcm 5494 *** *** gcm 5495 *** *** gcm 5496 *** *** gcm 5497 *** *** gcm 5498 *** *** gcm 5499 *** *** gcm 5500 *** *** gcm 5501 *** *** gcm 5502 *** *** gcm 5503 *** *** gcm 5504 *** *** gcm 5505 *** *** gcm 5506 *** *** gcm 5507 *** *** gcm 5508 *** *** gcm 5509 *** *** gcm 5510 *** *** gcm 5511 *** *** gcm 5512 *** *** gcm 5513 *** *** gcm 5514 *** *** gcm 5515 *** *** gcm 5516 *** *** gcm 5517 *** *** gcm 5518 *** *** gcm 5519 *** *** gcm 5520 *** *** gcm 5521 *** *** gcm 5522 *** *** gcm 5523 *** *** gcm 5524 *** *** gcm 5525 *** *** gcm 5526 *** *** gcm 5527 *** *** gcm 5528 *** *** gcm 5529 *** *** gcm 5530 *** *** gcm 5531 *** *** gcm 5532 *** *** gcm 5533 *** *** gcm 5534 *** *** gcm 5535 *** *** gcm 5536 *** *** gcm 5537 *** *** gcm 5538 *** *** gcm 5539 *** *** gcm 5540 *** *** gcm 5541 *** *** gcm 5542 *** *** gcm 5543 *** *** gcm 5544 *** *** gcm 5545 *** *** gcm 5546 *** *** gcm 5547 *** *** gcm 5548 *** *** gcm 5549 *** *** gcm 5550 *** *** gcm 5551 *** *** gcm 5552 *** *** gcm 5553 *** *** gcm 5554 *** *** gcm 5555 *** *** gcm 5556 *** *** gcm 5557 *** *** gcm 5558 *** *** gcm 5559 *** *** gcm 5560 *** *** gcm 5561 *** *** gcm 5562 *** *** gcm 5563 *** *** gcm 5564 *** *** gcm 5565 *** *** gcm 5566 *** *** gcm 5567 *** *** gcm 5568 *** *** gcm 5569 *** *** gcm 5570 *** *** gcm 5571 *** *** gcm 5572 *** *** gcm 5573 *** *** gcm 5574 *** *** gcm 5575 *** *** gcm 5576 *** *** gcm 5577 *** *** gcm 5578 *** *** gcm 5579 *** *** gcm 5580 *** *** gcm 5581 *** *** gcm 5582 *** *** gcm 5583 *** *** gcm 5584 *** *** gcm 5585 *** *** gcm 5586 *** *** gcm 5587 *** *** gcm 5588 *** *** gcm 5589 *** *** gcm 5590 *** *** gcm 5591 *** *** gcm 5592 *** *** gcm 5593 *** *** gcm 5594 *** *** gcm 5595 *** *** gcm 5596 *** *** gcm 5597 *** *** gcm 5598 *** *** gcm 5599 *** *** gcm 5600 *** *** gcm 5601 *** *** gcm 5602 *** *** gcm 5603 *** *** gcm 5604 *** *** gcm 5605 *** *** gcm 5606 *** *** gcm 5607 *** *** gcm 5608 *** *** gcm 5609 *** *** gcm 5610 *** *** gcm 5611 *** *** gcm 5612 *** *** gcm 5613 *** *** gcm 5614 *** *** gcm 5615 *** *** gcm 5616 *** *** gcm 5617 *** *** gcm 5618 *** *** gcm 5619 *** *** gcm 5620 *** *** gcm 5621 *** *** gcm 5622 *** *** gcm 5623 *** *** gcm 5624 *** *** gcm 5625 *** *** gcm 5626 *** *** gcm 5627 *** *** gcm 5628 *** *** gcm 5629 *** *** gcm 5630 *** *** gcm 5631 *** *** gcm 5632 *** *** gcm 5633 *** *** gcm 5634 *** *** gcm 5635 *** *** gcm 5636 *** *** gcm 5637 *** *** gcm 5638 *** *** gcm 5639 *** *** gcm 5640 *** *** gcm 5641 *** *** gcm 5642 *** *** gcm 5643 *** *** gcm 5644 *** *** gcm 5645 *** *** gcm 5646 *** *** gcm 5647 *** *** gcm 5648 *** *** gcm 5649 *** *** gcm 5650 *** *** gcm 5651 *** *** gcm 5652 *** *** gcm 5653 *** *** gcm 5654 *** *** gcm 5655 *** *** gcm 5656 *** *** gcm 5657 *** *** gcm 5658 *** *** gcm 5659 *** *** gcm 5660 *** *** gcm 5661 *** *** gcm 5662 *** *** gcm 5663 *** *** gcm 5664 *** *** gcm 5665 *** *** gcm 5666 *** *** gcm 5667 *** *** gcm 5668 *** *** gcm 5669 *** *** gcm 5670 *** *** gcm 5671 *** *** gcm 5672 *** *** gcm 5673 *** *** gcm 5674 *** *** gcm 5675 *** *** gcm 5676 *** *** gcm 5677 *** *** gcm 5678 *** *** gcm 5679 *** *** gcm 5680 *** *** gcm 5681 *** *** gcm 5682 *** *** gcm 5683 *** *** gcm 5684 *** *** gcm 5685 *** *** gcm 5686 *** *** gcm 5687 *** *** gcm 5688 *** *** gcm 5689 *** *** gcm 5690 *** *** gcm 5691 *** *** gcm 5692 *** *** gcm 5693 *** *** gcm 5694 *** *** gcm 5695 *** *** gcm 5696 *** *** gcm 5697 *** *** gcm 5698 *** *** gcm 5699 *** *** gcm 5700 *** *** gcm 5701 *** *** gcm 5702 *** *** gcm 5703 *** *** gcm 5704 *** *** gcm 5705 *** *** gcm 5706 *** *** gcm 5707 *** *** gcm 5708 *** *** gcm 5709 *** *** gcm 5710 *** *** gcm 5711 *** *** gcm 5712 *** *** gcm 5713 *** *** gcm 5714 *** *** gcm 5715 *** *** gcm 5716 *** *** gcm 5717 *** *** gcm 5718 *** *** gcm 5719 *** *** gcm 5720 *** *** gcm 5721 *** *** gcm 5722 *** *** gcm 5723 *** *** gcm 5724 *** *** gcm 5725 *** *** gcm 5726 *** *** gcm 5727 *** *** gcm 5728 *** *** gcm 5729 *** *** gcm 5730 *** *** gcm 5731 *** *** gcm 5732 *** *** gcm 5733 *** *** gcm 5734 *** *** gcm 5735 *** *** gcm 5736 *** *** gcm 5737 *** *** gcm 5738 *** *** gcm 5739 *** *** gcm 5740 *** *** gcm 5741 *** *** gcm 5742 *** *** gcm 5743 *** *** gcm 5744 *** *** gcm 5745 *** *** gcm 5746 *** *** gcm 5747 *** *** gcm 5748 *** *** gcm 5749 *** *** gcm 5750 *** *** gcm 5751 *** *** gcm 5752 *** *** gcm 5753 *** *** gcm 5754 *** *** gcm 5755 *** *** gcm 5756 *** *** gcm 5757 *** *** gcm 5758 *** *** gcm 5759 *** *** gcm 5760 *** *** gcm 5761 *** *** gcm 5762 *** *** gcm 5763 *** *** gcm 5764 *** *** gcm 5765 *** *** gcm 5766 *** *** gcm 5767 *** *** gcm 5768 *** *** gcm 5769 *** *** gcm 5770 *** *** gcm 5771 *** *** gcm 5772 *** *** gcm 5773 *** *** gcm 5774 *** *** gcm 5775 *** *** gcm 5776 *** *** gcm 5777 *** *** gcm 5778 *** *** gcm 5779 *** *** gcm 5780 *** *** gcm 5781 *** *** gcm 5782 *** *** gcm 5783 *** *** gcm 5784 *** *** gcm 5785 *** *** gcm 5786 *** *** gcm 5787 *** *** gcm 5788 *** *** gcm 5789 *** *** gcm 5790 *** *** gcm 5791 *** *** gcm 5792 *** *** gcm 5793 *** *** gcm 5794 *** *** gcm 5795 *** *** gcm 5796 *** *** gcm 5797 *** *** gcm 5798 *** *** gcm 5799 *** *** gcm 5800 *** *** gcm 5801 *** *** gcm 5802 *** *** gcm 5803 *** *** gcm 5804 *** *** gcm 5805 *** *** gcm 5806 *** *** gcm 5807 *** *** gcm 5808 *** *** gcm 5809 *** *** gcm 5810 *** *** gcm 5811 *** *** gcm 5812 *** *** gcm 5813 *** *** gcm 5814 *** *** gcm 5815 *** *** gcm 5816 *** *** gcm 5817 *** *** gcm 5818 *** *** gcm 5819 *** *** gcm 5820 *** *** gcm 5821 *** *** gcm 5822 *** *** gcm 5823 *** *** gcm 5824 *** *** gcm 5825 *** *** gcm 5826 *** *** gcm 5827 *** *** gcm 5828 *** *** gcm 5829 *** *** gcm 5830 *** *** gcm 5831 *** *** gcm 5832 *** *** gcm 5833 *** *** gcm 5834 *** *** gcm 5835 *** *** gcm 5836 *** *** gcm 5837 *** *** gcm 5838 *** *** gcm 5839 *** *** gcm 5840 *** *** gcm 5841 *** *** gcm 5842 *** *** gcm 5843 *** *** gcm 5844 *** *** gcm 5845 *** *** gcm 5846 *** *** gcm 5847 *** *** gcm 5848 *** *** gcm 5849 *** *** gcm 5850 *** *** gcm 5851 *** *** gcm 5852 *** *** gcm 5853 *** *** gcm 5854 *** *** gcm 5855 *** *** gcm 5856 *** *** gcm 5857 *** *** gcm 5858 *** *** gcm 5859 *** *** gcm 5860 *** *** gcm 5861 *** *** gcm 5862 *** *** gcm 5863 *** *** gcm 5864 *** *** gcm 5865 *** *** gcm 5866 *** *** gcm 5867 *** *** gcm 5868 *** *** gcm 5869 *** *** gcm 5870 *** *** gcm 5871 *** *** gcm 5872 *** *** gcm 5873 *** *** gcm 5874 *** *** gcm 5875 *** *** gcm 5876 *** *** gcm 5877 *** *** gcm 5878 *** *** gcm 5879 *** *** gcm 5880 *** *** gcm 5881 *** *** gcm 5882 *** *** gcm 5883 *** *** gcm 5884 *** *** gcm 5885 *** *** gcm 5886 *** *** gcm 5887 *** *** gcm 5888 *** *** gcm 5889 *** *** gcm 5890 *** *** gcm 5891 *** *** gcm 5892 *** *** gcm 5893 *** *** gcm 5894 *** *** gcm 5895 *** *** gcm 5896 *** *** gcm 5897 *** *** gcm 5898 *** *** gcm 5899 *** *** gcm 5900 *** *** gcm 5901 *** *** gcm 5902 *** *** gcm 5903 *** *** gcm 5904 *** *** gcm 5905 *** *** gcm 5906 *** *** gcm 5907 *** *** gcm 5908 *** *** gcm 5909 *** *** gcm 5910 *** *** gcm 5911 *** *** gcm 5912 *** *** gcm 5913 *** *** gcm 5914 *** *** gcm 5915 *** *** gcm 5916 *** *** gcm 5917 *** *** gcm 5918 *** *** gcm 5919 *** *** gcm 5920 *** *** gcm 5921 *** *** gcm 5922 *** *** gcm 5923 *** *** gcm 5924 *** *** gcm 5925 *** *** gcm 5926 *** *** gcm 5927 *** *** gcm 5928 *** *** gcm 5929 *** *** gcm 5930 *** *** gcm 5931 *** *** gcm 5932 *** *** gcm 5933 *** *** gcm 5934 *** *** gcm 5935 *** *** gcm 5936 *** *** gcm 5937 *** *** gcm 5938 *** *** gcm 5939 *** *** gcm 5940 *** *** gcm 5941 *** *** gcm 5942 *** *** gcm 5943 *** *** gcm 5944 *** *** gcm 5945 *** *** gcm 5946 *** *** gcm 5947 *** *** gcm 5948 *** *** gcm 5949 *** *** gcm 5950 *** *** gcm 5951 *** *** gcm 5952 *** *** gcm 5953 *** *** gcm 5954 *** *** gcm 5955 *** *** gcm 5956 *** *** gcm 5957 *** *** gcm 5958 *** *** gcm 5959 *** *** gcm 5960 *** *** gcm 5961 *** *** gcm 5962 *** *** gcm 5963 *** *** gcm 5964 *** *** gcm 5965 *** *** gcm 5966 *** *** gcm 5967 *** *** gcm 5968 *** *** gcm 5969 *** *** gcm 5970 *** *** gcm 5971 *** *** gcm 5972 *** *** gcm 5973 *** *** gcm 5974 *** *** gcm 5975 *** *** gcm 5976 *** *** gcm 5977 *** *** gcm 5978 *** *** gcm 5979 *** *** gcm 5980 *** *** gcm 5981 *** *** gcm 5982 *** *** gcm 5983 *** *** gcm 5984 *** *** gcm 5985 *** *** gcm 5986 *** *** gcm 5987 *** *** gcm 5988 *** *** gcm 5989 *** *** gcm 5990 *** *** gcm 5991 *** *** gcm 5992 *** *** gcm 5993 *** *** gcm 5994 *** *** gcm 5995 *** *** gcm 5996 *** *** gcm 5997 *** *** gcm 5998 *** *** gcm 5999 *** *** gcm 6000 *** *** gcm 6001 *** *** gcm 6002 *** *** gcm 6003 *** *** gcm 6004 *** *** gcm 6005 *** *** gcm 6006 *** *** gcm 6007 *** *** gcm 6008 *** *** gcm 6009 *** *** gcm 6010 *** *** gcm 6011 *** *** gcm 6012 *** *** gcm 6013 *** *** gcm 6014 *** *** gcm 6015 *** *** gcm 6016 *** *** gcm 6017 *** *** gcm 6018 *** *** gcm 6019 *** *** gcm 6020 *** *** gcm 6021 *** *** gcm 6022 *** *** gcm 6023 *** *** gcm 6024 *** *** gcm 6025 *** *** gcm 6026 *** *** gcm 6027 *** *** gcm 6028 *** *** gcm 6029 *** *** gcm 6030 *** *** gcm 6031 *** *** gcm 6032 *** *** gcm 6033 *** *** gcm 6034 *** *** gcm 6035 *** *** gcm 6036 *** *** gcm 6037 *** *** gcm 6038 *** *** gcm 6039 *** *** gcm 6040 *** *** gcm 6041 *** *** gcm 6042 *** *** gcm 6043 *** *** gcm 6044 *** *** gcm 6045 *** *** gcm 6046 *** *** gcm 6047 *** *** gcm 6048 *** *** gcm 6049 *** *** gcm 6050 *** *** gcm 6051 *** *** gcm 6052 *** *** gcm 6053 *** *** gcm 6054 *** *** gcm 6055 *** *** gcm 6056 *** *** gcm 6057 *** *** gcm 6058 *** *** gcm 6059 *** *** gcm 6060 *** *** gcm 6061 *** *** gcm 6062 *** *** gcm 6063 *** *** gcm 6064 *** *** gcm 6065 *** *** gcm 6066 *** *** gcm 6067 *** *** gcm 6068 *** *** gcm 6069 *** *** gcm 6070 *** *** gcm 6071 *** *** gcm 6072 *** *** gcm 6073 *** *** gcm 6074 *** *** gcm 6075 *** *** gcm 6076 *** *** gcm 6077 *** *** gcm 6078 *** *** gcm 6079 *** *** gcm 6080 *** *** gcm 6081 *** *** gcm 6082 *** *** gcm 6083 *** *** gcm 6084 *** *** gcm 6085 *** *** gcm 6086 *** *** gcm 6087 *** *** gcm 6088 *** *** gcm 6089 *** *** gcm 6090 *** *** gcm 6091 *** *** gcm 6092 *** *** gcm 6093 *** *** gcm 6094 *** *** gcm 6095 *** *** gcm 6096 *** *** gcm 6097 *** *** gcm 6098 *** *** gcm 6099 *** *** gcm 6100 *** *** gcm 6101 *** *** gcm 6102 *** *** gcm 6103 *** *** gcm 6104 *** *** gcm 6105 *** *** gcm 6106 *** *** gcm 6107 *** *** gcm 6108 *** *** gcm 6109 *** *** gcm 6110 *** *** gcm 6111 *** *** gcm 6112 *** *** gcm 6113 *** *** gcm 6114 *** *** gcm 6115 *** *** gcm 6116 *** *** gcm 6117 *** *** gcm 6118 *** *** gcm 6119 *** *** gcm 6120 *** *** gcm 6121 *** *** gcm 6122 *** *** gcm 6123 *** *** gcm 6124 *** *** gcm 6125 *** *** gcm 6126 *** *** gcm 6127 *** *** gcm 6128 *** *** gcm 6129 *** *** gcm 6130 *** *** gcm 6131 *** *** gcm 6132 *** *** gcm 6133 *** *** gcm 6134 *** *** gcm 6135 *** *** gcm 6136 *** *** gcm 6137 *** *** gcm 6138 *** *** gcm 6139 *** *** gcm 6140 *** *** gcm 6141 *** *** gcm 6142 *** *** gcm 6143 *** *** gcm 6144 *** *** gcm 6145 *** *** gcm 6146 *** *** gcm 6147 *** *** gcm 6148 *** *** gcm 6149 *** *** gcm 6150 *** *** gcm 6151 *** *** gcm 6152 *** *** gcm 6153 *** *** gcm 6154 *** *** gcm 6155 *** *** gcm 6156 *** *** gcm 6157 *** *** gcm 6158 *** *** gcm 6159 *** *** gcm 6160 *** *** gcm 6161 *** *** gcm 6162 *** *** gcm 6163 *** *** gcm 6164 *** *** gcm 6165 *** *** gcm 6166 *** *** gcm 6167 *** *** gcm 6168 *** *** gcm 6169 *** *** gcm 6170 *** *** gcm 6171 *** *** gcm 6172 *** *** gcm 6173 *** *** gcm 6174 *** *** gcm 6175 *** *** gcm 6176 *** *** gcm 6177 *** *** gcm 6178 *** *** gcm 6179 *** *** gcm 6180 *** *** gcm 6181 *** *** gcm 6182 *** *** gcm 6183 *** *** gcm 6184 *** *** gcm 6185 *** *** gcm 6186 *** *** gcm 6187 *** *** gcm 6188 *** *** gcm 6189 *** *** gcm 6190 *** *** gcm 6191 *** *** gcm 6192 *** *** gcm 6193 *** *** gcm 6194 *** *** gcm 6195 *** *** gcm 6196 *** *** gcm 6197 *** *** gcm 6198 *** *** gcm 6199 *** *** gcm 6200 *** *** gcm 6201 *** *** gcm 6202 *** *** gcm 6203 *** *** gcm 6204 *** *** gcm 6205 *** *** gcm 6206 *** *** gcm 6207 *** *** gcm 6208 *** *** gcm 6209 *** *** gcm 6210 *** *** gcm 6211 *** *** gcm 6212 *** *** gcm 6213 *** *** gcm 6214 *** *** gcm 6215 *** *** gcm 6216 *** *** gcm 6217 *** *** gcm 6218 *** *** gcm 6219 *** *** gcm 6220 *** *** gcm 6221 *** *** gcm 6222 *** *** gcm 6223 *** *** gcm 6224 *** *** gcm 6225 *** *** gcm 6226 *** *** gcm 6227 *** *** gcm 6228 *** *** gcm 6229 *** *** gcm 6230 *** *** gcm 6231 *** *** gcm 6232 *** *** gcm 6233 *** *** gcm 6234 *** *** gcm 6235 *** *** gcm 6236 *** *** gcm 6237 *** *** gcm 6238 *** *** gcm 6239 *** *** gcm 6240 *** *** gcm 6241 *** *** gcm 6242 *** *** gcm 6243 *** *** gcm 6244 *** *** gcm 6245 *** *** gcm 6246 *** *** gcm 6247 *** *** gcm 6248 *** *** gcm 6249 *** *** gcm 6250 *** *** gcm 6251 *** *** gcm 6252 *** *** gcm 6253 *** *** gcm 6254 *** *** gcm 6255 *** *** gcm 6256 *** *** gcm 6257 *** *** gcm 6258 *** *** gcm 6259 *** *** gcm 6260 *** *** gcm 6261 *** *** gcm 6262 *** *** gcm 6263 *** *** gcm 6264 *** *** gcm 6265 *** *** gcm 6266 *** *** gcm 6267 *** *** gcm 6268 *** *** gcm 6269 *** *** gcm 6270 *** *** gcm 6271 *** *** gcm 6272 *** *** gcm 6273 *** *** gcm 6274 *** *** gcm 6275 *** *** gcm 6276 *** *** gcm 6277 *** *** gcm 6278 *** *** gcm 6279 *** *** gcm 6280 *** *** gcm 6281 *** *** gcm 6282 *** *** gcm 6283 *** *** gcm 6284 *** *** gcm 6285 *** *** gcm 6286 *** *** gcm 6287 *** *** gcm 6288 *** *** gcm 6289 *** *** gcm 6290 *** *** gcm 6291 *** *** gcm 6292 *** *** gcm 6293 *** *** gcm 6294 *** *** gcm 6295 *** *** gcm 6296 *** *** gcm 6297 *** *** gcm 6298 *** *** gcm 6299 *** *** gcm 6300 *** *** gcm 6301 *** *** gcm 6302 *** *** gcm 6303 *** *** gcm 6304 *** *** gcm 6305 *** *** gcm 6306 *** *** gcm 6307 *** *** gcm 6308 *** *** gcm 6309 *** *** gcm 6310 *** *** gcm 6311 *** *** gcm 6312 *** *** gcm 6313 *** *** gcm 6314 *** *** gcm 6315 *** *** gcm 6316 *** *** gcm 6317 *** *** gcm 6318 *** *** gcm 6319 *** *** gcm 6320 *** *** gcm 6321 *** *** gcm 6322 *** *** gcm 6323 *** *** gcm 6324 *** *** gcm 6325 *** *** gcm 6326 *** *** gcm 6327 *** *** gcm 6328 *** *** gcm 6329 *** *** gcm 6330 *** *** gcm 6331 *** *** gcm 6332 *** *** gcm 6333 *** *** gcm 6334 *** *** gcm 6335 *** *** gcm 6336 *** *** gcm 6337 *** *** gcm 6338 *** *** gcm 6339 *** *** gcm 6340 *** *** gcm 6341 *** *** gcm 6342 *** *** gcm 6343 *** *** gcm 6344 *** *** gcm 6345 *** *** gcm 6346 *** *** gcm 6347 *** *** gcm 6348 *** *** gcm 6349 *** *** gcm 6350 *** *** gcm 6351 *** *** gcm 6352 *** *** gcm 6353 *** *** gcm 6354 *** *** gcm 6355 *** *** gcm 6356 *** *** gcm 6357 *** *** gcm 6358 *** *** gcm 6359 *** *** gcm 6360 *** *** gcm 6361 *** *** gcm 6362 *** *** gcm 6363 *** *** gcm 6364 *** *** gcm 6365 *** *** gcm 6366 *** *** gcm 6367 *** *** gcm 6368 *** *** gcm 6369 *** *** gcm 6370 *** *** gcm 6371 *** *** gcm 6372 *** *** gcm 6373 *** *** gcm 6374 *** *** gcm 6375 *** *** gcm 6376 *** *** gcm 6377 *** *** gcm 6378 *** *** gcm 6379 *** *** gcm 6380 *** *** gcm 6381 *** *** gcm 6382 *** *** gcm 6383 *** *** gcm 6384 *** *** gcm 6385 *** *** gcm 6386 *** *** gcm 6387 *** *** gcm 6388 *** *** gcm 6389 *** *** gcm 6390 *** *** gcm 6391 *** *** gcm 6392 *** *** gcm 6393 *** *** gcm 6394 *** *** gcm 6395 *** *** gcm 6396 *** *** gcm 6397 *** *** gcm 6398 *** *** gcm 6399 *** *** gcm 6400 *** *** gcm 6401 *** *** gcm 6402 *** *** gcm 6403 *** *** gcm 6404 *** *** gcm 6405 *** *** gcm 6406 *** *** gcm 6407 *** *** gcm 6408 *** *** gcm 6409 *** *** gcm 6410 *** *** gcm 6411 *** *** gcm 6412 *** *** gcm 6413 *** *** gcm 6414 *** *** gcm 6415 *** *** gcm 6416 *** *** gcm 6417 *** *** gcm 6418 *** *** gcm 6419 *** *** gcm 6420 *** *** gcm 6421 *** *** gcm 6422 *** *** gcm 6423 *** *** gcm 6424 *** *** gcm 6425 *** *** gcm 6426 *** *** gcm 6427 *** *** gcm 6428 *** *** gcm 6429 *** *** gcm 6430 *** *** gcm 6431 *** *** gcm 6432 *** *** gcm 6433 *** *** gcm 6434 *** *** gcm 6435 *** *** gcm 6436 *** *** gcm 6437 *** *** gcm 6438 *** *** gcm 6439 *** *** gcm 6440 *** *** gcm 6441 *** *** gcm 6442 *** *** gcm 6443 *** *** gcm 6444 *** *** gcm 6445 *** *** gcm 6446 *** *** gcm 6447 *** *** gcm 6448 *** *** gcm 6449 *** *** gcm 6450 *** *** gcm 6451 *** *** gcm 6452 *** *** gcm 6453 *** *** gcm 6454 *** *** gcm 6455 *** *** gcm 6456 *** *** gcm 6457 *** *** gcm 6458 *** *** gcm 6459 *** *** gcm 6460 *** *** gcm 6461 *** *** gcm 6462 *** *** gcm 6463 *** *** gcm 6464 *** *** gcm 6465 *** *** gcm 6466 *** *** gcm 6467 *** *** gcm 6468 *** *** gcm 6469 *** *** gcm 6470 *** *** gcm 6471 *** *** gcm 6472 *** *** gcm 6473 *** *** gcm 6474 *** *** gcm 6475 *** *** gcm 6476 *** *** gcm 6477 *** *** gcm 6478 *** *** gcm 6479 *** *** gcm 6480 *** *** gcm 6481 *** *** gcm 6482 *** *** gcm 6483 *** *** gcm 6484 *** *** gcm 6485 *** *** gcm 6486 *** *** gcm 6487 *** *** gcm 6488 *** *** gcm 6489 *** *** gcm 6490 *** *** gcm 6491 *** *** gcm 6492 *** *** gcm 6493 *** *** gcm 6494 *** *** gcm 6495 *** *** gcm 6496 *** *** gcm 6497 *** *** gcm 6498 *** *** gcm 6499 *** *** gcm 6500 *** *** gcm 6501 *** *** gcm 6502 *** *** gcm 6503 *** *** gcm 6504 *** *** gcm 6505 *** *** gcm 6506 *** *** gcm 6507 *** *** gcm 6508 *** *** gcm 6509 *** *** gcm 6510 *** *** gcm 6511 *** *** gcm 6512 *** *** gcm 6513 *** *** gcm 6514 *** *** gcm 6515 *** *** gcm 6516 *** *** gcm 6517 *** *** gcm 6518 *** *** gcm 6519 *** *** gcm 6520 *** *** gcm 6521 *** *** gcm 6522 *** *** gcm 6523 *** *** gcm 6524 *** *** gcm 6525 *** *** gcm 6526 *** *** gcm 6527 *** *** gcm 6528 *** *** gcm 6529 *** *** gcm 6530 *** *** gcm 6531 *** *** gcm 6532 *** *** gcm 6533 *** *** gcm 6534 *** *** gcm 6535 *** *** gcm 6536 *** *** gcm 6537 *** *** gcm 6538 *** *** gcm 6539 *** *** gcm 6540 *** *** gcm 6541 *** *** gcm 6542 *** *** gcm 6543 *** *** gcm 6544 *** *** gcm 6545 *** *** gcm 6546 *** *** gcm 6547 *** *** gcm 6548 *** *** gcm 6549 *** *** gcm 6550 *** *** gcm 6551 *** *** gcm 6552 *** *** gcm 6553 *** *** gcm 6554 *** *** gcm 6555 *** *** gcm 6556 *** *** gcm 6557 *** *** gcm 6558 *** *** gcm 6559 *** *** gcm 6560 *** *** gcm 6561 *** *** gcm 6562 *** *** gcm 6563 *** *** gcm 6564 *** *** gcm 6565 *** *** gcm 6566 *** *** gcm 6567 *** *** gcm 6568 *** *** gcm 6569 *** *** gcm 6570 *** *** gcm 6571 *** *** gcm 6572 *** *** gcm 6573 *** *** gcm 6574 *** *** gcm 6575 *** *** gcm 6576 *** *** gcm 6577 *** *** gcm 6578 *** *** gcm 6579 *** *** gcm 6580 *** *** gcm 6581 *** *** gcm 6582 *** *** gcm 6583 *** *** gcm 6584 *** *** gcm 6585 *** *** gcm 6586 *** *** gcm 6587 *** *** gcm 6588 *** *** gcm 6589 *** *** gcm 6590 *** *** gcm 6591 *** *** gcm 6592 *** *** gcm 6593 *** *** gcm 6594 *** *** gcm 6595 *** *** gcm 6596 *** *** gcm 6597 *** *** gcm 6598 *** *** gcm 6599 *** *** gcm 6600 *** *** gcm 6601 *** *** gcm 6602 *** *** gcm 6603 *** *** gcm 6604 *** *** gcm 6605 *** *** gcm 6606 *** *** gcm 6607 *** *** gcm 6608 *** *** gcm 6609 *** *** gcm 6610 *** *** gcm 6611 *** *** gcm 6612 *** *** gcm 6613 *** *** gcm 6614 *** *** gcm 6615 *** *** gcm 6616 *** *** gcm 6617 *** *** gcm 6618 *** *** gcm 6619 *** *** gcm 6620 *** *** gcm 6621 *** *** gcm 6622 *** *** gcm 6623 *** *** gcm 6624 *** *** gcm 6625 *** *** gcm 6626 *** *** gcm 6627 *** *** gcm 6628 *** *** gcm 6629 *** *** gcm 6630 *** *** gcm 6631 *** *** gcm 6632 *** *** gcm 6633 *** *** gcm 6634 *** *** gcm 6635 *** *** gcm 6636 *** *** gcm 6637 *** *** gcm 6638 *** *** gcm 6639 *** *** gcm 6640 *** *** gcm 6641 *** *** gcm 6642 *** *** gcm 6643 *** *** gcm 6644 *** *** gcm 6645 *** *** gcm 6646 *** *** gcm 6647 *** *** gcm 6648 *** *** gcm 6649 *** *** gcm 6650 *** *** gcm 6651 *** *** gcm 6652 *** *** gcm 6653 *** *** gcm 6654 *** *** gcm 6655 *** *** gcm 6656 *** *** gcm 6657 *** *** gcm 6658 *** *** gcm 6659 *** *** gcm 6660 *** *** gcm 6661 *** *** gcm 6662 *** *** gcm 6663 *** *** gcm 6664 *** *** gcm 6665 *** *** gcm 6666 *** *** gcm 6667 *** *** gcm 6668 *** *** gcm 6669 *** *** gcm 6670 *** *** gcm 6671 *** *** gcm 6672 *** *** gcm 6673 *** *** gcm 6674 *** *** gcm 6675 *** *** gcm 6676 *** *** gcm 6677 *** *** gcm 6678 *** *** gcm 6679 *** *** gcm 6680 *** *** gcm 6681 *** *** gcm 6682 *** *** gcm 6683 *** *** gcm 6684 *** *** gcm 6685 *** *** gcm 6686 *** *** gcm 6687 *** *** gcm 6688 *** *** gcm 6689 *** *** gcm 6690 *** *** gcm 6691 *** *** gcm 6692 *** *** gcm 6693 *** *** gcm 6694 *** *** gcm 6695 *** *** gcm 6696 *** *** gcm 6697 *** *** gcm 6698 *** *** gcm 6699 *** *** gcm 6700 *** *** gcm 6701 *** *** gcm 6702 *** *** gcm 6703 *** *** gcm 6704 *** *** gcm 6705 *** *** gcm 6706 *** *** gcm 6707 *** *** gcm 6708 *** *** gcm 6709 *** *** gcm 6710 *** *** gcm 6711 *** *** gcm 6712 *** *** gcm 6713 *** *** gcm 6714 *** *** gcm 6715 *** *** gcm 6716 *** *** gcm 6717 *** *** gcm 6718 *** *** gcm 6719 *** *** gcm 6720 *** *** gcm 6721 *** *** gcm 6722 *** *** gcm 6723 *** *** gcm 6724 *** *** gcm 6725 *** *** gcm 6726 *** *** gcm 6727 *** *** gcm 6728 *** *** gcm 6729 *** *** gcm 6730 *** *** gcm 6731 *** *** gcm 6732 *** *** gcm 6733 *** *** gcm 6734 *** *** gcm 6735 *** *** gcm 6736 *** *** gcm 6737 *** *** gcm 6738 *** *** gcm 6739 *** *** gcm 6740 *** *** gcm 6741 *** *** gcm 6742 *** *** gcm 6743 *** *** gcm 6744 *** *** gcm 6745 *** *** gcm 6746 *** *** gcm 6747 *** *** gcm 6748 *** *** gcm 6749 *** *** gcm 6750 *** *** gcm 6751 *** *** gcm 6752 *** *** gcm 6753 *** *** gcm 6754 *** *** gcm 6755 *** *** gcm 6756 *** *** gcm 6757 *** *** gcm 6758 *** *** gcm 6759 *** *** gcm 6760 *** *** gcm 6761 *** *** gcm 6762 *** *** gcm 6763 *** *** gcm 6764 *** *** gcm 6765 *** *** gcm 6766 *** *** gcm 6767 *** *** gcm 6768 *** *** gcm 6769 *** *** gcm 6770 *** *** gcm 6771 *** *** gcm 6772 *** *** gcm 6773 *** *** gcm 6774 *** *** gcm 6775 *** *** gcm 6776 *** *** gcm 6777 *** *** gcm 6778 *** *** gcm 6779 *** *** gcm 6780 *** *** gcm 6781 *** *** gcm 6782 *** *** gcm 6783 *** *** gcm 6784 *** *** gcm 6785 *** *** gcm 6786 *** *** gcm 6787 *** *** gcm 6788 *** *** gcm 6789 *** *** gcm 6790 *** *** gcm 6791 *** *** gcm 6792 *** *** gcm 6793 *** *** gcm 6794 *** *** gcm 6795 *** *** gcm 6796 *** *** gcm 6797 *** *** gcm 6798 *** *** gcm 6799 *** *** gcm 6800 *** *** gcm 6801 *** *** gcm 6802 *** *** gcm 6803 *** *** gcm 6804 *** *** gcm 6805 *** *** gcm 6806 *** *** gcm 6807 *** *** gcm 6808 *** *** gcm 6809 *** *** gcm 6810 *** *** gcm 6811 *** *** gcm 6812 *** *** gcm 6813 *** *** gcm 6814 *** *** gcm 6815 *** *** gcm 6816 *** *** gcm 6817 *** *** gcm 6818 *** *** gcm 6819 *** *** gcm 6820 *** *** gcm 6821 *** *** gcm 6822 *** *** gcm 6823 *** *** gcm 6824 *** *** gcm 6825 *** *** gcm 6826 *** *** gcm 6827 *** *** gcm 6828 *** *** gcm 6829 *** *** gcm 6830 *** *** gcm 6831 *** *** gcm 6832 *** *** gcm 6833 *** *** gcm 6834 *** *** gcm 6835 *** *** gcm 6836 *** *** gcm 6837 *** *** gcm 6838 *** *** gcm 6839 *** *** gcm 6840 *** *** gcm 6841 *** *** gcm 6842 *** *** gcm 6843 *** *** gcm 6844 *** *** gcm 6845 *** *** gcm 6846 *** *** gcm 6847 *** *** gcm 6848 *** *** gcm 6849 *** *** gcm 6850 *** *** gcm 6851 *** *** gcm 6852 *** *** gcm 6853 *** *** gcm 6854 *** *** gcm 6855 *** *** gcm 6856 *** *** gcm 6857 *** *** gcm 6858 *** *** gcm 6859 *** *** gcm 6860 *** *** gcm 6861 *** *** gcm 6862 *** *** gcm 6863 *** *** gcm 6864 *** *** gcm 6865 *** *** gcm 6866 *** *** gcm 6867 *** *** gcm 6868 *** *** gcm 6869 *** *** gcm 6870 *** *** gcm 6871 *** *** gcm 6872 *** *** gcm 6873 *** *** gcm 6874 *** *** gcm 6875 *** *** gcm 6876 *** *** gcm 6877 *** *** gcm 6878 *** *** gcm 6879 *** *** gcm 6880 *** *** gcm 6881 *** *** gcm 6882 *** *** gcm 6883 *** *** gcm 6884 *** *** gcm 6885 *** *** gcm 6886 *** *** gcm 6887 *** *** gcm 6888 *** *** gcm 6889 *** *** gcm 6890 *** *** gcm 6891 *** *** gcm 6892 *** *** gcm 6893 *** *** gcm 6894 *** *** gcm 6895 *** *** gcm 6896 *** *** gcm 6897 *** *** gcm 6898 *** *** gcm 6899 *** *** gcm 6900 *** *** gcm 6901 *** *** gcm 6902 *** *** gcm 6903 *** *** gcm 6904 *** *** gcm 6905 *** *** gcm 6906 *** *** gcm 6907 *** *** gcm 6908 *** *** gcm 6909 *** *** gcm 6910 *** *** gcm 6911 *** *** gcm 6912 *** *** gcm 6913 *** *** gcm 6914 *** *** gcm 6915 *** *** gcm 6916 *** *** gcm 6917 *** *** gcm 6918 *** *** gcm 6919 *** *** gcm 6920 *** *** gcm 6921 *** *** gcm 6922 *** *** gcm 6923 *** *** gcm 6924 *** *** gcm 6925 *** *** gcm 6926 *** *** gcm 6927 *** *** gcm 6928 *** *** gcm 6929 *** *** gcm 6930 *** *** gcm 6931 *** *** gcm 6932 *** *** gcm 6933 *** *** gcm 6934 *** *** gcm 6935 *** *** gcm 6936 *** *** gcm 6937 *** *** gcm 6938 *** *** gcm 6939 *** *** gcm 6940 *** *** gcm 6941 *** *** gcm 6942 *** *** gcm 6943 *** *** gcm 6944 *** *** gcm 6945 *** *** gcm 6946 *** *** gcm 6947 *** *** gcm 6948 *** *** gcm 6949 *** *** gcm 6950 *** *** gcm 6951 *** *** gcm 6952 *** *** gcm 6953 *** *** gcm 6954 *** *** gcm 6955 *** *** gcm 6956 *** *** gcm 6957 *** *** gcm 6958 *** *** gcm 6959 *** *** gcm 6960 *** *** gcm 6961 *** *** gcm 6962 *** *** gcm 6963 *** *** gcm 6964 *** *** gcm 6965 *** *** gcm 6966 *** *** gcm 6967 *** *** gcm 6968 *** *** gcm 6969 *** *** gcm 6970 *** *** gcm 6971 *** *** gcm 6972 *** *** gcm 6973 *** *** gcm 6974 *** *** gcm 6975 *** *** gcm 6976 *** *** gcm 6977 *** *** gcm 6978 *** *** gcm 6979 *** *** gcm 6980 *** *** gcm 6981 *** *** gcm 6982 *** *** gcm 6983 *** *** gcm 6984 *** *** gcm 6985 *** *** gcm 6986 *** *** gcm 6987 *** *** gcm 6988 *** *** gcm 6989 *** *** gcm 6990 *** *** gcm 6991 *** *** gcm 6992 *** *** gcm 6993 *** *** gcm 6994 *** *** gcm 6995 *** *** gcm 6996 *** *** gcm 6997 *** *** gcm 6998 *** *** gcm 6999 *** *** gcm 7000 *** *** gcm 7001 *** *** gcm 7002 *** *** gcm 7003 *** *** gcm 7004 *** *** gcm 7005 *** *** gcm 7006 *** *** gcm 7007 *** *** gcm 7008 *** *** gcm 7009 *** *** gcm 7010 *** *** gcm 7011 *** *** gcm 7012 *** *** gcm 7013 *** *** gcm 7014 *** *** gcm 7015 *** *** gcm 7016 *** *** gcm 7017 *** *** gcm 7018 *** *** gcm 7019 *** *** gcm 7020 *** *** gcm 7021 *** *** gcm 7022 *** *** gcm 7023 *** *** gcm 7024 *** *** gcm 7025 *** *** gcm 7026 *** *** gcm 7027 *** *** gcm 7028 *** *** gcm 7029 *** *** gcm 7030 *** *** gcm 7031 *** *** gcm 7032 *** *** gcm 7033 *** *** gcm 7034 *** *** gcm 7035 *** *** gcm 7036 *** *** gcm 7037 *** *** gcm 7038 *** *** gcm 7039 *** *** gcm 7040 *** *** gcm 7041 *** *** gcm 7042 *** *** gcm 7043 *** *** gcm 7044 *** *** gcm 7045 *** *** gcm 7046 *** *** gcm 7047 *** *** gcm 7048 *** *** gcm 7049 *** *** gcm 7050 *** *** gcm 7051 *** *** gcm 7052 *** *** gcm 7053 *** *** gcm 7054 *** *** gcm 7055 *** *** gcm 7056 *** *** gcm 7057 *** *** gcm 7058 *** *** gcm 7059 *** *** gcm 7060 *** *** gcm 7061 *** *** gcm 7062 *** *** gcm 7063 *** *** gcm 7064 *** *** gcm 7065 *** *** gcm 7066 *** *** gcm 7067 *** *** gcm 7068 *** *** gcm 7069 *** *** gcm 7070 *** *** gcm 7071 *** *** gcm 7072 *** *** gcm 7073 *** *** gcm 7074 *** *** gcm 7075 *** *** gcm 7076 *** *** gcm 7077 *** *** gcm 7078 *** *** gcm 7079 *** *** gcm 7080 *** *** gcm 7081 *** *** gcm 7082 *** *** gcm 7083 *** *** gcm 7084 *** *** gcm 7085 *** *** gcm 7086 *** *** gcm 7087 *** *** gcm 7088 *** *** gcm 7089 *** *** gcm 7090 *** *** gcm 7091 *** *** gcm 7092 *** *** gcm 7093 *** *** gcm 7094 *** *** gcm 7095 *** *** gcm 7096 *** *** gcm 7097 *** *** gcm 7098 *** *** gcm 7099 *** *** gcm 7100 *** *** gcm 7101 *** *** gcm 7102 *** *** gcm 7103 *** *** gcm 7104 *** *** gcm 7105 *** *** gcm 7106 *** *** gcm 7107 *** *** gcm 7108 *** *** gcm 7109 *** *** gcm 7110 *** *** gcm 7111 *** *** gcm 7112 *** *** gcm 7113 *** *** gcm 7114 *** *** gcm 7115 *** *** gcm 7116 *** *** gcm 7117 *** *** gcm 7118 *** *** gcm 7119 *** *** gcm 7120 *** *** gcm 7121 *** *** gcm 7122 *** *** gcm 7123 *** *** gcm 7124 *** *** gcm 7125 *** *** gcm 7126 *** *** gcm 7127 *** *** gcm 7128 *** *** gcm 7129 *** *** gcm 7130 *** *** gcm 7131 *** *** gcm 7132 *** *** gcm 7133 *** *** gcm 7134 *** *** gcm 7135 *** *** gcm 7136 *** *** gcm 7137 *** *** gcm 7138 *** *** gcm 7139 *** *** gcm 7140 *** *** gcm 7141 *** *** gcm 7142 *** *** gcm 7143 *** *** gcm 7144 *** *** gcm 7145 *** *** gcm 7146 *** *** gcm 7147 *** *** gcm 7148 *** *** gcm 7149 *** *** gcm 7150 *** *** gcm 7151 *** *** gcm 7152 *** *** gcm 7153 *** *** gcm 7154 *** *** gcm 7155 *** *** gcm 7156 *** *** gcm 7157 *** *** gcm 7158 *** *** gcm 7159 *** *** gcm 7160 *** *** gcm 7161 *** *** gcm 7162 *** *** gcm 7163 *** *** gcm 7164 *** *** gcm 7165 *** *** gcm 7166 *** *** gcm 7167 *** *** gcm 7168 *** *** gcm 7169 *** *** gcm 7170 *** *** gcm 7171 *** *** gcm 7172 *** *** gcm 7173 *** *** gcm 7174 *** *** gcm 7175 *** *** gcm 7176 *** *** gcm 7177 *** *** gcm 7178 *** *** gcm 7179 *** *** gcm 7180 *** *** gcm 7181 *** *** gcm 7182 *** *** gcm 7183 *** *** gcm 7184 *** *** gcm 7185 *** *** gcm 7186 *** *** gcm 7187 *** *** gcm 7188 *** *** gcm 7189 *** *** gcm 7190 *** *** gcm 7191 *** *** gcm 7192 *** *** gcm 7193 *** *** gcm 7194 *** *** gcm 7195 *** *** gcm 7196 *** *** gcm 7197 *** *** gcm 7198 *** *** gcm 7199 *** *** gcm 7200 *** *** gcm 7201 *** *** gcm 7202 *** *** gcm 7203 *** *** gcm 7204 *** *** gcm 7205 *** *** gcm 7206 *** *** gcm 7207 *** *** gcm 7208 *** *** gcm 7209 *** *** gcm 7210 *** *** gcm 7211 *** *** gcm 7212 *** *** gcm 7213 *** *** gcm 7214 *** *** gcm 7215 *** *** gcm 7216 *** *** gcm 7217 *** *** gcm 7218 *** *** gcm 7219 *** *** gcm 7220 *** *** gcm 7221 *** *** gcm 7222 *** *** gcm 7223 *** *** gcm 7224 *** *** gcm 7225 *** *** gcm 7226 *** *** gcm 7227 *** *** gcm 7228 *** *** gcm 7229 *** *** gcm 7230 *** *** gcm 7231 *** *** gcm 7232 *** *** gcm 7233 *** *** gcm 7234 *** *** gcm 7235 *** *** gcm 7236 *** *** gcm 7237 *** *** gcm 7238 *** *** gcm 7239 *** *** gcm 7240 *** *** gcm 7241 *** *** gcm 7242 *** *** gcm 7243 *** *** gcm 7244 *** *** gcm 7245 *** *** gcm 7246 *** *** gcm 7247 *** *** gcm 7248 *** *** gcm 7249 *** *** gcm 7250 *** *** gcm 7251 *** *** gcm 7252 *** *** gcm 7253 *** *** gcm 7254 *** *** gcm 7255 *** *** gcm 7256 *** *** gcm 7257 *** *** gcm 7258 *** *** gcm 7259 *** *** gcm 7260 *** *** gcm 7261 *** *** gcm 7262 *** *** gcm 7263 *** *** gcm 7264 *** *** gcm 7265 *** *** gcm 7266 *** *** gcm 7267 *** *** gcm 7268 *** *** gcm 7269 *** *** gcm 7270 *** *** gcm 7271 *** *** gcm 7272 *** *** gcm 7273 *** *** gcm 7274 *** *** gcm 7275 *** *** gcm 7276 *** *** gcm 7277 *** *** gcm 7278 *** *** gcm 7279 *** *** gcm 7280 *** *** gcm 7281 *** *** gcm 7282 *** *** gcm 7283 *** *** gcm 7284 *** *** gcm 7285 *** *** gcm 7286 *** *** gcm 7287 *** *** gcm 7288 *** *** gcm 7289 *** *** gcm 7290 *** *** gcm 7291 *** *** gcm 7292 *** *** gcm 7293 *** *** gcm 7294 *** *** gcm 7295 *** *** gcm 7296 *** *** gcm 7297 *** *** gcm 7298 *** *** gcm 7299 *** *** gcm 7300 *** *** gcm 7301 *** *** gcm 7302 *** *** gcm 7303 *** *** gcm 7304 *** *** gcm 7305 *** *** gcm 7306 *** *** gcm 7307 *** *** gcm 7308 *** *** gcm 7309 *** *** gcm 7310 *** *** gcm 7311 *** *** gcm 7312 *** *** gcm 7313 *** *** gcm 7314 *** *** gcm 7315 *** *** gcm 7316 *** *** gcm 7317 *** *** gcm 7318 *** *** gcm 7319 *** *** gcm 7320 *** *** gcm 7321 *** *** gcm 7322 *** *** gcm 7323 *** *** gcm 7324 *** *** gcm 7325 *** *** gcm 7326 *** *** gcm 7327 *** *** gcm 7328 *** *** gcm 7329 *** *** gcm 7330 *** *** gcm 7331 *** *** gcm 7332 *** *** gcm 7333 *** *** gcm 7334 *** *** gcm 7335 *** *** gcm 7336 *** *** gcm 7337 *** *** gcm 7338 *** *** gcm 7339 *** *** gcm 7340 *** *** gcm 7341 *** *** gcm 7342 *** *** gcm 7343 *** *** gcm 7344 *** *** gcm 7345 *** *** gcm 7346 *** *** gcm 7347 *** *** gcm 7348 *** *** gcm 7349 *** *** gcm 7350 *** *** gcm 7351 *** *** gcm 7352 *** *** gcm 7353 *** *** gcm 7354 *** *** gcm 7355 *** *** gcm 7356 *** *** gcm 7357 *** *** gcm 7358 *** *** gcm 7359 *** *** gcm 7360 *** *** gcm 7361 *** *** gcm 7362 *** *** gcm 7363 *** *** gcm 7364 *** *** gcm 7365 *** *** gcm 7366 *** *** gcm 7367 *** *** gcm 7368 *** *** gcm 7369 *** *** gcm 7370 *** *** gcm 7371 *** *** gcm 7372 *** *** gcm 7373 *** *** gcm 7374 *** *** gcm 7375 *** *** gcm 7376 *** *** gcm 7377 *** *** gcm 7378 *** *** gcm 7379 *** *** gcm 7380 *** *** gcm 7381 *** *** gcm 7382 *** *** gcm 7383 *** *** gcm 7384 *** *** gcm 7385 *** *** gcm 7386 *** *** gcm 7387 *** *** gcm 7388 *** *** gcm 7389 *** *** gcm 7390 *** *** gcm 7391 *** *** gcm 7392 *** *** gcm 7393 *** *** gcm 7394 *** *** gcm 7395 *** *** gcm 7396 *** *** gcm 7397 *** *** gcm 7398 *** *** gcm 7399 *** *** gcm 7400 *** *** gcm 7401 *** *** gcm 7402 *** *** gcm 7403 *** *** gcm 7404 *** *** gcm 7405 *** *** gcm 7406 *** *** gcm 7407 *** *** gcm 7408 *** *** gcm 7409 *** *** gcm 7410 *** *** gcm 7411 *** *** gcm 7412 *** *** gcm 7413 *** *** gcm 7414 *** *** gcm 7415 *** *** gcm 7416 *** *** gcm 7417 *** *** gcm 7418 *** *** gcm 7419 *** *** gcm 7420 *** *** gcm 7421 *** *** gcm 7422 *** *** gcm 7423 *** *** gcm 7424 *** *** gcm 7425 *** *** gcm 7426 *** *** gcm 7427 *** *** gcm 7428 *** *** gcm 7429 *** *** gcm 7430 *** *** gcm 7431 *** *** gcm 7432 *** *** gcm 7433 *** *** gcm 7434 *** *** gcm 7435 *** *** gcm 7436 *** *** gcm 7437 *** *** gcm 7438 *** *** gcm 7439 *** *** gcm 7440 *** *** gcm 7441 *** *** gcm 7442 *** *** gcm 7443 *** *** gcm 7444 *** *** gcm 7445 *** *** gcm 7446 *** *** gcm 7447 *** *** gcm 7448 *** *** gcm 7449 *** *** gcm 7450 *** *** gcm 7451 *** *** gcm 7452 *** *** gcm 7453 *** *** gcm 7454 *** *** gcm 7455 *** *** gcm 7456 *** *** gcm 7457 *** *** gcm 7458 *** *** gcm 7459 *** *** gcm 7460 *** *** gcm 7461 *** *** gcm 7462 *** *** gcm 7463 *** *** gcm 7464 *** *** gcm 7465 *** *** gcm 7466 *** *** gcm 7467 *** *** gcm 7468 *** *** gcm 7469 *** *** gcm 7470 *** *** gcm 7471 *** *** gcm 7472 *** *** gcm 7473 *** *** gcm 7474 *** *** gcm 7475 *** *** gcm 7476 *** *** gcm 7477 *** *** gcm 7478 *** *** gcm 7479 *** *** gcm 7480 *** *** gcm 7481 *** *** gcm 7482 *** *** gcm 7483 *** *** gcm 7484 *** *** gcm 7485 *** *** gcm 7486 *** *** gcm 7487 *** *** gcm 7488 *** *** gcm 7489 *** *** gcm 7490 *** *** gcm 7491 *** *** gcm 7492 *** *** gcm 7493 *** *** gcm 7494 *** *** gcm 7495 *** *** gcm 7496 *** *** gcm 7497 *** *** gcm 7498 *** *** gcm 7499 *** *** gcm 7500 *** *** gcm 7501 *** *** gcm 7502 *** *** gcm 7503 *** *** gcm 7504 *** *** gcm 7505 *** *** gcm 7506 *** *** gcm 7507 *** *** gcm 7508 *** *** gcm 7509 *** *** gcm 7510 *** *** gcm 7511 *** *** gcm 7512 *** *** gcm 7513 *** *** gcm 7514 *** *** gcm 7515 *** *** gcm 7516 *** *** gcm 7517 *** *** gcm 7518 *** *** gcm 7519 *** *** gcm 7520 *** *** gcm 7521 *** *** gcm 7522 *** *** gcm 7523 *** *** gcm 7524 *** *** gcm 7525 *** *** gcm 7526 *** *** gcm 7527 *** *** gcm 7528 *** *** gcm 7529 *** *** gcm 7530 *** *** gcm 7531 *** *** gcm 7532 *** *** gcm 7533 *** *** gcm 7534 *** *** gcm 7535 *** *** gcm 7536 *** *** gcm 7537 *** *** gcm 7538 *** *** gcm 7539 *** *** gcm 7540 *** *** gcm 7541 *** *** gcm 7542 *** *** gcm 7543 *** *** gcm 7544 *** *** gcm 7545 *** *** gcm 7546 *** *** gcm 7547 *** *** gcm 7548 *** *** gcm 7549 *** *** gcm 7550 *** *** gcm 7551 *** *** gcm 7552 *** *** gcm 7553 *** *** gcm 7554 *** *** gcm 7555 *** *** gcm 7556 *** *** gcm 7557 *** *** gcm 7558 *** *** gcm 7559 *** *** gcm 7560 *** *** gcm 7561 *** *** gcm 7562 *** *** gcm 7563 *** *** gcm 7564 *** *** gcm 7565 *** *** gcm 7566 *** *** gcm 7567 *** *** gcm 7568 *** *** gcm 7569 *** *** gcm 7570 *** *** gcm 7571 *** *** gcm 7572 *** *** gcm 7573 *** *** gcm 7574 *** *** gcm 7575 *** *** gcm 7576 *** *** gcm 7577 *** *** gcm 7578 *** *** gcm 7579 *** *** gcm 7580 *** *** gcm 7581 *** *** gcm 7582 *** *** gcm 7583 *** *** gcm 7584 *** *** gcm 7585 *** *** gcm 7586 *** *** gcm 7587 *** *** gcm 7588 *** *** gcm 7589 *** *** gcm 7590 *** *** gcm 7591 *** *** gcm 7592 *** *** gcm 7593 *** *** gcm 7594 *** *** gcm 7595 *** *** gcm 7596 *** *** gcm 7597 *** *** gcm 7598 *** *** gcm 7599 *** *** gcm 7600 *** *** gcm 7601 *** *** gcm 7602 *** *** gcm 7603 *** *** gcm 7604 *** *** gcm 7605 *** *** gcm 7606 *** *** gcm 7607 *** *** gcm 7608 *** *** gcm 7609 *** *** gcm 7610 *** *** gcm 7611 *** *** gcm 7612 *** *** gcm 7613 *** *** gcm 7614 *** *** gcm 7615 *** *** gcm 7616 *** *** gcm 7617 *** *** gcm 7618 *** *** gcm 7619 *** *** gcm 7620 *** *** gcm 7621 *** *** gcm 7622 *** *** gcm 7623 *** *** gcm 7624 *** *** gcm 7625 *** *** gcm 7626 *** *** gcm 7627 *** *** gcm 7628 *** *** gcm 7629 *** *** gcm 7630 *** *** gcm 7631 *** *** gcm 7632 *** *** gcm 7633 *** *** gcm 7634 *** *** gcm 7635 *** *** gcm 7636 *** *** gcm 7637 *** *** gcm 7638 *** *** gcm 7639 *** *** gcm 7640 *** *** gcm 7641 *** *** gcm 7642 *** *** gcm 7643 *** *** gcm 7644 *** *** gcm 7645 *** *** gcm 7646 *** *** gcm 7647 *** *** gcm 7648 *** *** gcm 7649 *** *** gcm 7650 *** *** gcm 7651 *** *** gcm 7652 *** *** gcm 7653 *** *** gcm 7654 *** *** gcm 7655 *** *** gcm 7656 *** *** gcm 7657 *** *** gcm 7658 *** *** gcm 7659 *** *** gcm 7660 *** *** gcm 7661 *** *** gcm 7662 *** *** gcm 7663 *** *** gcm 7664 *** *** gcm 7665 *** *** gcm 7666 *** *** gcm 7667 *** *** gcm 7668 *** *** gcm 7669 *** *** gcm 7670 *** *** gcm 7671 *** *** gcm 7672 *** *** gcm 7673 *** *** gcm 7674 *** *** gcm 7675 *** *** gcm 7676 *** *** gcm 7677 *** *** gcm 7678 *** *** gcm 7679 *** *** gcm 7680 *** *** gcm 7681 *** *** gcm 7682 *** *** gcm 7683 *** *** gcm 7684 *** *** gcm 7685 *** *** gcm 7686 *** *** gcm 7687 *** *** gcm 7688 *** *** gcm 7689 *** *** gcm 7690 *** *** gcm 7691 *** *** gcm 7692 *** *** gcm 7693 *** *** gcm 7694 *** *** gcm 7695 *** *** gcm 7696 *** *** gcm 7697 *** *** gcm 7698 *** *** gcm 7699 *** *** gcm 7700 *** *** gcm 7701 *** *** gcm 7702 *** *** gcm 7703 *** *** gcm 7704 *** *** gcm 7705 *** *** gcm 7706 *** *** gcm 7707 *** *** gcm 7708 *** *** gcm 7709 *** *** gcm 7710 *** *** gcm 7711 *** *** gcm 7712 *** *** gcm 7713 *** *** gcm 7714 *** *** gcm 7715 *** *** gcm 7716 *** *** gcm 7717 *** *** gcm 7718 *** *** gcm 7719 *** *** gcm 7720 *** *** gcm 7721 *** *** gcm 7722 *** *** gcm 7723 *** *** gcm 7724 *** *** gcm 7725 *** *** gcm 7726 *** *** gcm 7727 *** *** gcm 7728 *** *** gcm 7729 *** *** gcm 7730 *** *** gcm 7731 *** *** gcm 7732 *** *** gcm 7733 *** *** gcm 7734 *** *** gcm 7735 *** *** gcm 7736 *** *** gcm 7737 *** *** gcm 7738 *** *** gcm 7739 *** *** gcm 7740 *** *** gcm 7741 *** *** gcm 7742 *** *** gcm 7743 *** *** gcm 7744 *** *** gcm 7745 *** *** gcm 7746 *** *** gcm 7747 *** *** gcm 7748 *** *** gcm 7749 *** *** gcm 7750 *** *** gcm 7751 *** *** gcm 7752 *** *** gcm 7753 *** *** gcm 7754 *** *** gcm 7755 *** *** gcm 7756 *** *** gcm 7757 *** *** gcm 7758 *** *** gcm 7759 *** *** gcm 7760 *** *** gcm 7761 *** *** gcm 7762 *** *** gcm 7763 *** *** gcm 7764 *** *** gcm 7765 *** *** gcm 7766 *** *** gcm 7767 *** *** gcm 7768 *** *** gcm 7769 *** *** gcm 7770 *** *** gcm 7771 *** *** gcm 7772 *** *** gcm 7773 *** *** gcm 7774 *** *** gcm 7775 *** *** gcm 7776 *** *** gcm 7777 *** *** gcm 7778 *** *** gcm 7779 *** *** gcm 7780 *** *** gcm 7781 *** *** gcm 7782 *** *** gcm 7783 *** *** gcm 7784 *** *** gcm 7785 *** *** gcm 7786 *** *** gcm 7787 *** *** gcm 7788 *** *** gcm 7789 *** *** gcm 7790 *** *** gcm 7791 *** *** gcm 7792 *** *** gcm 7793 *** *** gcm 7794 *** *** gcm 7795 *** *** gcm 7796 *** *** gcm 7797 *** *** gcm 7798 *** *** gcm 7799 *** *** gcm 7800 *** *** gcm 7801 *** *** gcm 7802 *** *** gcm 7803 *** *** gcm 7804 *** *** gcm 7805 *** *** gcm 7806 *** *** gcm 7807 *** *** gcm 7808 *** *** gcm 7809 *** *** gcm 7810 *** *** gcm 7811 *** *** gcm 7812 *** *** gcm 7813 *** *** gcm 7814 *** *** gcm 7815 *** *** gcm 7816 *** *** gcm 7817 *** *** gcm 7818 *** *** gcm 7819 *** *** gcm 7820 *** *** gcm 7821 *** *** gcm 7822 *** *** gcm 7823 *** *** gcm 7824 *** *** gcm 7825 *** *** gcm 7826 *** *** gcm 7827 *** *** gcm 7828 *** *** gcm 7829 *** *** gcm 7830 *** *** gcm 7831 *** *** gcm 7832 *** *** gcm 7833 *** *** gcm 7834 *** *** gcm 7835 *** *** gcm 7836 *** *** gcm 7837 *** *** gcm 7838 *** *** gcm 7839 *** *** gcm 7840 *** *** gcm 7841 *** *** gcm 7842 *** *** gcm 7843 *** *** gcm 7844 *** *** gcm 7845 *** *** gcm 7846 *** *** gcm 7847 *** *** gcm 7848 *** *** gcm 7849 *** *** gcm 7850 *** *** gcm 7851 *** *** gcm 7852 *** *** gcm 7853 *** *** gcm 7854 *** *** gcm 7855 *** *** gcm 7856 *** *** gcm 7857 *** *** gcm 7858 *** *** gcm 7859 *** *** gcm 7860 *** *** gcm 7861 *** *** gcm 7862 *** *** gcm 7863 *** *** gcm 7864 *** *** gcm 7865 *** *** gcm 7866 *** *** gcm 7867 *** *** gcm 7868 *** *** gcm 7869 *** *** gcm 7870 *** *** gcm 7871 *** *** gcm 7872 *** *** gcm 7873 *** *** gcm 7874 *** *** gcm 7875 *** *** gcm 7876 *** *** gcm 7877 *** *** gcm 7878 *** *** gcm 7879 *** *** gcm 7880 *** *** gcm 7881 *** *** gcm 7882 *** *** gcm 7883 *** *** gcm 7884 *** *** gcm 7885 *** *** gcm 7886 *** *** gcm 7887 *** *** gcm 7888 *** *** gcm 7889 *** *** gcm 7890 *** *** gcm 7891 *** *** gcm 7892 *** *** gcm 7893 *** *** gcm 7894 *** *** gcm 7895 *** *** gcm 7896 *** *** gcm 7897 *** *** gcm 7898 *** *** gcm 7899 *** *** gcm 7900 *** *** gcm 7901 *** *** gcm 7902 *** *** gcm 7903 *** *** gcm 7904 *** *** gcm 7905 *** *** gcm 7906 *** *** gcm 7907 *** *** gcm 7908 *** *** gcm 7909 *** *** gcm 7910 *** *** gcm 7911 *** *** gcm 7912 *** *** gcm 7913 *** *** gcm 7914 *** *** gcm 7915 *** *** gcm 7916 *** *** gcm 7917 *** *** gcm 7918 *** *** gcm 7919 *** *** gcm 7920 *** *** gcm 7921 *** *** gcm 7922 *** *** gcm 7923 *** *** gcm 7924 *** *** gcm 7925 *** *** gcm 7926 *** *** gcm 7927 *** *** gcm 7928 *** *** gcm 7929 *** *** gcm 7930 *** *** gcm 7931 *** *** gcm 7932 *** *** gcm 7933 *** *** gcm 7934 *** *** gcm 7935 *** *** gcm 7936 *** *** gcm 7937 *** *** gcm 7938 *** *** gcm 7939 *** *** gcm 7940 *** *** gcm 7941 *** *** gcm 7942 *** *** gcm 7943 *** *** gcm 7944 *** *** gcm 7945 *** *** gcm 7946 *** *** gcm 7947 *** *** gcm 7948 *** *** gcm 7949 *** *** gcm 7950 *** *** gcm 7951 *** *** gcm 7952 *** *** gcm 7953 *** *** gcm 7954 *** *** gcm 7955 *** *** gcm 7956 *** *** gcm 7957 *** *** gcm 7958 *** *** gcm 7959 *** *** gcm 7960 *** *** gcm 7961 *** *** gcm 7962 *** *** gcm 7963 *** *** gcm 7964 *** *** gcm 7965 *** *** gcm 7966 *** *** gcm 7967 *** *** gcm 7968 *** *** gcm 7969 *** *** gcm 7970 *** *** gcm 7971 *** *** gcm 7972 *** *** gcm 7973 *** *** gcm 7974 *** *** gcm 7975 *** *** gcm 7976 *** *** gcm 7977 *** *** gcm 7978 *** *** gcm 7979 *** *** gcm 7980 *** *** gcm 7981 *** *** gcm 7982 *** *** gcm 7983 *** *** gcm 7984 *** *** gcm 7985 *** *** gcm 7986 *** *** gcm 7987 *** *** gcm 7988 *** *** gcm 7989 *** *** gcm 7990 *** *** gcm 7991 *** *** gcm 7992 *** *** gcm 7993 *** *** gcm 7994 *** *** gcm 7995 *** *** gcm 7996 *** *** gcm 7997 *** *** gcm 7998 *** *** gcm 7999 *** *** gcm 8000 *** *** gcm 8001 *** *** gcm 8002 *** *** gcm 8003 *** *** gcm 8004 *** *** gcm 8005 *** *** gcm 8006 *** *** gcm 8007 *** *** gcm 8008 *** *** gcm 8009 *** *** gcm 8010 *** *** gcm 8011 *** *** gcm 8012 *** *** gcm 8013 *** *** gcm 8014 *** *** gcm 8015 *** *** gcm 8016 *** *** gcm 8017 *** *** gcm 8018 *** *** gcm 8019 *** *** gcm 8020 *** *** gcm 8021 *** *** gcm 8022 *** *** gcm 8023 *** *** gcm 8024 *** *** gcm 8025 *** *** gcm 8026 *** *** gcm 8027 *** *** gcm 8028 *** *** gcm 8029 *** *** gcm 8030 *** *** gcm 8031 *** *** gcm 8032 *** *** gcm 8033 *** *** gcm 8034 *** *** gcm 8035 *** *** gcm 8036 *** *** gcm 8037 *** *** gcm 8038 *** *** gcm 8039 *** *** gcm 8040 *** *** gcm 8041 *** *** gcm 8042 *** *** gcm 8043 *** *** gcm 8044 *** *** gcm 8045 *** *** gcm 8046 *** *** gcm 8047 *** *** gcm 8048 *** *** gcm 8049 *** *** gcm 8050 *** *** gcm 8051 *** *** gcm 8052 *** *** gcm 8053 *** *** gcm 8054 *** *** gcm 8055 *** *** gcm 8056 *** *** gcm 8057 *** *** gcm 8058 *** *** gcm 8059 *** *** gcm 8060 *** *** gcm 8061 *** *** gcm 8062 *** *** gcm 8063 *** *** gcm 8064 *** *** gcm 8065 *** *** gcm 8066 *** *** gcm 8067 *** *** gcm 8068 *** *** gcm 8069 *** *** gcm 8070 *** *** gcm 8071 *** *** gcm 8072 *** *** gcm 8073 *** *** gcm 8074 *** *** gcm 8075 *** *** gcm 8076 *** *** gcm 8077 *** *** gcm 8078 *** *** gcm 8079 *** *** gcm 8080 *** *** gcm 8081 *** *** gcm 8082 *** *** gcm 8083 *** *** gcm 8084 *** *** gcm 8085 *** *** gcm 8086 *** *** gcm 8087 *** *** gcm 8088 *** *** gcm 8089 *** *** gcm 8090 *** *** gcm 8091 *** *** gcm 8092 *** *** gcm 8093 *** *** gcm 8094 *** *** gcm 8095 *** *** gcm 8096 *** *** gcm 8097 *** *** gcm 8098 *** *** gcm 8099 *** *** gcm 8100 *** *** gcm 8101 *** *** gcm 8102 *** *** gcm 8103 *** *** gcm 8104 *** *** gcm 8105 *** *** gcm 8106 *** *** gcm 8107 *** *** gcm 8108 *** *** gcm 8109 *** *** gcm 8110 *** *** gcm 8111 *** *** gcm 8112 *** *** gcm 8113 *** *** gcm 8114 *** *** gcm 8115 *** *** gcm 8116 *** *** gcm 8117 *** *** gcm 8118 *** *** gcm 8119 *** *** gcm 8120 *** *** gcm 8121 *** *** gcm 8122 *** *** gcm 8123 *** *** gcm 8124 *** *** gcm 8125 *** *** gcm 8126 *** *** gcm 8127 *** *** gcm 8128 *** *** gcm 8129 *** *** gcm 8130 *** *** gcm 8131 *** *** gcm 8132 *** *** gcm 8133 *** *** gcm 8134 *** *** gcm 8135 *** *** gcm 8136 *** *** gcm 8137 *** *** gcm 8138 *** *** gcm 8139 *** *** gcm 8140 *** *** gcm 8141 *** *** gcm 8142 *** *** gcm 8143 *** *** gcm 8144 *** *** gcm 8145 *** *** gcm 8146 *** *** gcm 8147 *** *** gcm 8148 *** *** gcm 8149 *** *** gcm 8150 *** *** gcm 8151 *** *** gcm 8152 *** *** gcm 8153 *** *** gcm 8154 *** *** gcm 8155 *** *** gcm 8156 *** *** gcm 8157 *** *** gcm 8158 *** *** gcm 8159 *** *** gcm 8160 *** *** gcm 8161 *** *** gcm 8162 *** *** gcm 8163 *** *** gcm 8164 *** *** gcm 8165 *** *** gcm 8166 *** *** gcm 8167 *** *** gcm 8168 *** *** gcm 8169 *** *** gcm 8170 *** *** gcm 8171 *** *** gcm 8172 *** *** gcm 8173 *** *** gcm 8174 *** *** gcm 8175 *** *** gcm 8176 *** *** gcm 8177 *** *** gcm 8178 *** *** gcm 8179 *** *** gcm 8180 *** *** gcm 8181 *** *** gcm 8182 *** *** gcm 8183 *** *** gcm 8184 *** *** gcm 8185 *** *** gcm 8186 *** *** gcm 8187 *** *** gcm 8188 *** *** gcm 8189 *** *** gcm 8190 *** *** gcm 8191 *** *** gcm 8192 *** *** gcm 8193 *** *** gcm 8194 *** *** gcm 8195 *** *** gcm 8196 *** *** gcm 8197 *** *** gcm 8198 *** *** gcm 8199 *** *** gcm 8200 *** *** gcm 8201 *** *** gcm 8202 *** *** gcm 8203 *** *** gcm 8204 *** *** gcm 8205 *** *** gcm 8206 *** *** gcm 8207 *** *** gcm 8208 *** *** gcm 8209 *** *** gcm 8210 *** *** gcm 8211 *** *** gcm 8212 *** *** gcm 8213 *** *** gcm 8214 *** *** gcm 8215 *** *** gcm 8216 *** *** gcm 8217 *** *** gcm 8218 *** *** gcm 8219 *** *** gcm 8220 *** *** gcm 8221 *** *** gcm 8222 *** *** gcm 8223 *** *** gcm 8224 *** *** gcm 8225 *** *** gcm 8226 *** *** gcm 8227 *** *** gcm 8228 *** *** gcm 8229 *** *** gcm 8230 *** *** gcm 8231 *** *** gcm 8232 *** *** gcm 8233 *** *** gcm 8234 *** *** gcm 8235 *** *** gcm 8236 *** *** gcm 8237 *** *** gcm 8238 *** *** gcm 8239 *** *** gcm 8240 *** *** gcm 8241 *** *** gcm 8242 *** *** gcm 8243 *** *** gcm 8244 *** *** gcm 8245 *** *** gcm 8246 *** *** gcm 8247 *** *** gcm 8248 *** *** gcm 8249 *** *** gcm 8250 *** *** gcm 8251 *** *** gcm 8252 *** *** gcm 8253 *** *** gcm 8254 *** *** gcm 8255 *** *** gcm 8256 *** *** gcm 8257 *** *** gcm 8258 *** *** gcm 8259 *** *** gcm 8260 *** *** gcm 8261 *** *** gcm 8262 *** *** gcm 8263 *** *** gcm 8264 *** *** gcm 8265 *** *** gcm 8266 *** *** gcm 8267 *** *** gcm 8268 *** *** gcm 8269 *** *** gcm 8270 *** *** gcm 8271 *** *** gcm 8272 *** *** gcm 8273 *** *** gcm 8274 *** *** gcm 8275 *** *** gcm 8276 *** *** gcm 8277 *** *** gcm 8278 *** *** gcm 8279 *** *** gcm 8280 *** *** gcm 8281 *** *** gcm 8282 *** *** gcm 8283 *** *** gcm 8284 *** *** gcm 8285 *** *** gcm 8286 *** *** gcm 8287 *** *** gcm 8288 *** *** gcm 8289 *** *** gcm 8290 *** *** gcm 8291 *** *** gcm 8292 *** *** gcm 8293 *** *** gcm 8294 *** *** gcm 8295 *** *** gcm 8296 *** *** gcm 8297 *** *** gcm 8298 *** *** gcm 8299 *** *** gcm 8300 *** *** gcm 8301 *** *** gcm 8302 *** *** gcm 8303 *** *** gcm 8304 *** *** gcm 8305 *** *** gcm 8306 *** *** gcm 8307 *** *** gcm 8308 *** *** gcm 8309 *** *** gcm 8310 *** *** gcm 8311 *** *** gcm 8312 *** *** gcm 8313 *** *** gcm 8314 *** *** gcm 8315 *** *** gcm 8316 *** *** gcm 8317 *** *** gcm 8318 *** *** gcm 8319 *** *** gcm 8320 *** *** gcm 8321 *** *** gcm 8322 *** *** gcm 8323 *** *** gcm 8324 *** *** gcm 8325 *** *** gcm 8326 *** *** gcm 8327 *** *** gcm 8328 *** *** gcm 8329 *** *** gcm 8330 *** *** gcm 8331 *** *** gcm 8332 *** *** gcm 8333 *** *** gcm 8334 *** *** gcm 8335 *** *** gcm 8336 *** *** gcm 8337 *** *** gcm 8338 *** *** gcm 8339 *** *** gcm 8340 *** *** gcm 8341 *** *** gcm 8342 *** *** gcm 8343 *** *** gcm 8344 *** *** gcm 8345 *** *** gcm 8346 *** *** gcm 8347 *** *** gcm 8348 *** *** gcm 8349 *** *** gcm 8350 *** *** gcm 8351 *** *** gcm 8352 *** *** gcm 8353 *** *** gcm 8354 *** *** gcm 8355 *** *** gcm 8356 *** *** gcm 8357 *** *** gcm 8358 *** *** gcm 8359 *** *** gcm 8360 *** *** gcm 8361 *** *** gcm 8362 *** *** gcm 8363 *** *** gcm 8364 *** *** gcm 8365 *** *** gcm 8366 *** *** gcm 8367 *** *** gcm 8368 *** *** gcm 8369 *** *** gcm 8370 *** *** gcm 8371 *** *** gcm 8372 *** *** gcm 8373 *** *** gcm 8374 *** *** gcm 8375 *** *** gcm 8376 *** *** gcm 8377 *** *** gcm 8378 *** *** gcm 8379 *** *** gcm 8380 *** *** gcm 8381 *** *** gcm 8382 *** *** gcm 8383 *** *** gcm 8384 *** *** gcm 8385 *** *** gcm 8386 *** *** gcm 8387 *** *** gcm 8388 *** *** gcm 8389 *** *** gcm 8390 *** *** gcm 8391 *** *** gcm 8392 *** *** gcm 8393 *** *** gcm 8394 *** *** gcm 8395 *** *** gcm 8396 *** *** gcm 8397 *** *** gcm 8398 *** *** gcm 8399 *** *** gcm 8400 *** *** gcm 8401 *** *** gcm 8402 *** *** gcm 8403 *** *** gcm 8404 *** *** gcm 8405 *** *** gcm 8406 *** *** gcm 8407 *** *** gcm 8408 *** *** gcm 8409 *** *** gcm 8410 *** *** gcm 8411 *** *** gcm 8412 *** *** gcm 8413 *** *** gcm 8414 *** *** gcm 8415 *** *** gcm 8416 *** *** gcm 8417 *** *** gcm 8418 *** *** gcm 8419 *** *** gcm 8420 *** *** gcm 8421 *** *** gcm 8422 *** *** gcm 8423 *** *** gcm 8424 *** *** gcm 8425 *** *** gcm 8426 *** *** gcm 8427 *** *** gcm 8428 *** *** gcm 8429 *** *** gcm 8430 *** *** gcm 8431 *** *** gcm 8432 *** *** gcm 8433 *** *** gcm 8434 *** *** gcm 8435 *** *** gcm 8436 *** *** gcm 8437 *** *** gcm 8438 *** *** gcm 8439 *** *** gcm 8440 *** *** gcm 8441 *** *** gcm 8442 *** *** gcm 8443 *** *** gcm 8444 *** *** gcm 8445 *** *** gcm 8446 *** *** gcm 8447 *** *** gcm 8448 *** *** gcm 8449 *** *** gcm 8450 *** *** gcm 8451 *** *** gcm 8452 *** *** gcm 8453 *** *** gcm 8454 *** *** gcm 8455 *** *** gcm 8456 *** *** gcm 8457 *** *** gcm 8458 *** *** gcm 8459 *** *** gcm 8460 *** *** gcm 8461 *** *** gcm 8462 *** *** gcm 8463 *** *** gcm 8464 *** *** gcm 8465 *** *** gcm 8466 *** *** gcm 8467 *** *** gcm 8468 *** *** gcm 8469 *** *** gcm 8470 *** *** gcm 8471 *** *** gcm 8472 *** *** gcm 8473 *** *** gcm 8474 *** *** gcm 8475 *** *** gcm 8476 *** *** gcm 8477 *** *** gcm 8478 *** *** gcm 8479 *** *** gcm 8480 *** *** gcm 8481 *** *** gcm 8482 *** *** gcm 8483 *** *** gcm 8484 *** *** gcm 8485 *** *** gcm 8486 *** *** gcm 8487 *** *** gcm 8488 *** *** gcm 8489 *** *** gcm 8490 *** *** gcm 8491 *** *** gcm 8492 *** *** gcm 8493 *** *** gcm 8494 *** *** gcm 8495 *** *** gcm 8496 *** *** gcm 8497 *** *** gcm 8498 *** *** gcm 8499 *** *** gcm 8500 *** *** gcm 8501 *** *** gcm 8502 *** *** gcm 8503 *** *** gcm 8504 *** *** gcm 8505 *** *** gcm 8506 *** *** gcm 8507 *** *** gcm 8508 *** *** gcm 8509 *** *** gcm 8510 *** *** gcm 8511 *** *** gcm 8512 *** *** gcm 8513 *** *** gcm 8514 *** *** gcm 8515 *** *** gcm 8516 *** *** gcm 8517 *** *** gcm 8518 *** *** gcm 8519 *** *** gcm 8520 *** *** gcm 8521 *** *** gcm 8522 *** *** gcm 8523 *** *** gcm 8524 *** *** gcm 8525 *** *** gcm 8526 *** *** gcm 8527 *** *** gcm 8528 *** *** gcm 8529 *** *** gcm 8530 *** *** gcm 8531 *** *** gcm 8532 *** *** gcm 8533 *** *** gcm 8534 *** *** gcm 8535 *** *** gcm 8536 *** *** gcm 8537 *** *** gcm 8538 *** *** gcm 8539 *** *** gcm 8540 *** *** gcm 8541 *** *** gcm 8542 *** *** gcm 8543 *** *** gcm 8544 *** *** gcm 8545 *** *** gcm 8546 *** *** gcm 8547 *** *** gcm 8548 *** *** gcm 8549 *** *** gcm 8550 *** *** gcm 8551 *** *** gcm 8552 *** *** gcm 8553 *** *** gcm 8554 *** *** gcm 8555 *** *** gcm 8556 *** *** gcm 8557 *** *** gcm 8558 *** *** gcm 8559 *** *** gcm 8560 *** *** gcm 8561 *** *** gcm 8562 *** *** gcm 8563 *** *** gcm 8564 *** *** gcm 8565 *** *** gcm 8566 *** *** gcm 8567 *** *** gcm 8568 *** *** gcm 8569 *** *** gcm 8570 *** *** gcm 8571 *** *** gcm 8572 *** *** gcm 8573 *** *** gcm 8574 *** *** gcm 8575 *** *** gcm 8576 *** *** gcm 8577 *** *** gcm 8578 *** *** gcm 8579 *** *** gcm 8580 *** *** gcm 8581 *** *** gcm 8582 *** *** gcm 8583 *** *** gcm 8584 *** *** gcm 8585 *** *** gcm 8586 *** *** gcm 8587 *** *** gcm 8588 *** *** gcm 8589 *** *** gcm 8590 *** *** gcm 8591 *** *** gcm 8592 *** *** gcm 8593 *** *** gcm 8594 *** *** gcm 8595 *** *** gcm 8596 *** *** gcm 8597 *** *** gcm 8598 *** *** gcm 8599 *** *** gcm 8600 *** *** gcm 8601 *** *** gcm 8602 *** *** gcm 8603 *** *** gcm 8604 *** *** gcm 8605 *** *** gcm 8606 *** *** gcm 8607 *** *** gcm 8608 *** *** gcm 8609 *** *** gcm 8610 *** *** gcm 8611 *** *** gcm 8612 *** *** gcm 8613 *** *** gcm 8614 *** *** gcm 8615 *** *** gcm 8616 *** *** gcm 8617 *** *** gcm 8618 *** *** gcm 8619 *** *** gcm 8620 *** *** gcm 8621 *** *** gcm 8622 *** *** gcm 8623 *** *** gcm 8624 *** *** gcm 8625 *** *** gcm 8626 *** *** gcm 8627 *** *** gcm 8628 *** *** gcm 8629 *** *** gcm 8630 *** *** gcm 8631 *** *** gcm 8632 *** *** gcm 8633 *** *** gcm 8634 *** *** gcm 8635 *** *** gcm 8636 *** *** gcm 8637 *** *** gcm 8638 *** *** gcm 8639 *** *** gcm 8640 *** *** gcm 8641 *** *** gcm 8642 *** *** gcm 8643 *** *** gcm 8644 *** *** gcm 8645 *** *** gcm 8646 *** *** gcm 8647 *** *** gcm 8648 *** *** gcm 8649 *** *** gcm 8650 *** *** gcm 8651 *** *** gcm 8652 *** *** gcm 8653 *** *** gcm 8654 *** *** gcm 8655 *** *** gcm 8656 *** *** gcm 8657 *** *** gcm 8658 *** *** gcm 8659 *** *** gcm 8660 *** *** gcm 8661 *** *** gcm 8662 *** *** gcm 8663 *** *** gcm 8664 *** *** gcm 8665 *** *** gcm 8666 *** *** gcm 8667 *** *** gcm 8668 *** *** gcm 8669 *** *** gcm 8670 *** *** gcm 8671 *** *** gcm 8672 *** *** gcm 8673 *** *** gcm 8674 *** *** gcm 8675 *** *** gcm 8676 *** *** gcm 8677 *** *** gcm 8678 *** *** gcm 8679 *** *** gcm 8680 *** *** gcm 8681 *** *** gcm 8682 *** *** gcm 8683 *** *** gcm 8684 *** *** gcm 8685 *** *** gcm 8686 *** *** gcm 8687 *** *** gcm 8688 *** *** gcm 8689 *** *** gcm 8690 *** *** gcm 8691 *** *** gcm 8692 *** *** gcm 8693 *** *** gcm 8694 *** *** gcm 8695 *** *** gcm 8696 *** *** gcm 8697 *** *** gcm 8698 *** *** gcm 8699 *** *** gcm 8700 *** *** gcm 8701 *** *** gcm 8702 *** *** gcm 8703 *** *** gcm 8704 *** *** gcm 8705 *** *** gcm 8706 *** *** gcm 8707 *** *** gcm 8708 *** *** gcm 8709 *** *** gcm 8710 *** *** gcm 8711 *** *** gcm 8712 *** *** gcm 8713 *** *** gcm 8714 *** *** gcm 8715 *** *** gcm 8716 *** *** gcm 8717 *** *** gcm 8718 *** *** gcm 8719 *** *** gcm 8720 *** *** gcm 8721 *** *** gcm 8722 *** *** gcm 8723 *** *** gcm 8724 *** *** gcm 8725 *** *** gcm 8726 *** *** gcm 8727 *** *** gcm 8728 *** *** gcm 8729 *** *** gcm 8730 *** *** gcm 8731 *** *** gcm 8732 *** *** gcm 8733 *** *** gcm 8734 *** *** gcm 8735 *** *** gcm 8736 *** *** gcm 8737 *** *** gcm 8738 *** *** gcm 8739 *** *** gcm 8740 *** *** gcm 8741 *** *** gcm 8742 *** *** gcm 8743 *** *** gcm 8744 *** *** gcm 8745 *** *** gcm 8746 *** *** gcm 8747 *** *** gcm 8748 *** *** gcm 8749 *** *** gcm 8750 *** *** gcm 8751 *** *** gcm 8752 *** *** gcm 8753 *** *** gcm 8754 *** *** gcm 8755 *** *** gcm 8756 *** *** gcm 8757 *** *** gcm 8758 *** *** gcm 8759 *** *** gcm 8760 *** *** gcm 8761 *** *** gcm 8762 *** *** gcm 8763 *** *** gcm 8764 *** *** gcm 8765 *** *** gcm 8766 *** *** gcm 8767 *** *** gcm 8768 *** *** gcm 8769 *** *** gcm 8770 *** *** gcm 8771 *** *** gcm 8772 *** *** gcm 8773 *** *** gcm 8774 *** *** gcm 8775 *** *** gcm 8776 *** *** gcm 8777 *** *** gcm 8778 *** *** gcm 8779 *** *** gcm 8780 *** *** gcm 8781 *** *** gcm 8782 *** *** gcm 8783 *** *** gcm 8784 *** *** gcm 8785 *** *** gcm 8786 *** *** gcm 8787 *** *** gcm 8788 *** *** gcm 8789 *** *** gcm 8790 *** *** gcm 8791 *** *** gcm 8792 *** *** gcm 8793 *** *** gcm 8794 *** *** gcm 8795 *** *** gcm 8796 *** *** gcm 8797 *** *** gcm 8798 *** *** gcm 8799 *** *** gcm 8800 *** *** gcm 8801 *** *** gcm 8802 *** *** gcm 8803 *** *** gcm 8804 *** *** gcm 8805 *** *** gcm 8806 *** *** gcm 8807 *** *** gcm 8808 *** *** gcm 8809 *** *** gcm 8810 *** *** gcm 8811 *** *** gcm 8812 *** *** gcm 8813 *** *** gcm 8814 *** *** gcm 8815 *** *** gcm 8816 *** *** gcm 8817 *** *** gcm 8818 *** *** gcm 8819 *** *** gcm 8820 *** *** gcm 8821 *** *** gcm 8822 *** *** gcm 8823 *** *** gcm 8824 *** *** gcm 8825 *** *** gcm 8826 *** *** gcm 8827 *** *** gcm 8828 *** *** gcm 8829 *** *** gcm 8830 *** *** gcm 8831 *** *** gcm 8832 *** *** gcm 8833 *** *** gcm 8834 *** *** gcm 8835 *** *** gcm 8836 *** *** gcm 8837 *** *** gcm 8838 *** *** gcm 8839 *** *** gcm 8840 *** *** gcm 8841 *** *** gcm 8842 *** *** gcm 8843 *** *** gcm 8844 *** *** gcm 8845 *** *** gcm 8846 *** *** gcm 8847 *** *** gcm 8848 *** *** gcm 8849 *** *** gcm 8850 *** *** gcm 8851 *** *** gcm 8852 *** *** gcm 8853 *** *** gcm 8854 *** *** gcm 8855 *** *** gcm 8856 *** *** gcm 8857 *** *** gcm 8858 *** *** gcm 8859 *** *** gcm 8860 *** *** gcm 8861 *** *** gcm 8862 *** *** gcm 8863 *** *** gcm 8864 *** *** gcm 8865 *** *** gcm 8866 *** *** gcm 8867 *** *** gcm 8868 *** *** gcm 8869 *** *** gcm 8870 *** *** gcm 8871 *** *** gcm 8872 *** *** gcm 8873 *** *** gcm 8874 *** *** gcm 8875 *** *** gcm 8876 *** *** gcm 8877 *** *** gcm 8878 *** *** gcm 8879 *** *** gcm 8880 *** *** gcm 8881 *** *** gcm 8882 *** *** gcm 8883 *** *** gcm 8884 *** *** gcm 8885 *** *** gcm 8886 *** *** gcm 8887 *** *** gcm 8888 *** *** gcm 8889 *** *** gcm 8890 *** *** gcm 8891 *** *** gcm 8892 *** *** gcm 8893 *** *** gcm 8894 *** *** gcm 8895 *** *** gcm 8896 *** *** gcm 8897 *** *** gcm 8898 *** *** gcm 8899 *** *** gcm 8900 *** *** gcm 8901 *** *** gcm 8902 *** *** gcm 8903 *** *** gcm 8904 *** *** gcm 8905 *** *** gcm 8906 *** *** gcm 8907 *** *** gcm 8908 *** *** gcm 8909 *** *** gcm 8910 *** *** gcm 8911 *** *** gcm 8912 *** *** gcm 8913 *** *** gcm 8914 *** *** gcm 8915 *** *** gcm 8916 *** *** gcm 8917 *** *** gcm 8918 *** *** gcm 8919 *** *** gcm 8920 *** *** gcm 8921 *** *** gcm 8922 *** *** gcm 8923 *** *** gcm 8924 *** *** gcm 8925 *** *** gcm 8926 *** *** gcm 8927 *** *** gcm 8928 *** *** gcm 8929 *** *** gcm 8930 *** *** gcm 8931 *** *** gcm 8932 *** *** gcm 8933 *** *** gcm 8934 *** *** gcm 8935 *** *** gcm 8936 *** *** gcm 8937 *** *** gcm 8938 *** *** gcm 8939 *** *** gcm 8940 *** *** gcm 8941 *** *** gcm 8942 *** *** gcm 8943 *** *** gcm 8944 *** *** gcm 8945 *** *** gcm 8946 *** *** gcm 8947 *** *** gcm 8948 *** *** gcm 8949 *** *** gcm 8950 *** *** gcm 8951 *** *** gcm 8952 *** *** gcm 8953 *** *** gcm 8954 *** *** gcm 8955 *** *** gcm 8956 *** *** gcm 8957 *** *** gcm 8958 *** *** gcm 8959 *** *** gcm 8960 *** *** gcm 8961 *** *** gcm 8962 *** *** gcm 8963 *** *** gcm 8964 *** *** gcm 8965 *** *** gcm 8966 *** *** gcm 8967 *** *** gcm 8968 *** *** gcm 8969 *** *** gcm 8970 *** *** gcm 8971 *** *** gcm 8972 *** *** gcm 8973 *** *** gcm 8974 *** *** gcm 8975 *** *** gcm 8976 *** *** gcm 8977 *** *** gcm 8978 *** *** gcm 8979 *** *** gcm 8980 *** *** gcm 8981 *** *** gcm 8982 *** *** gcm 8983 *** *** gcm 8984 *** *** gcm 8985 *** *** gcm 8986 *** *** gcm 8987 *** *** gcm 8988 *** *** gcm 8989 *** *** gcm 8990 *** *** gcm 8991 *** *** gcm 8992 *** *** gcm 8993 *** *** gcm 8994 *** *** gcm 8995 *** *** gcm 8996 *** *** gcm 8997 *** *** gcm 8998 *** *** gcm 8999 *** *** gcm 9000 *** *** gcm 9001 *** *** gcm 9002 *** *** gcm 9003 *** *** gcm 9004 *** *** gcm 9005 *** *** gcm 9006 *** *** gcm 9007 *** *** gcm 9008 *** *** gcm 9009 *** *** gcm 9010 *** *** gcm 9011 *** *** gcm 9012 *** *** gcm 9013 *** *** gcm 9014 *** *** gcm 9015 *** *** gcm 9016 *** *** gcm 9017 *** *** gcm 9018 *** *** gcm 9019 *** *** gcm 9020 *** *** gcm 9021 *** *** gcm 9022 *** *** gcm 9023 *** *** gcm 9024 *** *** gcm 9025 *** *** gcm 9026 *** *** gcm 9027 *** *** gcm 9028 *** *** gcm 9029 *** *** gcm 9030 *** *** gcm 9031 *** *** gcm 9032 *** *** gcm 9033 *** *** gcm 9034 *** *** gcm 9035 *** *** gcm 9036 *** *** gcm 9037 *** *** gcm 9038 *** *** gcm 9039 *** *** gcm 9040 *** *** gcm 9041 *** *** gcm 9042 *** *** gcm 9043 *** *** gcm 9044 *** *** gcm 9045 *** *** gcm 9046 *** *** gcm 9047 *** *** gcm 9048 *** *** gcm 9049 *** *** gcm 9050 *** *** gcm 9051 *** *** gcm 9052 *** *** gcm 9053 *** *** gcm 9054 *** *** gcm 9055 *** *** gcm 9056 *** *** gcm 9057 *** *** gcm 9058 *** *** gcm 9059 *** *** gcm 9060 *** *** gcm 9061 *** *** gcm 9062 *** *** gcm 9063 *** *** gcm 9064 *** *** gcm 9065 *** *** gcm 9066 *** *** gcm 9067 *** *** gcm 9068 *** *** gcm 9069 *** *** gcm 9070 *** *** gcm 9071 *** *** gcm 9072 *** *** gcm 9073 *** *** gcm 9074 *** *** gcm 9075 *** *** gcm 9076 *** *** gcm 9077 *** *** gcm 9078 *** *** gcm 9079 *** *** gcm 9080 *** *** gcm 9081 *** *** gcm 9082 *** *** gcm 9083 *** *** gcm 9084 *** *** gcm 9085 *** *** gcm 9086 *** *** gcm 9087 *** *** gcm 9088 *** *** gcm 9089 *** *** gcm 9090 *** *** gcm 9091 *** *** gcm 9092 *** *** gcm 9093 *** *** gcm 9094 *** *** gcm 9095 *** *** gcm 9096 *** *** gcm 9097 *** *** gcm 9098 *** *** gcm 9099 *** *** gcm 9100 *** *** gcm 9101 *** *** gcm 9102 *** *** gcm 9103 *** *** gcm 9104 *** *** gcm 9105 *** *** gcm 9106 *** *** gcm 9107 *** *** gcm 9108 *** *** gcm 9109 *** *** gcm 9110 *** *** gcm 9111 *** *** gcm 9112 *** *** gcm 9113 *** *** gcm 9114 *** *** gcm 9115 *** *** gcm 9116 *** *** gcm 9117 *** *** gcm 9118 *** *** gcm 9119 *** *** gcm 9120 *** *** gcm 9121 *** *** gcm 9122 *** *** gcm 9123 *** *** gcm 9124 *** *** gcm 9125 *** *** gcm 9126 *** *** gcm 9127 *** *** gcm 9128 *** *** gcm 9129 *** *** gcm 9130 *** *** gcm 9131 *** *** gcm 9132 *** *** gcm 9133 *** *** gcm 9134 *** *** gcm 9135 *** *** gcm 9136 *** *** gcm 9137 *** *** gcm 9138 *** *** gcm 9139 *** *** gcm 9140 *** *** gcm 9141 *** *** gcm 9142 *** *** gcm 9143 *** *** gcm 9144 *** *** gcm 9145 *** *** gcm 9146 *** *** gcm 9147 *** *** gcm 9148 *** *** gcm 9149 *** *** gcm 9150 *** *** gcm 9151 *** *** gcm 9152 *** *** gcm 9153 *** *** gcm 9154 *** *** gcm 9155 *** *** gcm 9156 *** *** gcm 9157 *** *** gcm 9158 *** *** gcm 9159 *** *** gcm 9160 *** *** gcm 9161 *** *** gcm 9162 *** *** gcm 9163 *** *** gcm 9164 *** *** gcm 9165 *** *** gcm 9166 *** *** gcm 9167 *** *** gcm 9168 *** *** gcm 9169 *** *** gcm 9170 *** *** gcm 9171 *** *** gcm 9172 *** *** gcm 9173 *** *** gcm 9174 *** *** gcm 9175 *** *** gcm 9176 *** *** gcm 9177 *** *** gcm 9178 *** *** gcm 9179 *** *** gcm 9180 *** *** gcm 9181 *** *** gcm 9182 *** *** gcm 9183 *** *** gcm 9184 *** *** gcm 9185 *** *** gcm 9186 *** *** gcm 9187 *** *** gcm 9188 *** *** gcm 9189 *** *** gcm 9190 *** *** gcm 9191 *** *** gcm 9192 *** *** gcm 9193 *** *** gcm 9194 *** *** gcm 9195 *** *** gcm 9196 *** *** gcm 9197 *** *** gcm 9198 *** *** gcm 9199 *** *** gcm 9200 *** *** gcm 9201 *** *** gcm 9202 *** *** gcm 9203 *** *** gcm 9204 *** *** gcm 9205 *** *** gcm 9206 *** *** gcm 9207 *** *** gcm 9208 *** *** gcm 9209 *** *** gcm 9210 *** *** gcm 9211 *** *** gcm 9212 *** *** gcm 9213 *** *** gcm 9214 *** *** gcm 9215 *** *** gcm 9216 *** *** gcm 9217 *** *** gcm 9218 *** *** gcm 9219 *** *** gcm 9220 *** *** gcm 9221 *** *** gcm 9222 *** *** gcm 9223 *** *** gcm 9224 *** *** gcm 9225 *** *** gcm 9226 *** *** gcm 9227 *** *** gcm 9228 *** *** gcm 9229 *** *** gcm 9230 *** *** gcm 9231 *** *** gcm 9232 *** *** gcm 9233 *** *** gcm 9234 *** *** gcm 9235 *** *** gcm 9236 *** *** gcm 9237 *** *** gcm 9238 *** *** gcm 9239 *** *** gcm 9240 *** *** gcm 9241 *** *** gcm 9242 *** *** gcm 9243 *** *** gcm 9244 *** *** gcm 9245 *** *** gcm 9246 *** *** gcm 9247 *** *** gcm 9248 *** *** gcm 9249 *** *** gcm 9250 *** *** gcm 9251 *** *** gcm 9252 *** *** gcm 9253 *** *** gcm 9254 *** *** gcm 9255 *** *** gcm 9256 *** *** gcm 9257 *** *** gcm 9258 *** *** gcm 9259 *** *** gcm 9260 *** *** gcm 9261 *** *** gcm 9262 *** *** gcm 9263 *** *** gcm 9264 *** *** gcm 9265 *** *** gcm 9266 *** *** gcm 9267 *** *** gcm 9268 *** *** gcm 9269 *** *** gcm 9270 *** *** gcm 9271 *** *** gcm 9272 *** *** gcm 9273 *** *** gcm 9274 *** *** gcm 9275 *** *** gcm 9276 *** *** gcm 9277 *** *** gcm 9278 *** *** gcm 9279 *** *** gcm 9280 *** *** gcm 9281 *** *** gcm 9282 *** *** gcm 9283 *** *** gcm 9284 *** *** gcm 9285 *** *** gcm 9286 *** *** gcm 9287 *** *** gcm 9288 *** *** gcm 9289 *** *** gcm 9290 *** *** gcm 9291 *** *** gcm 9292 *** *** gcm 9293 *** *** gcm 9294 *** *** gcm 9295 *** *** gcm 9296 *** *** gcm 9297 *** *** gcm 9298 *** *** gcm 9299 *** *** gcm 9300 *** *** gcm 9301 *** *** gcm 9302 *** *** gcm 9303 *** *** gcm 9304 *** *** gcm 9305 *** *** gcm 9306 *** *** gcm 9307 *** *** gcm 9308 *** *** gcm 9309 *** *** gcm 9310 *** *** gcm 9311 *** *** gcm 9312 *** *** gcm 9313 *** *** gcm 9314 *** *** gcm 9315 *** *** gcm 9316 *** *** gcm 9317 *** *** gcm 9318 *** *** gcm 9319 *** *** gcm 9320 *** *** gcm 9321 *** *** gcm 9322 *** *** gcm 9323 *** *** gcm 9324 *** *** gcm 9325 *** *** gcm 9326 *** *** gcm 9327 *** *** gcm 9328 *** *** gcm 9329 *** *** gcm 9330 *** *** gcm 9331 *** *** gcm 9332 *** *** gcm 9333 *** *** gcm 9334 *** *** gcm 9335 *** *** gcm 9336 *** *** gcm 9337 *** *** gcm 9338 *** *** gcm 9339 *** *** gcm 9340 *** *** gcm 9341 *** *** gcm 9342 *** *** gcm 9343 *** *** gcm 9344 *** *** gcm 9345 *** *** gcm 9346 *** *** gcm 9347 *** *** gcm 9348 *** *** gcm 9349 *** *** gcm 9350 *** *** gcm 9351 *** *** gcm 9352 *** *** gcm 9353 *** *** gcm 9354 *** *** gcm 9355 *** *** gcm 9356 *** *** gcm 9357 *** *** gcm 9358 *** *** gcm 9359 *** *** gcm 9360 *** *** gcm 9361 *** *** gcm 9362 *** *** gcm 9363 *** *** gcm 9364 *** *** gcm 9365 *** *** gcm 9366 *** *** gcm 9367 *** *** gcm 9368 *** *** gcm 9369 *** *** gcm 9370 *** *** gcm 9371 *** *** gcm 9372 *** *** gcm 9373 *** *** gcm 9374 *** *** gcm 9375 *** *** gcm 9376 *** *** gcm 9377 *** *** gcm 9378 *** *** gcm 9379 *** *** gcm 9380 *** *** gcm 9381 *** *** gcm 9382 *** *** gcm 9383 *** *** gcm 9384 *** *** gcm 9385 *** *** gcm 9386 *** *** gcm 9387 *** *** gcm 9388 *** *** gcm 9389 *** *** gcm 9390 *** *** gcm 9391 *** *** gcm 9392 *** *** gcm 9393 *** *** gcm 9394 *** *** gcm 9395 *** *** gcm 9396 *** *** gcm 9397 *** *** gcm 9398 *** *** gcm 9399 *** *** gcm 9400 *** *** gcm 9401 *** *** gcm 9402 *** *** gcm 9403 *** *** gcm 9404 *** *** gcm 9405 *** *** gcm 9406 *** *** gcm 9407 *** *** gcm 9408 *** *** gcm 9409 *** *** gcm 9410 *** *** gcm 9411 *** *** gcm 9412 *** *** gcm 9413 *** *** gcm 9414 *** *** gcm 9415 *** *** gcm 9416 *** *** gcm 9417 *** *** gcm 9418 *** *** gcm 9419 *** *** gcm 9420 *** *** gcm 9421 *** *** gcm 9422 *** *** gcm 9423 *** *** gcm 9424 *** *** gcm 9425 *** *** gcm 9426 *** *** gcm 9427 *** *** gcm 9428 *** *** gcm 9429 *** *** gcm 9430 *** *** gcm 9431 *** *** gcm 9432 *** *** gcm 9433 *** *** gcm 9434 *** *** gcm 9435 *** *** gcm 9436 *** *** gcm 9437 *** *** gcm 9438 *** *** gcm 9439 *** *** gcm 9440 *** *** gcm 9441 *** *** gcm 9442 *** *** gcm 9443 *** *** gcm 9444 *** *** gcm 9445 *** *** gcm 9446 *** *** gcm 9447 *** *** gcm 9448 *** *** gcm 9449 *** *** gcm 9450 *** *** gcm 9451 *** *** gcm 9452 *** *** gcm 9453 *** *** gcm 9454 *** *** gcm 9455 *** *** gcm 9456 *** *** gcm 9457 *** *** gcm 9458 *** *** gcm 9459 *** *** gcm 9460 *** *** gcm 9461 *** *** gcm 9462 *** *** gcm 9463 *** *** gcm 9464 *** *** gcm 9465 *** *** gcm 9466 *** *** gcm 9467 *** *** gcm 9468 *** *** gcm 9469 *** *** gcm 9470 *** *** gcm 9471 *** *** gcm 9472 *** *** gcm 9473 *** *** gcm 9474 *** *** gcm 9475 *** *** gcm 9476 *** *** gcm 9477 *** *** gcm 9478 *** *** gcm 9479 *** *** gcm 9480 *** *** gcm 9481 *** *** gcm 9482 *** *** gcm 9483 *** *** gcm 9484 *** *** gcm 9485 *** *** gcm 9486 *** *** gcm 9487 *** *** gcm 9488 *** *** gcm 9489 *** *** gcm 9490 *** *** gcm 9491 *** *** gcm 9492 *** *** gcm 9493 *** *** gcm 9494 *** *** gcm 9495 *** *** gcm 9496 *** *** gcm 9497 *** *** gcm 9498 *** *** gcm 9499 *** *** gcm 9500 *** *** gcm 9501 *** *** gcm 9502 *** *** gcm 9503 *** *** gcm 9504 *** *** gcm 9505 *** *** gcm 9506 *** *** gcm 9507 *** *** gcm 9508 *** *** gcm 9509 *** *** gcm 9510 *** *** gcm 9511 *** *** gcm 9512 *** *** gcm 9513 *** *** gcm 9514 *** *** gcm 9515 *** *** gcm 9516 *** *** gcm 9517 *** *** gcm 9518 *** *** gcm 9519 *** *** gcm 9520 *** *** gcm 9521 *** *** gcm 9522 *** *** gcm 9523 *** *** gcm 9524 *** *** gcm 9525 *** *** gcm 9526 *** *** gcm 9527 *** *** gcm 9528 *** *** gcm 9529 *** *** gcm 9530 *** *** gcm 9531 *** *** gcm 9532 *** *** gcm 9533 *** *** gcm 9534 *** *** gcm 9535 *** *** gcm 9536 *** *** gcm 9537 *** *** gcm 9538 *** *** gcm 9539 *** *** gcm 9540 *** *** gcm 9541 *** *** gcm 9542 *** *** gcm 9543 *** *** gcm 9544 *** *** gcm 9545 *** *** gcm 9546 *** *** gcm 9547 *** *** gcm 9548 *** *** gcm 9549 *** *** gcm 9550 *** *** gcm 9551 *** *** gcm 9552 *** *** gcm 9553 *** *** gcm 9554 *** *** gcm 9555 *** *** gcm 9556 *** *** gcm 9557 *** *** gcm 9558 *** *** gcm 9559 *** *** gcm 9560 *** *** gcm 9561 *** *** gcm 9562 *** *** gcm 9563 *** *** gcm 9564 *** *** gcm 9565 *** *** gcm 9566 *** *** gcm 9567 *** *** gcm 9568 *** *** gcm 9569 *** *** gcm 9570 *** *** gcm 9571 *** *** gcm 9572 *** *** gcm 9573 *** *** gcm 9574 *** *** gcm 9575 *** *** gcm 9576 *** *** gcm 9577 *** *** gcm 9578 *** *** gcm 9579 *** *** gcm 9580 *** *** gcm 9581 *** *** gcm 9582 *** *** gcm 9583 *** *** gcm 9584 *** *** gcm 9585 *** *** gcm 9586 *** *** gcm 9587 *** *** gcm 9588 *** *** gcm 9589 *** *** gcm 9590 *** *** gcm 9591 *** *** gcm 9592 *** *** gcm 9593 *** *** gcm 9594 *** *** gcm 9595 *** *** gcm 9596 *** *** gcm 9597 *** *** gcm 9598 *** *** gcm 9599 *** *** gcm 9600 *** *** gcm 9601 *** *** gcm 9602 *** *** gcm 9603 *** *** gcm 9604 *** *** gcm 9605 *** *** gcm 9606 *** *** gcm 9607 *** *** gcm 9608 *** *** gcm 9609 *** *** gcm 9610 *** *** gcm 9611 *** *** gcm 9612 *** *** gcm 9613 *** *** gcm 9614 *** *** gcm 9615 *** *** gcm 9616 *** *** gcm 9617 *** *** gcm 9618 *** *** gcm 9619 *** *** gcm 9620 *** *** gcm 9621 *** *** gcm 9622 *** *** gcm 9623 *** *** gcm 9624 *** *** gcm 9625 *** *** gcm 9626 *** *** gcm 9627 *** *** gcm 9628 *** *** gcm 9629 *** *** gcm 9630 *** *** gcm 9631 *** *** gcm 9632 *** *** gcm 9633 *** *** gcm 9634 *** *** gcm 9635 *** *** gcm 9636 *** *** gcm 9637 *** *** gcm 9638 *** *** gcm 9639 *** *** gcm 9640 *** *** gcm 9641 *** *** gcm 9642 *** *** gcm 9643 *** *** gcm 9644 *** *** gcm 9645 *** *** gcm 9646 *** *** gcm 9647 *** *** gcm 9648 *** *** gcm 9649 *** *** gcm 9650 *** *** gcm 9651 *** *** gcm 9652 *** *** gcm 9653 *** *** gcm 9654 *** *** gcm 9655 *** *** gcm 9656 *** *** gcm 9657 *** *** gcm 9658 *** *** gcm 9659 *** *** gcm 9660 *** *** gcm 9661 *** *** gcm 9662 *** *** gcm 9663 *** *** gcm 9664 *** *** gcm 9665 *** *** gcm 9666 *** *** gcm 9667 *** *** gcm 9668 *** *** gcm 9669 *** *** gcm 9670 *** *** gcm 9671 *** *** gcm 9672 *** *** gcm 9673 *** *** gcm 9674 *** *** gcm 9675 *** *** gcm 9676 *** *** gcm 9677 *** *** gcm 9678 *** *** gcm 9679 *** *** gcm 9680 *** *** gcm 9681 *** *** gcm 9682 *** *** gcm 9683 *** *** gcm 9684 *** *** gcm 9685 *** *** gcm 9686 *** *** gcm 9687 *** *** gcm 9688 *** *** gcm 9689 *** *** gcm 9690 *** *** gcm 9691 *** *** gcm 9692 *** *** gcm 9693 *** *** gcm 9694 *** *** gcm 9695 *** *** gcm 9696 *** *** gcm 9697 *** *** gcm 9698 *** *** gcm 9699 *** *** gcm 9700 *** *** gcm 9701 *** *** gcm 9702 *** *** gcm 9703 *** *** gcm 9704 *** *** gcm 9705 *** *** gcm 9706 *** *** gcm 9707 *** *** gcm 9708 *** *** gcm 9709 *** *** gcm 9710 *** *** gcm 9711 *** *** gcm 9712 *** *** gcm 9713 *** *** gcm 9714 *** *** gcm 9715 *** *** gcm 9716 *** *** gcm 9717 *** *** gcm 9718 *** *** gcm 9719 *** *** gcm 9720 *** *** gcm 9721 *** *** gcm 9722 *** *** gcm 9723 *** *** gcm 9724 *** *** gcm 9725 *** *** gcm 9726 *** *** gcm 9727 *** *** gcm 9728 *** *** gcm 9729 *** *** gcm 9730 *** *** gcm 9731 *** *** gcm 9732 *** *** gcm 9733 *** *** gcm 9734 *** *** gcm 9735 *** *** gcm 9736 *** *** gcm 9737 *** *** gcm 9738 *** *** gcm 9739 *** *** gcm 9740 *** *** gcm 9741 *** *** gcm 9742 *** *** gcm 9743 *** *** gcm 9744 *** *** gcm 9745 *** *** gcm 9746 *** *** gcm 9747 *** *** gcm 9748 *** *** gcm 9749 *** *** gcm 9750 *** *** gcm 9751 *** *** gcm 9752 *** *** gcm 9753 *** *** gcm 9754 *** *** gcm 9755 *** *** gcm 9756 *** *** gcm 9757 *** *** gcm 9758 *** *** gcm 9759 *** *** gcm 9760 *** *** gcm 9761 *** *** gcm 9762 *** *** gcm 9763 *** *** gcm 9764 *** *** gcm 9765 *** *** gcm 9766 *** *** gcm 9767 *** *** gcm 9768 *** *** gcm 9769 *** *** gcm 9770 *** *** gcm 9771 *** *** gcm 9772 *** *** gcm 9773 *** *** gcm 9774 *** *** gcm 9775 *** *** gcm 9776 *** *** gcm 9777 *** *** gcm 9778 *** *** gcm 9779 *** *** gcm 9780 *** *** gcm 9781 *** *** gcm 9782 *** *** gcm 9783 *** *** gcm 9784 *** *** gcm 9785 *** *** gcm 9786 *** *** gcm 9787 *** *** gcm 9788 *** *** gcm 9789 *** *** gcm 9790 *** *** gcm 9791 *** *** gcm 9792 *** *** gcm 9793 *** *** gcm 9794 *** *** gcm 9795 *** *** gcm 9796 *** *** gcm 9797 *** *** gcm 9798 *** *** gcm 9799 *** *** gcm 9800 *** *** gcm 9801 *** *** gcm 9802 *** *** gcm 9803 *** *** gcm 9804 *** *** gcm 9805 *** *** gcm 9806 *** *** gcm 9807 *** *** gcm 9808 *** *** gcm 9809 *** *** gcm 9810 *** *** gcm 9811 *** *** gcm 9812 *** *** gcm 9813 *** *** gcm 9814 *** *** gcm 9815 *** *** gcm 9816 *** *** gcm 9817 *** *** gcm 9818 *** *** gcm 9819 *** *** gcm 9820 *** *** gcm 9821 *** *** gcm 9822 *** *** gcm 9823 *** *** gcm 9824 *** *** gcm 9825 *** *** gcm 9826 *** *** gcm 9827 *** *** gcm 9828 *** *** gcm 9829 *** *** gcm 9830 *** *** gcm 9831 *** *** gcm 9832 *** *** gcm 9833 *** *** gcm 9834 *** *** gcm 9835 *** *** gcm 9836 *** *** gcm 9837 *** *** gcm 9838 *** *** gcm 9839 *** *** gcm 9840 *** *** gcm 9841 *** *** gcm 9842 *** *** gcm 9843 *** *** gcm 9844 *** *** gcm 9845 *** *** gcm 9846 *** *** gcm 9847 *** *** gcm 9848 *** *** gcm 9849 *** *** gcm 9850 *** *** gcm 9851 *** *** gcm 9852 *** *** gcm 9853 *** *** gcm 9854 *** *** gcm 9855 *** *** gcm 9856 *** *** gcm 9857 *** *** gcm 9858 *** *** gcm 9859 *** *** gcm 9860 *** *** gcm 9861 *** *** gcm 9862 *** *** gcm 9863 *** *** gcm 9864 *** *** gcm 9865 *** *** gcm 9866 *** *** gcm 9867 *** *** gcm 9868 *** *** gcm 9869 *** *** gcm 9870 *** *** gcm 9871 *** *** gcm 9872 *** *** gcm 9873 *** *** gcm 9874 *** *** gcm 9875 *** *** gcm 9876 *** *** gcm 9877 *** *** gcm 9878 *** *** gcm 9879 *** *** gcm 9880 *** *** gcm 9881 *** *** gcm 9882 *** *** gcm 9883 *** *** gcm 9884 *** *** gcm 9885 *** *** gcm 9886 *** *** gcm 9887 *** *** gcm 9888 *** *** gcm 9889 *** *** gcm 9890 *** *** gcm 9891 *** *** gcm 9892 *** *** gcm 9893 *** *** gcm 9894 *** *** gcm 9895 *** *** gcm 9896 *** *** gcm 9897 *** *** gcm 9898 *** *** gcm 9899 *** *** gcm 9900 *** *** gcm 9901 *** *** gcm 9902 *** *** gcm 9903 *** *** gcm 9904 *** *** gcm 9905 *** *** gcm 9906 *** *** gcm 9907 *** *** gcm 9908 *** *** gcm 9909 *** *** gcm 9910 *** *** gcm 9911 *** *** gcm 9912 *** *** gcm 9913 *** *** gcm 9914 *** *** gcm 9915 *** *** gcm 9916 *** *** gcm 9917 *** *** gcm 9918 *** *** gcm 9919 *** *** gcm 9920 *** *** gcm 9921 *** *** gcm 9922 *** *** gcm 9923 *** *** gcm 9924 *** *** gcm 9925 *** *** gcm 9926 *** *** gcm 9927 *** *** gcm 9928 *** *** gcm 9929 *** *** gcm 9930 *** *** gcm 9931 *** *** gcm 9932 *** *** gcm 9933 *** *** gcm 9934 *** *** gcm 9935 *** *** gcm 9936 *** *** gcm 9937 *** *** gcm 9938 *** *** gcm 9939 *** *** gcm 9940 *** *** gcm 9941 *** *** gcm 9942 *** *** gcm 9943 *** *** gcm 9944 *** *** gcm 9945 *** *** gcm 9946 *** *** gcm 9947 *** *** gcm 9948 *** *** gcm 9949 *** *** gcm 9950 *** *** gcm 9951 *** *** gcm 9952 *** *** gcm 9953 *** *** gcm 9954 *** *** gcm 9955 *** *** gcm 9956 *** *** gcm 9957 *** *** gcm 9958 *** *** gcm 9959 *** *** gcm 9960 *** *** gcm 9961 *** *** gcm 9962 *** *** gcm 9963 *** *** gcm 9964 *** *** gcm 9965 *** *** gcm 9966 *** *** gcm 9967 *** *** gcm 9968 *** *** gcm 9969 *** *** gcm 9970 *** *** gcm 9971 *** *** gcm 9972 *** *** gcm 9973 *** *** gcm 9974 *** *** gcm 9975 *** *** gcm 9976 *** *** gcm 9977 *** *** gcm 9978 *** *** gcm 9979 *** *** gcm 9980 *** *** gcm 9981 *** *** gcm 9982 *** *** gcm 9983 *** *** gcm 9984 *** *** gcm 9985 *** *** gcm 9986 *** *** gcm 9987 *** *** gcm 9988 *** *** gcm 9989 *** *** gcm 9990 *** *** gcm 9991 *** *** gcm 9992 *** *** gcm 9993 *** *** gcm 9994 *** *** gcm 9995 *** *** gcm 9996 *** *** gcm 9997 *** *** gcm 9998 *** *** gcm 9999 *** Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.772 sec Running org.cumulus4j.crypto.test.CipherTest 19:28:14,688 INFO [main][CipherTest] transformation=AES.FAST// 19:28:14,690 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST//" does not support IV => Skipping. 19:28:14,690 INFO [main][CipherTest] transformation=AES.FAST//NOPADDING 19:28:14,691 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST//NOPADDING" does not support IV => Skipping. 19:28:14,691 INFO [main][CipherTest] transformation=AES.FAST/CBC-CTS/ 19:28:14,692 INFO [main][CipherTest] transformation=AES.FAST/CBC-CTS/NOPADDING 19:28:14,692 INFO [main][CipherTest] transformation=AES.FAST/CBC/ 19:28:14,693 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO10126 19:28:14,695 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO10126-2 19:28:14,696 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO10126-2PADDING 19:28:14,699 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO10126PADDING 19:28:14,699 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO7816-4 19:28:14,700 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO7816-4PADDING 19:28:14,701 INFO [main][CipherTest] transformation=AES.FAST/CBC/NOPADDING 19:28:14,703 INFO [main][CipherTest] transformation=AES.FAST/CBC/PKCS5 19:28:14,704 INFO [main][CipherTest] transformation=AES.FAST/CBC/PKCS5PADDING 19:28:14,705 INFO [main][CipherTest] transformation=AES.FAST/CBC/PKCS7 19:28:14,705 INFO [main][CipherTest] transformation=AES.FAST/CBC/PKCS7PADDING 19:28:14,706 INFO [main][CipherTest] transformation=AES.FAST/CBC/TBC 19:28:14,706 INFO [main][CipherTest] transformation=AES.FAST/CBC/TBCPADDING 19:28:14,707 INFO [main][CipherTest] transformation=AES.FAST/CBC/X9.23 19:28:14,707 INFO [main][CipherTest] transformation=AES.FAST/CBC/X9.23PADDING 19:28:14,708 INFO [main][CipherTest] transformation=AES.FAST/CBC/ZEROBYTE 19:28:14,708 INFO [main][CipherTest] transformation=AES.FAST/CBC/ZEROBYTEPADDING 19:28:14,709 INFO [main][CipherTest] transformation=AES.FAST/CCM/ 19:28:14,709 ERROR [main][CipherTest] transformation "AES.FAST/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:14,710 INFO [main][CipherTest] transformation=AES.FAST/CCM/NOPADDING 19:28:14,710 ERROR [main][CipherTest] transformation "AES.FAST/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:14,710 INFO [main][CipherTest] transformation=AES.FAST/CFB/ 19:28:14,711 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO10126 19:28:14,712 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO10126-2 19:28:14,712 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO10126-2PADDING 19:28:14,715 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO10126PADDING 19:28:14,716 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO7816-4 19:28:14,716 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO7816-4PADDING 19:28:14,717 INFO [main][CipherTest] transformation=AES.FAST/CFB/NOPADDING 19:28:14,717 INFO [main][CipherTest] transformation=AES.FAST/CFB/PKCS5 19:28:14,718 INFO [main][CipherTest] transformation=AES.FAST/CFB/PKCS5PADDING 19:28:14,718 INFO [main][CipherTest] transformation=AES.FAST/CFB/PKCS7 19:28:14,721 INFO [main][CipherTest] transformation=AES.FAST/CFB/PKCS7PADDING 19:28:14,721 INFO [main][CipherTest] transformation=AES.FAST/CFB/TBC 19:28:14,722 INFO [main][CipherTest] transformation=AES.FAST/CFB/TBCPADDING 19:28:14,722 INFO [main][CipherTest] transformation=AES.FAST/CFB/X9.23 19:28:14,723 INFO [main][CipherTest] transformation=AES.FAST/CFB/X9.23PADDING 19:28:14,723 INFO [main][CipherTest] transformation=AES.FAST/CFB/ZEROBYTE 19:28:14,723 INFO [main][CipherTest] transformation=AES.FAST/CFB/ZEROBYTEPADDING 19:28:14,724 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ 19:28:14,724 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO10126 19:28:14,725 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO10126-2 19:28:14,726 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO10126-2PADDING 19:28:14,726 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO10126PADDING 19:28:14,727 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO7816-4 19:28:14,727 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO7816-4PADDING 19:28:14,728 INFO [main][CipherTest] transformation=AES.FAST/CFB104/NOPADDING 19:28:14,728 INFO [main][CipherTest] transformation=AES.FAST/CFB104/PKCS5 19:28:14,729 INFO [main][CipherTest] transformation=AES.FAST/CFB104/PKCS5PADDING 19:28:14,729 INFO [main][CipherTest] transformation=AES.FAST/CFB104/PKCS7 19:28:14,730 INFO [main][CipherTest] transformation=AES.FAST/CFB104/PKCS7PADDING 19:28:14,730 INFO [main][CipherTest] transformation=AES.FAST/CFB104/TBC 19:28:14,730 INFO [main][CipherTest] transformation=AES.FAST/CFB104/TBCPADDING 19:28:14,731 INFO [main][CipherTest] transformation=AES.FAST/CFB104/X9.23 19:28:14,731 INFO [main][CipherTest] transformation=AES.FAST/CFB104/X9.23PADDING 19:28:14,732 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ZEROBYTE 19:28:14,732 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ZEROBYTEPADDING 19:28:14,733 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ 19:28:14,733 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO10126 19:28:14,734 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO10126-2 19:28:14,734 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO10126-2PADDING 19:28:14,735 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO10126PADDING 19:28:14,736 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO7816-4 19:28:14,736 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO7816-4PADDING 19:28:14,739 INFO [main][CipherTest] transformation=AES.FAST/CFB112/NOPADDING 19:28:14,739 INFO [main][CipherTest] transformation=AES.FAST/CFB112/PKCS5 19:28:14,740 INFO [main][CipherTest] transformation=AES.FAST/CFB112/PKCS5PADDING 19:28:14,740 INFO [main][CipherTest] transformation=AES.FAST/CFB112/PKCS7 19:28:14,741 INFO [main][CipherTest] transformation=AES.FAST/CFB112/PKCS7PADDING 19:28:14,741 INFO [main][CipherTest] transformation=AES.FAST/CFB112/TBC 19:28:14,742 INFO [main][CipherTest] transformation=AES.FAST/CFB112/TBCPADDING 19:28:14,744 INFO [main][CipherTest] transformation=AES.FAST/CFB112/X9.23 19:28:14,745 INFO [main][CipherTest] transformation=AES.FAST/CFB112/X9.23PADDING 19:28:14,747 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ZEROBYTE 19:28:14,747 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ZEROBYTEPADDING 19:28:14,749 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ 19:28:14,749 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO10126 19:28:14,750 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO10126-2 19:28:14,751 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO10126-2PADDING 19:28:14,751 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO10126PADDING 19:28:14,752 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO7816-4 19:28:14,753 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO7816-4PADDING 19:28:14,753 INFO [main][CipherTest] transformation=AES.FAST/CFB120/NOPADDING 19:28:14,753 INFO [main][CipherTest] transformation=AES.FAST/CFB120/PKCS5 19:28:14,754 INFO [main][CipherTest] transformation=AES.FAST/CFB120/PKCS5PADDING 19:28:14,754 INFO [main][CipherTest] transformation=AES.FAST/CFB120/PKCS7 19:28:14,755 INFO [main][CipherTest] transformation=AES.FAST/CFB120/PKCS7PADDING 19:28:14,755 INFO [main][CipherTest] transformation=AES.FAST/CFB120/TBC 19:28:14,756 INFO [main][CipherTest] transformation=AES.FAST/CFB120/TBCPADDING 19:28:14,757 INFO [main][CipherTest] transformation=AES.FAST/CFB120/X9.23 19:28:14,757 INFO [main][CipherTest] transformation=AES.FAST/CFB120/X9.23PADDING 19:28:14,757 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ZEROBYTE 19:28:14,758 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ZEROBYTEPADDING 19:28:14,758 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ 19:28:14,759 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO10126 19:28:14,759 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO10126-2 19:28:14,760 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO10126-2PADDING 19:28:14,761 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO10126PADDING 19:28:14,761 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO7816-4 19:28:14,762 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO7816-4PADDING 19:28:14,762 INFO [main][CipherTest] transformation=AES.FAST/CFB128/NOPADDING 19:28:14,763 INFO [main][CipherTest] transformation=AES.FAST/CFB128/PKCS5 19:28:14,763 INFO [main][CipherTest] transformation=AES.FAST/CFB128/PKCS5PADDING 19:28:14,764 INFO [main][CipherTest] transformation=AES.FAST/CFB128/PKCS7 19:28:14,764 INFO [main][CipherTest] transformation=AES.FAST/CFB128/PKCS7PADDING 19:28:14,764 INFO [main][CipherTest] transformation=AES.FAST/CFB128/TBC 19:28:14,765 INFO [main][CipherTest] transformation=AES.FAST/CFB128/TBCPADDING 19:28:14,765 INFO [main][CipherTest] transformation=AES.FAST/CFB128/X9.23 19:28:14,766 INFO [main][CipherTest] transformation=AES.FAST/CFB128/X9.23PADDING 19:28:14,766 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ZEROBYTE 19:28:14,766 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ZEROBYTEPADDING 19:28:14,767 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ 19:28:14,767 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO10126 19:28:14,768 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO10126-2 19:28:14,769 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO10126-2PADDING 19:28:14,769 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO10126PADDING 19:28:14,770 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO7816-4 19:28:14,770 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO7816-4PADDING 19:28:14,771 INFO [main][CipherTest] transformation=AES.FAST/CFB136/NOPADDING 19:28:14,771 INFO [main][CipherTest] transformation=AES.FAST/CFB136/PKCS5 19:28:14,772 INFO [main][CipherTest] transformation=AES.FAST/CFB136/PKCS5PADDING 19:28:14,772 INFO [main][CipherTest] transformation=AES.FAST/CFB136/PKCS7 19:28:14,773 INFO [main][CipherTest] transformation=AES.FAST/CFB136/PKCS7PADDING 19:28:14,773 INFO [main][CipherTest] transformation=AES.FAST/CFB136/TBC 19:28:14,773 INFO [main][CipherTest] transformation=AES.FAST/CFB136/TBCPADDING 19:28:14,774 INFO [main][CipherTest] transformation=AES.FAST/CFB136/X9.23 19:28:14,774 INFO [main][CipherTest] transformation=AES.FAST/CFB136/X9.23PADDING 19:28:14,775 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ZEROBYTE 19:28:14,775 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ZEROBYTEPADDING 19:28:14,775 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ 19:28:14,776 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO10126 19:28:14,777 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO10126-2 19:28:14,777 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO10126-2PADDING 19:28:14,778 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO10126PADDING 19:28:14,779 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO7816-4 19:28:14,779 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO7816-4PADDING 19:28:14,779 INFO [main][CipherTest] transformation=AES.FAST/CFB144/NOPADDING 19:28:14,780 INFO [main][CipherTest] transformation=AES.FAST/CFB144/PKCS5 19:28:14,780 INFO [main][CipherTest] transformation=AES.FAST/CFB144/PKCS5PADDING 19:28:14,781 INFO [main][CipherTest] transformation=AES.FAST/CFB144/PKCS7 19:28:14,781 INFO [main][CipherTest] transformation=AES.FAST/CFB144/PKCS7PADDING 19:28:14,782 INFO [main][CipherTest] transformation=AES.FAST/CFB144/TBC 19:28:14,782 INFO [main][CipherTest] transformation=AES.FAST/CFB144/TBCPADDING 19:28:14,782 INFO [main][CipherTest] transformation=AES.FAST/CFB144/X9.23 19:28:14,783 INFO [main][CipherTest] transformation=AES.FAST/CFB144/X9.23PADDING 19:28:14,783 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ZEROBYTE 19:28:14,784 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ZEROBYTEPADDING 19:28:14,784 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ 19:28:14,785 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO10126 19:28:14,785 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO10126-2 19:28:14,786 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO10126-2PADDING 19:28:14,787 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO10126PADDING 19:28:14,787 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO7816-4 19:28:14,788 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO7816-4PADDING 19:28:14,788 INFO [main][CipherTest] transformation=AES.FAST/CFB152/NOPADDING 19:28:14,789 INFO [main][CipherTest] transformation=AES.FAST/CFB152/PKCS5 19:28:14,789 INFO [main][CipherTest] transformation=AES.FAST/CFB152/PKCS5PADDING 19:28:14,789 INFO [main][CipherTest] transformation=AES.FAST/CFB152/PKCS7 19:28:14,790 INFO [main][CipherTest] transformation=AES.FAST/CFB152/PKCS7PADDING 19:28:14,790 INFO [main][CipherTest] transformation=AES.FAST/CFB152/TBC 19:28:14,791 INFO [main][CipherTest] transformation=AES.FAST/CFB152/TBCPADDING 19:28:14,791 INFO [main][CipherTest] transformation=AES.FAST/CFB152/X9.23 19:28:14,792 INFO [main][CipherTest] transformation=AES.FAST/CFB152/X9.23PADDING 19:28:14,792 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ZEROBYTE 19:28:14,793 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ZEROBYTEPADDING 19:28:14,793 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ 19:28:14,793 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO10126 19:28:14,794 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO10126-2 19:28:14,795 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO10126-2PADDING 19:28:14,796 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO10126PADDING 19:28:14,796 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO7816-4 19:28:14,797 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO7816-4PADDING 19:28:14,797 INFO [main][CipherTest] transformation=AES.FAST/CFB16/NOPADDING 19:28:14,798 INFO [main][CipherTest] transformation=AES.FAST/CFB16/PKCS5 19:28:14,798 INFO [main][CipherTest] transformation=AES.FAST/CFB16/PKCS5PADDING 19:28:14,799 INFO [main][CipherTest] transformation=AES.FAST/CFB16/PKCS7 19:28:14,799 INFO [main][CipherTest] transformation=AES.FAST/CFB16/PKCS7PADDING 19:28:14,800 INFO [main][CipherTest] transformation=AES.FAST/CFB16/TBC 19:28:14,800 INFO [main][CipherTest] transformation=AES.FAST/CFB16/TBCPADDING 19:28:14,801 INFO [main][CipherTest] transformation=AES.FAST/CFB16/X9.23 19:28:14,801 INFO [main][CipherTest] transformation=AES.FAST/CFB16/X9.23PADDING 19:28:14,801 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ZEROBYTE 19:28:14,802 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ZEROBYTEPADDING 19:28:14,802 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ 19:28:14,803 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO10126 19:28:14,803 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO10126-2 19:28:14,804 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO10126-2PADDING 19:28:14,805 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO10126PADDING 19:28:14,805 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO7816-4 19:28:14,806 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO7816-4PADDING 19:28:14,806 INFO [main][CipherTest] transformation=AES.FAST/CFB160/NOPADDING 19:28:14,807 INFO [main][CipherTest] transformation=AES.FAST/CFB160/PKCS5 19:28:14,807 INFO [main][CipherTest] transformation=AES.FAST/CFB160/PKCS5PADDING 19:28:14,808 INFO [main][CipherTest] transformation=AES.FAST/CFB160/PKCS7 19:28:14,808 INFO [main][CipherTest] transformation=AES.FAST/CFB160/PKCS7PADDING 19:28:14,809 INFO [main][CipherTest] transformation=AES.FAST/CFB160/TBC 19:28:14,809 INFO [main][CipherTest] transformation=AES.FAST/CFB160/TBCPADDING 19:28:14,809 INFO [main][CipherTest] transformation=AES.FAST/CFB160/X9.23 19:28:14,809 INFO [main][CipherTest] transformation=AES.FAST/CFB160/X9.23PADDING 19:28:14,810 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ZEROBYTE 19:28:14,810 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ZEROBYTEPADDING 19:28:14,810 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ 19:28:14,810 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO10126 19:28:14,811 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO10126-2 19:28:14,811 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO10126-2PADDING 19:28:14,812 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO10126PADDING 19:28:14,812 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO7816-4 19:28:14,812 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO7816-4PADDING 19:28:14,813 INFO [main][CipherTest] transformation=AES.FAST/CFB168/NOPADDING 19:28:14,813 INFO [main][CipherTest] transformation=AES.FAST/CFB168/PKCS5 19:28:14,813 INFO [main][CipherTest] transformation=AES.FAST/CFB168/PKCS5PADDING 19:28:14,813 INFO [main][CipherTest] transformation=AES.FAST/CFB168/PKCS7 19:28:14,814 INFO [main][CipherTest] transformation=AES.FAST/CFB168/PKCS7PADDING 19:28:14,814 INFO [main][CipherTest] transformation=AES.FAST/CFB168/TBC 19:28:14,814 INFO [main][CipherTest] transformation=AES.FAST/CFB168/TBCPADDING 19:28:14,815 INFO [main][CipherTest] transformation=AES.FAST/CFB168/X9.23 19:28:14,815 INFO [main][CipherTest] transformation=AES.FAST/CFB168/X9.23PADDING 19:28:14,815 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ZEROBYTE 19:28:14,816 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ZEROBYTEPADDING 19:28:14,816 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ 19:28:14,816 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO10126 19:28:14,817 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO10126-2 19:28:14,818 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO10126-2PADDING 19:28:14,818 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO10126PADDING 19:28:14,819 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO7816-4 19:28:14,819 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO7816-4PADDING 19:28:14,820 INFO [main][CipherTest] transformation=AES.FAST/CFB176/NOPADDING 19:28:14,820 INFO [main][CipherTest] transformation=AES.FAST/CFB176/PKCS5 19:28:14,820 INFO [main][CipherTest] transformation=AES.FAST/CFB176/PKCS5PADDING 19:28:14,821 INFO [main][CipherTest] transformation=AES.FAST/CFB176/PKCS7 19:28:14,821 INFO [main][CipherTest] transformation=AES.FAST/CFB176/PKCS7PADDING 19:28:14,821 INFO [main][CipherTest] transformation=AES.FAST/CFB176/TBC 19:28:14,822 INFO [main][CipherTest] transformation=AES.FAST/CFB176/TBCPADDING 19:28:14,822 INFO [main][CipherTest] transformation=AES.FAST/CFB176/X9.23 19:28:14,822 INFO [main][CipherTest] transformation=AES.FAST/CFB176/X9.23PADDING 19:28:14,823 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ZEROBYTE 19:28:14,823 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ZEROBYTEPADDING 19:28:14,823 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ 19:28:14,824 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO10126 19:28:14,824 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO10126-2 19:28:14,825 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO10126-2PADDING 19:28:14,825 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO10126PADDING 19:28:14,826 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO7816-4 19:28:14,826 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO7816-4PADDING 19:28:14,827 INFO [main][CipherTest] transformation=AES.FAST/CFB184/NOPADDING 19:28:14,827 INFO [main][CipherTest] transformation=AES.FAST/CFB184/PKCS5 19:28:14,827 INFO [main][CipherTest] transformation=AES.FAST/CFB184/PKCS5PADDING 19:28:14,828 INFO [main][CipherTest] transformation=AES.FAST/CFB184/PKCS7 19:28:14,828 INFO [main][CipherTest] transformation=AES.FAST/CFB184/PKCS7PADDING 19:28:14,828 INFO [main][CipherTest] transformation=AES.FAST/CFB184/TBC 19:28:14,829 INFO [main][CipherTest] transformation=AES.FAST/CFB184/TBCPADDING 19:28:14,829 INFO [main][CipherTest] transformation=AES.FAST/CFB184/X9.23 19:28:14,829 INFO [main][CipherTest] transformation=AES.FAST/CFB184/X9.23PADDING 19:28:14,830 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ZEROBYTE 19:28:14,830 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ZEROBYTEPADDING 19:28:14,830 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ 19:28:14,831 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO10126 19:28:14,831 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO10126-2 19:28:14,832 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO10126-2PADDING 19:28:14,832 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO10126PADDING 19:28:14,833 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO7816-4 19:28:14,833 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO7816-4PADDING 19:28:14,834 INFO [main][CipherTest] transformation=AES.FAST/CFB192/NOPADDING 19:28:14,834 INFO [main][CipherTest] transformation=AES.FAST/CFB192/PKCS5 19:28:14,834 INFO [main][CipherTest] transformation=AES.FAST/CFB192/PKCS5PADDING 19:28:14,835 INFO [main][CipherTest] transformation=AES.FAST/CFB192/PKCS7 19:28:14,835 INFO [main][CipherTest] transformation=AES.FAST/CFB192/PKCS7PADDING 19:28:14,835 INFO [main][CipherTest] transformation=AES.FAST/CFB192/TBC 19:28:14,835 INFO [main][CipherTest] transformation=AES.FAST/CFB192/TBCPADDING 19:28:14,836 INFO [main][CipherTest] transformation=AES.FAST/CFB192/X9.23 19:28:14,836 INFO [main][CipherTest] transformation=AES.FAST/CFB192/X9.23PADDING 19:28:14,836 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ZEROBYTE 19:28:14,836 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ZEROBYTEPADDING 19:28:14,837 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ 19:28:14,837 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO10126 19:28:14,837 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO10126-2 19:28:14,838 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO10126-2PADDING 19:28:14,838 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO10126PADDING 19:28:14,839 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO7816-4 19:28:14,839 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO7816-4PADDING 19:28:14,839 INFO [main][CipherTest] transformation=AES.FAST/CFB200/NOPADDING 19:28:14,839 INFO [main][CipherTest] transformation=AES.FAST/CFB200/PKCS5 19:28:14,840 INFO [main][CipherTest] transformation=AES.FAST/CFB200/PKCS5PADDING 19:28:14,840 INFO [main][CipherTest] transformation=AES.FAST/CFB200/PKCS7 19:28:14,840 INFO [main][CipherTest] transformation=AES.FAST/CFB200/PKCS7PADDING 19:28:14,840 INFO [main][CipherTest] transformation=AES.FAST/CFB200/TBC 19:28:14,841 INFO [main][CipherTest] transformation=AES.FAST/CFB200/TBCPADDING 19:28:14,841 INFO [main][CipherTest] transformation=AES.FAST/CFB200/X9.23 19:28:14,841 INFO [main][CipherTest] transformation=AES.FAST/CFB200/X9.23PADDING 19:28:14,841 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ZEROBYTE 19:28:14,842 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ZEROBYTEPADDING 19:28:14,842 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ 19:28:14,842 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO10126 19:28:14,842 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO10126-2 19:28:14,843 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO10126-2PADDING 19:28:14,843 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO10126PADDING 19:28:14,844 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO7816-4 19:28:14,844 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO7816-4PADDING 19:28:14,844 INFO [main][CipherTest] transformation=AES.FAST/CFB208/NOPADDING 19:28:14,845 INFO [main][CipherTest] transformation=AES.FAST/CFB208/PKCS5 19:28:14,845 INFO [main][CipherTest] transformation=AES.FAST/CFB208/PKCS5PADDING 19:28:14,845 INFO [main][CipherTest] transformation=AES.FAST/CFB208/PKCS7 19:28:14,845 INFO [main][CipherTest] transformation=AES.FAST/CFB208/PKCS7PADDING 19:28:14,845 INFO [main][CipherTest] transformation=AES.FAST/CFB208/TBC 19:28:14,846 INFO [main][CipherTest] transformation=AES.FAST/CFB208/TBCPADDING 19:28:14,846 INFO [main][CipherTest] transformation=AES.FAST/CFB208/X9.23 19:28:14,846 INFO [main][CipherTest] transformation=AES.FAST/CFB208/X9.23PADDING 19:28:14,846 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ZEROBYTE 19:28:14,847 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ZEROBYTEPADDING 19:28:14,847 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ 19:28:14,847 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO10126 19:28:14,848 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO10126-2 19:28:14,848 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO10126-2PADDING 19:28:14,849 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO10126PADDING 19:28:14,849 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO7816-4 19:28:14,849 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO7816-4PADDING 19:28:14,849 INFO [main][CipherTest] transformation=AES.FAST/CFB216/NOPADDING 19:28:14,850 INFO [main][CipherTest] transformation=AES.FAST/CFB216/PKCS5 19:28:14,850 INFO [main][CipherTest] transformation=AES.FAST/CFB216/PKCS5PADDING 19:28:14,850 INFO [main][CipherTest] transformation=AES.FAST/CFB216/PKCS7 19:28:14,850 INFO [main][CipherTest] transformation=AES.FAST/CFB216/PKCS7PADDING 19:28:14,851 INFO [main][CipherTest] transformation=AES.FAST/CFB216/TBC 19:28:14,851 INFO [main][CipherTest] transformation=AES.FAST/CFB216/TBCPADDING 19:28:14,851 INFO [main][CipherTest] transformation=AES.FAST/CFB216/X9.23 19:28:14,851 INFO [main][CipherTest] transformation=AES.FAST/CFB216/X9.23PADDING 19:28:14,852 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ZEROBYTE 19:28:14,852 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ZEROBYTEPADDING 19:28:14,852 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ 19:28:14,852 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO10126 19:28:14,853 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO10126-2 19:28:14,853 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO10126-2PADDING 19:28:14,854 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO10126PADDING 19:28:14,854 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO7816-4 19:28:14,854 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO7816-4PADDING 19:28:14,855 INFO [main][CipherTest] transformation=AES.FAST/CFB224/NOPADDING 19:28:14,855 INFO [main][CipherTest] transformation=AES.FAST/CFB224/PKCS5 19:28:14,855 INFO [main][CipherTest] transformation=AES.FAST/CFB224/PKCS5PADDING 19:28:14,855 INFO [main][CipherTest] transformation=AES.FAST/CFB224/PKCS7 19:28:14,856 INFO [main][CipherTest] transformation=AES.FAST/CFB224/PKCS7PADDING 19:28:14,856 INFO [main][CipherTest] transformation=AES.FAST/CFB224/TBC 19:28:14,856 INFO [main][CipherTest] transformation=AES.FAST/CFB224/TBCPADDING 19:28:14,856 INFO [main][CipherTest] transformation=AES.FAST/CFB224/X9.23 19:28:14,857 INFO [main][CipherTest] transformation=AES.FAST/CFB224/X9.23PADDING 19:28:14,857 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ZEROBYTE 19:28:14,857 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ZEROBYTEPADDING 19:28:14,857 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ 19:28:14,857 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO10126 19:28:14,858 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO10126-2 19:28:14,858 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO10126-2PADDING 19:28:14,859 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO10126PADDING 19:28:14,859 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO7816-4 19:28:14,860 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO7816-4PADDING 19:28:14,860 INFO [main][CipherTest] transformation=AES.FAST/CFB232/NOPADDING 19:28:14,860 INFO [main][CipherTest] transformation=AES.FAST/CFB232/PKCS5 19:28:14,860 INFO [main][CipherTest] transformation=AES.FAST/CFB232/PKCS5PADDING 19:28:14,860 INFO [main][CipherTest] transformation=AES.FAST/CFB232/PKCS7 19:28:14,861 INFO [main][CipherTest] transformation=AES.FAST/CFB232/PKCS7PADDING 19:28:14,861 INFO [main][CipherTest] transformation=AES.FAST/CFB232/TBC 19:28:14,861 INFO [main][CipherTest] transformation=AES.FAST/CFB232/TBCPADDING 19:28:14,861 INFO [main][CipherTest] transformation=AES.FAST/CFB232/X9.23 19:28:14,862 INFO [main][CipherTest] transformation=AES.FAST/CFB232/X9.23PADDING 19:28:14,862 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ZEROBYTE 19:28:14,862 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ZEROBYTEPADDING 19:28:14,862 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ 19:28:14,863 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO10126 19:28:14,863 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO10126-2 19:28:14,864 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO10126-2PADDING 19:28:14,864 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO10126PADDING 19:28:14,864 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO7816-4 19:28:14,865 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO7816-4PADDING 19:28:14,865 INFO [main][CipherTest] transformation=AES.FAST/CFB24/NOPADDING 19:28:14,865 INFO [main][CipherTest] transformation=AES.FAST/CFB24/PKCS5 19:28:14,865 INFO [main][CipherTest] transformation=AES.FAST/CFB24/PKCS5PADDING 19:28:14,866 INFO [main][CipherTest] transformation=AES.FAST/CFB24/PKCS7 19:28:14,866 INFO [main][CipherTest] transformation=AES.FAST/CFB24/PKCS7PADDING 19:28:14,866 INFO [main][CipherTest] transformation=AES.FAST/CFB24/TBC 19:28:14,866 INFO [main][CipherTest] transformation=AES.FAST/CFB24/TBCPADDING 19:28:14,867 INFO [main][CipherTest] transformation=AES.FAST/CFB24/X9.23 19:28:14,867 INFO [main][CipherTest] transformation=AES.FAST/CFB24/X9.23PADDING 19:28:14,867 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ZEROBYTE 19:28:14,867 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ZEROBYTEPADDING 19:28:14,868 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ 19:28:14,868 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO10126 19:28:14,868 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO10126-2 19:28:14,869 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO10126-2PADDING 19:28:14,869 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO10126PADDING 19:28:14,870 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO7816-4 19:28:14,870 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO7816-4PADDING 19:28:14,870 INFO [main][CipherTest] transformation=AES.FAST/CFB240/NOPADDING 19:28:14,871 INFO [main][CipherTest] transformation=AES.FAST/CFB240/PKCS5 19:28:14,871 INFO [main][CipherTest] transformation=AES.FAST/CFB240/PKCS5PADDING 19:28:14,871 INFO [main][CipherTest] transformation=AES.FAST/CFB240/PKCS7 19:28:14,871 INFO [main][CipherTest] transformation=AES.FAST/CFB240/PKCS7PADDING 19:28:14,872 INFO [main][CipherTest] transformation=AES.FAST/CFB240/TBC 19:28:14,872 INFO [main][CipherTest] transformation=AES.FAST/CFB240/TBCPADDING 19:28:14,872 INFO [main][CipherTest] transformation=AES.FAST/CFB240/X9.23 19:28:14,872 INFO [main][CipherTest] transformation=AES.FAST/CFB240/X9.23PADDING 19:28:14,872 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ZEROBYTE 19:28:14,873 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ZEROBYTEPADDING 19:28:14,873 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ 19:28:14,873 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO10126 19:28:14,874 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO10126-2 19:28:14,874 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO10126-2PADDING 19:28:14,875 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO10126PADDING 19:28:14,875 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO7816-4 19:28:14,875 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO7816-4PADDING 19:28:14,876 INFO [main][CipherTest] transformation=AES.FAST/CFB248/NOPADDING 19:28:14,876 INFO [main][CipherTest] transformation=AES.FAST/CFB248/PKCS5 19:28:14,876 INFO [main][CipherTest] transformation=AES.FAST/CFB248/PKCS5PADDING 19:28:14,876 INFO [main][CipherTest] transformation=AES.FAST/CFB248/PKCS7 19:28:14,876 INFO [main][CipherTest] transformation=AES.FAST/CFB248/PKCS7PADDING 19:28:14,877 INFO [main][CipherTest] transformation=AES.FAST/CFB248/TBC 19:28:14,877 INFO [main][CipherTest] transformation=AES.FAST/CFB248/TBCPADDING 19:28:14,877 INFO [main][CipherTest] transformation=AES.FAST/CFB248/X9.23 19:28:14,877 INFO [main][CipherTest] transformation=AES.FAST/CFB248/X9.23PADDING 19:28:14,878 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ZEROBYTE 19:28:14,878 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ZEROBYTEPADDING 19:28:14,878 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ 19:28:14,878 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO10126 19:28:14,879 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO10126-2 19:28:14,879 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO10126-2PADDING 19:28:14,880 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO10126PADDING 19:28:14,880 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO7816-4 19:28:14,880 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO7816-4PADDING 19:28:14,881 INFO [main][CipherTest] transformation=AES.FAST/CFB256/NOPADDING 19:28:14,881 INFO [main][CipherTest] transformation=AES.FAST/CFB256/PKCS5 19:28:14,881 INFO [main][CipherTest] transformation=AES.FAST/CFB256/PKCS5PADDING 19:28:14,882 INFO [main][CipherTest] transformation=AES.FAST/CFB256/PKCS7 19:28:14,882 INFO [main][CipherTest] transformation=AES.FAST/CFB256/PKCS7PADDING 19:28:14,882 INFO [main][CipherTest] transformation=AES.FAST/CFB256/TBC 19:28:14,882 INFO [main][CipherTest] transformation=AES.FAST/CFB256/TBCPADDING 19:28:14,883 INFO [main][CipherTest] transformation=AES.FAST/CFB256/X9.23 19:28:14,883 INFO [main][CipherTest] transformation=AES.FAST/CFB256/X9.23PADDING 19:28:14,883 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ZEROBYTE 19:28:14,883 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ZEROBYTEPADDING 19:28:14,884 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ 19:28:14,884 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO10126 19:28:14,884 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO10126-2 19:28:14,885 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO10126-2PADDING 19:28:14,885 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO10126PADDING 19:28:14,886 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO7816-4 19:28:14,886 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO7816-4PADDING 19:28:14,886 INFO [main][CipherTest] transformation=AES.FAST/CFB32/NOPADDING 19:28:14,886 INFO [main][CipherTest] transformation=AES.FAST/CFB32/PKCS5 19:28:14,886 INFO [main][CipherTest] transformation=AES.FAST/CFB32/PKCS5PADDING 19:28:14,887 INFO [main][CipherTest] transformation=AES.FAST/CFB32/PKCS7 19:28:14,887 INFO [main][CipherTest] transformation=AES.FAST/CFB32/PKCS7PADDING 19:28:14,887 INFO [main][CipherTest] transformation=AES.FAST/CFB32/TBC 19:28:14,887 INFO [main][CipherTest] transformation=AES.FAST/CFB32/TBCPADDING 19:28:14,888 INFO [main][CipherTest] transformation=AES.FAST/CFB32/X9.23 19:28:14,888 INFO [main][CipherTest] transformation=AES.FAST/CFB32/X9.23PADDING 19:28:14,888 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ZEROBYTE 19:28:14,888 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ZEROBYTEPADDING 19:28:14,889 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ 19:28:14,889 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO10126 19:28:14,889 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO10126-2 19:28:14,890 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO10126-2PADDING 19:28:14,890 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO10126PADDING 19:28:14,891 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO7816-4 19:28:14,891 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO7816-4PADDING 19:28:14,891 INFO [main][CipherTest] transformation=AES.FAST/CFB40/NOPADDING 19:28:14,891 INFO [main][CipherTest] transformation=AES.FAST/CFB40/PKCS5 19:28:14,892 INFO [main][CipherTest] transformation=AES.FAST/CFB40/PKCS5PADDING 19:28:14,892 INFO [main][CipherTest] transformation=AES.FAST/CFB40/PKCS7 19:28:14,892 INFO [main][CipherTest] transformation=AES.FAST/CFB40/PKCS7PADDING 19:28:14,892 INFO [main][CipherTest] transformation=AES.FAST/CFB40/TBC 19:28:14,893 INFO [main][CipherTest] transformation=AES.FAST/CFB40/TBCPADDING 19:28:14,893 INFO [main][CipherTest] transformation=AES.FAST/CFB40/X9.23 19:28:14,893 INFO [main][CipherTest] transformation=AES.FAST/CFB40/X9.23PADDING 19:28:14,893 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ZEROBYTE 19:28:14,894 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ZEROBYTEPADDING 19:28:14,894 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ 19:28:14,894 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO10126 19:28:14,895 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO10126-2 19:28:14,895 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO10126-2PADDING 19:28:14,896 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO10126PADDING 19:28:14,896 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO7816-4 19:28:14,896 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO7816-4PADDING 19:28:14,896 INFO [main][CipherTest] transformation=AES.FAST/CFB48/NOPADDING 19:28:14,897 INFO [main][CipherTest] transformation=AES.FAST/CFB48/PKCS5 19:28:14,897 INFO [main][CipherTest] transformation=AES.FAST/CFB48/PKCS5PADDING 19:28:14,897 INFO [main][CipherTest] transformation=AES.FAST/CFB48/PKCS7 19:28:14,897 INFO [main][CipherTest] transformation=AES.FAST/CFB48/PKCS7PADDING 19:28:14,898 INFO [main][CipherTest] transformation=AES.FAST/CFB48/TBC 19:28:14,898 INFO [main][CipherTest] transformation=AES.FAST/CFB48/TBCPADDING 19:28:14,898 INFO [main][CipherTest] transformation=AES.FAST/CFB48/X9.23 19:28:14,898 INFO [main][CipherTest] transformation=AES.FAST/CFB48/X9.23PADDING 19:28:14,899 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ZEROBYTE 19:28:14,899 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ZEROBYTEPADDING 19:28:14,899 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ 19:28:14,899 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO10126 19:28:14,900 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO10126-2 19:28:14,900 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO10126-2PADDING 19:28:14,901 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO10126PADDING 19:28:14,901 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO7816-4 19:28:14,901 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO7816-4PADDING 19:28:14,902 INFO [main][CipherTest] transformation=AES.FAST/CFB56/NOPADDING 19:28:14,902 INFO [main][CipherTest] transformation=AES.FAST/CFB56/PKCS5 19:28:14,902 INFO [main][CipherTest] transformation=AES.FAST/CFB56/PKCS5PADDING 19:28:14,902 INFO [main][CipherTest] transformation=AES.FAST/CFB56/PKCS7 19:28:14,903 INFO [main][CipherTest] transformation=AES.FAST/CFB56/PKCS7PADDING 19:28:14,903 INFO [main][CipherTest] transformation=AES.FAST/CFB56/TBC 19:28:14,903 INFO [main][CipherTest] transformation=AES.FAST/CFB56/TBCPADDING 19:28:14,903 INFO [main][CipherTest] transformation=AES.FAST/CFB56/X9.23 19:28:14,904 INFO [main][CipherTest] transformation=AES.FAST/CFB56/X9.23PADDING 19:28:14,904 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ZEROBYTE 19:28:14,904 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ZEROBYTEPADDING 19:28:14,904 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ 19:28:14,904 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO10126 19:28:14,905 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO10126-2 19:28:14,905 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO10126-2PADDING 19:28:14,906 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO10126PADDING 19:28:14,906 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO7816-4 19:28:14,907 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO7816-4PADDING 19:28:14,907 INFO [main][CipherTest] transformation=AES.FAST/CFB64/NOPADDING 19:28:14,907 INFO [main][CipherTest] transformation=AES.FAST/CFB64/PKCS5 19:28:14,907 INFO [main][CipherTest] transformation=AES.FAST/CFB64/PKCS5PADDING 19:28:14,907 INFO [main][CipherTest] transformation=AES.FAST/CFB64/PKCS7 19:28:14,908 INFO [main][CipherTest] transformation=AES.FAST/CFB64/PKCS7PADDING 19:28:14,908 INFO [main][CipherTest] transformation=AES.FAST/CFB64/TBC 19:28:14,908 INFO [main][CipherTest] transformation=AES.FAST/CFB64/TBCPADDING 19:28:14,908 INFO [main][CipherTest] transformation=AES.FAST/CFB64/X9.23 19:28:14,909 INFO [main][CipherTest] transformation=AES.FAST/CFB64/X9.23PADDING 19:28:14,909 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ZEROBYTE 19:28:14,909 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ZEROBYTEPADDING 19:28:14,909 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ 19:28:14,910 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO10126 19:28:14,910 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO10126-2 19:28:14,911 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO10126-2PADDING 19:28:14,911 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO10126PADDING 19:28:14,911 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO7816-4 19:28:14,912 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO7816-4PADDING 19:28:14,912 INFO [main][CipherTest] transformation=AES.FAST/CFB72/NOPADDING 19:28:14,912 INFO [main][CipherTest] transformation=AES.FAST/CFB72/PKCS5 19:28:14,912 INFO [main][CipherTest] transformation=AES.FAST/CFB72/PKCS5PADDING 19:28:14,913 INFO [main][CipherTest] transformation=AES.FAST/CFB72/PKCS7 19:28:14,913 INFO [main][CipherTest] transformation=AES.FAST/CFB72/PKCS7PADDING 19:28:14,913 INFO [main][CipherTest] transformation=AES.FAST/CFB72/TBC 19:28:14,913 INFO [main][CipherTest] transformation=AES.FAST/CFB72/TBCPADDING 19:28:14,914 INFO [main][CipherTest] transformation=AES.FAST/CFB72/X9.23 19:28:14,914 INFO [main][CipherTest] transformation=AES.FAST/CFB72/X9.23PADDING 19:28:14,914 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ZEROBYTE 19:28:14,914 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ZEROBYTEPADDING 19:28:14,915 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ 19:28:14,915 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO10126 19:28:14,915 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO10126-2 19:28:14,916 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO10126-2PADDING 19:28:14,916 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO10126PADDING 19:28:14,917 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO7816-4 19:28:14,917 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO7816-4PADDING 19:28:14,917 INFO [main][CipherTest] transformation=AES.FAST/CFB8/NOPADDING 19:28:14,917 INFO [main][CipherTest] transformation=AES.FAST/CFB8/PKCS5 19:28:14,918 INFO [main][CipherTest] transformation=AES.FAST/CFB8/PKCS5PADDING 19:28:14,918 INFO [main][CipherTest] transformation=AES.FAST/CFB8/PKCS7 19:28:14,918 INFO [main][CipherTest] transformation=AES.FAST/CFB8/PKCS7PADDING 19:28:14,918 INFO [main][CipherTest] transformation=AES.FAST/CFB8/TBC 19:28:14,919 INFO [main][CipherTest] transformation=AES.FAST/CFB8/TBCPADDING 19:28:14,919 INFO [main][CipherTest] transformation=AES.FAST/CFB8/X9.23 19:28:14,919 INFO [main][CipherTest] transformation=AES.FAST/CFB8/X9.23PADDING 19:28:14,919 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ZEROBYTE 19:28:14,919 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ZEROBYTEPADDING 19:28:14,920 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ 19:28:14,920 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO10126 19:28:14,920 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO10126-2 19:28:14,921 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO10126-2PADDING 19:28:14,921 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO10126PADDING 19:28:14,922 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO7816-4 19:28:14,922 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO7816-4PADDING 19:28:14,922 INFO [main][CipherTest] transformation=AES.FAST/CFB80/NOPADDING 19:28:14,922 INFO [main][CipherTest] transformation=AES.FAST/CFB80/PKCS5 19:28:14,923 INFO [main][CipherTest] transformation=AES.FAST/CFB80/PKCS5PADDING 19:28:14,923 INFO [main][CipherTest] transformation=AES.FAST/CFB80/PKCS7 19:28:14,923 INFO [main][CipherTest] transformation=AES.FAST/CFB80/PKCS7PADDING 19:28:14,923 INFO [main][CipherTest] transformation=AES.FAST/CFB80/TBC 19:28:14,924 INFO [main][CipherTest] transformation=AES.FAST/CFB80/TBCPADDING 19:28:14,924 INFO [main][CipherTest] transformation=AES.FAST/CFB80/X9.23 19:28:14,924 INFO [main][CipherTest] transformation=AES.FAST/CFB80/X9.23PADDING 19:28:14,924 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ZEROBYTE 19:28:14,925 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ZEROBYTEPADDING 19:28:14,925 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ 19:28:14,925 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO10126 19:28:14,926 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO10126-2 19:28:14,926 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO10126-2PADDING 19:28:14,926 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO10126PADDING 19:28:14,927 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO7816-4 19:28:14,927 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO7816-4PADDING 19:28:14,927 INFO [main][CipherTest] transformation=AES.FAST/CFB88/NOPADDING 19:28:14,928 INFO [main][CipherTest] transformation=AES.FAST/CFB88/PKCS5 19:28:14,928 INFO [main][CipherTest] transformation=AES.FAST/CFB88/PKCS5PADDING 19:28:14,928 INFO [main][CipherTest] transformation=AES.FAST/CFB88/PKCS7 19:28:14,928 INFO [main][CipherTest] transformation=AES.FAST/CFB88/PKCS7PADDING 19:28:14,929 INFO [main][CipherTest] transformation=AES.FAST/CFB88/TBC 19:28:14,929 INFO [main][CipherTest] transformation=AES.FAST/CFB88/TBCPADDING 19:28:14,929 INFO [main][CipherTest] transformation=AES.FAST/CFB88/X9.23 19:28:14,929 INFO [main][CipherTest] transformation=AES.FAST/CFB88/X9.23PADDING 19:28:14,930 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ZEROBYTE 19:28:14,930 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ZEROBYTEPADDING 19:28:14,930 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ 19:28:14,930 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO10126 19:28:14,931 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO10126-2 19:28:14,931 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO10126-2PADDING 19:28:14,932 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO10126PADDING 19:28:14,932 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO7816-4 19:28:14,932 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO7816-4PADDING 19:28:14,933 INFO [main][CipherTest] transformation=AES.FAST/CFB96/NOPADDING 19:28:14,933 INFO [main][CipherTest] transformation=AES.FAST/CFB96/PKCS5 19:28:14,933 INFO [main][CipherTest] transformation=AES.FAST/CFB96/PKCS5PADDING 19:28:14,933 INFO [main][CipherTest] transformation=AES.FAST/CFB96/PKCS7 19:28:14,933 INFO [main][CipherTest] transformation=AES.FAST/CFB96/PKCS7PADDING 19:28:14,934 INFO [main][CipherTest] transformation=AES.FAST/CFB96/TBC 19:28:14,934 INFO [main][CipherTest] transformation=AES.FAST/CFB96/TBCPADDING 19:28:14,934 INFO [main][CipherTest] transformation=AES.FAST/CFB96/X9.23 19:28:14,934 INFO [main][CipherTest] transformation=AES.FAST/CFB96/X9.23PADDING 19:28:14,935 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ZEROBYTE 19:28:14,935 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ZEROBYTEPADDING 19:28:14,935 INFO [main][CipherTest] transformation=AES.FAST/CTS/ 19:28:14,936 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST/CTS/" does not support IV => Skipping. 19:28:14,936 INFO [main][CipherTest] transformation=AES.FAST/CTS/NOPADDING 19:28:14,936 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST/CTS/NOPADDING" does not support IV => Skipping. 19:28:14,936 INFO [main][CipherTest] transformation=AES.FAST/EAX/ 19:28:14,937 INFO [main][CipherTest] transformation=AES.FAST/EAX/NOPADDING 19:28:14,938 INFO [main][CipherTest] transformation=AES.FAST/ECB/ 19:28:14,938 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST/ECB/" does not support IV => Skipping. 19:28:14,938 INFO [main][CipherTest] transformation=AES.FAST/ECB/NOPADDING 19:28:14,938 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST/ECB/NOPADDING" does not support IV => Skipping. 19:28:14,938 INFO [main][CipherTest] transformation=AES.FAST/GCM/ 19:28:14,940 INFO [main][CipherTest] transformation=AES.FAST/GCM/NOPADDING 19:28:14,941 INFO [main][CipherTest] transformation=AES.FAST/OFB/ 19:28:14,942 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO10126 19:28:14,942 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO10126-2 19:28:14,942 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO10126-2PADDING 19:28:14,943 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO10126PADDING 19:28:14,943 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO7816-4 19:28:14,944 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO7816-4PADDING 19:28:14,944 INFO [main][CipherTest] transformation=AES.FAST/OFB/NOPADDING 19:28:14,944 INFO [main][CipherTest] transformation=AES.FAST/OFB/PKCS5 19:28:14,944 INFO [main][CipherTest] transformation=AES.FAST/OFB/PKCS5PADDING 19:28:14,945 INFO [main][CipherTest] transformation=AES.FAST/OFB/PKCS7 19:28:14,945 INFO [main][CipherTest] transformation=AES.FAST/OFB/PKCS7PADDING 19:28:14,945 INFO [main][CipherTest] transformation=AES.FAST/OFB/TBC 19:28:14,945 INFO [main][CipherTest] transformation=AES.FAST/OFB/TBCPADDING 19:28:14,945 INFO [main][CipherTest] transformation=AES.FAST/OFB/X9.23 19:28:14,946 INFO [main][CipherTest] transformation=AES.FAST/OFB/X9.23PADDING 19:28:14,946 INFO [main][CipherTest] transformation=AES.FAST/OFB/ZEROBYTE 19:28:14,946 INFO [main][CipherTest] transformation=AES.FAST/OFB/ZEROBYTEPADDING 19:28:14,946 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ 19:28:14,947 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO10126 19:28:14,947 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO10126-2 19:28:14,948 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO10126-2PADDING 19:28:14,948 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO10126PADDING 19:28:14,949 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO7816-4 19:28:14,949 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO7816-4PADDING 19:28:14,949 INFO [main][CipherTest] transformation=AES.FAST/OFB104/NOPADDING 19:28:14,949 INFO [main][CipherTest] transformation=AES.FAST/OFB104/PKCS5 19:28:14,949 INFO [main][CipherTest] transformation=AES.FAST/OFB104/PKCS5PADDING 19:28:14,950 INFO [main][CipherTest] transformation=AES.FAST/OFB104/PKCS7 19:28:14,950 INFO [main][CipherTest] transformation=AES.FAST/OFB104/PKCS7PADDING 19:28:14,950 INFO [main][CipherTest] transformation=AES.FAST/OFB104/TBC 19:28:14,951 INFO [main][CipherTest] transformation=AES.FAST/OFB104/TBCPADDING 19:28:14,951 INFO [main][CipherTest] transformation=AES.FAST/OFB104/X9.23 19:28:14,951 INFO [main][CipherTest] transformation=AES.FAST/OFB104/X9.23PADDING 19:28:14,951 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ZEROBYTE 19:28:14,952 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ZEROBYTEPADDING 19:28:14,952 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ 19:28:14,952 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO10126 19:28:14,952 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO10126-2 19:28:14,953 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO10126-2PADDING 19:28:14,953 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO10126PADDING 19:28:14,954 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO7816-4 19:28:14,954 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO7816-4PADDING 19:28:14,954 INFO [main][CipherTest] transformation=AES.FAST/OFB112/NOPADDING 19:28:14,955 INFO [main][CipherTest] transformation=AES.FAST/OFB112/PKCS5 19:28:14,955 INFO [main][CipherTest] transformation=AES.FAST/OFB112/PKCS5PADDING 19:28:14,955 INFO [main][CipherTest] transformation=AES.FAST/OFB112/PKCS7 19:28:14,955 INFO [main][CipherTest] transformation=AES.FAST/OFB112/PKCS7PADDING 19:28:14,956 INFO [main][CipherTest] transformation=AES.FAST/OFB112/TBC 19:28:14,956 INFO [main][CipherTest] transformation=AES.FAST/OFB112/TBCPADDING 19:28:14,956 INFO [main][CipherTest] transformation=AES.FAST/OFB112/X9.23 19:28:14,957 INFO [main][CipherTest] transformation=AES.FAST/OFB112/X9.23PADDING 19:28:14,957 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ZEROBYTE 19:28:14,957 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ZEROBYTEPADDING 19:28:14,958 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ 19:28:14,958 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO10126 19:28:14,959 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO10126-2 19:28:14,959 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO10126-2PADDING 19:28:14,960 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO10126PADDING 19:28:14,960 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO7816-4 19:28:14,960 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO7816-4PADDING 19:28:14,960 INFO [main][CipherTest] transformation=AES.FAST/OFB120/NOPADDING 19:28:14,961 INFO [main][CipherTest] transformation=AES.FAST/OFB120/PKCS5 19:28:14,961 INFO [main][CipherTest] transformation=AES.FAST/OFB120/PKCS5PADDING 19:28:14,961 INFO [main][CipherTest] transformation=AES.FAST/OFB120/PKCS7 19:28:14,961 INFO [main][CipherTest] transformation=AES.FAST/OFB120/PKCS7PADDING 19:28:14,962 INFO [main][CipherTest] transformation=AES.FAST/OFB120/TBC 19:28:14,962 INFO [main][CipherTest] transformation=AES.FAST/OFB120/TBCPADDING 19:28:14,962 INFO [main][CipherTest] transformation=AES.FAST/OFB120/X9.23 19:28:14,962 INFO [main][CipherTest] transformation=AES.FAST/OFB120/X9.23PADDING 19:28:14,963 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ZEROBYTE 19:28:14,963 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ZEROBYTEPADDING 19:28:14,963 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ 19:28:14,963 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO10126 19:28:14,964 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO10126-2 19:28:14,964 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO10126-2PADDING 19:28:14,965 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO10126PADDING 19:28:14,965 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO7816-4 19:28:14,965 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO7816-4PADDING 19:28:14,966 INFO [main][CipherTest] transformation=AES.FAST/OFB128/NOPADDING 19:28:14,966 INFO [main][CipherTest] transformation=AES.FAST/OFB128/PKCS5 19:28:14,966 INFO [main][CipherTest] transformation=AES.FAST/OFB128/PKCS5PADDING 19:28:14,966 INFO [main][CipherTest] transformation=AES.FAST/OFB128/PKCS7 19:28:14,967 INFO [main][CipherTest] transformation=AES.FAST/OFB128/PKCS7PADDING 19:28:14,967 INFO [main][CipherTest] transformation=AES.FAST/OFB128/TBC 19:28:14,967 INFO [main][CipherTest] transformation=AES.FAST/OFB128/TBCPADDING 19:28:14,967 INFO [main][CipherTest] transformation=AES.FAST/OFB128/X9.23 19:28:14,968 INFO [main][CipherTest] transformation=AES.FAST/OFB128/X9.23PADDING 19:28:14,968 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ZEROBYTE 19:28:14,968 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ZEROBYTEPADDING 19:28:14,968 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ 19:28:14,969 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO10126 19:28:14,969 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO10126-2 19:28:14,970 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO10126-2PADDING 19:28:14,970 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO10126PADDING 19:28:14,970 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO7816-4 19:28:14,971 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO7816-4PADDING 19:28:14,971 INFO [main][CipherTest] transformation=AES.FAST/OFB136/NOPADDING 19:28:14,971 INFO [main][CipherTest] transformation=AES.FAST/OFB136/PKCS5 19:28:14,971 INFO [main][CipherTest] transformation=AES.FAST/OFB136/PKCS5PADDING 19:28:14,972 INFO [main][CipherTest] transformation=AES.FAST/OFB136/PKCS7 19:28:14,972 INFO [main][CipherTest] transformation=AES.FAST/OFB136/PKCS7PADDING 19:28:14,972 INFO [main][CipherTest] transformation=AES.FAST/OFB136/TBC 19:28:14,972 INFO [main][CipherTest] transformation=AES.FAST/OFB136/TBCPADDING 19:28:14,973 INFO [main][CipherTest] transformation=AES.FAST/OFB136/X9.23 19:28:14,973 INFO [main][CipherTest] transformation=AES.FAST/OFB136/X9.23PADDING 19:28:14,974 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ZEROBYTE 19:28:14,974 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ZEROBYTEPADDING 19:28:14,974 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ 19:28:14,975 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO10126 19:28:14,975 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO10126-2 19:28:14,976 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO10126-2PADDING 19:28:14,976 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO10126PADDING 19:28:14,976 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO7816-4 19:28:14,977 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO7816-4PADDING 19:28:14,977 INFO [main][CipherTest] transformation=AES.FAST/OFB144/NOPADDING 19:28:14,977 INFO [main][CipherTest] transformation=AES.FAST/OFB144/PKCS5 19:28:14,977 INFO [main][CipherTest] transformation=AES.FAST/OFB144/PKCS5PADDING 19:28:14,978 INFO [main][CipherTest] transformation=AES.FAST/OFB144/PKCS7 19:28:14,978 INFO [main][CipherTest] transformation=AES.FAST/OFB144/PKCS7PADDING 19:28:14,978 INFO [main][CipherTest] transformation=AES.FAST/OFB144/TBC 19:28:14,978 INFO [main][CipherTest] transformation=AES.FAST/OFB144/TBCPADDING 19:28:14,979 INFO [main][CipherTest] transformation=AES.FAST/OFB144/X9.23 19:28:14,979 INFO [main][CipherTest] transformation=AES.FAST/OFB144/X9.23PADDING 19:28:14,979 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ZEROBYTE 19:28:14,979 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ZEROBYTEPADDING 19:28:14,980 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ 19:28:14,980 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO10126 19:28:14,980 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO10126-2 19:28:14,981 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO10126-2PADDING 19:28:14,981 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO10126PADDING 19:28:14,982 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO7816-4 19:28:14,982 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO7816-4PADDING 19:28:14,982 INFO [main][CipherTest] transformation=AES.FAST/OFB152/NOPADDING 19:28:14,983 INFO [main][CipherTest] transformation=AES.FAST/OFB152/PKCS5 19:28:14,983 INFO [main][CipherTest] transformation=AES.FAST/OFB152/PKCS5PADDING 19:28:14,983 INFO [main][CipherTest] transformation=AES.FAST/OFB152/PKCS7 19:28:14,983 INFO [main][CipherTest] transformation=AES.FAST/OFB152/PKCS7PADDING 19:28:14,983 INFO [main][CipherTest] transformation=AES.FAST/OFB152/TBC 19:28:14,984 INFO [main][CipherTest] transformation=AES.FAST/OFB152/TBCPADDING 19:28:14,984 INFO [main][CipherTest] transformation=AES.FAST/OFB152/X9.23 19:28:14,984 INFO [main][CipherTest] transformation=AES.FAST/OFB152/X9.23PADDING 19:28:14,984 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ZEROBYTE 19:28:14,985 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ZEROBYTEPADDING 19:28:14,985 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ 19:28:14,985 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO10126 19:28:14,986 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO10126-2 19:28:14,986 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO10126-2PADDING 19:28:14,987 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO10126PADDING 19:28:14,987 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO7816-4 19:28:14,987 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO7816-4PADDING 19:28:14,987 INFO [main][CipherTest] transformation=AES.FAST/OFB16/NOPADDING 19:28:14,988 INFO [main][CipherTest] transformation=AES.FAST/OFB16/PKCS5 19:28:14,988 INFO [main][CipherTest] transformation=AES.FAST/OFB16/PKCS5PADDING 19:28:14,988 INFO [main][CipherTest] transformation=AES.FAST/OFB16/PKCS7 19:28:14,988 INFO [main][CipherTest] transformation=AES.FAST/OFB16/PKCS7PADDING 19:28:14,989 INFO [main][CipherTest] transformation=AES.FAST/OFB16/TBC 19:28:14,989 INFO [main][CipherTest] transformation=AES.FAST/OFB16/TBCPADDING 19:28:14,989 INFO [main][CipherTest] transformation=AES.FAST/OFB16/X9.23 19:28:14,989 INFO [main][CipherTest] transformation=AES.FAST/OFB16/X9.23PADDING 19:28:14,990 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ZEROBYTE 19:28:14,990 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ZEROBYTEPADDING 19:28:14,990 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ 19:28:14,990 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO10126 19:28:14,991 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO10126-2 19:28:14,991 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO10126-2PADDING 19:28:14,992 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO10126PADDING 19:28:14,992 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO7816-4 19:28:14,992 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO7816-4PADDING 19:28:14,993 INFO [main][CipherTest] transformation=AES.FAST/OFB160/NOPADDING 19:28:14,993 INFO [main][CipherTest] transformation=AES.FAST/OFB160/PKCS5 19:28:14,993 INFO [main][CipherTest] transformation=AES.FAST/OFB160/PKCS5PADDING 19:28:14,993 INFO [main][CipherTest] transformation=AES.FAST/OFB160/PKCS7 19:28:14,994 INFO [main][CipherTest] transformation=AES.FAST/OFB160/PKCS7PADDING 19:28:14,994 INFO [main][CipherTest] transformation=AES.FAST/OFB160/TBC 19:28:14,994 INFO [main][CipherTest] transformation=AES.FAST/OFB160/TBCPADDING 19:28:14,994 INFO [main][CipherTest] transformation=AES.FAST/OFB160/X9.23 19:28:14,995 INFO [main][CipherTest] transformation=AES.FAST/OFB160/X9.23PADDING 19:28:14,995 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ZEROBYTE 19:28:14,995 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ZEROBYTEPADDING 19:28:14,995 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ 19:28:14,996 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO10126 19:28:14,996 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO10126-2 19:28:14,996 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO10126-2PADDING 19:28:14,997 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO10126PADDING 19:28:14,997 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO7816-4 19:28:14,998 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO7816-4PADDING 19:28:14,998 INFO [main][CipherTest] transformation=AES.FAST/OFB168/NOPADDING 19:28:14,998 INFO [main][CipherTest] transformation=AES.FAST/OFB168/PKCS5 19:28:14,998 INFO [main][CipherTest] transformation=AES.FAST/OFB168/PKCS5PADDING 19:28:14,999 INFO [main][CipherTest] transformation=AES.FAST/OFB168/PKCS7 19:28:14,999 INFO [main][CipherTest] transformation=AES.FAST/OFB168/PKCS7PADDING 19:28:14,999 INFO [main][CipherTest] transformation=AES.FAST/OFB168/TBC 19:28:14,999 INFO [main][CipherTest] transformation=AES.FAST/OFB168/TBCPADDING 19:28:15,000 INFO [main][CipherTest] transformation=AES.FAST/OFB168/X9.23 19:28:15,000 INFO [main][CipherTest] transformation=AES.FAST/OFB168/X9.23PADDING 19:28:15,000 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ZEROBYTE 19:28:15,000 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ZEROBYTEPADDING 19:28:15,001 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ 19:28:15,001 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO10126 19:28:15,001 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO10126-2 19:28:15,002 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO10126-2PADDING 19:28:15,002 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO10126PADDING 19:28:15,003 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO7816-4 19:28:15,003 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO7816-4PADDING 19:28:15,003 INFO [main][CipherTest] transformation=AES.FAST/OFB176/NOPADDING 19:28:15,003 INFO [main][CipherTest] transformation=AES.FAST/OFB176/PKCS5 19:28:15,004 INFO [main][CipherTest] transformation=AES.FAST/OFB176/PKCS5PADDING 19:28:15,004 INFO [main][CipherTest] transformation=AES.FAST/OFB176/PKCS7 19:28:15,004 INFO [main][CipherTest] transformation=AES.FAST/OFB176/PKCS7PADDING 19:28:15,005 INFO [main][CipherTest] transformation=AES.FAST/OFB176/TBC 19:28:15,005 INFO [main][CipherTest] transformation=AES.FAST/OFB176/TBCPADDING 19:28:15,005 INFO [main][CipherTest] transformation=AES.FAST/OFB176/X9.23 19:28:15,006 INFO [main][CipherTest] transformation=AES.FAST/OFB176/X9.23PADDING 19:28:15,006 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ZEROBYTE 19:28:15,006 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ZEROBYTEPADDING 19:28:15,007 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ 19:28:15,007 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO10126 19:28:15,008 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO10126-2 19:28:15,008 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO10126-2PADDING 19:28:15,009 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO10126PADDING 19:28:15,009 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO7816-4 19:28:15,009 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO7816-4PADDING 19:28:15,010 INFO [main][CipherTest] transformation=AES.FAST/OFB184/NOPADDING 19:28:15,010 INFO [main][CipherTest] transformation=AES.FAST/OFB184/PKCS5 19:28:15,010 INFO [main][CipherTest] transformation=AES.FAST/OFB184/PKCS5PADDING 19:28:15,010 INFO [main][CipherTest] transformation=AES.FAST/OFB184/PKCS7 19:28:15,011 INFO [main][CipherTest] transformation=AES.FAST/OFB184/PKCS7PADDING 19:28:15,011 INFO [main][CipherTest] transformation=AES.FAST/OFB184/TBC 19:28:15,011 INFO [main][CipherTest] transformation=AES.FAST/OFB184/TBCPADDING 19:28:15,011 INFO [main][CipherTest] transformation=AES.FAST/OFB184/X9.23 19:28:15,012 INFO [main][CipherTest] transformation=AES.FAST/OFB184/X9.23PADDING 19:28:15,012 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ZEROBYTE 19:28:15,012 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ZEROBYTEPADDING 19:28:15,012 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ 19:28:15,013 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO10126 19:28:15,013 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO10126-2 19:28:15,013 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO10126-2PADDING 19:28:15,014 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO10126PADDING 19:28:15,014 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO7816-4 19:28:15,015 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO7816-4PADDING 19:28:15,015 INFO [main][CipherTest] transformation=AES.FAST/OFB192/NOPADDING 19:28:15,015 INFO [main][CipherTest] transformation=AES.FAST/OFB192/PKCS5 19:28:15,015 INFO [main][CipherTest] transformation=AES.FAST/OFB192/PKCS5PADDING 19:28:15,016 INFO [main][CipherTest] transformation=AES.FAST/OFB192/PKCS7 19:28:15,016 INFO [main][CipherTest] transformation=AES.FAST/OFB192/PKCS7PADDING 19:28:15,016 INFO [main][CipherTest] transformation=AES.FAST/OFB192/TBC 19:28:15,016 INFO [main][CipherTest] transformation=AES.FAST/OFB192/TBCPADDING 19:28:15,017 INFO [main][CipherTest] transformation=AES.FAST/OFB192/X9.23 19:28:15,017 INFO [main][CipherTest] transformation=AES.FAST/OFB192/X9.23PADDING 19:28:15,017 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ZEROBYTE 19:28:15,017 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ZEROBYTEPADDING 19:28:15,018 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ 19:28:15,018 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO10126 19:28:15,019 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO10126-2 19:28:15,020 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO10126-2PADDING 19:28:15,020 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO10126PADDING 19:28:15,021 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO7816-4 19:28:15,021 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO7816-4PADDING 19:28:15,021 INFO [main][CipherTest] transformation=AES.FAST/OFB200/NOPADDING 19:28:15,021 INFO [main][CipherTest] transformation=AES.FAST/OFB200/PKCS5 19:28:15,022 INFO [main][CipherTest] transformation=AES.FAST/OFB200/PKCS5PADDING 19:28:15,022 INFO [main][CipherTest] transformation=AES.FAST/OFB200/PKCS7 19:28:15,022 INFO [main][CipherTest] transformation=AES.FAST/OFB200/PKCS7PADDING 19:28:15,022 INFO [main][CipherTest] transformation=AES.FAST/OFB200/TBC 19:28:15,023 INFO [main][CipherTest] transformation=AES.FAST/OFB200/TBCPADDING 19:28:15,023 INFO [main][CipherTest] transformation=AES.FAST/OFB200/X9.23 19:28:15,023 INFO [main][CipherTest] transformation=AES.FAST/OFB200/X9.23PADDING 19:28:15,023 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ZEROBYTE 19:28:15,024 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ZEROBYTEPADDING 19:28:15,024 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ 19:28:15,024 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO10126 19:28:15,025 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO10126-2 19:28:15,025 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO10126-2PADDING 19:28:15,026 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO10126PADDING 19:28:15,026 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO7816-4 19:28:15,026 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO7816-4PADDING 19:28:15,026 INFO [main][CipherTest] transformation=AES.FAST/OFB208/NOPADDING 19:28:15,027 INFO [main][CipherTest] transformation=AES.FAST/OFB208/PKCS5 19:28:15,027 INFO [main][CipherTest] transformation=AES.FAST/OFB208/PKCS5PADDING 19:28:15,027 INFO [main][CipherTest] transformation=AES.FAST/OFB208/PKCS7 19:28:15,027 INFO [main][CipherTest] transformation=AES.FAST/OFB208/PKCS7PADDING 19:28:15,028 INFO [main][CipherTest] transformation=AES.FAST/OFB208/TBC 19:28:15,028 INFO [main][CipherTest] transformation=AES.FAST/OFB208/TBCPADDING 19:28:15,028 INFO [main][CipherTest] transformation=AES.FAST/OFB208/X9.23 19:28:15,028 INFO [main][CipherTest] transformation=AES.FAST/OFB208/X9.23PADDING 19:28:15,029 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ZEROBYTE 19:28:15,029 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ZEROBYTEPADDING 19:28:15,029 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ 19:28:15,029 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO10126 19:28:15,030 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO10126-2 19:28:15,030 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO10126-2PADDING 19:28:15,031 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO10126PADDING 19:28:15,031 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO7816-4 19:28:15,032 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO7816-4PADDING 19:28:15,032 INFO [main][CipherTest] transformation=AES.FAST/OFB216/NOPADDING 19:28:15,032 INFO [main][CipherTest] transformation=AES.FAST/OFB216/PKCS5 19:28:15,032 INFO [main][CipherTest] transformation=AES.FAST/OFB216/PKCS5PADDING 19:28:15,033 INFO [main][CipherTest] transformation=AES.FAST/OFB216/PKCS7 19:28:15,033 INFO [main][CipherTest] transformation=AES.FAST/OFB216/PKCS7PADDING 19:28:15,033 INFO [main][CipherTest] transformation=AES.FAST/OFB216/TBC 19:28:15,033 INFO [main][CipherTest] transformation=AES.FAST/OFB216/TBCPADDING 19:28:15,034 INFO [main][CipherTest] transformation=AES.FAST/OFB216/X9.23 19:28:15,034 INFO [main][CipherTest] transformation=AES.FAST/OFB216/X9.23PADDING 19:28:15,034 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ZEROBYTE 19:28:15,034 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ZEROBYTEPADDING 19:28:15,035 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ 19:28:15,035 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO10126 19:28:15,035 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO10126-2 19:28:15,036 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO10126-2PADDING 19:28:15,036 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO10126PADDING 19:28:15,037 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO7816-4 19:28:15,037 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO7816-4PADDING 19:28:15,037 INFO [main][CipherTest] transformation=AES.FAST/OFB224/NOPADDING 19:28:15,037 INFO [main][CipherTest] transformation=AES.FAST/OFB224/PKCS5 19:28:15,038 INFO [main][CipherTest] transformation=AES.FAST/OFB224/PKCS5PADDING 19:28:15,038 INFO [main][CipherTest] transformation=AES.FAST/OFB224/PKCS7 19:28:15,038 INFO [main][CipherTest] transformation=AES.FAST/OFB224/PKCS7PADDING 19:28:15,038 INFO [main][CipherTest] transformation=AES.FAST/OFB224/TBC 19:28:15,039 INFO [main][CipherTest] transformation=AES.FAST/OFB224/TBCPADDING 19:28:15,039 INFO [main][CipherTest] transformation=AES.FAST/OFB224/X9.23 19:28:15,039 INFO [main][CipherTest] transformation=AES.FAST/OFB224/X9.23PADDING 19:28:15,039 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ZEROBYTE 19:28:15,040 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ZEROBYTEPADDING 19:28:15,040 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ 19:28:15,040 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO10126 19:28:15,041 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO10126-2 19:28:15,041 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO10126-2PADDING 19:28:15,041 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO10126PADDING 19:28:15,042 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO7816-4 19:28:15,042 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO7816-4PADDING 19:28:15,042 INFO [main][CipherTest] transformation=AES.FAST/OFB232/NOPADDING 19:28:15,043 INFO [main][CipherTest] transformation=AES.FAST/OFB232/PKCS5 19:28:15,043 INFO [main][CipherTest] transformation=AES.FAST/OFB232/PKCS5PADDING 19:28:15,043 INFO [main][CipherTest] transformation=AES.FAST/OFB232/PKCS7 19:28:15,043 INFO [main][CipherTest] transformation=AES.FAST/OFB232/PKCS7PADDING 19:28:15,044 INFO [main][CipherTest] transformation=AES.FAST/OFB232/TBC 19:28:15,044 INFO [main][CipherTest] transformation=AES.FAST/OFB232/TBCPADDING 19:28:15,044 INFO [main][CipherTest] transformation=AES.FAST/OFB232/X9.23 19:28:15,044 INFO [main][CipherTest] transformation=AES.FAST/OFB232/X9.23PADDING 19:28:15,045 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ZEROBYTE 19:28:15,045 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ZEROBYTEPADDING 19:28:15,045 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ 19:28:15,045 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO10126 19:28:15,046 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO10126-2 19:28:15,046 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO10126-2PADDING 19:28:15,047 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO10126PADDING 19:28:15,047 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO7816-4 19:28:15,047 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO7816-4PADDING 19:28:15,048 INFO [main][CipherTest] transformation=AES.FAST/OFB24/NOPADDING 19:28:15,048 INFO [main][CipherTest] transformation=AES.FAST/OFB24/PKCS5 19:28:15,048 INFO [main][CipherTest] transformation=AES.FAST/OFB24/PKCS5PADDING 19:28:15,048 INFO [main][CipherTest] transformation=AES.FAST/OFB24/PKCS7 19:28:15,049 INFO [main][CipherTest] transformation=AES.FAST/OFB24/PKCS7PADDING 19:28:15,049 INFO [main][CipherTest] transformation=AES.FAST/OFB24/TBC 19:28:15,049 INFO [main][CipherTest] transformation=AES.FAST/OFB24/TBCPADDING 19:28:15,049 INFO [main][CipherTest] transformation=AES.FAST/OFB24/X9.23 19:28:15,050 INFO [main][CipherTest] transformation=AES.FAST/OFB24/X9.23PADDING 19:28:15,050 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ZEROBYTE 19:28:15,050 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ZEROBYTEPADDING 19:28:15,050 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ 19:28:15,051 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO10126 19:28:15,051 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO10126-2 19:28:15,051 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO10126-2PADDING 19:28:15,052 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO10126PADDING 19:28:15,052 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO7816-4 19:28:15,053 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO7816-4PADDING 19:28:15,053 INFO [main][CipherTest] transformation=AES.FAST/OFB240/NOPADDING 19:28:15,053 INFO [main][CipherTest] transformation=AES.FAST/OFB240/PKCS5 19:28:15,053 INFO [main][CipherTest] transformation=AES.FAST/OFB240/PKCS5PADDING 19:28:15,054 INFO [main][CipherTest] transformation=AES.FAST/OFB240/PKCS7 19:28:15,054 INFO [main][CipherTest] transformation=AES.FAST/OFB240/PKCS7PADDING 19:28:15,054 INFO [main][CipherTest] transformation=AES.FAST/OFB240/TBC 19:28:15,054 INFO [main][CipherTest] transformation=AES.FAST/OFB240/TBCPADDING 19:28:15,055 INFO [main][CipherTest] transformation=AES.FAST/OFB240/X9.23 19:28:15,055 INFO [main][CipherTest] transformation=AES.FAST/OFB240/X9.23PADDING 19:28:15,055 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ZEROBYTE 19:28:15,055 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ZEROBYTEPADDING 19:28:15,056 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ 19:28:15,056 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO10126 19:28:15,056 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO10126-2 19:28:15,057 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO10126-2PADDING 19:28:15,057 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO10126PADDING 19:28:15,058 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO7816-4 19:28:15,058 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO7816-4PADDING 19:28:15,058 INFO [main][CipherTest] transformation=AES.FAST/OFB248/NOPADDING 19:28:15,058 INFO [main][CipherTest] transformation=AES.FAST/OFB248/PKCS5 19:28:15,059 INFO [main][CipherTest] transformation=AES.FAST/OFB248/PKCS5PADDING 19:28:15,059 INFO [main][CipherTest] transformation=AES.FAST/OFB248/PKCS7 19:28:15,059 INFO [main][CipherTest] transformation=AES.FAST/OFB248/PKCS7PADDING 19:28:15,059 INFO [main][CipherTest] transformation=AES.FAST/OFB248/TBC 19:28:15,060 INFO [main][CipherTest] transformation=AES.FAST/OFB248/TBCPADDING 19:28:15,060 INFO [main][CipherTest] transformation=AES.FAST/OFB248/X9.23 19:28:15,060 INFO [main][CipherTest] transformation=AES.FAST/OFB248/X9.23PADDING 19:28:15,060 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ZEROBYTE 19:28:15,061 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ZEROBYTEPADDING 19:28:15,061 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ 19:28:15,061 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO10126 19:28:15,062 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO10126-2 19:28:15,062 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO10126-2PADDING 19:28:15,063 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO10126PADDING 19:28:15,063 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO7816-4 19:28:15,063 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO7816-4PADDING 19:28:15,063 INFO [main][CipherTest] transformation=AES.FAST/OFB256/NOPADDING 19:28:15,064 INFO [main][CipherTest] transformation=AES.FAST/OFB256/PKCS5 19:28:15,064 INFO [main][CipherTest] transformation=AES.FAST/OFB256/PKCS5PADDING 19:28:15,064 INFO [main][CipherTest] transformation=AES.FAST/OFB256/PKCS7 19:28:15,064 INFO [main][CipherTest] transformation=AES.FAST/OFB256/PKCS7PADDING 19:28:15,065 INFO [main][CipherTest] transformation=AES.FAST/OFB256/TBC 19:28:15,065 INFO [main][CipherTest] transformation=AES.FAST/OFB256/TBCPADDING 19:28:15,065 INFO [main][CipherTest] transformation=AES.FAST/OFB256/X9.23 19:28:15,065 INFO [main][CipherTest] transformation=AES.FAST/OFB256/X9.23PADDING 19:28:15,066 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ZEROBYTE 19:28:15,066 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ZEROBYTEPADDING 19:28:15,066 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ 19:28:15,066 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO10126 19:28:15,067 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO10126-2 19:28:15,067 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO10126-2PADDING 19:28:15,068 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO10126PADDING 19:28:15,068 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO7816-4 19:28:15,069 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO7816-4PADDING 19:28:15,069 INFO [main][CipherTest] transformation=AES.FAST/OFB32/NOPADDING 19:28:15,069 INFO [main][CipherTest] transformation=AES.FAST/OFB32/PKCS5 19:28:15,069 INFO [main][CipherTest] transformation=AES.FAST/OFB32/PKCS5PADDING 19:28:15,070 INFO [main][CipherTest] transformation=AES.FAST/OFB32/PKCS7 19:28:15,070 INFO [main][CipherTest] transformation=AES.FAST/OFB32/PKCS7PADDING 19:28:15,070 INFO [main][CipherTest] transformation=AES.FAST/OFB32/TBC 19:28:15,071 INFO [main][CipherTest] transformation=AES.FAST/OFB32/TBCPADDING 19:28:15,071 INFO [main][CipherTest] transformation=AES.FAST/OFB32/X9.23 19:28:15,071 INFO [main][CipherTest] transformation=AES.FAST/OFB32/X9.23PADDING 19:28:15,071 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ZEROBYTE 19:28:15,072 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ZEROBYTEPADDING 19:28:15,072 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ 19:28:15,072 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO10126 19:28:15,073 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO10126-2 19:28:15,073 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO10126-2PADDING 19:28:15,074 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO10126PADDING 19:28:15,074 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO7816-4 19:28:15,075 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO7816-4PADDING 19:28:15,075 INFO [main][CipherTest] transformation=AES.FAST/OFB40/NOPADDING 19:28:15,075 INFO [main][CipherTest] transformation=AES.FAST/OFB40/PKCS5 19:28:15,075 INFO [main][CipherTest] transformation=AES.FAST/OFB40/PKCS5PADDING 19:28:15,076 INFO [main][CipherTest] transformation=AES.FAST/OFB40/PKCS7 19:28:15,076 INFO [main][CipherTest] transformation=AES.FAST/OFB40/PKCS7PADDING 19:28:15,076 INFO [main][CipherTest] transformation=AES.FAST/OFB40/TBC 19:28:15,076 INFO [main][CipherTest] transformation=AES.FAST/OFB40/TBCPADDING 19:28:15,076 INFO [main][CipherTest] transformation=AES.FAST/OFB40/X9.23 19:28:15,077 INFO [main][CipherTest] transformation=AES.FAST/OFB40/X9.23PADDING 19:28:15,077 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ZEROBYTE 19:28:15,077 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ZEROBYTEPADDING 19:28:15,077 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ 19:28:15,078 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO10126 19:28:15,078 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO10126-2 19:28:15,079 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO10126-2PADDING 19:28:15,079 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO10126PADDING 19:28:15,080 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO7816-4 19:28:15,080 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO7816-4PADDING 19:28:15,080 INFO [main][CipherTest] transformation=AES.FAST/OFB48/NOPADDING 19:28:15,080 INFO [main][CipherTest] transformation=AES.FAST/OFB48/PKCS5 19:28:15,080 INFO [main][CipherTest] transformation=AES.FAST/OFB48/PKCS5PADDING 19:28:15,081 INFO [main][CipherTest] transformation=AES.FAST/OFB48/PKCS7 19:28:15,081 INFO [main][CipherTest] transformation=AES.FAST/OFB48/PKCS7PADDING 19:28:15,081 INFO [main][CipherTest] transformation=AES.FAST/OFB48/TBC 19:28:15,081 INFO [main][CipherTest] transformation=AES.FAST/OFB48/TBCPADDING 19:28:15,082 INFO [main][CipherTest] transformation=AES.FAST/OFB48/X9.23 19:28:15,082 INFO [main][CipherTest] transformation=AES.FAST/OFB48/X9.23PADDING 19:28:15,082 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ZEROBYTE 19:28:15,082 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ZEROBYTEPADDING 19:28:15,083 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ 19:28:15,083 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO10126 19:28:15,083 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO10126-2 19:28:15,084 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO10126-2PADDING 19:28:15,084 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO10126PADDING 19:28:15,085 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO7816-4 19:28:15,085 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO7816-4PADDING 19:28:15,085 INFO [main][CipherTest] transformation=AES.FAST/OFB56/NOPADDING 19:28:15,085 INFO [main][CipherTest] transformation=AES.FAST/OFB56/PKCS5 19:28:15,086 INFO [main][CipherTest] transformation=AES.FAST/OFB56/PKCS5PADDING 19:28:15,086 INFO [main][CipherTest] transformation=AES.FAST/OFB56/PKCS7 19:28:15,086 INFO [main][CipherTest] transformation=AES.FAST/OFB56/PKCS7PADDING 19:28:15,086 INFO [main][CipherTest] transformation=AES.FAST/OFB56/TBC 19:28:15,087 INFO [main][CipherTest] transformation=AES.FAST/OFB56/TBCPADDING 19:28:15,087 INFO [main][CipherTest] transformation=AES.FAST/OFB56/X9.23 19:28:15,087 INFO [main][CipherTest] transformation=AES.FAST/OFB56/X9.23PADDING 19:28:15,087 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ZEROBYTE 19:28:15,088 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ZEROBYTEPADDING 19:28:15,088 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ 19:28:15,089 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO10126 19:28:15,089 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO10126-2 19:28:15,090 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO10126-2PADDING 19:28:15,090 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO10126PADDING 19:28:15,091 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO7816-4 19:28:15,091 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO7816-4PADDING 19:28:15,092 INFO [main][CipherTest] transformation=AES.FAST/OFB64/NOPADDING 19:28:15,092 INFO [main][CipherTest] transformation=AES.FAST/OFB64/PKCS5 19:28:15,092 INFO [main][CipherTest] transformation=AES.FAST/OFB64/PKCS5PADDING 19:28:15,093 INFO [main][CipherTest] transformation=AES.FAST/OFB64/PKCS7 19:28:15,093 INFO [main][CipherTest] transformation=AES.FAST/OFB64/PKCS7PADDING 19:28:15,093 INFO [main][CipherTest] transformation=AES.FAST/OFB64/TBC 19:28:15,094 INFO [main][CipherTest] transformation=AES.FAST/OFB64/TBCPADDING 19:28:15,094 INFO [main][CipherTest] transformation=AES.FAST/OFB64/X9.23 19:28:15,094 INFO [main][CipherTest] transformation=AES.FAST/OFB64/X9.23PADDING 19:28:15,095 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ZEROBYTE 19:28:15,095 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ZEROBYTEPADDING 19:28:15,096 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ 19:28:15,096 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO10126 19:28:15,096 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO10126-2 19:28:15,097 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO10126-2PADDING 19:28:15,098 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO10126PADDING 19:28:15,098 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO7816-4 19:28:15,099 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO7816-4PADDING 19:28:15,099 INFO [main][CipherTest] transformation=AES.FAST/OFB72/NOPADDING 19:28:15,099 INFO [main][CipherTest] transformation=AES.FAST/OFB72/PKCS5 19:28:15,100 INFO [main][CipherTest] transformation=AES.FAST/OFB72/PKCS5PADDING 19:28:15,100 INFO [main][CipherTest] transformation=AES.FAST/OFB72/PKCS7 19:28:15,100 INFO [main][CipherTest] transformation=AES.FAST/OFB72/PKCS7PADDING 19:28:15,101 INFO [main][CipherTest] transformation=AES.FAST/OFB72/TBC 19:28:15,101 INFO [main][CipherTest] transformation=AES.FAST/OFB72/TBCPADDING 19:28:15,101 INFO [main][CipherTest] transformation=AES.FAST/OFB72/X9.23 19:28:15,102 INFO [main][CipherTest] transformation=AES.FAST/OFB72/X9.23PADDING 19:28:15,102 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ZEROBYTE 19:28:15,102 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ZEROBYTEPADDING 19:28:15,103 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ 19:28:15,103 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO10126 19:28:15,104 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO10126-2 19:28:15,104 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO10126-2PADDING 19:28:15,105 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO10126PADDING 19:28:15,105 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO7816-4 19:28:15,106 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO7816-4PADDING 19:28:15,106 INFO [main][CipherTest] transformation=AES.FAST/OFB8/NOPADDING 19:28:15,106 INFO [main][CipherTest] transformation=AES.FAST/OFB8/PKCS5 19:28:15,107 INFO [main][CipherTest] transformation=AES.FAST/OFB8/PKCS5PADDING 19:28:15,107 INFO [main][CipherTest] transformation=AES.FAST/OFB8/PKCS7 19:28:15,107 INFO [main][CipherTest] transformation=AES.FAST/OFB8/PKCS7PADDING 19:28:15,108 INFO [main][CipherTest] transformation=AES.FAST/OFB8/TBC 19:28:15,108 INFO [main][CipherTest] transformation=AES.FAST/OFB8/TBCPADDING 19:28:15,108 INFO [main][CipherTest] transformation=AES.FAST/OFB8/X9.23 19:28:15,109 INFO [main][CipherTest] transformation=AES.FAST/OFB8/X9.23PADDING 19:28:15,109 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ZEROBYTE 19:28:15,109 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ZEROBYTEPADDING 19:28:15,110 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ 19:28:15,110 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO10126 19:28:15,111 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO10126-2 19:28:15,111 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO10126-2PADDING 19:28:15,112 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO10126PADDING 19:28:15,112 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO7816-4 19:28:15,113 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO7816-4PADDING 19:28:15,113 INFO [main][CipherTest] transformation=AES.FAST/OFB80/NOPADDING 19:28:15,113 INFO [main][CipherTest] transformation=AES.FAST/OFB80/PKCS5 19:28:15,114 INFO [main][CipherTest] transformation=AES.FAST/OFB80/PKCS5PADDING 19:28:15,114 INFO [main][CipherTest] transformation=AES.FAST/OFB80/PKCS7 19:28:15,114 INFO [main][CipherTest] transformation=AES.FAST/OFB80/PKCS7PADDING 19:28:15,115 INFO [main][CipherTest] transformation=AES.FAST/OFB80/TBC 19:28:15,115 INFO [main][CipherTest] transformation=AES.FAST/OFB80/TBCPADDING 19:28:15,115 INFO [main][CipherTest] transformation=AES.FAST/OFB80/X9.23 19:28:15,116 INFO [main][CipherTest] transformation=AES.FAST/OFB80/X9.23PADDING 19:28:15,116 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ZEROBYTE 19:28:15,116 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ZEROBYTEPADDING 19:28:15,117 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ 19:28:15,117 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO10126 19:28:15,118 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO10126-2 19:28:15,118 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO10126-2PADDING 19:28:15,119 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO10126PADDING 19:28:15,119 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO7816-4 19:28:15,119 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO7816-4PADDING 19:28:15,120 INFO [main][CipherTest] transformation=AES.FAST/OFB88/NOPADDING 19:28:15,120 INFO [main][CipherTest] transformation=AES.FAST/OFB88/PKCS5 19:28:15,120 INFO [main][CipherTest] transformation=AES.FAST/OFB88/PKCS5PADDING 19:28:15,120 INFO [main][CipherTest] transformation=AES.FAST/OFB88/PKCS7 19:28:15,121 INFO [main][CipherTest] transformation=AES.FAST/OFB88/PKCS7PADDING 19:28:15,121 INFO [main][CipherTest] transformation=AES.FAST/OFB88/TBC 19:28:15,121 INFO [main][CipherTest] transformation=AES.FAST/OFB88/TBCPADDING 19:28:15,121 INFO [main][CipherTest] transformation=AES.FAST/OFB88/X9.23 19:28:15,121 INFO [main][CipherTest] transformation=AES.FAST/OFB88/X9.23PADDING 19:28:15,122 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ZEROBYTE 19:28:15,122 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ZEROBYTEPADDING 19:28:15,122 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ 19:28:15,122 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO10126 19:28:15,123 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO10126-2 19:28:15,123 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO10126-2PADDING 19:28:15,124 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO10126PADDING 19:28:15,124 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO7816-4 19:28:15,124 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO7816-4PADDING 19:28:15,125 INFO [main][CipherTest] transformation=AES.FAST/OFB96/NOPADDING 19:28:15,125 INFO [main][CipherTest] transformation=AES.FAST/OFB96/PKCS5 19:28:15,125 INFO [main][CipherTest] transformation=AES.FAST/OFB96/PKCS5PADDING 19:28:15,125 INFO [main][CipherTest] transformation=AES.FAST/OFB96/PKCS7 19:28:15,125 INFO [main][CipherTest] transformation=AES.FAST/OFB96/PKCS7PADDING 19:28:15,126 INFO [main][CipherTest] transformation=AES.FAST/OFB96/TBC 19:28:15,126 INFO [main][CipherTest] transformation=AES.FAST/OFB96/TBCPADDING 19:28:15,126 INFO [main][CipherTest] transformation=AES.FAST/OFB96/X9.23 19:28:15,126 INFO [main][CipherTest] transformation=AES.FAST/OFB96/X9.23PADDING 19:28:15,127 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ZEROBYTE 19:28:15,127 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ZEROBYTEPADDING 19:28:15,127 INFO [main][CipherTest] transformation=AES.FAST/SIC/ 19:28:15,127 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO10126 19:28:15,128 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO10126-2 19:28:15,128 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO10126-2PADDING 19:28:15,129 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO10126PADDING 19:28:15,129 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO7816-4 19:28:15,130 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO7816-4PADDING 19:28:15,130 INFO [main][CipherTest] transformation=AES.FAST/SIC/NOPADDING 19:28:15,132 INFO [main][CipherTest] transformation=AES.FAST/SIC/PKCS5 19:28:15,132 INFO [main][CipherTest] transformation=AES.FAST/SIC/PKCS5PADDING 19:28:15,133 INFO [main][CipherTest] transformation=AES.FAST/SIC/PKCS7 19:28:15,133 INFO [main][CipherTest] transformation=AES.FAST/SIC/PKCS7PADDING 19:28:15,133 INFO [main][CipherTest] transformation=AES.FAST/SIC/TBC 19:28:15,134 INFO [main][CipherTest] transformation=AES.FAST/SIC/TBCPADDING 19:28:15,134 INFO [main][CipherTest] transformation=AES.FAST/SIC/X9.23 19:28:15,134 INFO [main][CipherTest] transformation=AES.FAST/SIC/X9.23PADDING 19:28:15,135 INFO [main][CipherTest] transformation=AES.FAST/SIC/ZEROBYTE 19:28:15,135 INFO [main][CipherTest] transformation=AES.FAST/SIC/ZEROBYTEPADDING 19:28:15,136 INFO [main][CipherTest] transformation=AES.LIGHT// 19:28:15,136 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT//" does not support IV => Skipping. 19:28:15,136 INFO [main][CipherTest] transformation=AES.LIGHT//NOPADDING 19:28:15,137 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT//NOPADDING" does not support IV => Skipping. 19:28:15,137 INFO [main][CipherTest] transformation=AES.LIGHT/CBC-CTS/ 19:28:15,137 INFO [main][CipherTest] transformation=AES.LIGHT/CBC-CTS/NOPADDING 19:28:15,138 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ 19:28:15,138 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO10126 19:28:15,139 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO10126-2 19:28:15,140 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO10126-2PADDING 19:28:15,142 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO10126PADDING 19:28:15,143 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO7816-4 19:28:15,143 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO7816-4PADDING 19:28:15,144 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/NOPADDING 19:28:15,144 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/PKCS5 19:28:15,145 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/PKCS5PADDING 19:28:15,145 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/PKCS7 19:28:15,146 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/PKCS7PADDING 19:28:15,146 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/TBC 19:28:15,147 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/TBCPADDING 19:28:15,147 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/X9.23 19:28:15,148 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/X9.23PADDING 19:28:15,148 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ZEROBYTE 19:28:15,149 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ZEROBYTEPADDING 19:28:15,149 INFO [main][CipherTest] transformation=AES.LIGHT/CCM/ 19:28:15,150 ERROR [main][CipherTest] transformation "AES.LIGHT/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:15,150 INFO [main][CipherTest] transformation=AES.LIGHT/CCM/NOPADDING 19:28:15,150 ERROR [main][CipherTest] transformation "AES.LIGHT/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:15,150 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ 19:28:15,151 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO10126 19:28:15,151 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO10126-2 19:28:15,152 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO10126-2PADDING 19:28:15,152 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO10126PADDING 19:28:15,153 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO7816-4 19:28:15,153 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO7816-4PADDING 19:28:15,154 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/NOPADDING 19:28:15,154 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/PKCS5 19:28:15,155 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/PKCS5PADDING 19:28:15,155 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/PKCS7 19:28:15,155 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/PKCS7PADDING 19:28:15,156 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/TBC 19:28:15,156 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/TBCPADDING 19:28:15,156 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/X9.23 19:28:15,157 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/X9.23PADDING 19:28:15,157 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ZEROBYTE 19:28:15,158 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ZEROBYTEPADDING 19:28:15,158 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ 19:28:15,158 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO10126 19:28:15,159 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO10126-2 19:28:15,160 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO10126-2PADDING 19:28:15,160 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO10126PADDING 19:28:15,161 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO7816-4 19:28:15,161 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO7816-4PADDING 19:28:15,162 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/NOPADDING 19:28:15,162 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/PKCS5 19:28:15,162 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/PKCS5PADDING 19:28:15,163 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/PKCS7 19:28:15,163 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/PKCS7PADDING 19:28:15,164 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/TBC 19:28:15,164 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/TBCPADDING 19:28:15,164 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/X9.23 19:28:15,165 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/X9.23PADDING 19:28:15,165 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ZEROBYTE 19:28:15,165 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ZEROBYTEPADDING 19:28:15,166 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ 19:28:15,166 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO10126 19:28:15,167 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO10126-2 19:28:15,168 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO10126-2PADDING 19:28:15,168 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO10126PADDING 19:28:15,169 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO7816-4 19:28:15,169 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO7816-4PADDING 19:28:15,170 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/NOPADDING 19:28:15,170 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/PKCS5 19:28:15,170 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/PKCS5PADDING 19:28:15,171 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/PKCS7 19:28:15,171 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/PKCS7PADDING 19:28:15,172 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/TBC 19:28:15,172 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/TBCPADDING 19:28:15,172 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/X9.23 19:28:15,173 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/X9.23PADDING 19:28:15,173 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ZEROBYTE 19:28:15,174 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ZEROBYTEPADDING 19:28:15,174 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ 19:28:15,174 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO10126 19:28:15,175 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO10126-2 19:28:15,176 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO10126-2PADDING 19:28:15,176 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO10126PADDING 19:28:15,177 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO7816-4 19:28:15,177 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO7816-4PADDING 19:28:15,178 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/NOPADDING 19:28:15,178 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/PKCS5 19:28:15,178 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/PKCS5PADDING 19:28:15,179 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/PKCS7 19:28:15,179 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/PKCS7PADDING 19:28:15,180 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/TBC 19:28:15,180 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/TBCPADDING 19:28:15,180 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/X9.23 19:28:15,181 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/X9.23PADDING 19:28:15,181 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ZEROBYTE 19:28:15,182 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ZEROBYTEPADDING 19:28:15,182 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ 19:28:15,182 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO10126 19:28:15,183 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO10126-2 19:28:15,184 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO10126-2PADDING 19:28:15,184 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO10126PADDING 19:28:15,185 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO7816-4 19:28:15,185 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO7816-4PADDING 19:28:15,186 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/NOPADDING 19:28:15,186 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/PKCS5 19:28:15,187 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/PKCS5PADDING 19:28:15,187 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/PKCS7 19:28:15,187 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/PKCS7PADDING 19:28:15,188 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/TBC 19:28:15,188 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/TBCPADDING 19:28:15,188 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/X9.23 19:28:15,189 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/X9.23PADDING 19:28:15,189 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ZEROBYTE 19:28:15,190 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ZEROBYTEPADDING 19:28:15,190 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ 19:28:15,190 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO10126 19:28:15,191 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO10126-2 19:28:15,192 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO10126-2PADDING 19:28:15,192 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO10126PADDING 19:28:15,193 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO7816-4 19:28:15,193 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO7816-4PADDING 19:28:15,194 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/NOPADDING 19:28:15,194 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/PKCS5 19:28:15,195 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/PKCS5PADDING 19:28:15,195 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/PKCS7 19:28:15,195 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/PKCS7PADDING 19:28:15,196 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/TBC 19:28:15,196 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/TBCPADDING 19:28:15,197 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/X9.23 19:28:15,197 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/X9.23PADDING 19:28:15,197 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ZEROBYTE 19:28:15,198 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ZEROBYTEPADDING 19:28:15,198 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ 19:28:15,198 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO10126 19:28:15,199 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO10126-2 19:28:15,200 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO10126-2PADDING 19:28:15,200 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO10126PADDING 19:28:15,201 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO7816-4 19:28:15,201 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO7816-4PADDING 19:28:15,202 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/NOPADDING 19:28:15,202 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/PKCS5 19:28:15,203 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/PKCS5PADDING 19:28:15,203 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/PKCS7 19:28:15,203 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/PKCS7PADDING 19:28:15,204 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/TBC 19:28:15,204 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/TBCPADDING 19:28:15,205 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/X9.23 19:28:15,205 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/X9.23PADDING 19:28:15,205 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ZEROBYTE 19:28:15,206 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ZEROBYTEPADDING 19:28:15,206 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ 19:28:15,206 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO10126 19:28:15,207 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO10126-2 19:28:15,208 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO10126-2PADDING 19:28:15,208 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO10126PADDING 19:28:15,209 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO7816-4 19:28:15,209 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO7816-4PADDING 19:28:15,210 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/NOPADDING 19:28:15,210 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/PKCS5 19:28:15,211 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/PKCS5PADDING 19:28:15,211 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/PKCS7 19:28:15,211 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/PKCS7PADDING 19:28:15,212 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/TBC 19:28:15,212 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/TBCPADDING 19:28:15,213 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/X9.23 19:28:15,213 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/X9.23PADDING 19:28:15,214 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ZEROBYTE 19:28:15,214 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ZEROBYTEPADDING 19:28:15,219 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ 19:28:15,219 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO10126 19:28:15,220 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO10126-2 19:28:15,221 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO10126-2PADDING 19:28:15,222 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO10126PADDING 19:28:15,223 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO7816-4 19:28:15,224 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO7816-4PADDING 19:28:15,224 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/NOPADDING 19:28:15,224 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/PKCS5 19:28:15,225 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/PKCS5PADDING 19:28:15,225 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/PKCS7 19:28:15,226 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/PKCS7PADDING 19:28:15,226 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/TBC 19:28:15,226 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/TBCPADDING 19:28:15,227 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/X9.23 19:28:15,227 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/X9.23PADDING 19:28:15,227 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ZEROBYTE 19:28:15,227 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ZEROBYTEPADDING 19:28:15,227 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ 19:28:15,228 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO10126 19:28:15,228 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO10126-2 19:28:15,229 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO10126-2PADDING 19:28:15,229 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO10126PADDING 19:28:15,230 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO7816-4 19:28:15,230 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO7816-4PADDING 19:28:15,231 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/NOPADDING 19:28:15,231 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/PKCS5 19:28:15,231 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/PKCS5PADDING 19:28:15,231 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/PKCS7 19:28:15,232 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/PKCS7PADDING 19:28:15,232 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/TBC 19:28:15,232 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/TBCPADDING 19:28:15,233 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/X9.23 19:28:15,233 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/X9.23PADDING 19:28:15,234 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ZEROBYTE 19:28:15,234 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ZEROBYTEPADDING 19:28:15,234 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ 19:28:15,235 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO10126 19:28:15,235 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO10126-2 19:28:15,236 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO10126-2PADDING 19:28:15,236 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO10126PADDING 19:28:15,236 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO7816-4 19:28:15,237 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO7816-4PADDING 19:28:15,237 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/NOPADDING 19:28:15,237 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/PKCS5 19:28:15,237 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/PKCS5PADDING 19:28:15,237 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/PKCS7 19:28:15,238 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/PKCS7PADDING 19:28:15,238 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/TBC 19:28:15,238 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/TBCPADDING 19:28:15,238 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/X9.23 19:28:15,238 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/X9.23PADDING 19:28:15,239 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ZEROBYTE 19:28:15,239 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ZEROBYTEPADDING 19:28:15,239 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ 19:28:15,239 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO10126 19:28:15,240 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO10126-2 19:28:15,240 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO10126-2PADDING 19:28:15,240 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO10126PADDING 19:28:15,241 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO7816-4 19:28:15,241 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO7816-4PADDING 19:28:15,241 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/NOPADDING 19:28:15,241 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/PKCS5 19:28:15,242 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/PKCS5PADDING 19:28:15,242 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/PKCS7 19:28:15,242 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/PKCS7PADDING 19:28:15,243 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/TBC 19:28:15,243 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/TBCPADDING 19:28:15,243 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/X9.23 19:28:15,244 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/X9.23PADDING 19:28:15,244 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ZEROBYTE 19:28:15,244 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ZEROBYTEPADDING 19:28:15,245 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ 19:28:15,245 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO10126 19:28:15,245 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO10126-2 19:28:15,246 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO10126-2PADDING 19:28:15,247 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO10126PADDING 19:28:15,247 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO7816-4 19:28:15,247 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO7816-4PADDING 19:28:15,248 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/NOPADDING 19:28:15,248 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/PKCS5 19:28:15,248 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/PKCS5PADDING 19:28:15,249 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/PKCS7 19:28:15,249 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/PKCS7PADDING 19:28:15,249 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/TBC 19:28:15,250 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/TBCPADDING 19:28:15,250 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/X9.23 19:28:15,250 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/X9.23PADDING 19:28:15,251 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ZEROBYTE 19:28:15,251 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ZEROBYTEPADDING 19:28:15,251 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ 19:28:15,252 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO10126 19:28:15,252 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO10126-2 19:28:15,253 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO10126-2PADDING 19:28:15,253 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO10126PADDING 19:28:15,254 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO7816-4 19:28:15,254 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO7816-4PADDING 19:28:15,254 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/NOPADDING 19:28:15,255 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/PKCS5 19:28:15,255 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/PKCS5PADDING 19:28:15,255 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/PKCS7 19:28:15,256 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/PKCS7PADDING 19:28:15,256 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/TBC 19:28:15,256 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/TBCPADDING 19:28:15,256 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/X9.23 19:28:15,257 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/X9.23PADDING 19:28:15,257 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ZEROBYTE 19:28:15,257 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ZEROBYTEPADDING 19:28:15,258 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ 19:28:15,258 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO10126 19:28:15,258 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO10126-2 19:28:15,259 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO10126-2PADDING 19:28:15,260 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO10126PADDING 19:28:15,260 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO7816-4 19:28:15,260 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO7816-4PADDING 19:28:15,261 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/NOPADDING 19:28:15,261 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/PKCS5 19:28:15,261 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/PKCS5PADDING 19:28:15,262 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/PKCS7 19:28:15,262 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/PKCS7PADDING 19:28:15,262 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/TBC 19:28:15,262 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/TBCPADDING 19:28:15,262 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/X9.23 19:28:15,263 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/X9.23PADDING 19:28:15,263 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ZEROBYTE 19:28:15,263 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ZEROBYTEPADDING 19:28:15,263 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ 19:28:15,263 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO10126 19:28:15,264 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO10126-2 19:28:15,264 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO10126-2PADDING 19:28:15,265 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO10126PADDING 19:28:15,265 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO7816-4 19:28:15,265 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO7816-4PADDING 19:28:15,265 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/NOPADDING 19:28:15,266 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/PKCS5 19:28:15,266 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/PKCS5PADDING 19:28:15,266 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/PKCS7 19:28:15,266 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/PKCS7PADDING 19:28:15,266 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/TBC 19:28:15,267 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/TBCPADDING 19:28:15,267 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/X9.23 19:28:15,267 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/X9.23PADDING 19:28:15,267 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ZEROBYTE 19:28:15,267 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ZEROBYTEPADDING 19:28:15,268 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ 19:28:15,268 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO10126 19:28:15,268 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO10126-2 19:28:15,269 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO10126-2PADDING 19:28:15,269 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO10126PADDING 19:28:15,269 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO7816-4 19:28:15,270 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO7816-4PADDING 19:28:15,270 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/NOPADDING 19:28:15,270 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/PKCS5 19:28:15,270 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/PKCS5PADDING 19:28:15,270 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/PKCS7 19:28:15,271 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/PKCS7PADDING 19:28:15,271 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/TBC 19:28:15,271 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/TBCPADDING 19:28:15,271 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/X9.23 19:28:15,271 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/X9.23PADDING 19:28:15,272 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ZEROBYTE 19:28:15,272 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ZEROBYTEPADDING 19:28:15,272 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ 19:28:15,272 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO10126 19:28:15,272 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO10126-2 19:28:15,273 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO10126-2PADDING 19:28:15,273 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO10126PADDING 19:28:15,274 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO7816-4 19:28:15,274 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO7816-4PADDING 19:28:15,274 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/NOPADDING 19:28:15,274 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/PKCS5 19:28:15,274 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/PKCS5PADDING 19:28:15,275 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/PKCS7 19:28:15,275 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/PKCS7PADDING 19:28:15,275 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/TBC 19:28:15,275 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/TBCPADDING 19:28:15,275 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/X9.23 19:28:15,276 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/X9.23PADDING 19:28:15,276 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ZEROBYTE 19:28:15,276 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ZEROBYTEPADDING 19:28:15,276 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ 19:28:15,276 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO10126 19:28:15,277 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO10126-2 19:28:15,277 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO10126-2PADDING 19:28:15,277 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO10126PADDING 19:28:15,278 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO7816-4 19:28:15,278 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO7816-4PADDING 19:28:15,278 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/NOPADDING 19:28:15,278 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/PKCS5 19:28:15,279 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/PKCS5PADDING 19:28:15,279 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/PKCS7 19:28:15,279 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/PKCS7PADDING 19:28:15,279 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/TBC 19:28:15,279 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/TBCPADDING 19:28:15,280 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/X9.23 19:28:15,280 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/X9.23PADDING 19:28:15,280 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ZEROBYTE 19:28:15,280 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ZEROBYTEPADDING 19:28:15,280 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ 19:28:15,280 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO10126 19:28:15,281 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO10126-2 19:28:15,281 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO10126-2PADDING 19:28:15,282 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO10126PADDING 19:28:15,282 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO7816-4 19:28:15,282 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO7816-4PADDING 19:28:15,282 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/NOPADDING 19:28:15,283 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/PKCS5 19:28:15,283 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/PKCS5PADDING 19:28:15,283 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/PKCS7 19:28:15,283 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/PKCS7PADDING 19:28:15,283 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/TBC 19:28:15,284 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/TBCPADDING 19:28:15,284 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/X9.23 19:28:15,284 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/X9.23PADDING 19:28:15,284 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ZEROBYTE 19:28:15,284 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ZEROBYTEPADDING 19:28:15,284 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ 19:28:15,285 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO10126 19:28:15,285 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO10126-2 19:28:15,285 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO10126-2PADDING 19:28:15,286 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO10126PADDING 19:28:15,286 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO7816-4 19:28:15,287 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO7816-4PADDING 19:28:15,287 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/NOPADDING 19:28:15,287 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/PKCS5 19:28:15,287 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/PKCS5PADDING 19:28:15,287 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/PKCS7 19:28:15,287 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/PKCS7PADDING 19:28:15,288 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/TBC 19:28:15,288 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/TBCPADDING 19:28:15,288 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/X9.23 19:28:15,288 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/X9.23PADDING 19:28:15,288 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ZEROBYTE 19:28:15,289 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ZEROBYTEPADDING 19:28:15,289 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ 19:28:15,289 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO10126 19:28:15,289 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO10126-2 19:28:15,290 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO10126-2PADDING 19:28:15,290 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO10126PADDING 19:28:15,291 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO7816-4 19:28:15,291 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO7816-4PADDING 19:28:15,292 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/NOPADDING 19:28:15,292 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/PKCS5 19:28:15,292 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/PKCS5PADDING 19:28:15,293 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/PKCS7 19:28:15,293 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/PKCS7PADDING 19:28:15,293 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/TBC 19:28:15,294 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/TBCPADDING 19:28:15,294 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/X9.23 19:28:15,294 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/X9.23PADDING 19:28:15,295 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ZEROBYTE 19:28:15,295 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ZEROBYTEPADDING 19:28:15,295 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ 19:28:15,295 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO10126 19:28:15,296 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO10126-2 19:28:15,296 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO10126-2PADDING 19:28:15,296 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO10126PADDING 19:28:15,297 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO7816-4 19:28:15,297 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO7816-4PADDING 19:28:15,297 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/NOPADDING 19:28:15,297 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/PKCS5 19:28:15,298 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/PKCS5PADDING 19:28:15,298 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/PKCS7 19:28:15,298 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/PKCS7PADDING 19:28:15,298 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/TBC 19:28:15,298 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/TBCPADDING 19:28:15,299 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/X9.23 19:28:15,299 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/X9.23PADDING 19:28:15,299 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ZEROBYTE 19:28:15,299 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ZEROBYTEPADDING 19:28:15,299 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ 19:28:15,300 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO10126 19:28:15,300 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO10126-2 19:28:15,300 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO10126-2PADDING 19:28:15,301 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO10126PADDING 19:28:15,301 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO7816-4 19:28:15,301 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO7816-4PADDING 19:28:15,301 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/NOPADDING 19:28:15,302 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/PKCS5 19:28:15,302 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/PKCS5PADDING 19:28:15,302 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/PKCS7 19:28:15,302 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/PKCS7PADDING 19:28:15,302 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/TBC 19:28:15,303 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/TBCPADDING 19:28:15,303 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/X9.23 19:28:15,303 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/X9.23PADDING 19:28:15,303 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ZEROBYTE 19:28:15,303 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ZEROBYTEPADDING 19:28:15,304 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ 19:28:15,304 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO10126 19:28:15,304 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO10126-2 19:28:15,304 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO10126-2PADDING 19:28:15,305 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO10126PADDING 19:28:15,305 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO7816-4 19:28:15,305 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO7816-4PADDING 19:28:15,306 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/NOPADDING 19:28:15,306 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/PKCS5 19:28:15,306 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/PKCS5PADDING 19:28:15,306 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/PKCS7 19:28:15,306 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/PKCS7PADDING 19:28:15,307 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/TBC 19:28:15,307 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/TBCPADDING 19:28:15,307 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/X9.23 19:28:15,307 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/X9.23PADDING 19:28:15,307 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ZEROBYTE 19:28:15,308 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ZEROBYTEPADDING 19:28:15,308 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ 19:28:15,308 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO10126 19:28:15,308 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO10126-2 19:28:15,309 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO10126-2PADDING 19:28:15,309 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO10126PADDING 19:28:15,309 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO7816-4 19:28:15,310 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO7816-4PADDING 19:28:15,310 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/NOPADDING 19:28:15,310 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/PKCS5 19:28:15,310 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/PKCS5PADDING 19:28:15,310 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/PKCS7 19:28:15,311 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/PKCS7PADDING 19:28:15,311 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/TBC 19:28:15,311 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/TBCPADDING 19:28:15,311 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/X9.23 19:28:15,311 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/X9.23PADDING 19:28:15,311 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ZEROBYTE 19:28:15,312 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ZEROBYTEPADDING 19:28:15,312 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ 19:28:15,312 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO10126 19:28:15,312 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO10126-2 19:28:15,313 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO10126-2PADDING 19:28:15,313 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO10126PADDING 19:28:15,314 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO7816-4 19:28:15,314 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO7816-4PADDING 19:28:15,314 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/NOPADDING 19:28:15,314 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/PKCS5 19:28:15,314 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/PKCS5PADDING 19:28:15,315 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/PKCS7 19:28:15,315 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/PKCS7PADDING 19:28:15,315 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/TBC 19:28:15,315 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/TBCPADDING 19:28:15,315 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/X9.23 19:28:15,316 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/X9.23PADDING 19:28:15,316 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ZEROBYTE 19:28:15,316 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ZEROBYTEPADDING 19:28:15,316 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ 19:28:15,316 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO10126 19:28:15,317 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO10126-2 19:28:15,317 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO10126-2PADDING 19:28:15,317 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO10126PADDING 19:28:15,318 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO7816-4 19:28:15,318 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO7816-4PADDING 19:28:15,318 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/NOPADDING 19:28:15,318 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/PKCS5 19:28:15,319 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/PKCS5PADDING 19:28:15,319 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/PKCS7 19:28:15,319 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/PKCS7PADDING 19:28:15,319 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/TBC 19:28:15,319 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/TBCPADDING 19:28:15,319 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/X9.23 19:28:15,320 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/X9.23PADDING 19:28:15,320 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ZEROBYTE 19:28:15,320 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ZEROBYTEPADDING 19:28:15,320 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ 19:28:15,320 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO10126 19:28:15,321 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO10126-2 19:28:15,321 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO10126-2PADDING 19:28:15,322 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO10126PADDING 19:28:15,322 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO7816-4 19:28:15,322 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO7816-4PADDING 19:28:15,322 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/NOPADDING 19:28:15,323 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/PKCS5 19:28:15,323 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/PKCS5PADDING 19:28:15,323 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/PKCS7 19:28:15,323 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/PKCS7PADDING 19:28:15,323 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/TBC 19:28:15,323 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/TBCPADDING 19:28:15,324 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/X9.23 19:28:15,324 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/X9.23PADDING 19:28:15,324 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ZEROBYTE 19:28:15,324 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ZEROBYTEPADDING 19:28:15,324 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ 19:28:15,325 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO10126 19:28:15,325 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO10126-2 19:28:15,325 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO10126-2PADDING 19:28:15,326 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO10126PADDING 19:28:15,326 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO7816-4 19:28:15,326 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO7816-4PADDING 19:28:15,326 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/NOPADDING 19:28:15,327 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/PKCS5 19:28:15,327 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/PKCS5PADDING 19:28:15,327 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/PKCS7 19:28:15,327 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/PKCS7PADDING 19:28:15,327 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/TBC 19:28:15,328 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/TBCPADDING 19:28:15,328 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/X9.23 19:28:15,328 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/X9.23PADDING 19:28:15,328 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ZEROBYTE 19:28:15,328 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ZEROBYTEPADDING 19:28:15,329 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ 19:28:15,329 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO10126 19:28:15,329 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO10126-2 19:28:15,330 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO10126-2PADDING 19:28:15,330 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO10126PADDING 19:28:15,330 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO7816-4 19:28:15,331 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO7816-4PADDING 19:28:15,331 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/NOPADDING 19:28:15,331 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/PKCS5 19:28:15,331 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/PKCS5PADDING 19:28:15,331 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/PKCS7 19:28:15,331 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/PKCS7PADDING 19:28:15,332 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/TBC 19:28:15,332 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/TBCPADDING 19:28:15,332 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/X9.23 19:28:15,332 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/X9.23PADDING 19:28:15,332 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ZEROBYTE 19:28:15,333 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ZEROBYTEPADDING 19:28:15,333 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ 19:28:15,333 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO10126 19:28:15,333 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO10126-2 19:28:15,334 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO10126-2PADDING 19:28:15,334 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO10126PADDING 19:28:15,334 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO7816-4 19:28:15,335 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO7816-4PADDING 19:28:15,335 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/NOPADDING 19:28:15,335 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/PKCS5 19:28:15,336 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/PKCS5PADDING 19:28:15,336 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/PKCS7 19:28:15,336 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/PKCS7PADDING 19:28:15,337 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/TBC 19:28:15,337 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/TBCPADDING 19:28:15,337 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/X9.23 19:28:15,337 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/X9.23PADDING 19:28:15,337 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ZEROBYTE 19:28:15,338 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ZEROBYTEPADDING 19:28:15,338 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ 19:28:15,338 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO10126 19:28:15,338 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO10126-2 19:28:15,339 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO10126-2PADDING 19:28:15,339 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO10126PADDING 19:28:15,339 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO7816-4 19:28:15,340 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO7816-4PADDING 19:28:15,340 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/NOPADDING 19:28:15,340 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/PKCS5 19:28:15,340 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/PKCS5PADDING 19:28:15,340 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/PKCS7 19:28:15,341 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/PKCS7PADDING 19:28:15,341 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/TBC 19:28:15,341 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/TBCPADDING 19:28:15,341 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/X9.23 19:28:15,341 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/X9.23PADDING 19:28:15,342 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ZEROBYTE 19:28:15,342 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ZEROBYTEPADDING 19:28:15,342 INFO [main][CipherTest] transformation=AES.LIGHT/CTS/ 19:28:15,342 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT/CTS/" does not support IV => Skipping. 19:28:15,342 INFO [main][CipherTest] transformation=AES.LIGHT/CTS/NOPADDING 19:28:15,342 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT/CTS/NOPADDING" does not support IV => Skipping. 19:28:15,342 INFO [main][CipherTest] transformation=AES.LIGHT/EAX/ 19:28:15,344 INFO [main][CipherTest] transformation=AES.LIGHT/EAX/NOPADDING 19:28:15,345 INFO [main][CipherTest] transformation=AES.LIGHT/ECB/ 19:28:15,345 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT/ECB/" does not support IV => Skipping. 19:28:15,345 INFO [main][CipherTest] transformation=AES.LIGHT/ECB/NOPADDING 19:28:15,345 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT/ECB/NOPADDING" does not support IV => Skipping. 19:28:15,345 INFO [main][CipherTest] transformation=AES.LIGHT/GCM/ 19:28:15,347 INFO [main][CipherTest] transformation=AES.LIGHT/GCM/NOPADDING 19:28:15,348 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ 19:28:15,349 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO10126 19:28:15,349 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO10126-2 19:28:15,349 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO10126-2PADDING 19:28:15,350 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO10126PADDING 19:28:15,350 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO7816-4 19:28:15,350 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO7816-4PADDING 19:28:15,351 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/NOPADDING 19:28:15,351 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/PKCS5 19:28:15,351 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/PKCS5PADDING 19:28:15,351 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/PKCS7 19:28:15,351 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/PKCS7PADDING 19:28:15,352 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/TBC 19:28:15,352 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/TBCPADDING 19:28:15,352 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/X9.23 19:28:15,352 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/X9.23PADDING 19:28:15,352 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ZEROBYTE 19:28:15,352 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ZEROBYTEPADDING 19:28:15,353 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ 19:28:15,353 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO10126 19:28:15,353 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO10126-2 19:28:15,354 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO10126-2PADDING 19:28:15,354 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO10126PADDING 19:28:15,354 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO7816-4 19:28:15,355 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO7816-4PADDING 19:28:15,355 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/NOPADDING 19:28:15,355 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/PKCS5 19:28:15,355 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/PKCS5PADDING 19:28:15,355 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/PKCS7 19:28:15,355 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/PKCS7PADDING 19:28:15,356 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/TBC 19:28:15,356 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/TBCPADDING 19:28:15,356 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/X9.23 19:28:15,356 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/X9.23PADDING 19:28:15,356 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ZEROBYTE 19:28:15,357 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ZEROBYTEPADDING 19:28:15,357 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ 19:28:15,357 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO10126 19:28:15,357 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO10126-2 19:28:15,358 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO10126-2PADDING 19:28:15,358 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO10126PADDING 19:28:15,358 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO7816-4 19:28:15,359 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO7816-4PADDING 19:28:15,359 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/NOPADDING 19:28:15,359 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/PKCS5 19:28:15,359 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/PKCS5PADDING 19:28:15,359 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/PKCS7 19:28:15,360 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/PKCS7PADDING 19:28:15,360 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/TBC 19:28:15,360 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/TBCPADDING 19:28:15,360 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/X9.23 19:28:15,360 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/X9.23PADDING 19:28:15,360 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ZEROBYTE 19:28:15,361 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ZEROBYTEPADDING 19:28:15,361 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ 19:28:15,361 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO10126 19:28:15,361 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO10126-2 19:28:15,362 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO10126-2PADDING 19:28:15,362 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO10126PADDING 19:28:15,363 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO7816-4 19:28:15,363 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO7816-4PADDING 19:28:15,363 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/NOPADDING 19:28:15,363 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/PKCS5 19:28:15,363 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/PKCS5PADDING 19:28:15,364 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/PKCS7 19:28:15,364 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/PKCS7PADDING 19:28:15,364 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/TBC 19:28:15,364 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/TBCPADDING 19:28:15,364 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/X9.23 19:28:15,364 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/X9.23PADDING 19:28:15,365 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ZEROBYTE 19:28:15,365 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ZEROBYTEPADDING 19:28:15,365 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ 19:28:15,365 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO10126 19:28:15,366 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO10126-2 19:28:15,366 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO10126-2PADDING 19:28:15,366 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO10126PADDING 19:28:15,367 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO7816-4 19:28:15,367 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO7816-4PADDING 19:28:15,367 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/NOPADDING 19:28:15,367 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/PKCS5 19:28:15,367 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/PKCS5PADDING 19:28:15,368 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/PKCS7 19:28:15,368 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/PKCS7PADDING 19:28:15,368 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/TBC 19:28:15,368 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/TBCPADDING 19:28:15,368 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/X9.23 19:28:15,369 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/X9.23PADDING 19:28:15,369 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ZEROBYTE 19:28:15,369 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ZEROBYTEPADDING 19:28:15,369 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ 19:28:15,369 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO10126 19:28:15,370 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO10126-2 19:28:15,370 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO10126-2PADDING 19:28:15,370 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO10126PADDING 19:28:15,371 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO7816-4 19:28:15,371 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO7816-4PADDING 19:28:15,371 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/NOPADDING 19:28:15,371 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/PKCS5 19:28:15,372 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/PKCS5PADDING 19:28:15,372 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/PKCS7 19:28:15,372 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/PKCS7PADDING 19:28:15,372 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/TBC 19:28:15,372 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/TBCPADDING 19:28:15,373 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/X9.23 19:28:15,373 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/X9.23PADDING 19:28:15,373 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ZEROBYTE 19:28:15,373 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ZEROBYTEPADDING 19:28:15,373 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ 19:28:15,373 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO10126 19:28:15,374 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO10126-2 19:28:15,374 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO10126-2PADDING 19:28:15,375 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO10126PADDING 19:28:15,375 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO7816-4 19:28:15,375 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO7816-4PADDING 19:28:15,375 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/NOPADDING 19:28:15,376 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/PKCS5 19:28:15,376 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/PKCS5PADDING 19:28:15,376 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/PKCS7 19:28:15,376 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/PKCS7PADDING 19:28:15,376 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/TBC 19:28:15,376 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/TBCPADDING 19:28:15,377 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/X9.23 19:28:15,377 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/X9.23PADDING 19:28:15,377 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ZEROBYTE 19:28:15,377 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ZEROBYTEPADDING 19:28:15,377 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ 19:28:15,378 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO10126 19:28:15,378 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO10126-2 19:28:15,378 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO10126-2PADDING 19:28:15,379 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO10126PADDING 19:28:15,379 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO7816-4 19:28:15,379 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO7816-4PADDING 19:28:15,379 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/NOPADDING 19:28:15,380 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/PKCS5 19:28:15,380 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/PKCS5PADDING 19:28:15,380 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/PKCS7 19:28:15,380 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/PKCS7PADDING 19:28:15,380 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/TBC 19:28:15,381 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/TBCPADDING 19:28:15,381 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/X9.23 19:28:15,381 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/X9.23PADDING 19:28:15,381 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ZEROBYTE 19:28:15,381 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ZEROBYTEPADDING 19:28:15,382 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ 19:28:15,382 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO10126 19:28:15,382 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO10126-2 19:28:15,383 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO10126-2PADDING 19:28:15,383 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO10126PADDING 19:28:15,383 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO7816-4 19:28:15,384 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO7816-4PADDING 19:28:15,384 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/NOPADDING 19:28:15,384 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/PKCS5 19:28:15,384 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/PKCS5PADDING 19:28:15,384 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/PKCS7 19:28:15,385 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/PKCS7PADDING 19:28:15,385 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/TBC 19:28:15,385 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/TBCPADDING 19:28:15,385 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/X9.23 19:28:15,385 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/X9.23PADDING 19:28:15,385 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ZEROBYTE 19:28:15,386 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ZEROBYTEPADDING 19:28:15,386 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ 19:28:15,386 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO10126 19:28:15,386 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO10126-2 19:28:15,387 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO10126-2PADDING 19:28:15,387 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO10126PADDING 19:28:15,388 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO7816-4 19:28:15,388 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO7816-4PADDING 19:28:15,388 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/NOPADDING 19:28:15,388 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/PKCS5 19:28:15,388 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/PKCS5PADDING 19:28:15,388 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/PKCS7 19:28:15,389 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/PKCS7PADDING 19:28:15,389 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/TBC 19:28:15,389 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/TBCPADDING 19:28:15,389 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/X9.23 19:28:15,389 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/X9.23PADDING 19:28:15,390 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ZEROBYTE 19:28:15,390 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ZEROBYTEPADDING 19:28:15,390 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ 19:28:15,390 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO10126 19:28:15,391 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO10126-2 19:28:15,391 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO10126-2PADDING 19:28:15,391 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO10126PADDING 19:28:15,392 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO7816-4 19:28:15,392 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO7816-4PADDING 19:28:15,392 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/NOPADDING 19:28:15,392 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/PKCS5 19:28:15,393 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/PKCS5PADDING 19:28:15,393 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/PKCS7 19:28:15,393 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/PKCS7PADDING 19:28:15,393 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/TBC 19:28:15,393 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/TBCPADDING 19:28:15,393 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/X9.23 19:28:15,394 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/X9.23PADDING 19:28:15,394 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ZEROBYTE 19:28:15,394 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ZEROBYTEPADDING 19:28:15,394 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ 19:28:15,394 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO10126 19:28:15,395 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO10126-2 19:28:15,395 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO10126-2PADDING 19:28:15,396 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO10126PADDING 19:28:15,396 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO7816-4 19:28:15,396 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO7816-4PADDING 19:28:15,396 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/NOPADDING 19:28:15,396 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/PKCS5 19:28:15,397 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/PKCS5PADDING 19:28:15,397 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/PKCS7 19:28:15,397 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/PKCS7PADDING 19:28:15,397 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/TBC 19:28:15,397 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/TBCPADDING 19:28:15,398 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/X9.23 19:28:15,398 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/X9.23PADDING 19:28:15,398 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ZEROBYTE 19:28:15,398 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ZEROBYTEPADDING 19:28:15,398 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ 19:28:15,399 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO10126 19:28:15,399 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO10126-2 19:28:15,399 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO10126-2PADDING 19:28:15,400 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO10126PADDING 19:28:15,400 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO7816-4 19:28:15,400 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO7816-4PADDING 19:28:15,400 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/NOPADDING 19:28:15,401 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/PKCS5 19:28:15,401 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/PKCS5PADDING 19:28:15,401 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/PKCS7 19:28:15,401 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/PKCS7PADDING 19:28:15,401 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/TBC 19:28:15,402 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/TBCPADDING 19:28:15,402 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/X9.23 19:28:15,402 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/X9.23PADDING 19:28:15,402 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ZEROBYTE 19:28:15,402 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ZEROBYTEPADDING 19:28:15,403 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ 19:28:15,403 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO10126 19:28:15,403 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO10126-2 19:28:15,404 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO10126-2PADDING 19:28:15,404 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO10126PADDING 19:28:15,404 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO7816-4 19:28:15,404 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO7816-4PADDING 19:28:15,405 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/NOPADDING 19:28:15,405 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/PKCS5 19:28:15,405 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/PKCS5PADDING 19:28:15,405 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/PKCS7 19:28:15,405 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/PKCS7PADDING 19:28:15,406 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/TBC 19:28:15,406 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/TBCPADDING 19:28:15,406 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/X9.23 19:28:15,406 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/X9.23PADDING 19:28:15,406 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ZEROBYTE 19:28:15,407 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ZEROBYTEPADDING 19:28:15,407 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ 19:28:15,407 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO10126 19:28:15,407 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO10126-2 19:28:15,408 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO10126-2PADDING 19:28:15,408 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO10126PADDING 19:28:15,408 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO7816-4 19:28:15,409 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO7816-4PADDING 19:28:15,409 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/NOPADDING 19:28:15,409 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/PKCS5 19:28:15,409 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/PKCS5PADDING 19:28:15,409 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/PKCS7 19:28:15,410 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/PKCS7PADDING 19:28:15,410 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/TBC 19:28:15,410 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/TBCPADDING 19:28:15,410 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/X9.23 19:28:15,410 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/X9.23PADDING 19:28:15,410 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ZEROBYTE 19:28:15,411 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ZEROBYTEPADDING 19:28:15,411 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ 19:28:15,411 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO10126 19:28:15,411 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO10126-2 19:28:15,412 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO10126-2PADDING 19:28:15,412 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO10126PADDING 19:28:15,413 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO7816-4 19:28:15,413 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO7816-4PADDING 19:28:15,413 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/NOPADDING 19:28:15,413 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/PKCS5 19:28:15,413 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/PKCS5PADDING 19:28:15,414 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/PKCS7 19:28:15,414 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/PKCS7PADDING 19:28:15,414 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/TBC 19:28:15,414 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/TBCPADDING 19:28:15,415 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/X9.23 19:28:15,415 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/X9.23PADDING 19:28:15,415 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ZEROBYTE 19:28:15,416 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ZEROBYTEPADDING 19:28:15,416 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ 19:28:15,416 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO10126 19:28:15,417 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO10126-2 19:28:15,417 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO10126-2PADDING 19:28:15,418 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO10126PADDING 19:28:15,418 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO7816-4 19:28:15,418 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO7816-4PADDING 19:28:15,419 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/NOPADDING 19:28:15,419 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/PKCS5 19:28:15,419 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/PKCS5PADDING 19:28:15,420 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/PKCS7 19:28:15,420 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/PKCS7PADDING 19:28:15,420 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/TBC 19:28:15,420 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/TBCPADDING 19:28:15,421 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/X9.23 19:28:15,421 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/X9.23PADDING 19:28:15,421 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ZEROBYTE 19:28:15,422 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ZEROBYTEPADDING 19:28:15,422 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ 19:28:15,422 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO10126 19:28:15,423 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO10126-2 19:28:15,423 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO10126-2PADDING 19:28:15,424 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO10126PADDING 19:28:15,424 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO7816-4 19:28:15,424 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO7816-4PADDING 19:28:15,425 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/NOPADDING 19:28:15,425 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/PKCS5 19:28:15,425 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/PKCS5PADDING 19:28:15,426 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/PKCS7 19:28:15,426 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/PKCS7PADDING 19:28:15,426 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/TBC 19:28:15,426 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/TBCPADDING 19:28:15,426 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/X9.23 19:28:15,427 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/X9.23PADDING 19:28:15,427 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ZEROBYTE 19:28:15,427 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ZEROBYTEPADDING 19:28:15,427 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ 19:28:15,428 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO10126 19:28:15,428 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO10126-2 19:28:15,428 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO10126-2PADDING 19:28:15,429 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO10126PADDING 19:28:15,429 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO7816-4 19:28:15,429 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO7816-4PADDING 19:28:15,429 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/NOPADDING 19:28:15,430 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/PKCS5 19:28:15,430 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/PKCS5PADDING 19:28:15,430 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/PKCS7 19:28:15,430 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/PKCS7PADDING 19:28:15,430 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/TBC 19:28:15,431 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/TBCPADDING 19:28:15,431 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/X9.23 19:28:15,431 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/X9.23PADDING 19:28:15,431 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ZEROBYTE 19:28:15,431 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ZEROBYTEPADDING 19:28:15,431 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ 19:28:15,432 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO10126 19:28:15,432 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO10126-2 19:28:15,432 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO10126-2PADDING 19:28:15,433 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO10126PADDING 19:28:15,433 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO7816-4 19:28:15,433 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO7816-4PADDING 19:28:15,434 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/NOPADDING 19:28:15,434 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/PKCS5 19:28:15,434 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/PKCS5PADDING 19:28:15,434 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/PKCS7 19:28:15,434 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/PKCS7PADDING 19:28:15,434 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/TBC 19:28:15,435 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/TBCPADDING 19:28:15,435 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/X9.23 19:28:15,435 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/X9.23PADDING 19:28:15,435 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ZEROBYTE 19:28:15,435 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ZEROBYTEPADDING 19:28:15,436 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ 19:28:15,436 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO10126 19:28:15,436 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO10126-2 19:28:15,437 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO10126-2PADDING 19:28:15,437 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO10126PADDING 19:28:15,437 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO7816-4 19:28:15,437 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO7816-4PADDING 19:28:15,438 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/NOPADDING 19:28:15,438 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/PKCS5 19:28:15,438 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/PKCS5PADDING 19:28:15,438 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/PKCS7 19:28:15,438 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/PKCS7PADDING 19:28:15,439 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/TBC 19:28:15,439 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/TBCPADDING 19:28:15,439 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/X9.23 19:28:15,439 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/X9.23PADDING 19:28:15,439 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ZEROBYTE 19:28:15,440 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ZEROBYTEPADDING 19:28:15,440 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ 19:28:15,440 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO10126 19:28:15,440 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO10126-2 19:28:15,441 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO10126-2PADDING 19:28:15,441 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO10126PADDING 19:28:15,441 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO7816-4 19:28:15,442 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO7816-4PADDING 19:28:15,442 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/NOPADDING 19:28:15,442 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/PKCS5 19:28:15,442 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/PKCS5PADDING 19:28:15,442 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/PKCS7 19:28:15,443 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/PKCS7PADDING 19:28:15,443 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/TBC 19:28:15,443 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/TBCPADDING 19:28:15,443 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/X9.23 19:28:15,443 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/X9.23PADDING 19:28:15,443 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ZEROBYTE 19:28:15,444 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ZEROBYTEPADDING 19:28:15,444 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ 19:28:15,444 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO10126 19:28:15,444 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO10126-2 19:28:15,445 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO10126-2PADDING 19:28:15,445 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO10126PADDING 19:28:15,445 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO7816-4 19:28:15,446 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO7816-4PADDING 19:28:15,446 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/NOPADDING 19:28:15,446 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/PKCS5 19:28:15,446 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/PKCS5PADDING 19:28:15,446 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/PKCS7 19:28:15,447 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/PKCS7PADDING 19:28:15,447 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/TBC 19:28:15,447 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/TBCPADDING 19:28:15,447 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/X9.23 19:28:15,447 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/X9.23PADDING 19:28:15,448 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ZEROBYTE 19:28:15,448 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ZEROBYTEPADDING 19:28:15,448 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ 19:28:15,448 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO10126 19:28:15,448 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO10126-2 19:28:15,449 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO10126-2PADDING 19:28:15,449 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO10126PADDING 19:28:15,450 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO7816-4 19:28:15,450 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO7816-4PADDING 19:28:15,450 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/NOPADDING 19:28:15,450 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/PKCS5 19:28:15,450 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/PKCS5PADDING 19:28:15,451 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/PKCS7 19:28:15,451 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/PKCS7PADDING 19:28:15,451 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/TBC 19:28:15,451 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/TBCPADDING 19:28:15,451 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/X9.23 19:28:15,451 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/X9.23PADDING 19:28:15,452 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ZEROBYTE 19:28:15,452 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ZEROBYTEPADDING 19:28:15,452 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ 19:28:15,452 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO10126 19:28:15,453 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO10126-2 19:28:15,453 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO10126-2PADDING 19:28:15,453 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO10126PADDING 19:28:15,454 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO7816-4 19:28:15,454 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO7816-4PADDING 19:28:15,454 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/NOPADDING 19:28:15,454 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/PKCS5 19:28:15,454 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/PKCS5PADDING 19:28:15,455 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/PKCS7 19:28:15,455 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/PKCS7PADDING 19:28:15,455 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/TBC 19:28:15,455 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/TBCPADDING 19:28:15,455 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/X9.23 19:28:15,456 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/X9.23PADDING 19:28:15,456 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ZEROBYTE 19:28:15,456 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ZEROBYTEPADDING 19:28:15,456 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ 19:28:15,456 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO10126 19:28:15,457 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO10126-2 19:28:15,457 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO10126-2PADDING 19:28:15,457 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO10126PADDING 19:28:15,458 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO7816-4 19:28:15,458 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO7816-4PADDING 19:28:15,458 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/NOPADDING 19:28:15,458 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/PKCS5 19:28:15,459 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/PKCS5PADDING 19:28:15,459 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/PKCS7 19:28:15,459 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/PKCS7PADDING 19:28:15,459 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/TBC 19:28:15,459 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/TBCPADDING 19:28:15,459 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/X9.23 19:28:15,460 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/X9.23PADDING 19:28:15,460 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ZEROBYTE 19:28:15,460 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ZEROBYTEPADDING 19:28:15,460 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ 19:28:15,460 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO10126 19:28:15,461 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO10126-2 19:28:15,461 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO10126-2PADDING 19:28:15,462 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO10126PADDING 19:28:15,462 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO7816-4 19:28:15,462 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO7816-4PADDING 19:28:15,462 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/NOPADDING 19:28:15,462 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/PKCS5 19:28:15,463 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/PKCS5PADDING 19:28:15,463 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/PKCS7 19:28:15,463 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/PKCS7PADDING 19:28:15,463 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/TBC 19:28:15,463 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/TBCPADDING 19:28:15,464 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/X9.23 19:28:15,464 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/X9.23PADDING 19:28:15,464 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ZEROBYTE 19:28:15,464 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ZEROBYTEPADDING 19:28:15,464 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ 19:28:15,464 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO10126 19:28:15,465 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO10126-2 19:28:15,465 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO10126-2PADDING 19:28:15,466 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO10126PADDING 19:28:15,466 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO7816-4 19:28:15,466 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO7816-4PADDING 19:28:15,466 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/NOPADDING 19:28:15,467 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/PKCS5 19:28:15,467 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/PKCS5PADDING 19:28:15,467 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/PKCS7 19:28:15,467 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/PKCS7PADDING 19:28:15,467 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/TBC 19:28:15,468 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/TBCPADDING 19:28:15,468 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/X9.23 19:28:15,468 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/X9.23PADDING 19:28:15,468 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ZEROBYTE 19:28:15,468 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ZEROBYTEPADDING 19:28:15,469 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ 19:28:15,469 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO10126 19:28:15,469 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO10126-2 19:28:15,469 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO10126-2PADDING 19:28:15,470 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO10126PADDING 19:28:15,470 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO7816-4 19:28:15,470 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO7816-4PADDING 19:28:15,471 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/NOPADDING 19:28:15,471 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/PKCS5 19:28:15,471 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/PKCS5PADDING 19:28:15,471 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/PKCS7 19:28:15,471 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/PKCS7PADDING 19:28:15,472 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/TBC 19:28:15,472 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/TBCPADDING 19:28:15,472 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/X9.23 19:28:15,472 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/X9.23PADDING 19:28:15,472 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ZEROBYTE 19:28:15,472 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ZEROBYTEPADDING 19:28:15,473 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ 19:28:15,473 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO10126 19:28:15,473 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO10126-2 19:28:15,474 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO10126-2PADDING 19:28:15,474 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO10126PADDING 19:28:15,474 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO7816-4 19:28:15,475 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO7816-4PADDING 19:28:15,475 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/NOPADDING 19:28:15,475 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/PKCS5 19:28:15,475 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/PKCS5PADDING 19:28:15,475 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/PKCS7 19:28:15,475 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/PKCS7PADDING 19:28:15,476 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/TBC 19:28:15,476 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/TBCPADDING 19:28:15,476 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/X9.23 19:28:15,476 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/X9.23PADDING 19:28:15,476 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ZEROBYTE 19:28:15,477 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ZEROBYTEPADDING 19:28:15,477 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ 19:28:15,477 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO10126 19:28:15,477 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO10126-2 19:28:15,478 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO10126-2PADDING 19:28:15,478 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO10126PADDING 19:28:15,478 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO7816-4 19:28:15,479 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO7816-4PADDING 19:28:15,479 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/NOPADDING 19:28:15,479 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/PKCS5 19:28:15,479 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/PKCS5PADDING 19:28:15,479 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/PKCS7 19:28:15,480 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/PKCS7PADDING 19:28:15,480 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/TBC 19:28:15,480 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/TBCPADDING 19:28:15,480 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/X9.23 19:28:15,480 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/X9.23PADDING 19:28:15,481 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ZEROBYTE 19:28:15,481 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ZEROBYTEPADDING 19:28:15,481 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ 19:28:15,481 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO10126 19:28:15,481 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO10126-2 19:28:15,482 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO10126-2PADDING 19:28:15,482 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO10126PADDING 19:28:15,483 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO7816-4 19:28:15,483 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO7816-4PADDING 19:28:15,483 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/NOPADDING 19:28:15,483 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/PKCS5 19:28:15,483 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/PKCS5PADDING 19:28:15,484 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/PKCS7 19:28:15,484 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/PKCS7PADDING 19:28:15,484 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/TBC 19:28:15,484 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/TBCPADDING 19:28:15,484 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/X9.23 19:28:15,484 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/X9.23PADDING 19:28:15,485 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ZEROBYTE 19:28:15,485 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ZEROBYTEPADDING 19:28:15,485 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ 19:28:15,485 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO10126 19:28:15,486 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO10126-2 19:28:15,486 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO10126-2PADDING 19:28:15,486 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO10126PADDING 19:28:15,487 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO7816-4 19:28:15,487 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO7816-4PADDING 19:28:15,487 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/NOPADDING 19:28:15,487 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/PKCS5 19:28:15,488 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/PKCS5PADDING 19:28:15,488 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/PKCS7 19:28:15,488 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/PKCS7PADDING 19:28:15,488 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/TBC 19:28:15,488 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/TBCPADDING 19:28:15,488 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/X9.23 19:28:15,489 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/X9.23PADDING 19:28:15,489 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ZEROBYTE 19:28:15,489 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ZEROBYTEPADDING 19:28:15,489 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ 19:28:15,490 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO10126 19:28:15,490 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO10126-2 19:28:15,490 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO10126-2PADDING 19:28:15,491 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO10126PADDING 19:28:15,491 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO7816-4 19:28:15,492 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO7816-4PADDING 19:28:15,492 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/NOPADDING 19:28:15,492 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/PKCS5 19:28:15,492 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/PKCS5PADDING 19:28:15,493 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/PKCS7 19:28:15,493 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/PKCS7PADDING 19:28:15,493 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/TBC 19:28:15,493 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/TBCPADDING 19:28:15,493 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/X9.23 19:28:15,494 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/X9.23PADDING 19:28:15,494 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ZEROBYTE 19:28:15,494 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ZEROBYTEPADDING 19:28:15,494 INFO [main][CipherTest] transformation=AES// 19:28:15,495 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES//" does not support IV => Skipping. 19:28:15,495 INFO [main][CipherTest] transformation=AES//NOPADDING 19:28:15,495 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES//NOPADDING" does not support IV => Skipping. 19:28:15,495 INFO [main][CipherTest] transformation=AES/CBC-CTS/ 19:28:15,495 INFO [main][CipherTest] transformation=AES/CBC-CTS/NOPADDING 19:28:15,496 INFO [main][CipherTest] transformation=AES/CBC/ 19:28:15,496 INFO [main][CipherTest] transformation=AES/CBC/ISO10126 19:28:15,497 INFO [main][CipherTest] transformation=AES/CBC/ISO10126-2 19:28:15,498 INFO [main][CipherTest] transformation=AES/CBC/ISO10126-2PADDING 19:28:15,499 INFO [main][CipherTest] transformation=AES/CBC/ISO10126PADDING 19:28:15,499 INFO [main][CipherTest] transformation=AES/CBC/ISO7816-4 19:28:15,500 INFO [main][CipherTest] transformation=AES/CBC/ISO7816-4PADDING 19:28:15,500 INFO [main][CipherTest] transformation=AES/CBC/NOPADDING 19:28:15,500 INFO [main][CipherTest] transformation=AES/CBC/PKCS5 19:28:15,501 INFO [main][CipherTest] transformation=AES/CBC/PKCS5PADDING 19:28:15,501 INFO [main][CipherTest] transformation=AES/CBC/PKCS7 19:28:15,502 INFO [main][CipherTest] transformation=AES/CBC/PKCS7PADDING 19:28:15,502 INFO [main][CipherTest] transformation=AES/CBC/TBC 19:28:15,502 INFO [main][CipherTest] transformation=AES/CBC/TBCPADDING 19:28:15,503 INFO [main][CipherTest] transformation=AES/CBC/X9.23 19:28:15,503 INFO [main][CipherTest] transformation=AES/CBC/X9.23PADDING 19:28:15,503 INFO [main][CipherTest] transformation=AES/CBC/ZEROBYTE 19:28:15,504 INFO [main][CipherTest] transformation=AES/CBC/ZEROBYTEPADDING 19:28:15,504 INFO [main][CipherTest] transformation=AES/CCM/ 19:28:15,504 ERROR [main][CipherTest] transformation "AES/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:15,504 INFO [main][CipherTest] transformation=AES/CCM/NOPADDING 19:28:15,505 ERROR [main][CipherTest] transformation "AES/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:15,505 INFO [main][CipherTest] transformation=AES/CFB/ 19:28:15,505 INFO [main][CipherTest] transformation=AES/CFB/ISO10126 19:28:15,506 INFO [main][CipherTest] transformation=AES/CFB/ISO10126-2 19:28:15,506 INFO [main][CipherTest] transformation=AES/CFB/ISO10126-2PADDING 19:28:15,507 INFO [main][CipherTest] transformation=AES/CFB/ISO10126PADDING 19:28:15,507 INFO [main][CipherTest] transformation=AES/CFB/ISO7816-4 19:28:15,507 INFO [main][CipherTest] transformation=AES/CFB/ISO7816-4PADDING 19:28:15,508 INFO [main][CipherTest] transformation=AES/CFB/NOPADDING 19:28:15,508 INFO [main][CipherTest] transformation=AES/CFB/PKCS5 19:28:15,508 INFO [main][CipherTest] transformation=AES/CFB/PKCS5PADDING 19:28:15,508 INFO [main][CipherTest] transformation=AES/CFB/PKCS7 19:28:15,509 INFO [main][CipherTest] transformation=AES/CFB/PKCS7PADDING 19:28:15,509 INFO [main][CipherTest] transformation=AES/CFB/TBC 19:28:15,509 INFO [main][CipherTest] transformation=AES/CFB/TBCPADDING 19:28:15,509 INFO [main][CipherTest] transformation=AES/CFB/X9.23 19:28:15,510 INFO [main][CipherTest] transformation=AES/CFB/X9.23PADDING 19:28:15,510 INFO [main][CipherTest] transformation=AES/CFB/ZEROBYTE 19:28:15,510 INFO [main][CipherTest] transformation=AES/CFB/ZEROBYTEPADDING 19:28:15,510 INFO [main][CipherTest] transformation=AES/CFB104/ 19:28:15,510 INFO [main][CipherTest] transformation=AES/CFB104/ISO10126 19:28:15,511 INFO [main][CipherTest] transformation=AES/CFB104/ISO10126-2 19:28:15,511 INFO [main][CipherTest] transformation=AES/CFB104/ISO10126-2PADDING 19:28:15,512 INFO [main][CipherTest] transformation=AES/CFB104/ISO10126PADDING 19:28:15,513 INFO [main][CipherTest] transformation=AES/CFB104/ISO7816-4 19:28:15,513 INFO [main][CipherTest] transformation=AES/CFB104/ISO7816-4PADDING 19:28:15,513 INFO [main][CipherTest] transformation=AES/CFB104/NOPADDING 19:28:15,514 INFO [main][CipherTest] transformation=AES/CFB104/PKCS5 19:28:15,514 INFO [main][CipherTest] transformation=AES/CFB104/PKCS5PADDING 19:28:15,514 INFO [main][CipherTest] transformation=AES/CFB104/PKCS7 19:28:15,515 INFO [main][CipherTest] transformation=AES/CFB104/PKCS7PADDING 19:28:15,515 INFO [main][CipherTest] transformation=AES/CFB104/TBC 19:28:15,516 INFO [main][CipherTest] transformation=AES/CFB104/TBCPADDING 19:28:15,516 INFO [main][CipherTest] transformation=AES/CFB104/X9.23 19:28:15,516 INFO [main][CipherTest] transformation=AES/CFB104/X9.23PADDING 19:28:15,517 INFO [main][CipherTest] transformation=AES/CFB104/ZEROBYTE 19:28:15,517 INFO [main][CipherTest] transformation=AES/CFB104/ZEROBYTEPADDING 19:28:15,517 INFO [main][CipherTest] transformation=AES/CFB112/ 19:28:15,518 INFO [main][CipherTest] transformation=AES/CFB112/ISO10126 19:28:15,518 INFO [main][CipherTest] transformation=AES/CFB112/ISO10126-2 19:28:15,519 INFO [main][CipherTest] transformation=AES/CFB112/ISO10126-2PADDING 19:28:15,519 INFO [main][CipherTest] transformation=AES/CFB112/ISO10126PADDING 19:28:15,520 INFO [main][CipherTest] transformation=AES/CFB112/ISO7816-4 19:28:15,520 INFO [main][CipherTest] transformation=AES/CFB112/ISO7816-4PADDING 19:28:15,520 INFO [main][CipherTest] transformation=AES/CFB112/NOPADDING 19:28:15,521 INFO [main][CipherTest] transformation=AES/CFB112/PKCS5 19:28:15,521 INFO [main][CipherTest] transformation=AES/CFB112/PKCS5PADDING 19:28:15,521 INFO [main][CipherTest] transformation=AES/CFB112/PKCS7 19:28:15,521 INFO [main][CipherTest] transformation=AES/CFB112/PKCS7PADDING 19:28:15,522 INFO [main][CipherTest] transformation=AES/CFB112/TBC 19:28:15,522 INFO [main][CipherTest] transformation=AES/CFB112/TBCPADDING 19:28:15,522 INFO [main][CipherTest] transformation=AES/CFB112/X9.23 19:28:15,522 INFO [main][CipherTest] transformation=AES/CFB112/X9.23PADDING 19:28:15,522 INFO [main][CipherTest] transformation=AES/CFB112/ZEROBYTE 19:28:15,523 INFO [main][CipherTest] transformation=AES/CFB112/ZEROBYTEPADDING 19:28:15,523 INFO [main][CipherTest] transformation=AES/CFB120/ 19:28:15,523 INFO [main][CipherTest] transformation=AES/CFB120/ISO10126 19:28:15,524 INFO [main][CipherTest] transformation=AES/CFB120/ISO10126-2 19:28:15,524 INFO [main][CipherTest] transformation=AES/CFB120/ISO10126-2PADDING 19:28:15,524 INFO [main][CipherTest] transformation=AES/CFB120/ISO10126PADDING 19:28:15,525 INFO [main][CipherTest] transformation=AES/CFB120/ISO7816-4 19:28:15,525 INFO [main][CipherTest] transformation=AES/CFB120/ISO7816-4PADDING 19:28:15,525 INFO [main][CipherTest] transformation=AES/CFB120/NOPADDING 19:28:15,526 INFO [main][CipherTest] transformation=AES/CFB120/PKCS5 19:28:15,526 INFO [main][CipherTest] transformation=AES/CFB120/PKCS5PADDING 19:28:15,526 INFO [main][CipherTest] transformation=AES/CFB120/PKCS7 19:28:15,526 INFO [main][CipherTest] transformation=AES/CFB120/PKCS7PADDING 19:28:15,527 INFO [main][CipherTest] transformation=AES/CFB120/TBC 19:28:15,527 INFO [main][CipherTest] transformation=AES/CFB120/TBCPADDING 19:28:15,527 INFO [main][CipherTest] transformation=AES/CFB120/X9.23 19:28:15,527 INFO [main][CipherTest] transformation=AES/CFB120/X9.23PADDING 19:28:15,528 INFO [main][CipherTest] transformation=AES/CFB120/ZEROBYTE 19:28:15,528 INFO [main][CipherTest] transformation=AES/CFB120/ZEROBYTEPADDING 19:28:15,528 INFO [main][CipherTest] transformation=AES/CFB128/ 19:28:15,528 INFO [main][CipherTest] transformation=AES/CFB128/ISO10126 19:28:15,529 INFO [main][CipherTest] transformation=AES/CFB128/ISO10126-2 19:28:15,529 INFO [main][CipherTest] transformation=AES/CFB128/ISO10126-2PADDING 19:28:15,530 INFO [main][CipherTest] transformation=AES/CFB128/ISO10126PADDING 19:28:15,530 INFO [main][CipherTest] transformation=AES/CFB128/ISO7816-4 19:28:15,530 INFO [main][CipherTest] transformation=AES/CFB128/ISO7816-4PADDING 19:28:15,530 INFO [main][CipherTest] transformation=AES/CFB128/NOPADDING 19:28:15,531 INFO [main][CipherTest] transformation=AES/CFB128/PKCS5 19:28:15,531 INFO [main][CipherTest] transformation=AES/CFB128/PKCS5PADDING 19:28:15,532 INFO [main][CipherTest] transformation=AES/CFB128/PKCS7 19:28:15,532 INFO [main][CipherTest] transformation=AES/CFB128/PKCS7PADDING 19:28:15,532 INFO [main][CipherTest] transformation=AES/CFB128/TBC 19:28:15,533 INFO [main][CipherTest] transformation=AES/CFB128/TBCPADDING 19:28:15,533 INFO [main][CipherTest] transformation=AES/CFB128/X9.23 19:28:15,533 INFO [main][CipherTest] transformation=AES/CFB128/X9.23PADDING 19:28:15,534 INFO [main][CipherTest] transformation=AES/CFB128/ZEROBYTE 19:28:15,534 INFO [main][CipherTest] transformation=AES/CFB128/ZEROBYTEPADDING 19:28:15,534 INFO [main][CipherTest] transformation=AES/CFB136/ 19:28:15,535 INFO [main][CipherTest] transformation=AES/CFB136/ISO10126 19:28:15,535 INFO [main][CipherTest] transformation=AES/CFB136/ISO10126-2 19:28:15,536 INFO [main][CipherTest] transformation=AES/CFB136/ISO10126-2PADDING 19:28:15,536 INFO [main][CipherTest] transformation=AES/CFB136/ISO10126PADDING 19:28:15,537 INFO [main][CipherTest] transformation=AES/CFB136/ISO7816-4 19:28:15,537 INFO [main][CipherTest] transformation=AES/CFB136/ISO7816-4PADDING 19:28:15,538 INFO [main][CipherTest] transformation=AES/CFB136/NOPADDING 19:28:15,538 INFO [main][CipherTest] transformation=AES/CFB136/PKCS5 19:28:15,538 INFO [main][CipherTest] transformation=AES/CFB136/PKCS5PADDING 19:28:15,539 INFO [main][CipherTest] transformation=AES/CFB136/PKCS7 19:28:15,539 INFO [main][CipherTest] transformation=AES/CFB136/PKCS7PADDING 19:28:15,539 INFO [main][CipherTest] transformation=AES/CFB136/TBC 19:28:15,540 INFO [main][CipherTest] transformation=AES/CFB136/TBCPADDING 19:28:15,540 INFO [main][CipherTest] transformation=AES/CFB136/X9.23 19:28:15,540 INFO [main][CipherTest] transformation=AES/CFB136/X9.23PADDING 19:28:15,541 INFO [main][CipherTest] transformation=AES/CFB136/ZEROBYTE 19:28:15,541 INFO [main][CipherTest] transformation=AES/CFB136/ZEROBYTEPADDING 19:28:15,541 INFO [main][CipherTest] transformation=AES/CFB144/ 19:28:15,542 INFO [main][CipherTest] transformation=AES/CFB144/ISO10126 19:28:15,542 INFO [main][CipherTest] transformation=AES/CFB144/ISO10126-2 19:28:15,543 INFO [main][CipherTest] transformation=AES/CFB144/ISO10126-2PADDING 19:28:15,543 INFO [main][CipherTest] transformation=AES/CFB144/ISO10126PADDING 19:28:15,544 INFO [main][CipherTest] transformation=AES/CFB144/ISO7816-4 19:28:15,544 INFO [main][CipherTest] transformation=AES/CFB144/ISO7816-4PADDING 19:28:15,545 INFO [main][CipherTest] transformation=AES/CFB144/NOPADDING 19:28:15,545 INFO [main][CipherTest] transformation=AES/CFB144/PKCS5 19:28:15,545 INFO [main][CipherTest] transformation=AES/CFB144/PKCS5PADDING 19:28:15,546 INFO [main][CipherTest] transformation=AES/CFB144/PKCS7 19:28:15,546 INFO [main][CipherTest] transformation=AES/CFB144/PKCS7PADDING 19:28:15,546 INFO [main][CipherTest] transformation=AES/CFB144/TBC 19:28:15,547 INFO [main][CipherTest] transformation=AES/CFB144/TBCPADDING 19:28:15,547 INFO [main][CipherTest] transformation=AES/CFB144/X9.23 19:28:15,547 INFO [main][CipherTest] transformation=AES/CFB144/X9.23PADDING 19:28:15,548 INFO [main][CipherTest] transformation=AES/CFB144/ZEROBYTE 19:28:15,548 INFO [main][CipherTest] transformation=AES/CFB144/ZEROBYTEPADDING 19:28:15,548 INFO [main][CipherTest] transformation=AES/CFB152/ 19:28:15,549 INFO [main][CipherTest] transformation=AES/CFB152/ISO10126 19:28:15,549 INFO [main][CipherTest] transformation=AES/CFB152/ISO10126-2 19:28:15,550 INFO [main][CipherTest] transformation=AES/CFB152/ISO10126-2PADDING 19:28:15,550 INFO [main][CipherTest] transformation=AES/CFB152/ISO10126PADDING 19:28:15,551 INFO [main][CipherTest] transformation=AES/CFB152/ISO7816-4 19:28:15,551 INFO [main][CipherTest] transformation=AES/CFB152/ISO7816-4PADDING 19:28:15,552 INFO [main][CipherTest] transformation=AES/CFB152/NOPADDING 19:28:15,552 INFO [main][CipherTest] transformation=AES/CFB152/PKCS5 19:28:15,552 INFO [main][CipherTest] transformation=AES/CFB152/PKCS5PADDING 19:28:15,553 INFO [main][CipherTest] transformation=AES/CFB152/PKCS7 19:28:15,553 INFO [main][CipherTest] transformation=AES/CFB152/PKCS7PADDING 19:28:15,553 INFO [main][CipherTest] transformation=AES/CFB152/TBC 19:28:15,554 INFO [main][CipherTest] transformation=AES/CFB152/TBCPADDING 19:28:15,554 INFO [main][CipherTest] transformation=AES/CFB152/X9.23 19:28:15,554 INFO [main][CipherTest] transformation=AES/CFB152/X9.23PADDING 19:28:15,555 INFO [main][CipherTest] transformation=AES/CFB152/ZEROBYTE 19:28:15,555 INFO [main][CipherTest] transformation=AES/CFB152/ZEROBYTEPADDING 19:28:15,555 INFO [main][CipherTest] transformation=AES/CFB16/ 19:28:15,556 INFO [main][CipherTest] transformation=AES/CFB16/ISO10126 19:28:15,556 INFO [main][CipherTest] transformation=AES/CFB16/ISO10126-2 19:28:15,557 INFO [main][CipherTest] transformation=AES/CFB16/ISO10126-2PADDING 19:28:15,558 INFO [main][CipherTest] transformation=AES/CFB16/ISO10126PADDING 19:28:15,558 INFO [main][CipherTest] transformation=AES/CFB16/ISO7816-4 19:28:15,559 INFO [main][CipherTest] transformation=AES/CFB16/ISO7816-4PADDING 19:28:15,559 INFO [main][CipherTest] transformation=AES/CFB16/NOPADDING 19:28:15,559 INFO [main][CipherTest] transformation=AES/CFB16/PKCS5 19:28:15,560 INFO [main][CipherTest] transformation=AES/CFB16/PKCS5PADDING 19:28:15,560 INFO [main][CipherTest] transformation=AES/CFB16/PKCS7 19:28:15,560 INFO [main][CipherTest] transformation=AES/CFB16/PKCS7PADDING 19:28:15,561 INFO [main][CipherTest] transformation=AES/CFB16/TBC 19:28:15,561 INFO [main][CipherTest] transformation=AES/CFB16/TBCPADDING 19:28:15,561 INFO [main][CipherTest] transformation=AES/CFB16/X9.23 19:28:15,561 INFO [main][CipherTest] transformation=AES/CFB16/X9.23PADDING 19:28:15,562 INFO [main][CipherTest] transformation=AES/CFB16/ZEROBYTE 19:28:15,562 INFO [main][CipherTest] transformation=AES/CFB16/ZEROBYTEPADDING 19:28:15,562 INFO [main][CipherTest] transformation=AES/CFB160/ 19:28:15,563 INFO [main][CipherTest] transformation=AES/CFB160/ISO10126 19:28:15,563 INFO [main][CipherTest] transformation=AES/CFB160/ISO10126-2 19:28:15,564 INFO [main][CipherTest] transformation=AES/CFB160/ISO10126-2PADDING 19:28:15,564 INFO [main][CipherTest] transformation=AES/CFB160/ISO10126PADDING 19:28:15,565 INFO [main][CipherTest] transformation=AES/CFB160/ISO7816-4 19:28:15,565 INFO [main][CipherTest] transformation=AES/CFB160/ISO7816-4PADDING 19:28:15,565 INFO [main][CipherTest] transformation=AES/CFB160/NOPADDING 19:28:15,565 INFO [main][CipherTest] transformation=AES/CFB160/PKCS5 19:28:15,566 INFO [main][CipherTest] transformation=AES/CFB160/PKCS5PADDING 19:28:15,566 INFO [main][CipherTest] transformation=AES/CFB160/PKCS7 19:28:15,566 INFO [main][CipherTest] transformation=AES/CFB160/PKCS7PADDING 19:28:15,567 INFO [main][CipherTest] transformation=AES/CFB160/TBC 19:28:15,567 INFO [main][CipherTest] transformation=AES/CFB160/TBCPADDING 19:28:15,567 INFO [main][CipherTest] transformation=AES/CFB160/X9.23 19:28:15,568 INFO [main][CipherTest] transformation=AES/CFB160/X9.23PADDING 19:28:15,568 INFO [main][CipherTest] transformation=AES/CFB160/ZEROBYTE 19:28:15,568 INFO [main][CipherTest] transformation=AES/CFB160/ZEROBYTEPADDING 19:28:15,568 INFO [main][CipherTest] transformation=AES/CFB168/ 19:28:15,569 INFO [main][CipherTest] transformation=AES/CFB168/ISO10126 19:28:15,569 INFO [main][CipherTest] transformation=AES/CFB168/ISO10126-2 19:28:15,570 INFO [main][CipherTest] transformation=AES/CFB168/ISO10126-2PADDING 19:28:15,570 INFO [main][CipherTest] transformation=AES/CFB168/ISO10126PADDING 19:28:15,571 INFO [main][CipherTest] transformation=AES/CFB168/ISO7816-4 19:28:15,571 INFO [main][CipherTest] transformation=AES/CFB168/ISO7816-4PADDING 19:28:15,571 INFO [main][CipherTest] transformation=AES/CFB168/NOPADDING 19:28:15,572 INFO [main][CipherTest] transformation=AES/CFB168/PKCS5 19:28:15,572 INFO [main][CipherTest] transformation=AES/CFB168/PKCS5PADDING 19:28:15,572 INFO [main][CipherTest] transformation=AES/CFB168/PKCS7 19:28:15,572 INFO [main][CipherTest] transformation=AES/CFB168/PKCS7PADDING 19:28:15,573 INFO [main][CipherTest] transformation=AES/CFB168/TBC 19:28:15,573 INFO [main][CipherTest] transformation=AES/CFB168/TBCPADDING 19:28:15,573 INFO [main][CipherTest] transformation=AES/CFB168/X9.23 19:28:15,574 INFO [main][CipherTest] transformation=AES/CFB168/X9.23PADDING 19:28:15,574 INFO [main][CipherTest] transformation=AES/CFB168/ZEROBYTE 19:28:15,574 INFO [main][CipherTest] transformation=AES/CFB168/ZEROBYTEPADDING 19:28:15,574 INFO [main][CipherTest] transformation=AES/CFB176/ 19:28:15,575 INFO [main][CipherTest] transformation=AES/CFB176/ISO10126 19:28:15,575 INFO [main][CipherTest] transformation=AES/CFB176/ISO10126-2 19:28:15,576 INFO [main][CipherTest] transformation=AES/CFB176/ISO10126-2PADDING 19:28:15,576 INFO [main][CipherTest] transformation=AES/CFB176/ISO10126PADDING 19:28:15,577 INFO [main][CipherTest] transformation=AES/CFB176/ISO7816-4 19:28:15,577 INFO [main][CipherTest] transformation=AES/CFB176/ISO7816-4PADDING 19:28:15,577 INFO [main][CipherTest] transformation=AES/CFB176/NOPADDING 19:28:15,577 INFO [main][CipherTest] transformation=AES/CFB176/PKCS5 19:28:15,578 INFO [main][CipherTest] transformation=AES/CFB176/PKCS5PADDING 19:28:15,578 INFO [main][CipherTest] transformation=AES/CFB176/PKCS7 19:28:15,578 INFO [main][CipherTest] transformation=AES/CFB176/PKCS7PADDING 19:28:15,579 INFO [main][CipherTest] transformation=AES/CFB176/TBC 19:28:15,579 INFO [main][CipherTest] transformation=AES/CFB176/TBCPADDING 19:28:15,579 INFO [main][CipherTest] transformation=AES/CFB176/X9.23 19:28:15,579 INFO [main][CipherTest] transformation=AES/CFB176/X9.23PADDING 19:28:15,580 INFO [main][CipherTest] transformation=AES/CFB176/ZEROBYTE 19:28:15,580 INFO [main][CipherTest] transformation=AES/CFB176/ZEROBYTEPADDING 19:28:15,580 INFO [main][CipherTest] transformation=AES/CFB184/ 19:28:15,580 INFO [main][CipherTest] transformation=AES/CFB184/ISO10126 19:28:15,581 INFO [main][CipherTest] transformation=AES/CFB184/ISO10126-2 19:28:15,581 INFO [main][CipherTest] transformation=AES/CFB184/ISO10126-2PADDING 19:28:15,582 INFO [main][CipherTest] transformation=AES/CFB184/ISO10126PADDING 19:28:15,582 INFO [main][CipherTest] transformation=AES/CFB184/ISO7816-4 19:28:15,583 INFO [main][CipherTest] transformation=AES/CFB184/ISO7816-4PADDING 19:28:15,583 INFO [main][CipherTest] transformation=AES/CFB184/NOPADDING 19:28:15,583 INFO [main][CipherTest] transformation=AES/CFB184/PKCS5 19:28:15,584 INFO [main][CipherTest] transformation=AES/CFB184/PKCS5PADDING 19:28:15,584 INFO [main][CipherTest] transformation=AES/CFB184/PKCS7 19:28:15,584 INFO [main][CipherTest] transformation=AES/CFB184/PKCS7PADDING 19:28:15,584 INFO [main][CipherTest] transformation=AES/CFB184/TBC 19:28:15,585 INFO [main][CipherTest] transformation=AES/CFB184/TBCPADDING 19:28:15,585 INFO [main][CipherTest] transformation=AES/CFB184/X9.23 19:28:15,585 INFO [main][CipherTest] transformation=AES/CFB184/X9.23PADDING 19:28:15,585 INFO [main][CipherTest] transformation=AES/CFB184/ZEROBYTE 19:28:15,586 INFO [main][CipherTest] transformation=AES/CFB184/ZEROBYTEPADDING 19:28:15,586 INFO [main][CipherTest] transformation=AES/CFB192/ 19:28:15,586 INFO [main][CipherTest] transformation=AES/CFB192/ISO10126 19:28:15,587 INFO [main][CipherTest] transformation=AES/CFB192/ISO10126-2 19:28:15,587 INFO [main][CipherTest] transformation=AES/CFB192/ISO10126-2PADDING 19:28:15,588 INFO [main][CipherTest] transformation=AES/CFB192/ISO10126PADDING 19:28:15,588 INFO [main][CipherTest] transformation=AES/CFB192/ISO7816-4 19:28:15,589 INFO [main][CipherTest] transformation=AES/CFB192/ISO7816-4PADDING 19:28:15,589 INFO [main][CipherTest] transformation=AES/CFB192/NOPADDING 19:28:15,589 INFO [main][CipherTest] transformation=AES/CFB192/PKCS5 19:28:15,589 INFO [main][CipherTest] transformation=AES/CFB192/PKCS5PADDING 19:28:15,590 INFO [main][CipherTest] transformation=AES/CFB192/PKCS7 19:28:15,590 INFO [main][CipherTest] transformation=AES/CFB192/PKCS7PADDING 19:28:15,590 INFO [main][CipherTest] transformation=AES/CFB192/TBC 19:28:15,591 INFO [main][CipherTest] transformation=AES/CFB192/TBCPADDING 19:28:15,591 INFO [main][CipherTest] transformation=AES/CFB192/X9.23 19:28:15,591 INFO [main][CipherTest] transformation=AES/CFB192/X9.23PADDING 19:28:15,591 INFO [main][CipherTest] transformation=AES/CFB192/ZEROBYTE 19:28:15,592 INFO [main][CipherTest] transformation=AES/CFB192/ZEROBYTEPADDING 19:28:15,592 INFO [main][CipherTest] transformation=AES/CFB200/ 19:28:15,592 INFO [main][CipherTest] transformation=AES/CFB200/ISO10126 19:28:15,593 INFO [main][CipherTest] transformation=AES/CFB200/ISO10126-2 19:28:15,594 INFO [main][CipherTest] transformation=AES/CFB200/ISO10126-2PADDING 19:28:15,594 INFO [main][CipherTest] transformation=AES/CFB200/ISO10126PADDING 19:28:15,595 INFO [main][CipherTest] transformation=AES/CFB200/ISO7816-4 19:28:15,595 INFO [main][CipherTest] transformation=AES/CFB200/ISO7816-4PADDING 19:28:15,596 INFO [main][CipherTest] transformation=AES/CFB200/NOPADDING 19:28:15,596 INFO [main][CipherTest] transformation=AES/CFB200/PKCS5 19:28:15,596 INFO [main][CipherTest] transformation=AES/CFB200/PKCS5PADDING 19:28:15,596 INFO [main][CipherTest] transformation=AES/CFB200/PKCS7 19:28:15,597 INFO [main][CipherTest] transformation=AES/CFB200/PKCS7PADDING 19:28:15,597 INFO [main][CipherTest] transformation=AES/CFB200/TBC 19:28:15,597 INFO [main][CipherTest] transformation=AES/CFB200/TBCPADDING 19:28:15,597 INFO [main][CipherTest] transformation=AES/CFB200/X9.23 19:28:15,598 INFO [main][CipherTest] transformation=AES/CFB200/X9.23PADDING 19:28:15,598 INFO [main][CipherTest] transformation=AES/CFB200/ZEROBYTE 19:28:15,598 INFO [main][CipherTest] transformation=AES/CFB200/ZEROBYTEPADDING 19:28:15,598 INFO [main][CipherTest] transformation=AES/CFB208/ 19:28:15,599 INFO [main][CipherTest] transformation=AES/CFB208/ISO10126 19:28:15,599 INFO [main][CipherTest] transformation=AES/CFB208/ISO10126-2 19:28:15,600 INFO [main][CipherTest] transformation=AES/CFB208/ISO10126-2PADDING 19:28:15,600 INFO [main][CipherTest] transformation=AES/CFB208/ISO10126PADDING 19:28:15,601 INFO [main][CipherTest] transformation=AES/CFB208/ISO7816-4 19:28:15,601 INFO [main][CipherTest] transformation=AES/CFB208/ISO7816-4PADDING 19:28:15,601 INFO [main][CipherTest] transformation=AES/CFB208/NOPADDING 19:28:15,602 INFO [main][CipherTest] transformation=AES/CFB208/PKCS5 19:28:15,602 INFO [main][CipherTest] transformation=AES/CFB208/PKCS5PADDING 19:28:15,602 INFO [main][CipherTest] transformation=AES/CFB208/PKCS7 19:28:15,602 INFO [main][CipherTest] transformation=AES/CFB208/PKCS7PADDING 19:28:15,603 INFO [main][CipherTest] transformation=AES/CFB208/TBC 19:28:15,603 INFO [main][CipherTest] transformation=AES/CFB208/TBCPADDING 19:28:15,603 INFO [main][CipherTest] transformation=AES/CFB208/X9.23 19:28:15,603 INFO [main][CipherTest] transformation=AES/CFB208/X9.23PADDING 19:28:15,604 INFO [main][CipherTest] transformation=AES/CFB208/ZEROBYTE 19:28:15,604 INFO [main][CipherTest] transformation=AES/CFB208/ZEROBYTEPADDING 19:28:15,604 INFO [main][CipherTest] transformation=AES/CFB216/ 19:28:15,605 INFO [main][CipherTest] transformation=AES/CFB216/ISO10126 19:28:15,605 INFO [main][CipherTest] transformation=AES/CFB216/ISO10126-2 19:28:15,605 INFO [main][CipherTest] transformation=AES/CFB216/ISO10126-2PADDING 19:28:15,606 INFO [main][CipherTest] transformation=AES/CFB216/ISO10126PADDING 19:28:15,606 INFO [main][CipherTest] transformation=AES/CFB216/ISO7816-4 19:28:15,607 INFO [main][CipherTest] transformation=AES/CFB216/ISO7816-4PADDING 19:28:15,607 INFO [main][CipherTest] transformation=AES/CFB216/NOPADDING 19:28:15,607 INFO [main][CipherTest] transformation=AES/CFB216/PKCS5 19:28:15,608 INFO [main][CipherTest] transformation=AES/CFB216/PKCS5PADDING 19:28:15,608 INFO [main][CipherTest] transformation=AES/CFB216/PKCS7 19:28:15,608 INFO [main][CipherTest] transformation=AES/CFB216/PKCS7PADDING 19:28:15,608 INFO [main][CipherTest] transformation=AES/CFB216/TBC 19:28:15,609 INFO [main][CipherTest] transformation=AES/CFB216/TBCPADDING 19:28:15,609 INFO [main][CipherTest] transformation=AES/CFB216/X9.23 19:28:15,609 INFO [main][CipherTest] transformation=AES/CFB216/X9.23PADDING 19:28:15,609 INFO [main][CipherTest] transformation=AES/CFB216/ZEROBYTE 19:28:15,610 INFO [main][CipherTest] transformation=AES/CFB216/ZEROBYTEPADDING 19:28:15,610 INFO [main][CipherTest] transformation=AES/CFB224/ 19:28:15,610 INFO [main][CipherTest] transformation=AES/CFB224/ISO10126 19:28:15,611 INFO [main][CipherTest] transformation=AES/CFB224/ISO10126-2 19:28:15,611 INFO [main][CipherTest] transformation=AES/CFB224/ISO10126-2PADDING 19:28:15,612 INFO [main][CipherTest] transformation=AES/CFB224/ISO10126PADDING 19:28:15,612 INFO [main][CipherTest] transformation=AES/CFB224/ISO7816-4 19:28:15,613 INFO [main][CipherTest] transformation=AES/CFB224/ISO7816-4PADDING 19:28:15,613 INFO [main][CipherTest] transformation=AES/CFB224/NOPADDING 19:28:15,613 INFO [main][CipherTest] transformation=AES/CFB224/PKCS5 19:28:15,613 INFO [main][CipherTest] transformation=AES/CFB224/PKCS5PADDING 19:28:15,614 INFO [main][CipherTest] transformation=AES/CFB224/PKCS7 19:28:15,614 INFO [main][CipherTest] transformation=AES/CFB224/PKCS7PADDING 19:28:15,614 INFO [main][CipherTest] transformation=AES/CFB224/TBC 19:28:15,614 INFO [main][CipherTest] transformation=AES/CFB224/TBCPADDING 19:28:15,615 INFO [main][CipherTest] transformation=AES/CFB224/X9.23 19:28:15,615 INFO [main][CipherTest] transformation=AES/CFB224/X9.23PADDING 19:28:15,615 INFO [main][CipherTest] transformation=AES/CFB224/ZEROBYTE 19:28:15,615 INFO [main][CipherTest] transformation=AES/CFB224/ZEROBYTEPADDING 19:28:15,616 INFO [main][CipherTest] transformation=AES/CFB232/ 19:28:15,616 INFO [main][CipherTest] transformation=AES/CFB232/ISO10126 19:28:15,617 INFO [main][CipherTest] transformation=AES/CFB232/ISO10126-2 19:28:15,617 INFO [main][CipherTest] transformation=AES/CFB232/ISO10126-2PADDING 19:28:15,617 INFO [main][CipherTest] transformation=AES/CFB232/ISO10126PADDING 19:28:15,618 INFO [main][CipherTest] transformation=AES/CFB232/ISO7816-4 19:28:15,618 INFO [main][CipherTest] transformation=AES/CFB232/ISO7816-4PADDING 19:28:15,619 INFO [main][CipherTest] transformation=AES/CFB232/NOPADDING 19:28:15,619 INFO [main][CipherTest] transformation=AES/CFB232/PKCS5 19:28:15,619 INFO [main][CipherTest] transformation=AES/CFB232/PKCS5PADDING 19:28:15,619 INFO [main][CipherTest] transformation=AES/CFB232/PKCS7 19:28:15,620 INFO [main][CipherTest] transformation=AES/CFB232/PKCS7PADDING 19:28:15,620 INFO [main][CipherTest] transformation=AES/CFB232/TBC 19:28:15,620 INFO [main][CipherTest] transformation=AES/CFB232/TBCPADDING 19:28:15,620 INFO [main][CipherTest] transformation=AES/CFB232/X9.23 19:28:15,621 INFO [main][CipherTest] transformation=AES/CFB232/X9.23PADDING 19:28:15,621 INFO [main][CipherTest] transformation=AES/CFB232/ZEROBYTE 19:28:15,621 INFO [main][CipherTest] transformation=AES/CFB232/ZEROBYTEPADDING 19:28:15,621 INFO [main][CipherTest] transformation=AES/CFB24/ 19:28:15,622 INFO [main][CipherTest] transformation=AES/CFB24/ISO10126 19:28:15,622 INFO [main][CipherTest] transformation=AES/CFB24/ISO10126-2 19:28:15,623 INFO [main][CipherTest] transformation=AES/CFB24/ISO10126-2PADDING 19:28:15,623 INFO [main][CipherTest] transformation=AES/CFB24/ISO10126PADDING 19:28:15,624 INFO [main][CipherTest] transformation=AES/CFB24/ISO7816-4 19:28:15,624 INFO [main][CipherTest] transformation=AES/CFB24/ISO7816-4PADDING 19:28:15,624 INFO [main][CipherTest] transformation=AES/CFB24/NOPADDING 19:28:15,625 INFO [main][CipherTest] transformation=AES/CFB24/PKCS5 19:28:15,625 INFO [main][CipherTest] transformation=AES/CFB24/PKCS5PADDING 19:28:15,625 INFO [main][CipherTest] transformation=AES/CFB24/PKCS7 19:28:15,625 INFO [main][CipherTest] transformation=AES/CFB24/PKCS7PADDING 19:28:15,626 INFO [main][CipherTest] transformation=AES/CFB24/TBC 19:28:15,626 INFO [main][CipherTest] transformation=AES/CFB24/TBCPADDING 19:28:15,626 INFO [main][CipherTest] transformation=AES/CFB24/X9.23 19:28:15,626 INFO [main][CipherTest] transformation=AES/CFB24/X9.23PADDING 19:28:15,627 INFO [main][CipherTest] transformation=AES/CFB24/ZEROBYTE 19:28:15,627 INFO [main][CipherTest] transformation=AES/CFB24/ZEROBYTEPADDING 19:28:15,627 INFO [main][CipherTest] transformation=AES/CFB240/ 19:28:15,628 INFO [main][CipherTest] transformation=AES/CFB240/ISO10126 19:28:15,628 INFO [main][CipherTest] transformation=AES/CFB240/ISO10126-2 19:28:15,629 INFO [main][CipherTest] transformation=AES/CFB240/ISO10126-2PADDING 19:28:15,629 INFO [main][CipherTest] transformation=AES/CFB240/ISO10126PADDING 19:28:15,630 INFO [main][CipherTest] transformation=AES/CFB240/ISO7816-4 19:28:15,630 INFO [main][CipherTest] transformation=AES/CFB240/ISO7816-4PADDING 19:28:15,630 INFO [main][CipherTest] transformation=AES/CFB240/NOPADDING 19:28:15,630 INFO [main][CipherTest] transformation=AES/CFB240/PKCS5 19:28:15,631 INFO [main][CipherTest] transformation=AES/CFB240/PKCS5PADDING 19:28:15,631 INFO [main][CipherTest] transformation=AES/CFB240/PKCS7 19:28:15,631 INFO [main][CipherTest] transformation=AES/CFB240/PKCS7PADDING 19:28:15,631 INFO [main][CipherTest] transformation=AES/CFB240/TBC 19:28:15,632 INFO [main][CipherTest] transformation=AES/CFB240/TBCPADDING 19:28:15,632 INFO [main][CipherTest] transformation=AES/CFB240/X9.23 19:28:15,632 INFO [main][CipherTest] transformation=AES/CFB240/X9.23PADDING 19:28:15,633 INFO [main][CipherTest] transformation=AES/CFB240/ZEROBYTE 19:28:15,633 INFO [main][CipherTest] transformation=AES/CFB240/ZEROBYTEPADDING 19:28:15,633 INFO [main][CipherTest] transformation=AES/CFB248/ 19:28:15,633 INFO [main][CipherTest] transformation=AES/CFB248/ISO10126 19:28:15,634 INFO [main][CipherTest] transformation=AES/CFB248/ISO10126-2 19:28:15,634 INFO [main][CipherTest] transformation=AES/CFB248/ISO10126-2PADDING 19:28:15,635 INFO [main][CipherTest] transformation=AES/CFB248/ISO10126PADDING 19:28:15,635 INFO [main][CipherTest] transformation=AES/CFB248/ISO7816-4 19:28:15,636 INFO [main][CipherTest] transformation=AES/CFB248/ISO7816-4PADDING 19:28:15,636 INFO [main][CipherTest] transformation=AES/CFB248/NOPADDING 19:28:15,636 INFO [main][CipherTest] transformation=AES/CFB248/PKCS5 19:28:15,636 INFO [main][CipherTest] transformation=AES/CFB248/PKCS5PADDING 19:28:15,637 INFO [main][CipherTest] transformation=AES/CFB248/PKCS7 19:28:15,637 INFO [main][CipherTest] transformation=AES/CFB248/PKCS7PADDING 19:28:15,637 INFO [main][CipherTest] transformation=AES/CFB248/TBC 19:28:15,637 INFO [main][CipherTest] transformation=AES/CFB248/TBCPADDING 19:28:15,638 INFO [main][CipherTest] transformation=AES/CFB248/X9.23 19:28:15,638 INFO [main][CipherTest] transformation=AES/CFB248/X9.23PADDING 19:28:15,638 INFO [main][CipherTest] transformation=AES/CFB248/ZEROBYTE 19:28:15,638 INFO [main][CipherTest] transformation=AES/CFB248/ZEROBYTEPADDING 19:28:15,639 INFO [main][CipherTest] transformation=AES/CFB256/ 19:28:15,639 INFO [main][CipherTest] transformation=AES/CFB256/ISO10126 19:28:15,639 INFO [main][CipherTest] transformation=AES/CFB256/ISO10126-2 19:28:15,640 INFO [main][CipherTest] transformation=AES/CFB256/ISO10126-2PADDING 19:28:15,640 INFO [main][CipherTest] transformation=AES/CFB256/ISO10126PADDING 19:28:15,641 INFO [main][CipherTest] transformation=AES/CFB256/ISO7816-4 19:28:15,641 INFO [main][CipherTest] transformation=AES/CFB256/ISO7816-4PADDING 19:28:15,641 INFO [main][CipherTest] transformation=AES/CFB256/NOPADDING 19:28:15,642 INFO [main][CipherTest] transformation=AES/CFB256/PKCS5 19:28:15,642 INFO [main][CipherTest] transformation=AES/CFB256/PKCS5PADDING 19:28:15,642 INFO [main][CipherTest] transformation=AES/CFB256/PKCS7 19:28:15,643 INFO [main][CipherTest] transformation=AES/CFB256/PKCS7PADDING 19:28:15,643 INFO [main][CipherTest] transformation=AES/CFB256/TBC 19:28:15,643 INFO [main][CipherTest] transformation=AES/CFB256/TBCPADDING 19:28:15,643 INFO [main][CipherTest] transformation=AES/CFB256/X9.23 19:28:15,644 INFO [main][CipherTest] transformation=AES/CFB256/X9.23PADDING 19:28:15,644 INFO [main][CipherTest] transformation=AES/CFB256/ZEROBYTE 19:28:15,644 INFO [main][CipherTest] transformation=AES/CFB256/ZEROBYTEPADDING 19:28:15,644 INFO [main][CipherTest] transformation=AES/CFB32/ 19:28:15,645 INFO [main][CipherTest] transformation=AES/CFB32/ISO10126 19:28:15,645 INFO [main][CipherTest] transformation=AES/CFB32/ISO10126-2 19:28:15,646 INFO [main][CipherTest] transformation=AES/CFB32/ISO10126-2PADDING 19:28:15,646 INFO [main][CipherTest] transformation=AES/CFB32/ISO10126PADDING 19:28:15,647 INFO [main][CipherTest] transformation=AES/CFB32/ISO7816-4 19:28:15,647 INFO [main][CipherTest] transformation=AES/CFB32/ISO7816-4PADDING 19:28:15,647 INFO [main][CipherTest] transformation=AES/CFB32/NOPADDING 19:28:15,648 INFO [main][CipherTest] transformation=AES/CFB32/PKCS5 19:28:15,648 INFO [main][CipherTest] transformation=AES/CFB32/PKCS5PADDING 19:28:15,648 INFO [main][CipherTest] transformation=AES/CFB32/PKCS7 19:28:15,648 INFO [main][CipherTest] transformation=AES/CFB32/PKCS7PADDING 19:28:15,649 INFO [main][CipherTest] transformation=AES/CFB32/TBC 19:28:15,649 INFO [main][CipherTest] transformation=AES/CFB32/TBCPADDING 19:28:15,649 INFO [main][CipherTest] transformation=AES/CFB32/X9.23 19:28:15,649 INFO [main][CipherTest] transformation=AES/CFB32/X9.23PADDING 19:28:15,650 INFO [main][CipherTest] transformation=AES/CFB32/ZEROBYTE 19:28:15,650 INFO [main][CipherTest] transformation=AES/CFB32/ZEROBYTEPADDING 19:28:15,650 INFO [main][CipherTest] transformation=AES/CFB40/ 19:28:15,650 INFO [main][CipherTest] transformation=AES/CFB40/ISO10126 19:28:15,651 INFO [main][CipherTest] transformation=AES/CFB40/ISO10126-2 19:28:15,652 INFO [main][CipherTest] transformation=AES/CFB40/ISO10126-2PADDING 19:28:15,652 INFO [main][CipherTest] transformation=AES/CFB40/ISO10126PADDING 19:28:15,653 INFO [main][CipherTest] transformation=AES/CFB40/ISO7816-4 19:28:15,653 INFO [main][CipherTest] transformation=AES/CFB40/ISO7816-4PADDING 19:28:15,653 INFO [main][CipherTest] transformation=AES/CFB40/NOPADDING 19:28:15,653 INFO [main][CipherTest] transformation=AES/CFB40/PKCS5 19:28:15,654 INFO [main][CipherTest] transformation=AES/CFB40/PKCS5PADDING 19:28:15,654 INFO [main][CipherTest] transformation=AES/CFB40/PKCS7 19:28:15,654 INFO [main][CipherTest] transformation=AES/CFB40/PKCS7PADDING 19:28:15,654 INFO [main][CipherTest] transformation=AES/CFB40/TBC 19:28:15,655 INFO [main][CipherTest] transformation=AES/CFB40/TBCPADDING 19:28:15,655 INFO [main][CipherTest] transformation=AES/CFB40/X9.23 19:28:15,655 INFO [main][CipherTest] transformation=AES/CFB40/X9.23PADDING 19:28:15,656 INFO [main][CipherTest] transformation=AES/CFB40/ZEROBYTE 19:28:15,656 INFO [main][CipherTest] transformation=AES/CFB40/ZEROBYTEPADDING 19:28:15,656 INFO [main][CipherTest] transformation=AES/CFB48/ 19:28:15,656 INFO [main][CipherTest] transformation=AES/CFB48/ISO10126 19:28:15,657 INFO [main][CipherTest] transformation=AES/CFB48/ISO10126-2 19:28:15,657 INFO [main][CipherTest] transformation=AES/CFB48/ISO10126-2PADDING 19:28:15,658 INFO [main][CipherTest] transformation=AES/CFB48/ISO10126PADDING 19:28:15,658 INFO [main][CipherTest] transformation=AES/CFB48/ISO7816-4 19:28:15,659 INFO [main][CipherTest] transformation=AES/CFB48/ISO7816-4PADDING 19:28:15,659 INFO [main][CipherTest] transformation=AES/CFB48/NOPADDING 19:28:15,659 INFO [main][CipherTest] transformation=AES/CFB48/PKCS5 19:28:15,660 INFO [main][CipherTest] transformation=AES/CFB48/PKCS5PADDING 19:28:15,660 INFO [main][CipherTest] transformation=AES/CFB48/PKCS7 19:28:15,660 INFO [main][CipherTest] transformation=AES/CFB48/PKCS7PADDING 19:28:15,660 INFO [main][CipherTest] transformation=AES/CFB48/TBC 19:28:15,661 INFO [main][CipherTest] transformation=AES/CFB48/TBCPADDING 19:28:15,661 INFO [main][CipherTest] transformation=AES/CFB48/X9.23 19:28:15,661 INFO [main][CipherTest] transformation=AES/CFB48/X9.23PADDING 19:28:15,661 INFO [main][CipherTest] transformation=AES/CFB48/ZEROBYTE 19:28:15,662 INFO [main][CipherTest] transformation=AES/CFB48/ZEROBYTEPADDING 19:28:15,662 INFO [main][CipherTest] transformation=AES/CFB56/ 19:28:15,662 INFO [main][CipherTest] transformation=AES/CFB56/ISO10126 19:28:15,663 INFO [main][CipherTest] transformation=AES/CFB56/ISO10126-2 19:28:15,663 INFO [main][CipherTest] transformation=AES/CFB56/ISO10126-2PADDING 19:28:15,664 INFO [main][CipherTest] transformation=AES/CFB56/ISO10126PADDING 19:28:15,664 INFO [main][CipherTest] transformation=AES/CFB56/ISO7816-4 19:28:15,665 INFO [main][CipherTest] transformation=AES/CFB56/ISO7816-4PADDING 19:28:15,665 INFO [main][CipherTest] transformation=AES/CFB56/NOPADDING 19:28:15,665 INFO [main][CipherTest] transformation=AES/CFB56/PKCS5 19:28:15,665 INFO [main][CipherTest] transformation=AES/CFB56/PKCS5PADDING 19:28:15,666 INFO [main][CipherTest] transformation=AES/CFB56/PKCS7 19:28:15,666 INFO [main][CipherTest] transformation=AES/CFB56/PKCS7PADDING 19:28:15,666 INFO [main][CipherTest] transformation=AES/CFB56/TBC 19:28:15,666 INFO [main][CipherTest] transformation=AES/CFB56/TBCPADDING 19:28:15,667 INFO [main][CipherTest] transformation=AES/CFB56/X9.23 19:28:15,667 INFO [main][CipherTest] transformation=AES/CFB56/X9.23PADDING 19:28:15,667 INFO [main][CipherTest] transformation=AES/CFB56/ZEROBYTE 19:28:15,668 INFO [main][CipherTest] transformation=AES/CFB56/ZEROBYTEPADDING 19:28:15,668 INFO [main][CipherTest] transformation=AES/CFB64/ 19:28:15,668 INFO [main][CipherTest] transformation=AES/CFB64/ISO10126 19:28:15,669 INFO [main][CipherTest] transformation=AES/CFB64/ISO10126-2 19:28:15,669 INFO [main][CipherTest] transformation=AES/CFB64/ISO10126-2PADDING 19:28:15,670 INFO [main][CipherTest] transformation=AES/CFB64/ISO10126PADDING 19:28:15,670 INFO [main][CipherTest] transformation=AES/CFB64/ISO7816-4 19:28:15,670 INFO [main][CipherTest] transformation=AES/CFB64/ISO7816-4PADDING 19:28:15,671 INFO [main][CipherTest] transformation=AES/CFB64/NOPADDING 19:28:15,671 INFO [main][CipherTest] transformation=AES/CFB64/PKCS5 19:28:15,671 INFO [main][CipherTest] transformation=AES/CFB64/PKCS5PADDING 19:28:15,671 INFO [main][CipherTest] transformation=AES/CFB64/PKCS7 19:28:15,672 INFO [main][CipherTest] transformation=AES/CFB64/PKCS7PADDING 19:28:15,672 INFO [main][CipherTest] transformation=AES/CFB64/TBC 19:28:15,672 INFO [main][CipherTest] transformation=AES/CFB64/TBCPADDING 19:28:15,672 INFO [main][CipherTest] transformation=AES/CFB64/X9.23 19:28:15,673 INFO [main][CipherTest] transformation=AES/CFB64/X9.23PADDING 19:28:15,673 INFO [main][CipherTest] transformation=AES/CFB64/ZEROBYTE 19:28:15,673 INFO [main][CipherTest] transformation=AES/CFB64/ZEROBYTEPADDING 19:28:15,674 INFO [main][CipherTest] transformation=AES/CFB72/ 19:28:15,674 INFO [main][CipherTest] transformation=AES/CFB72/ISO10126 19:28:15,674 INFO [main][CipherTest] transformation=AES/CFB72/ISO10126-2 19:28:15,675 INFO [main][CipherTest] transformation=AES/CFB72/ISO10126-2PADDING 19:28:15,675 INFO [main][CipherTest] transformation=AES/CFB72/ISO10126PADDING 19:28:15,676 INFO [main][CipherTest] transformation=AES/CFB72/ISO7816-4 19:28:15,676 INFO [main][CipherTest] transformation=AES/CFB72/ISO7816-4PADDING 19:28:15,676 INFO [main][CipherTest] transformation=AES/CFB72/NOPADDING 19:28:15,677 INFO [main][CipherTest] transformation=AES/CFB72/PKCS5 19:28:15,677 INFO [main][CipherTest] transformation=AES/CFB72/PKCS5PADDING 19:28:15,677 INFO [main][CipherTest] transformation=AES/CFB72/PKCS7 19:28:15,677 INFO [main][CipherTest] transformation=AES/CFB72/PKCS7PADDING 19:28:15,678 INFO [main][CipherTest] transformation=AES/CFB72/TBC 19:28:15,678 INFO [main][CipherTest] transformation=AES/CFB72/TBCPADDING 19:28:15,678 INFO [main][CipherTest] transformation=AES/CFB72/X9.23 19:28:15,679 INFO [main][CipherTest] transformation=AES/CFB72/X9.23PADDING 19:28:15,679 INFO [main][CipherTest] transformation=AES/CFB72/ZEROBYTE 19:28:15,679 INFO [main][CipherTest] transformation=AES/CFB72/ZEROBYTEPADDING 19:28:15,679 INFO [main][CipherTest] transformation=AES/CFB8/ 19:28:15,680 INFO [main][CipherTest] transformation=AES/CFB8/ISO10126 19:28:15,680 INFO [main][CipherTest] transformation=AES/CFB8/ISO10126-2 19:28:15,681 INFO [main][CipherTest] transformation=AES/CFB8/ISO10126-2PADDING 19:28:15,681 INFO [main][CipherTest] transformation=AES/CFB8/ISO10126PADDING 19:28:15,682 INFO [main][CipherTest] transformation=AES/CFB8/ISO7816-4 19:28:15,682 INFO [main][CipherTest] transformation=AES/CFB8/ISO7816-4PADDING 19:28:15,682 INFO [main][CipherTest] transformation=AES/CFB8/NOPADDING 19:28:15,682 INFO [main][CipherTest] transformation=AES/CFB8/PKCS5 19:28:15,683 INFO [main][CipherTest] transformation=AES/CFB8/PKCS5PADDING 19:28:15,683 INFO [main][CipherTest] transformation=AES/CFB8/PKCS7 19:28:15,683 INFO [main][CipherTest] transformation=AES/CFB8/PKCS7PADDING 19:28:15,684 INFO [main][CipherTest] transformation=AES/CFB8/TBC 19:28:15,684 INFO [main][CipherTest] transformation=AES/CFB8/TBCPADDING 19:28:15,684 INFO [main][CipherTest] transformation=AES/CFB8/X9.23 19:28:15,684 INFO [main][CipherTest] transformation=AES/CFB8/X9.23PADDING 19:28:15,685 INFO [main][CipherTest] transformation=AES/CFB8/ZEROBYTE 19:28:15,685 INFO [main][CipherTest] transformation=AES/CFB8/ZEROBYTEPADDING 19:28:15,685 INFO [main][CipherTest] transformation=AES/CFB80/ 19:28:15,685 INFO [main][CipherTest] transformation=AES/CFB80/ISO10126 19:28:15,686 INFO [main][CipherTest] transformation=AES/CFB80/ISO10126-2 19:28:15,686 INFO [main][CipherTest] transformation=AES/CFB80/ISO10126-2PADDING 19:28:15,687 INFO [main][CipherTest] transformation=AES/CFB80/ISO10126PADDING 19:28:15,687 INFO [main][CipherTest] transformation=AES/CFB80/ISO7816-4 19:28:15,688 INFO [main][CipherTest] transformation=AES/CFB80/ISO7816-4PADDING 19:28:15,688 INFO [main][CipherTest] transformation=AES/CFB80/NOPADDING 19:28:15,688 INFO [main][CipherTest] transformation=AES/CFB80/PKCS5 19:28:15,688 INFO [main][CipherTest] transformation=AES/CFB80/PKCS5PADDING 19:28:15,689 INFO [main][CipherTest] transformation=AES/CFB80/PKCS7 19:28:15,689 INFO [main][CipherTest] transformation=AES/CFB80/PKCS7PADDING 19:28:15,689 INFO [main][CipherTest] transformation=AES/CFB80/TBC 19:28:15,689 INFO [main][CipherTest] transformation=AES/CFB80/TBCPADDING 19:28:15,690 INFO [main][CipherTest] transformation=AES/CFB80/X9.23 19:28:15,690 INFO [main][CipherTest] transformation=AES/CFB80/X9.23PADDING 19:28:15,690 INFO [main][CipherTest] transformation=AES/CFB80/ZEROBYTE 19:28:15,691 INFO [main][CipherTest] transformation=AES/CFB80/ZEROBYTEPADDING 19:28:15,691 INFO [main][CipherTest] transformation=AES/CFB88/ 19:28:15,691 INFO [main][CipherTest] transformation=AES/CFB88/ISO10126 19:28:15,692 INFO [main][CipherTest] transformation=AES/CFB88/ISO10126-2 19:28:15,692 INFO [main][CipherTest] transformation=AES/CFB88/ISO10126-2PADDING 19:28:15,693 INFO [main][CipherTest] transformation=AES/CFB88/ISO10126PADDING 19:28:15,693 INFO [main][CipherTest] transformation=AES/CFB88/ISO7816-4 19:28:15,693 INFO [main][CipherTest] transformation=AES/CFB88/ISO7816-4PADDING 19:28:15,694 INFO [main][CipherTest] transformation=AES/CFB88/NOPADDING 19:28:15,694 INFO [main][CipherTest] transformation=AES/CFB88/PKCS5 19:28:15,694 INFO [main][CipherTest] transformation=AES/CFB88/PKCS5PADDING 19:28:15,694 INFO [main][CipherTest] transformation=AES/CFB88/PKCS7 19:28:15,695 INFO [main][CipherTest] transformation=AES/CFB88/PKCS7PADDING 19:28:15,695 INFO [main][CipherTest] transformation=AES/CFB88/TBC 19:28:15,695 INFO [main][CipherTest] transformation=AES/CFB88/TBCPADDING 19:28:15,695 INFO [main][CipherTest] transformation=AES/CFB88/X9.23 19:28:15,696 INFO [main][CipherTest] transformation=AES/CFB88/X9.23PADDING 19:28:15,696 INFO [main][CipherTest] transformation=AES/CFB88/ZEROBYTE 19:28:15,696 INFO [main][CipherTest] transformation=AES/CFB88/ZEROBYTEPADDING 19:28:15,697 INFO [main][CipherTest] transformation=AES/CFB96/ 19:28:15,697 INFO [main][CipherTest] transformation=AES/CFB96/ISO10126 19:28:15,697 INFO [main][CipherTest] transformation=AES/CFB96/ISO10126-2 19:28:15,698 INFO [main][CipherTest] transformation=AES/CFB96/ISO10126-2PADDING 19:28:15,698 INFO [main][CipherTest] transformation=AES/CFB96/ISO10126PADDING 19:28:15,699 INFO [main][CipherTest] transformation=AES/CFB96/ISO7816-4 19:28:15,699 INFO [main][CipherTest] transformation=AES/CFB96/ISO7816-4PADDING 19:28:15,699 INFO [main][CipherTest] transformation=AES/CFB96/NOPADDING 19:28:15,700 INFO [main][CipherTest] transformation=AES/CFB96/PKCS5 19:28:15,700 INFO [main][CipherTest] transformation=AES/CFB96/PKCS5PADDING 19:28:15,700 INFO [main][CipherTest] transformation=AES/CFB96/PKCS7 19:28:15,701 INFO [main][CipherTest] transformation=AES/CFB96/PKCS7PADDING 19:28:15,701 INFO [main][CipherTest] transformation=AES/CFB96/TBC 19:28:15,701 INFO [main][CipherTest] transformation=AES/CFB96/TBCPADDING 19:28:15,701 INFO [main][CipherTest] transformation=AES/CFB96/X9.23 19:28:15,702 INFO [main][CipherTest] transformation=AES/CFB96/X9.23PADDING 19:28:15,702 INFO [main][CipherTest] transformation=AES/CFB96/ZEROBYTE 19:28:15,702 INFO [main][CipherTest] transformation=AES/CFB96/ZEROBYTEPADDING 19:28:15,702 INFO [main][CipherTest] transformation=AES/CTS/ 19:28:15,703 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES/CTS/" does not support IV => Skipping. 19:28:15,703 INFO [main][CipherTest] transformation=AES/CTS/NOPADDING 19:28:15,703 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES/CTS/NOPADDING" does not support IV => Skipping. 19:28:15,703 INFO [main][CipherTest] transformation=AES/EAX/ 19:28:15,704 INFO [main][CipherTest] transformation=AES/EAX/NOPADDING 19:28:15,705 INFO [main][CipherTest] transformation=AES/ECB/ 19:28:15,705 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES/ECB/" does not support IV => Skipping. 19:28:15,706 INFO [main][CipherTest] transformation=AES/ECB/NOPADDING 19:28:15,706 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES/ECB/NOPADDING" does not support IV => Skipping. 19:28:15,706 INFO [main][CipherTest] transformation=AES/GCM/ 19:28:15,707 INFO [main][CipherTest] transformation=AES/GCM/NOPADDING 19:28:15,709 INFO [main][CipherTest] transformation=AES/OFB/ 19:28:15,709 INFO [main][CipherTest] transformation=AES/OFB/ISO10126 19:28:15,710 INFO [main][CipherTest] transformation=AES/OFB/ISO10126-2 19:28:15,710 INFO [main][CipherTest] transformation=AES/OFB/ISO10126-2PADDING 19:28:15,711 INFO [main][CipherTest] transformation=AES/OFB/ISO10126PADDING 19:28:15,712 INFO [main][CipherTest] transformation=AES/OFB/ISO7816-4 19:28:15,712 INFO [main][CipherTest] transformation=AES/OFB/ISO7816-4PADDING 19:28:15,712 INFO [main][CipherTest] transformation=AES/OFB/NOPADDING 19:28:15,712 INFO [main][CipherTest] transformation=AES/OFB/PKCS5 19:28:15,713 INFO [main][CipherTest] transformation=AES/OFB/PKCS5PADDING 19:28:15,713 INFO [main][CipherTest] transformation=AES/OFB/PKCS7 19:28:15,713 INFO [main][CipherTest] transformation=AES/OFB/PKCS7PADDING 19:28:15,714 INFO [main][CipherTest] transformation=AES/OFB/TBC 19:28:15,714 INFO [main][CipherTest] transformation=AES/OFB/TBCPADDING 19:28:15,714 INFO [main][CipherTest] transformation=AES/OFB/X9.23 19:28:15,714 INFO [main][CipherTest] transformation=AES/OFB/X9.23PADDING 19:28:15,715 INFO [main][CipherTest] transformation=AES/OFB/ZEROBYTE 19:28:15,715 INFO [main][CipherTest] transformation=AES/OFB/ZEROBYTEPADDING 19:28:15,715 INFO [main][CipherTest] transformation=AES/OFB104/ 19:28:15,715 INFO [main][CipherTest] transformation=AES/OFB104/ISO10126 19:28:15,716 INFO [main][CipherTest] transformation=AES/OFB104/ISO10126-2 19:28:15,716 INFO [main][CipherTest] transformation=AES/OFB104/ISO10126-2PADDING 19:28:15,717 INFO [main][CipherTest] transformation=AES/OFB104/ISO10126PADDING 19:28:15,717 INFO [main][CipherTest] transformation=AES/OFB104/ISO7816-4 19:28:15,718 INFO [main][CipherTest] transformation=AES/OFB104/ISO7816-4PADDING 19:28:15,718 INFO [main][CipherTest] transformation=AES/OFB104/NOPADDING 19:28:15,718 INFO [main][CipherTest] transformation=AES/OFB104/PKCS5 19:28:15,719 INFO [main][CipherTest] transformation=AES/OFB104/PKCS5PADDING 19:28:15,719 INFO [main][CipherTest] transformation=AES/OFB104/PKCS7 19:28:15,719 INFO [main][CipherTest] transformation=AES/OFB104/PKCS7PADDING 19:28:15,719 INFO [main][CipherTest] transformation=AES/OFB104/TBC 19:28:15,720 INFO [main][CipherTest] transformation=AES/OFB104/TBCPADDING 19:28:15,720 INFO [main][CipherTest] transformation=AES/OFB104/X9.23 19:28:15,720 INFO [main][CipherTest] transformation=AES/OFB104/X9.23PADDING 19:28:15,721 INFO [main][CipherTest] transformation=AES/OFB104/ZEROBYTE 19:28:15,721 INFO [main][CipherTest] transformation=AES/OFB104/ZEROBYTEPADDING 19:28:15,721 INFO [main][CipherTest] transformation=AES/OFB112/ 19:28:15,721 INFO [main][CipherTest] transformation=AES/OFB112/ISO10126 19:28:15,722 INFO [main][CipherTest] transformation=AES/OFB112/ISO10126-2 19:28:15,722 INFO [main][CipherTest] transformation=AES/OFB112/ISO10126-2PADDING 19:28:15,723 INFO [main][CipherTest] transformation=AES/OFB112/ISO10126PADDING 19:28:15,723 INFO [main][CipherTest] transformation=AES/OFB112/ISO7816-4 19:28:15,724 INFO [main][CipherTest] transformation=AES/OFB112/ISO7816-4PADDING 19:28:15,724 INFO [main][CipherTest] transformation=AES/OFB112/NOPADDING 19:28:15,724 INFO [main][CipherTest] transformation=AES/OFB112/PKCS5 19:28:15,725 INFO [main][CipherTest] transformation=AES/OFB112/PKCS5PADDING 19:28:15,725 INFO [main][CipherTest] transformation=AES/OFB112/PKCS7 19:28:15,725 INFO [main][CipherTest] transformation=AES/OFB112/PKCS7PADDING 19:28:15,725 INFO [main][CipherTest] transformation=AES/OFB112/TBC 19:28:15,726 INFO [main][CipherTest] transformation=AES/OFB112/TBCPADDING 19:28:15,726 INFO [main][CipherTest] transformation=AES/OFB112/X9.23 19:28:15,726 INFO [main][CipherTest] transformation=AES/OFB112/X9.23PADDING 19:28:15,726 INFO [main][CipherTest] transformation=AES/OFB112/ZEROBYTE 19:28:15,727 INFO [main][CipherTest] transformation=AES/OFB112/ZEROBYTEPADDING 19:28:15,727 INFO [main][CipherTest] transformation=AES/OFB120/ 19:28:15,727 INFO [main][CipherTest] transformation=AES/OFB120/ISO10126 19:28:15,728 INFO [main][CipherTest] transformation=AES/OFB120/ISO10126-2 19:28:15,728 INFO [main][CipherTest] transformation=AES/OFB120/ISO10126-2PADDING 19:28:15,729 INFO [main][CipherTest] transformation=AES/OFB120/ISO10126PADDING 19:28:15,729 INFO [main][CipherTest] transformation=AES/OFB120/ISO7816-4 19:28:15,730 INFO [main][CipherTest] transformation=AES/OFB120/ISO7816-4PADDING 19:28:15,730 INFO [main][CipherTest] transformation=AES/OFB120/NOPADDING 19:28:15,730 INFO [main][CipherTest] transformation=AES/OFB120/PKCS5 19:28:15,730 INFO [main][CipherTest] transformation=AES/OFB120/PKCS5PADDING 19:28:15,731 INFO [main][CipherTest] transformation=AES/OFB120/PKCS7 19:28:15,731 INFO [main][CipherTest] transformation=AES/OFB120/PKCS7PADDING 19:28:15,731 INFO [main][CipherTest] transformation=AES/OFB120/TBC 19:28:15,732 INFO [main][CipherTest] transformation=AES/OFB120/TBCPADDING 19:28:15,732 INFO [main][CipherTest] transformation=AES/OFB120/X9.23 19:28:15,732 INFO [main][CipherTest] transformation=AES/OFB120/X9.23PADDING 19:28:15,732 INFO [main][CipherTest] transformation=AES/OFB120/ZEROBYTE 19:28:15,733 INFO [main][CipherTest] transformation=AES/OFB120/ZEROBYTEPADDING 19:28:15,733 INFO [main][CipherTest] transformation=AES/OFB128/ 19:28:15,733 INFO [main][CipherTest] transformation=AES/OFB128/ISO10126 19:28:15,734 INFO [main][CipherTest] transformation=AES/OFB128/ISO10126-2 19:28:15,734 INFO [main][CipherTest] transformation=AES/OFB128/ISO10126-2PADDING 19:28:15,735 INFO [main][CipherTest] transformation=AES/OFB128/ISO10126PADDING 19:28:15,735 INFO [main][CipherTest] transformation=AES/OFB128/ISO7816-4 19:28:15,736 INFO [main][CipherTest] transformation=AES/OFB128/ISO7816-4PADDING 19:28:15,736 INFO [main][CipherTest] transformation=AES/OFB128/NOPADDING 19:28:15,736 INFO [main][CipherTest] transformation=AES/OFB128/PKCS5 19:28:15,736 INFO [main][CipherTest] transformation=AES/OFB128/PKCS5PADDING 19:28:15,737 INFO [main][CipherTest] transformation=AES/OFB128/PKCS7 19:28:15,737 INFO [main][CipherTest] transformation=AES/OFB128/PKCS7PADDING 19:28:15,737 INFO [main][CipherTest] transformation=AES/OFB128/TBC 19:28:15,737 INFO [main][CipherTest] transformation=AES/OFB128/TBCPADDING 19:28:15,738 INFO [main][CipherTest] transformation=AES/OFB128/X9.23 19:28:15,738 INFO [main][CipherTest] transformation=AES/OFB128/X9.23PADDING 19:28:15,738 INFO [main][CipherTest] transformation=AES/OFB128/ZEROBYTE 19:28:15,739 INFO [main][CipherTest] transformation=AES/OFB128/ZEROBYTEPADDING 19:28:15,739 INFO [main][CipherTest] transformation=AES/OFB136/ 19:28:15,739 INFO [main][CipherTest] transformation=AES/OFB136/ISO10126 19:28:15,740 INFO [main][CipherTest] transformation=AES/OFB136/ISO10126-2 19:28:15,740 INFO [main][CipherTest] transformation=AES/OFB136/ISO10126-2PADDING 19:28:15,741 INFO [main][CipherTest] transformation=AES/OFB136/ISO10126PADDING 19:28:15,741 INFO [main][CipherTest] transformation=AES/OFB136/ISO7816-4 19:28:15,741 INFO [main][CipherTest] transformation=AES/OFB136/ISO7816-4PADDING 19:28:15,742 INFO [main][CipherTest] transformation=AES/OFB136/NOPADDING 19:28:15,742 INFO [main][CipherTest] transformation=AES/OFB136/PKCS5 19:28:15,742 INFO [main][CipherTest] transformation=AES/OFB136/PKCS5PADDING 19:28:15,742 INFO [main][CipherTest] transformation=AES/OFB136/PKCS7 19:28:15,743 INFO [main][CipherTest] transformation=AES/OFB136/PKCS7PADDING 19:28:15,743 INFO [main][CipherTest] transformation=AES/OFB136/TBC 19:28:15,743 INFO [main][CipherTest] transformation=AES/OFB136/TBCPADDING 19:28:15,744 INFO [main][CipherTest] transformation=AES/OFB136/X9.23 19:28:15,744 INFO [main][CipherTest] transformation=AES/OFB136/X9.23PADDING 19:28:15,744 INFO [main][CipherTest] transformation=AES/OFB136/ZEROBYTE 19:28:15,744 INFO [main][CipherTest] transformation=AES/OFB136/ZEROBYTEPADDING 19:28:15,745 INFO [main][CipherTest] transformation=AES/OFB144/ 19:28:15,745 INFO [main][CipherTest] transformation=AES/OFB144/ISO10126 19:28:15,745 INFO [main][CipherTest] transformation=AES/OFB144/ISO10126-2 19:28:15,746 INFO [main][CipherTest] transformation=AES/OFB144/ISO10126-2PADDING 19:28:15,746 INFO [main][CipherTest] transformation=AES/OFB144/ISO10126PADDING 19:28:15,747 INFO [main][CipherTest] transformation=AES/OFB144/ISO7816-4 19:28:15,747 INFO [main][CipherTest] transformation=AES/OFB144/ISO7816-4PADDING 19:28:15,748 INFO [main][CipherTest] transformation=AES/OFB144/NOPADDING 19:28:15,748 INFO [main][CipherTest] transformation=AES/OFB144/PKCS5 19:28:15,748 INFO [main][CipherTest] transformation=AES/OFB144/PKCS5PADDING 19:28:15,748 INFO [main][CipherTest] transformation=AES/OFB144/PKCS7 19:28:15,749 INFO [main][CipherTest] transformation=AES/OFB144/PKCS7PADDING 19:28:15,749 INFO [main][CipherTest] transformation=AES/OFB144/TBC 19:28:15,749 INFO [main][CipherTest] transformation=AES/OFB144/TBCPADDING 19:28:15,750 INFO [main][CipherTest] transformation=AES/OFB144/X9.23 19:28:15,750 INFO [main][CipherTest] transformation=AES/OFB144/X9.23PADDING 19:28:15,750 INFO [main][CipherTest] transformation=AES/OFB144/ZEROBYTE 19:28:15,750 INFO [main][CipherTest] transformation=AES/OFB144/ZEROBYTEPADDING 19:28:15,751 INFO [main][CipherTest] transformation=AES/OFB152/ 19:28:15,751 INFO [main][CipherTest] transformation=AES/OFB152/ISO10126 19:28:15,751 INFO [main][CipherTest] transformation=AES/OFB152/ISO10126-2 19:28:15,752 INFO [main][CipherTest] transformation=AES/OFB152/ISO10126-2PADDING 19:28:15,752 INFO [main][CipherTest] transformation=AES/OFB152/ISO10126PADDING 19:28:15,753 INFO [main][CipherTest] transformation=AES/OFB152/ISO7816-4 19:28:15,753 INFO [main][CipherTest] transformation=AES/OFB152/ISO7816-4PADDING 19:28:15,754 INFO [main][CipherTest] transformation=AES/OFB152/NOPADDING 19:28:15,754 INFO [main][CipherTest] transformation=AES/OFB152/PKCS5 19:28:15,754 INFO [main][CipherTest] transformation=AES/OFB152/PKCS5PADDING 19:28:15,754 INFO [main][CipherTest] transformation=AES/OFB152/PKCS7 19:28:15,755 INFO [main][CipherTest] transformation=AES/OFB152/PKCS7PADDING 19:28:15,755 INFO [main][CipherTest] transformation=AES/OFB152/TBC 19:28:15,755 INFO [main][CipherTest] transformation=AES/OFB152/TBCPADDING 19:28:15,756 INFO [main][CipherTest] transformation=AES/OFB152/X9.23 19:28:15,756 INFO [main][CipherTest] transformation=AES/OFB152/X9.23PADDING 19:28:15,756 INFO [main][CipherTest] transformation=AES/OFB152/ZEROBYTE 19:28:15,756 INFO [main][CipherTest] transformation=AES/OFB152/ZEROBYTEPADDING 19:28:15,757 INFO [main][CipherTest] transformation=AES/OFB16/ 19:28:15,757 INFO [main][CipherTest] transformation=AES/OFB16/ISO10126 19:28:15,757 INFO [main][CipherTest] transformation=AES/OFB16/ISO10126-2 19:28:15,758 INFO [main][CipherTest] transformation=AES/OFB16/ISO10126-2PADDING 19:28:15,758 INFO [main][CipherTest] transformation=AES/OFB16/ISO10126PADDING 19:28:15,759 INFO [main][CipherTest] transformation=AES/OFB16/ISO7816-4 19:28:15,759 INFO [main][CipherTest] transformation=AES/OFB16/ISO7816-4PADDING 19:28:15,760 INFO [main][CipherTest] transformation=AES/OFB16/NOPADDING 19:28:15,760 INFO [main][CipherTest] transformation=AES/OFB16/PKCS5 19:28:15,760 INFO [main][CipherTest] transformation=AES/OFB16/PKCS5PADDING 19:28:15,760 INFO [main][CipherTest] transformation=AES/OFB16/PKCS7 19:28:15,761 INFO [main][CipherTest] transformation=AES/OFB16/PKCS7PADDING 19:28:15,761 INFO [main][CipherTest] transformation=AES/OFB16/TBC 19:28:15,761 INFO [main][CipherTest] transformation=AES/OFB16/TBCPADDING 19:28:15,762 INFO [main][CipherTest] transformation=AES/OFB16/X9.23 19:28:15,762 INFO [main][CipherTest] transformation=AES/OFB16/X9.23PADDING 19:28:15,762 INFO [main][CipherTest] transformation=AES/OFB16/ZEROBYTE 19:28:15,762 INFO [main][CipherTest] transformation=AES/OFB16/ZEROBYTEPADDING 19:28:15,763 INFO [main][CipherTest] transformation=AES/OFB160/ 19:28:15,763 INFO [main][CipherTest] transformation=AES/OFB160/ISO10126 19:28:15,764 INFO [main][CipherTest] transformation=AES/OFB160/ISO10126-2 19:28:15,764 INFO [main][CipherTest] transformation=AES/OFB160/ISO10126-2PADDING 19:28:15,765 INFO [main][CipherTest] transformation=AES/OFB160/ISO10126PADDING 19:28:15,765 INFO [main][CipherTest] transformation=AES/OFB160/ISO7816-4 19:28:15,765 INFO [main][CipherTest] transformation=AES/OFB160/ISO7816-4PADDING 19:28:15,766 INFO [main][CipherTest] transformation=AES/OFB160/NOPADDING 19:28:15,766 INFO [main][CipherTest] transformation=AES/OFB160/PKCS5 19:28:15,766 INFO [main][CipherTest] transformation=AES/OFB160/PKCS5PADDING 19:28:15,767 INFO [main][CipherTest] transformation=AES/OFB160/PKCS7 19:28:15,767 INFO [main][CipherTest] transformation=AES/OFB160/PKCS7PADDING 19:28:15,767 INFO [main][CipherTest] transformation=AES/OFB160/TBC 19:28:15,767 INFO [main][CipherTest] transformation=AES/OFB160/TBCPADDING 19:28:15,768 INFO [main][CipherTest] transformation=AES/OFB160/X9.23 19:28:15,768 INFO [main][CipherTest] transformation=AES/OFB160/X9.23PADDING 19:28:15,768 INFO [main][CipherTest] transformation=AES/OFB160/ZEROBYTE 19:28:15,768 INFO [main][CipherTest] transformation=AES/OFB160/ZEROBYTEPADDING 19:28:15,769 INFO [main][CipherTest] transformation=AES/OFB168/ 19:28:15,769 INFO [main][CipherTest] transformation=AES/OFB168/ISO10126 19:28:15,769 INFO [main][CipherTest] transformation=AES/OFB168/ISO10126-2 19:28:15,770 INFO [main][CipherTest] transformation=AES/OFB168/ISO10126-2PADDING 19:28:15,771 INFO [main][CipherTest] transformation=AES/OFB168/ISO10126PADDING 19:28:15,771 INFO [main][CipherTest] transformation=AES/OFB168/ISO7816-4 19:28:15,771 INFO [main][CipherTest] transformation=AES/OFB168/ISO7816-4PADDING 19:28:15,772 INFO [main][CipherTest] transformation=AES/OFB168/NOPADDING 19:28:15,772 INFO [main][CipherTest] transformation=AES/OFB168/PKCS5 19:28:15,772 INFO [main][CipherTest] transformation=AES/OFB168/PKCS5PADDING 19:28:15,772 INFO [main][CipherTest] transformation=AES/OFB168/PKCS7 19:28:15,773 INFO [main][CipherTest] transformation=AES/OFB168/PKCS7PADDING 19:28:15,773 INFO [main][CipherTest] transformation=AES/OFB168/TBC 19:28:15,773 INFO [main][CipherTest] transformation=AES/OFB168/TBCPADDING 19:28:15,774 INFO [main][CipherTest] transformation=AES/OFB168/X9.23 19:28:15,774 INFO [main][CipherTest] transformation=AES/OFB168/X9.23PADDING 19:28:15,774 INFO [main][CipherTest] transformation=AES/OFB168/ZEROBYTE 19:28:15,775 INFO [main][CipherTest] transformation=AES/OFB168/ZEROBYTEPADDING 19:28:15,775 INFO [main][CipherTest] transformation=AES/OFB176/ 19:28:15,775 INFO [main][CipherTest] transformation=AES/OFB176/ISO10126 19:28:15,776 INFO [main][CipherTest] transformation=AES/OFB176/ISO10126-2 19:28:15,776 INFO [main][CipherTest] transformation=AES/OFB176/ISO10126-2PADDING 19:28:15,777 INFO [main][CipherTest] transformation=AES/OFB176/ISO10126PADDING 19:28:15,777 INFO [main][CipherTest] transformation=AES/OFB176/ISO7816-4 19:28:15,777 INFO [main][CipherTest] transformation=AES/OFB176/ISO7816-4PADDING 19:28:15,778 INFO [main][CipherTest] transformation=AES/OFB176/NOPADDING 19:28:15,778 INFO [main][CipherTest] transformation=AES/OFB176/PKCS5 19:28:15,778 INFO [main][CipherTest] transformation=AES/OFB176/PKCS5PADDING 19:28:15,779 INFO [main][CipherTest] transformation=AES/OFB176/PKCS7 19:28:15,779 INFO [main][CipherTest] transformation=AES/OFB176/PKCS7PADDING 19:28:15,779 INFO [main][CipherTest] transformation=AES/OFB176/TBC 19:28:15,779 INFO [main][CipherTest] transformation=AES/OFB176/TBCPADDING 19:28:15,780 INFO [main][CipherTest] transformation=AES/OFB176/X9.23 19:28:15,780 INFO [main][CipherTest] transformation=AES/OFB176/X9.23PADDING 19:28:15,780 INFO [main][CipherTest] transformation=AES/OFB176/ZEROBYTE 19:28:15,781 INFO [main][CipherTest] transformation=AES/OFB176/ZEROBYTEPADDING 19:28:15,781 INFO [main][CipherTest] transformation=AES/OFB184/ 19:28:15,781 INFO [main][CipherTest] transformation=AES/OFB184/ISO10126 19:28:15,782 INFO [main][CipherTest] transformation=AES/OFB184/ISO10126-2 19:28:15,782 INFO [main][CipherTest] transformation=AES/OFB184/ISO10126-2PADDING 19:28:15,783 INFO [main][CipherTest] transformation=AES/OFB184/ISO10126PADDING 19:28:15,783 INFO [main][CipherTest] transformation=AES/OFB184/ISO7816-4 19:28:15,783 INFO [main][CipherTest] transformation=AES/OFB184/ISO7816-4PADDING 19:28:15,784 INFO [main][CipherTest] transformation=AES/OFB184/NOPADDING 19:28:15,784 INFO [main][CipherTest] transformation=AES/OFB184/PKCS5 19:28:15,784 INFO [main][CipherTest] transformation=AES/OFB184/PKCS5PADDING 19:28:15,785 INFO [main][CipherTest] transformation=AES/OFB184/PKCS7 19:28:15,785 INFO [main][CipherTest] transformation=AES/OFB184/PKCS7PADDING 19:28:15,785 INFO [main][CipherTest] transformation=AES/OFB184/TBC 19:28:15,785 INFO [main][CipherTest] transformation=AES/OFB184/TBCPADDING 19:28:15,786 INFO [main][CipherTest] transformation=AES/OFB184/X9.23 19:28:15,786 INFO [main][CipherTest] transformation=AES/OFB184/X9.23PADDING 19:28:15,786 INFO [main][CipherTest] transformation=AES/OFB184/ZEROBYTE 19:28:15,787 INFO [main][CipherTest] transformation=AES/OFB184/ZEROBYTEPADDING 19:28:15,787 INFO [main][CipherTest] transformation=AES/OFB192/ 19:28:15,787 INFO [main][CipherTest] transformation=AES/OFB192/ISO10126 19:28:15,788 INFO [main][CipherTest] transformation=AES/OFB192/ISO10126-2 19:28:15,788 INFO [main][CipherTest] transformation=AES/OFB192/ISO10126-2PADDING 19:28:15,789 INFO [main][CipherTest] transformation=AES/OFB192/ISO10126PADDING 19:28:15,789 INFO [main][CipherTest] transformation=AES/OFB192/ISO7816-4 19:28:15,789 INFO [main][CipherTest] transformation=AES/OFB192/ISO7816-4PADDING 19:28:15,790 INFO [main][CipherTest] transformation=AES/OFB192/NOPADDING 19:28:15,790 INFO [main][CipherTest] transformation=AES/OFB192/PKCS5 19:28:15,790 INFO [main][CipherTest] transformation=AES/OFB192/PKCS5PADDING 19:28:15,791 INFO [main][CipherTest] transformation=AES/OFB192/PKCS7 19:28:15,791 INFO [main][CipherTest] transformation=AES/OFB192/PKCS7PADDING 19:28:15,791 INFO [main][CipherTest] transformation=AES/OFB192/TBC 19:28:15,791 INFO [main][CipherTest] transformation=AES/OFB192/TBCPADDING 19:28:15,792 INFO [main][CipherTest] transformation=AES/OFB192/X9.23 19:28:15,792 INFO [main][CipherTest] transformation=AES/OFB192/X9.23PADDING 19:28:15,792 INFO [main][CipherTest] transformation=AES/OFB192/ZEROBYTE 19:28:15,793 INFO [main][CipherTest] transformation=AES/OFB192/ZEROBYTEPADDING 19:28:15,793 INFO [main][CipherTest] transformation=AES/OFB200/ 19:28:15,793 INFO [main][CipherTest] transformation=AES/OFB200/ISO10126 19:28:15,794 INFO [main][CipherTest] transformation=AES/OFB200/ISO10126-2 19:28:15,794 INFO [main][CipherTest] transformation=AES/OFB200/ISO10126-2PADDING 19:28:15,795 INFO [main][CipherTest] transformation=AES/OFB200/ISO10126PADDING 19:28:15,795 INFO [main][CipherTest] transformation=AES/OFB200/ISO7816-4 19:28:15,795 INFO [main][CipherTest] transformation=AES/OFB200/ISO7816-4PADDING 19:28:15,796 INFO [main][CipherTest] transformation=AES/OFB200/NOPADDING 19:28:15,796 INFO [main][CipherTest] transformation=AES/OFB200/PKCS5 19:28:15,796 INFO [main][CipherTest] transformation=AES/OFB200/PKCS5PADDING 19:28:15,797 INFO [main][CipherTest] transformation=AES/OFB200/PKCS7 19:28:15,797 INFO [main][CipherTest] transformation=AES/OFB200/PKCS7PADDING 19:28:15,797 INFO [main][CipherTest] transformation=AES/OFB200/TBC 19:28:15,797 INFO [main][CipherTest] transformation=AES/OFB200/TBCPADDING 19:28:15,798 INFO [main][CipherTest] transformation=AES/OFB200/X9.23 19:28:15,798 INFO [main][CipherTest] transformation=AES/OFB200/X9.23PADDING 19:28:15,798 INFO [main][CipherTest] transformation=AES/OFB200/ZEROBYTE 19:28:15,799 INFO [main][CipherTest] transformation=AES/OFB200/ZEROBYTEPADDING 19:28:15,799 INFO [main][CipherTest] transformation=AES/OFB208/ 19:28:15,799 INFO [main][CipherTest] transformation=AES/OFB208/ISO10126 19:28:15,800 INFO [main][CipherTest] transformation=AES/OFB208/ISO10126-2 19:28:15,800 INFO [main][CipherTest] transformation=AES/OFB208/ISO10126-2PADDING 19:28:15,801 INFO [main][CipherTest] transformation=AES/OFB208/ISO10126PADDING 19:28:15,801 INFO [main][CipherTest] transformation=AES/OFB208/ISO7816-4 19:28:15,802 INFO [main][CipherTest] transformation=AES/OFB208/ISO7816-4PADDING 19:28:15,802 INFO [main][CipherTest] transformation=AES/OFB208/NOPADDING 19:28:15,802 INFO [main][CipherTest] transformation=AES/OFB208/PKCS5 19:28:15,803 INFO [main][CipherTest] transformation=AES/OFB208/PKCS5PADDING 19:28:15,803 INFO [main][CipherTest] transformation=AES/OFB208/PKCS7 19:28:15,803 INFO [main][CipherTest] transformation=AES/OFB208/PKCS7PADDING 19:28:15,803 INFO [main][CipherTest] transformation=AES/OFB208/TBC 19:28:15,804 INFO [main][CipherTest] transformation=AES/OFB208/TBCPADDING 19:28:15,804 INFO [main][CipherTest] transformation=AES/OFB208/X9.23 19:28:15,804 INFO [main][CipherTest] transformation=AES/OFB208/X9.23PADDING 19:28:15,804 INFO [main][CipherTest] transformation=AES/OFB208/ZEROBYTE 19:28:15,805 INFO [main][CipherTest] transformation=AES/OFB208/ZEROBYTEPADDING 19:28:15,805 INFO [main][CipherTest] transformation=AES/OFB216/ 19:28:15,805 INFO [main][CipherTest] transformation=AES/OFB216/ISO10126 19:28:15,806 INFO [main][CipherTest] transformation=AES/OFB216/ISO10126-2 19:28:15,806 INFO [main][CipherTest] transformation=AES/OFB216/ISO10126-2PADDING 19:28:15,807 INFO [main][CipherTest] transformation=AES/OFB216/ISO10126PADDING 19:28:15,807 INFO [main][CipherTest] transformation=AES/OFB216/ISO7816-4 19:28:15,808 INFO [main][CipherTest] transformation=AES/OFB216/ISO7816-4PADDING 19:28:15,808 INFO [main][CipherTest] transformation=AES/OFB216/NOPADDING 19:28:15,808 INFO [main][CipherTest] transformation=AES/OFB216/PKCS5 19:28:15,808 INFO [main][CipherTest] transformation=AES/OFB216/PKCS5PADDING 19:28:15,809 INFO [main][CipherTest] transformation=AES/OFB216/PKCS7 19:28:15,809 INFO [main][CipherTest] transformation=AES/OFB216/PKCS7PADDING 19:28:15,809 INFO [main][CipherTest] transformation=AES/OFB216/TBC 19:28:15,809 INFO [main][CipherTest] transformation=AES/OFB216/TBCPADDING 19:28:15,810 INFO [main][CipherTest] transformation=AES/OFB216/X9.23 19:28:15,810 INFO [main][CipherTest] transformation=AES/OFB216/X9.23PADDING 19:28:15,810 INFO [main][CipherTest] transformation=AES/OFB216/ZEROBYTE 19:28:15,811 INFO [main][CipherTest] transformation=AES/OFB216/ZEROBYTEPADDING 19:28:15,811 INFO [main][CipherTest] transformation=AES/OFB224/ 19:28:15,811 INFO [main][CipherTest] transformation=AES/OFB224/ISO10126 19:28:15,812 INFO [main][CipherTest] transformation=AES/OFB224/ISO10126-2 19:28:15,812 INFO [main][CipherTest] transformation=AES/OFB224/ISO10126-2PADDING 19:28:15,813 INFO [main][CipherTest] transformation=AES/OFB224/ISO10126PADDING 19:28:15,813 INFO [main][CipherTest] transformation=AES/OFB224/ISO7816-4 19:28:15,814 INFO [main][CipherTest] transformation=AES/OFB224/ISO7816-4PADDING 19:28:15,814 INFO [main][CipherTest] transformation=AES/OFB224/NOPADDING 19:28:15,814 INFO [main][CipherTest] transformation=AES/OFB224/PKCS5 19:28:15,815 INFO [main][CipherTest] transformation=AES/OFB224/PKCS5PADDING 19:28:15,815 INFO [main][CipherTest] transformation=AES/OFB224/PKCS7 19:28:15,815 INFO [main][CipherTest] transformation=AES/OFB224/PKCS7PADDING 19:28:15,815 INFO [main][CipherTest] transformation=AES/OFB224/TBC 19:28:15,816 INFO [main][CipherTest] transformation=AES/OFB224/TBCPADDING 19:28:15,816 INFO [main][CipherTest] transformation=AES/OFB224/X9.23 19:28:15,816 INFO [main][CipherTest] transformation=AES/OFB224/X9.23PADDING 19:28:15,816 INFO [main][CipherTest] transformation=AES/OFB224/ZEROBYTE 19:28:15,817 INFO [main][CipherTest] transformation=AES/OFB224/ZEROBYTEPADDING 19:28:15,817 INFO [main][CipherTest] transformation=AES/OFB232/ 19:28:15,817 INFO [main][CipherTest] transformation=AES/OFB232/ISO10126 19:28:15,818 INFO [main][CipherTest] transformation=AES/OFB232/ISO10126-2 19:28:15,818 INFO [main][CipherTest] transformation=AES/OFB232/ISO10126-2PADDING 19:28:15,819 INFO [main][CipherTest] transformation=AES/OFB232/ISO10126PADDING 19:28:15,819 INFO [main][CipherTest] transformation=AES/OFB232/ISO7816-4 19:28:15,820 INFO [main][CipherTest] transformation=AES/OFB232/ISO7816-4PADDING 19:28:15,820 INFO [main][CipherTest] transformation=AES/OFB232/NOPADDING 19:28:15,820 INFO [main][CipherTest] transformation=AES/OFB232/PKCS5 19:28:15,821 INFO [main][CipherTest] transformation=AES/OFB232/PKCS5PADDING 19:28:15,821 INFO [main][CipherTest] transformation=AES/OFB232/PKCS7 19:28:15,821 INFO [main][CipherTest] transformation=AES/OFB232/PKCS7PADDING 19:28:15,821 INFO [main][CipherTest] transformation=AES/OFB232/TBC 19:28:15,822 INFO [main][CipherTest] transformation=AES/OFB232/TBCPADDING 19:28:15,822 INFO [main][CipherTest] transformation=AES/OFB232/X9.23 19:28:15,822 INFO [main][CipherTest] transformation=AES/OFB232/X9.23PADDING 19:28:15,823 INFO [main][CipherTest] transformation=AES/OFB232/ZEROBYTE 19:28:15,823 INFO [main][CipherTest] transformation=AES/OFB232/ZEROBYTEPADDING 19:28:15,823 INFO [main][CipherTest] transformation=AES/OFB24/ 19:28:15,823 INFO [main][CipherTest] transformation=AES/OFB24/ISO10126 19:28:15,824 INFO [main][CipherTest] transformation=AES/OFB24/ISO10126-2 19:28:15,824 INFO [main][CipherTest] transformation=AES/OFB24/ISO10126-2PADDING 19:28:15,825 INFO [main][CipherTest] transformation=AES/OFB24/ISO10126PADDING 19:28:15,825 INFO [main][CipherTest] transformation=AES/OFB24/ISO7816-4 19:28:15,826 INFO [main][CipherTest] transformation=AES/OFB24/ISO7816-4PADDING 19:28:15,826 INFO [main][CipherTest] transformation=AES/OFB24/NOPADDING 19:28:15,826 INFO [main][CipherTest] transformation=AES/OFB24/PKCS5 19:28:15,827 INFO [main][CipherTest] transformation=AES/OFB24/PKCS5PADDING 19:28:15,827 INFO [main][CipherTest] transformation=AES/OFB24/PKCS7 19:28:15,827 INFO [main][CipherTest] transformation=AES/OFB24/PKCS7PADDING 19:28:15,827 INFO [main][CipherTest] transformation=AES/OFB24/TBC 19:28:15,828 INFO [main][CipherTest] transformation=AES/OFB24/TBCPADDING 19:28:15,828 INFO [main][CipherTest] transformation=AES/OFB24/X9.23 19:28:15,828 INFO [main][CipherTest] transformation=AES/OFB24/X9.23PADDING 19:28:15,828 INFO [main][CipherTest] transformation=AES/OFB24/ZEROBYTE 19:28:15,829 INFO [main][CipherTest] transformation=AES/OFB24/ZEROBYTEPADDING 19:28:15,829 INFO [main][CipherTest] transformation=AES/OFB240/ 19:28:15,829 INFO [main][CipherTest] transformation=AES/OFB240/ISO10126 19:28:15,830 INFO [main][CipherTest] transformation=AES/OFB240/ISO10126-2 19:28:15,830 INFO [main][CipherTest] transformation=AES/OFB240/ISO10126-2PADDING 19:28:15,831 INFO [main][CipherTest] transformation=AES/OFB240/ISO10126PADDING 19:28:15,831 INFO [main][CipherTest] transformation=AES/OFB240/ISO7816-4 19:28:15,832 INFO [main][CipherTest] transformation=AES/OFB240/ISO7816-4PADDING 19:28:15,832 INFO [main][CipherTest] transformation=AES/OFB240/NOPADDING 19:28:15,832 INFO [main][CipherTest] transformation=AES/OFB240/PKCS5 19:28:15,832 INFO [main][CipherTest] transformation=AES/OFB240/PKCS5PADDING 19:28:15,833 INFO [main][CipherTest] transformation=AES/OFB240/PKCS7 19:28:15,833 INFO [main][CipherTest] transformation=AES/OFB240/PKCS7PADDING 19:28:15,833 INFO [main][CipherTest] transformation=AES/OFB240/TBC 19:28:15,834 INFO [main][CipherTest] transformation=AES/OFB240/TBCPADDING 19:28:15,834 INFO [main][CipherTest] transformation=AES/OFB240/X9.23 19:28:15,834 INFO [main][CipherTest] transformation=AES/OFB240/X9.23PADDING 19:28:15,834 INFO [main][CipherTest] transformation=AES/OFB240/ZEROBYTE 19:28:15,835 INFO [main][CipherTest] transformation=AES/OFB240/ZEROBYTEPADDING 19:28:15,835 INFO [main][CipherTest] transformation=AES/OFB248/ 19:28:15,835 INFO [main][CipherTest] transformation=AES/OFB248/ISO10126 19:28:15,836 INFO [main][CipherTest] transformation=AES/OFB248/ISO10126-2 19:28:15,836 INFO [main][CipherTest] transformation=AES/OFB248/ISO10126-2PADDING 19:28:15,837 INFO [main][CipherTest] transformation=AES/OFB248/ISO10126PADDING 19:28:15,837 INFO [main][CipherTest] transformation=AES/OFB248/ISO7816-4 19:28:15,837 INFO [main][CipherTest] transformation=AES/OFB248/ISO7816-4PADDING 19:28:15,838 INFO [main][CipherTest] transformation=AES/OFB248/NOPADDING 19:28:15,838 INFO [main][CipherTest] transformation=AES/OFB248/PKCS5 19:28:15,838 INFO [main][CipherTest] transformation=AES/OFB248/PKCS5PADDING 19:28:15,839 INFO [main][CipherTest] transformation=AES/OFB248/PKCS7 19:28:15,839 INFO [main][CipherTest] transformation=AES/OFB248/PKCS7PADDING 19:28:15,839 INFO [main][CipherTest] transformation=AES/OFB248/TBC 19:28:15,839 INFO [main][CipherTest] transformation=AES/OFB248/TBCPADDING 19:28:15,840 INFO [main][CipherTest] transformation=AES/OFB248/X9.23 19:28:15,840 INFO [main][CipherTest] transformation=AES/OFB248/X9.23PADDING 19:28:15,840 INFO [main][CipherTest] transformation=AES/OFB248/ZEROBYTE 19:28:15,840 INFO [main][CipherTest] transformation=AES/OFB248/ZEROBYTEPADDING 19:28:15,841 INFO [main][CipherTest] transformation=AES/OFB256/ 19:28:15,841 INFO [main][CipherTest] transformation=AES/OFB256/ISO10126 19:28:15,841 INFO [main][CipherTest] transformation=AES/OFB256/ISO10126-2 19:28:15,842 INFO [main][CipherTest] transformation=AES/OFB256/ISO10126-2PADDING 19:28:15,842 INFO [main][CipherTest] transformation=AES/OFB256/ISO10126PADDING 19:28:15,843 INFO [main][CipherTest] transformation=AES/OFB256/ISO7816-4 19:28:15,843 INFO [main][CipherTest] transformation=AES/OFB256/ISO7816-4PADDING 19:28:15,844 INFO [main][CipherTest] transformation=AES/OFB256/NOPADDING 19:28:15,844 INFO [main][CipherTest] transformation=AES/OFB256/PKCS5 19:28:15,844 INFO [main][CipherTest] transformation=AES/OFB256/PKCS5PADDING 19:28:15,844 INFO [main][CipherTest] transformation=AES/OFB256/PKCS7 19:28:15,845 INFO [main][CipherTest] transformation=AES/OFB256/PKCS7PADDING 19:28:15,845 INFO [main][CipherTest] transformation=AES/OFB256/TBC 19:28:15,845 INFO [main][CipherTest] transformation=AES/OFB256/TBCPADDING 19:28:15,846 INFO [main][CipherTest] transformation=AES/OFB256/X9.23 19:28:15,846 INFO [main][CipherTest] transformation=AES/OFB256/X9.23PADDING 19:28:15,846 INFO [main][CipherTest] transformation=AES/OFB256/ZEROBYTE 19:28:15,846 INFO [main][CipherTest] transformation=AES/OFB256/ZEROBYTEPADDING 19:28:15,847 INFO [main][CipherTest] transformation=AES/OFB32/ 19:28:15,847 INFO [main][CipherTest] transformation=AES/OFB32/ISO10126 19:28:15,847 INFO [main][CipherTest] transformation=AES/OFB32/ISO10126-2 19:28:15,848 INFO [main][CipherTest] transformation=AES/OFB32/ISO10126-2PADDING 19:28:15,849 INFO [main][CipherTest] transformation=AES/OFB32/ISO10126PADDING 19:28:15,849 INFO [main][CipherTest] transformation=AES/OFB32/ISO7816-4 19:28:15,849 INFO [main][CipherTest] transformation=AES/OFB32/ISO7816-4PADDING 19:28:15,850 INFO [main][CipherTest] transformation=AES/OFB32/NOPADDING 19:28:15,850 INFO [main][CipherTest] transformation=AES/OFB32/PKCS5 19:28:15,850 INFO [main][CipherTest] transformation=AES/OFB32/PKCS5PADDING 19:28:15,850 INFO [main][CipherTest] transformation=AES/OFB32/PKCS7 19:28:15,851 INFO [main][CipherTest] transformation=AES/OFB32/PKCS7PADDING 19:28:15,851 INFO [main][CipherTest] transformation=AES/OFB32/TBC 19:28:15,851 INFO [main][CipherTest] transformation=AES/OFB32/TBCPADDING 19:28:15,852 INFO [main][CipherTest] transformation=AES/OFB32/X9.23 19:28:15,852 INFO [main][CipherTest] transformation=AES/OFB32/X9.23PADDING 19:28:15,852 INFO [main][CipherTest] transformation=AES/OFB32/ZEROBYTE 19:28:15,852 INFO [main][CipherTest] transformation=AES/OFB32/ZEROBYTEPADDING 19:28:15,853 INFO [main][CipherTest] transformation=AES/OFB40/ 19:28:15,853 INFO [main][CipherTest] transformation=AES/OFB40/ISO10126 19:28:15,853 INFO [main][CipherTest] transformation=AES/OFB40/ISO10126-2 19:28:15,854 INFO [main][CipherTest] transformation=AES/OFB40/ISO10126-2PADDING 19:28:15,854 INFO [main][CipherTest] transformation=AES/OFB40/ISO10126PADDING 19:28:15,855 INFO [main][CipherTest] transformation=AES/OFB40/ISO7816-4 19:28:15,855 INFO [main][CipherTest] transformation=AES/OFB40/ISO7816-4PADDING 19:28:15,855 INFO [main][CipherTest] transformation=AES/OFB40/NOPADDING 19:28:15,856 INFO [main][CipherTest] transformation=AES/OFB40/PKCS5 19:28:15,856 INFO [main][CipherTest] transformation=AES/OFB40/PKCS5PADDING 19:28:15,856 INFO [main][CipherTest] transformation=AES/OFB40/PKCS7 19:28:15,856 INFO [main][CipherTest] transformation=AES/OFB40/PKCS7PADDING 19:28:15,856 INFO [main][CipherTest] transformation=AES/OFB40/TBC 19:28:15,857 INFO [main][CipherTest] transformation=AES/OFB40/TBCPADDING 19:28:15,857 INFO [main][CipherTest] transformation=AES/OFB40/X9.23 19:28:15,857 INFO [main][CipherTest] transformation=AES/OFB40/X9.23PADDING 19:28:15,857 INFO [main][CipherTest] transformation=AES/OFB40/ZEROBYTE 19:28:15,858 INFO [main][CipherTest] transformation=AES/OFB40/ZEROBYTEPADDING 19:28:15,858 INFO [main][CipherTest] transformation=AES/OFB48/ 19:28:15,858 INFO [main][CipherTest] transformation=AES/OFB48/ISO10126 19:28:15,859 INFO [main][CipherTest] transformation=AES/OFB48/ISO10126-2 19:28:15,859 INFO [main][CipherTest] transformation=AES/OFB48/ISO10126-2PADDING 19:28:15,860 INFO [main][CipherTest] transformation=AES/OFB48/ISO10126PADDING 19:28:15,860 INFO [main][CipherTest] transformation=AES/OFB48/ISO7816-4 19:28:15,860 INFO [main][CipherTest] transformation=AES/OFB48/ISO7816-4PADDING 19:28:15,861 INFO [main][CipherTest] transformation=AES/OFB48/NOPADDING 19:28:15,861 INFO [main][CipherTest] transformation=AES/OFB48/PKCS5 19:28:15,861 INFO [main][CipherTest] transformation=AES/OFB48/PKCS5PADDING 19:28:15,861 INFO [main][CipherTest] transformation=AES/OFB48/PKCS7 19:28:15,862 INFO [main][CipherTest] transformation=AES/OFB48/PKCS7PADDING 19:28:15,862 INFO [main][CipherTest] transformation=AES/OFB48/TBC 19:28:15,862 INFO [main][CipherTest] transformation=AES/OFB48/TBCPADDING 19:28:15,862 INFO [main][CipherTest] transformation=AES/OFB48/X9.23 19:28:15,863 INFO [main][CipherTest] transformation=AES/OFB48/X9.23PADDING 19:28:15,863 INFO [main][CipherTest] transformation=AES/OFB48/ZEROBYTE 19:28:15,863 INFO [main][CipherTest] transformation=AES/OFB48/ZEROBYTEPADDING 19:28:15,863 INFO [main][CipherTest] transformation=AES/OFB56/ 19:28:15,864 INFO [main][CipherTest] transformation=AES/OFB56/ISO10126 19:28:15,864 INFO [main][CipherTest] transformation=AES/OFB56/ISO10126-2 19:28:15,865 INFO [main][CipherTest] transformation=AES/OFB56/ISO10126-2PADDING 19:28:15,865 INFO [main][CipherTest] transformation=AES/OFB56/ISO10126PADDING 19:28:15,866 INFO [main][CipherTest] transformation=AES/OFB56/ISO7816-4 19:28:15,866 INFO [main][CipherTest] transformation=AES/OFB56/ISO7816-4PADDING 19:28:15,866 INFO [main][CipherTest] transformation=AES/OFB56/NOPADDING 19:28:15,867 INFO [main][CipherTest] transformation=AES/OFB56/PKCS5 19:28:15,867 INFO [main][CipherTest] transformation=AES/OFB56/PKCS5PADDING 19:28:15,867 INFO [main][CipherTest] transformation=AES/OFB56/PKCS7 19:28:15,867 INFO [main][CipherTest] transformation=AES/OFB56/PKCS7PADDING 19:28:15,868 INFO [main][CipherTest] transformation=AES/OFB56/TBC 19:28:15,868 INFO [main][CipherTest] transformation=AES/OFB56/TBCPADDING 19:28:15,868 INFO [main][CipherTest] transformation=AES/OFB56/X9.23 19:28:15,868 INFO [main][CipherTest] transformation=AES/OFB56/X9.23PADDING 19:28:15,869 INFO [main][CipherTest] transformation=AES/OFB56/ZEROBYTE 19:28:15,869 INFO [main][CipherTest] transformation=AES/OFB56/ZEROBYTEPADDING 19:28:15,869 INFO [main][CipherTest] transformation=AES/OFB64/ 19:28:15,869 INFO [main][CipherTest] transformation=AES/OFB64/ISO10126 19:28:15,870 INFO [main][CipherTest] transformation=AES/OFB64/ISO10126-2 19:28:15,870 INFO [main][CipherTest] transformation=AES/OFB64/ISO10126-2PADDING 19:28:15,871 INFO [main][CipherTest] transformation=AES/OFB64/ISO10126PADDING 19:28:15,871 INFO [main][CipherTest] transformation=AES/OFB64/ISO7816-4 19:28:15,871 INFO [main][CipherTest] transformation=AES/OFB64/ISO7816-4PADDING 19:28:15,872 INFO [main][CipherTest] transformation=AES/OFB64/NOPADDING 19:28:15,872 INFO [main][CipherTest] transformation=AES/OFB64/PKCS5 19:28:15,872 INFO [main][CipherTest] transformation=AES/OFB64/PKCS5PADDING 19:28:15,872 INFO [main][CipherTest] transformation=AES/OFB64/PKCS7 19:28:15,873 INFO [main][CipherTest] transformation=AES/OFB64/PKCS7PADDING 19:28:15,873 INFO [main][CipherTest] transformation=AES/OFB64/TBC 19:28:15,873 INFO [main][CipherTest] transformation=AES/OFB64/TBCPADDING 19:28:15,873 INFO [main][CipherTest] transformation=AES/OFB64/X9.23 19:28:15,874 INFO [main][CipherTest] transformation=AES/OFB64/X9.23PADDING 19:28:15,874 INFO [main][CipherTest] transformation=AES/OFB64/ZEROBYTE 19:28:15,874 INFO [main][CipherTest] transformation=AES/OFB64/ZEROBYTEPADDING 19:28:15,874 INFO [main][CipherTest] transformation=AES/OFB72/ 19:28:15,875 INFO [main][CipherTest] transformation=AES/OFB72/ISO10126 19:28:15,875 INFO [main][CipherTest] transformation=AES/OFB72/ISO10126-2 19:28:15,876 INFO [main][CipherTest] transformation=AES/OFB72/ISO10126-2PADDING 19:28:15,876 INFO [main][CipherTest] transformation=AES/OFB72/ISO10126PADDING 19:28:15,877 INFO [main][CipherTest] transformation=AES/OFB72/ISO7816-4 19:28:15,877 INFO [main][CipherTest] transformation=AES/OFB72/ISO7816-4PADDING 19:28:15,877 INFO [main][CipherTest] transformation=AES/OFB72/NOPADDING 19:28:15,877 INFO [main][CipherTest] transformation=AES/OFB72/PKCS5 19:28:15,878 INFO [main][CipherTest] transformation=AES/OFB72/PKCS5PADDING 19:28:15,878 INFO [main][CipherTest] transformation=AES/OFB72/PKCS7 19:28:15,878 INFO [main][CipherTest] transformation=AES/OFB72/PKCS7PADDING 19:28:15,878 INFO [main][CipherTest] transformation=AES/OFB72/TBC 19:28:15,878 INFO [main][CipherTest] transformation=AES/OFB72/TBCPADDING 19:28:15,879 INFO [main][CipherTest] transformation=AES/OFB72/X9.23 19:28:15,879 INFO [main][CipherTest] transformation=AES/OFB72/X9.23PADDING 19:28:15,879 INFO [main][CipherTest] transformation=AES/OFB72/ZEROBYTE 19:28:15,880 INFO [main][CipherTest] transformation=AES/OFB72/ZEROBYTEPADDING 19:28:15,880 INFO [main][CipherTest] transformation=AES/OFB8/ 19:28:15,880 INFO [main][CipherTest] transformation=AES/OFB8/ISO10126 19:28:15,880 INFO [main][CipherTest] transformation=AES/OFB8/ISO10126-2 19:28:15,881 INFO [main][CipherTest] transformation=AES/OFB8/ISO10126-2PADDING 19:28:15,881 INFO [main][CipherTest] transformation=AES/OFB8/ISO10126PADDING 19:28:15,882 INFO [main][CipherTest] transformation=AES/OFB8/ISO7816-4 19:28:15,882 INFO [main][CipherTest] transformation=AES/OFB8/ISO7816-4PADDING 19:28:15,882 INFO [main][CipherTest] transformation=AES/OFB8/NOPADDING 19:28:15,883 INFO [main][CipherTest] transformation=AES/OFB8/PKCS5 19:28:15,883 INFO [main][CipherTest] transformation=AES/OFB8/PKCS5PADDING 19:28:15,883 INFO [main][CipherTest] transformation=AES/OFB8/PKCS7 19:28:15,883 INFO [main][CipherTest] transformation=AES/OFB8/PKCS7PADDING 19:28:15,884 INFO [main][CipherTest] transformation=AES/OFB8/TBC 19:28:15,884 INFO [main][CipherTest] transformation=AES/OFB8/TBCPADDING 19:28:15,884 INFO [main][CipherTest] transformation=AES/OFB8/X9.23 19:28:15,884 INFO [main][CipherTest] transformation=AES/OFB8/X9.23PADDING 19:28:15,885 INFO [main][CipherTest] transformation=AES/OFB8/ZEROBYTE 19:28:15,885 INFO [main][CipherTest] transformation=AES/OFB8/ZEROBYTEPADDING 19:28:15,885 INFO [main][CipherTest] transformation=AES/OFB80/ 19:28:15,885 INFO [main][CipherTest] transformation=AES/OFB80/ISO10126 19:28:15,886 INFO [main][CipherTest] transformation=AES/OFB80/ISO10126-2 19:28:15,886 INFO [main][CipherTest] transformation=AES/OFB80/ISO10126-2PADDING 19:28:15,887 INFO [main][CipherTest] transformation=AES/OFB80/ISO10126PADDING 19:28:15,887 INFO [main][CipherTest] transformation=AES/OFB80/ISO7816-4 19:28:15,888 INFO [main][CipherTest] transformation=AES/OFB80/ISO7816-4PADDING 19:28:15,888 INFO [main][CipherTest] transformation=AES/OFB80/NOPADDING 19:28:15,888 INFO [main][CipherTest] transformation=AES/OFB80/PKCS5 19:28:15,888 INFO [main][CipherTest] transformation=AES/OFB80/PKCS5PADDING 19:28:15,889 INFO [main][CipherTest] transformation=AES/OFB80/PKCS7 19:28:15,889 INFO [main][CipherTest] transformation=AES/OFB80/PKCS7PADDING 19:28:15,889 INFO [main][CipherTest] transformation=AES/OFB80/TBC 19:28:15,889 INFO [main][CipherTest] transformation=AES/OFB80/TBCPADDING 19:28:15,889 INFO [main][CipherTest] transformation=AES/OFB80/X9.23 19:28:15,890 INFO [main][CipherTest] transformation=AES/OFB80/X9.23PADDING 19:28:15,890 INFO [main][CipherTest] transformation=AES/OFB80/ZEROBYTE 19:28:15,890 INFO [main][CipherTest] transformation=AES/OFB80/ZEROBYTEPADDING 19:28:15,890 INFO [main][CipherTest] transformation=AES/OFB88/ 19:28:15,891 INFO [main][CipherTest] transformation=AES/OFB88/ISO10126 19:28:15,891 INFO [main][CipherTest] transformation=AES/OFB88/ISO10126-2 19:28:15,892 INFO [main][CipherTest] transformation=AES/OFB88/ISO10126-2PADDING 19:28:15,892 INFO [main][CipherTest] transformation=AES/OFB88/ISO10126PADDING 19:28:15,893 INFO [main][CipherTest] transformation=AES/OFB88/ISO7816-4 19:28:15,893 INFO [main][CipherTest] transformation=AES/OFB88/ISO7816-4PADDING 19:28:15,893 INFO [main][CipherTest] transformation=AES/OFB88/NOPADDING 19:28:15,893 INFO [main][CipherTest] transformation=AES/OFB88/PKCS5 19:28:15,894 INFO [main][CipherTest] transformation=AES/OFB88/PKCS5PADDING 19:28:15,894 INFO [main][CipherTest] transformation=AES/OFB88/PKCS7 19:28:15,894 INFO [main][CipherTest] transformation=AES/OFB88/PKCS7PADDING 19:28:15,894 INFO [main][CipherTest] transformation=AES/OFB88/TBC 19:28:15,895 INFO [main][CipherTest] transformation=AES/OFB88/TBCPADDING 19:28:15,895 INFO [main][CipherTest] transformation=AES/OFB88/X9.23 19:28:15,895 INFO [main][CipherTest] transformation=AES/OFB88/X9.23PADDING 19:28:15,895 INFO [main][CipherTest] transformation=AES/OFB88/ZEROBYTE 19:28:15,896 INFO [main][CipherTest] transformation=AES/OFB88/ZEROBYTEPADDING 19:28:15,896 INFO [main][CipherTest] transformation=AES/OFB96/ 19:28:15,896 INFO [main][CipherTest] transformation=AES/OFB96/ISO10126 19:28:15,897 INFO [main][CipherTest] transformation=AES/OFB96/ISO10126-2 19:28:15,897 INFO [main][CipherTest] transformation=AES/OFB96/ISO10126-2PADDING 19:28:15,898 INFO [main][CipherTest] transformation=AES/OFB96/ISO10126PADDING 19:28:15,898 INFO [main][CipherTest] transformation=AES/OFB96/ISO7816-4 19:28:15,899 INFO [main][CipherTest] transformation=AES/OFB96/ISO7816-4PADDING 19:28:15,899 INFO [main][CipherTest] transformation=AES/OFB96/NOPADDING 19:28:15,899 INFO [main][CipherTest] transformation=AES/OFB96/PKCS5 19:28:15,899 INFO [main][CipherTest] transformation=AES/OFB96/PKCS5PADDING 19:28:15,899 INFO [main][CipherTest] transformation=AES/OFB96/PKCS7 19:28:15,900 INFO [main][CipherTest] transformation=AES/OFB96/PKCS7PADDING 19:28:15,900 INFO [main][CipherTest] transformation=AES/OFB96/TBC 19:28:15,900 INFO [main][CipherTest] transformation=AES/OFB96/TBCPADDING 19:28:15,900 INFO [main][CipherTest] transformation=AES/OFB96/X9.23 19:28:15,901 INFO [main][CipherTest] transformation=AES/OFB96/X9.23PADDING 19:28:15,901 INFO [main][CipherTest] transformation=AES/OFB96/ZEROBYTE 19:28:15,901 INFO [main][CipherTest] transformation=AES/OFB96/ZEROBYTEPADDING 19:28:15,901 INFO [main][CipherTest] transformation=AES/SIC/ 19:28:15,902 INFO [main][CipherTest] transformation=AES/SIC/ISO10126 19:28:15,902 INFO [main][CipherTest] transformation=AES/SIC/ISO10126-2 19:28:15,903 INFO [main][CipherTest] transformation=AES/SIC/ISO10126-2PADDING 19:28:15,903 INFO [main][CipherTest] transformation=AES/SIC/ISO10126PADDING 19:28:15,904 INFO [main][CipherTest] transformation=AES/SIC/ISO7816-4 19:28:15,904 INFO [main][CipherTest] transformation=AES/SIC/ISO7816-4PADDING 19:28:15,905 INFO [main][CipherTest] transformation=AES/SIC/NOPADDING 19:28:15,905 INFO [main][CipherTest] transformation=AES/SIC/PKCS5 19:28:15,905 INFO [main][CipherTest] transformation=AES/SIC/PKCS5PADDING 19:28:15,906 INFO [main][CipherTest] transformation=AES/SIC/PKCS7 19:28:15,906 INFO [main][CipherTest] transformation=AES/SIC/PKCS7PADDING 19:28:15,906 INFO [main][CipherTest] transformation=AES/SIC/TBC 19:28:15,907 INFO [main][CipherTest] transformation=AES/SIC/TBCPADDING 19:28:15,907 INFO [main][CipherTest] transformation=AES/SIC/X9.23 19:28:15,907 INFO [main][CipherTest] transformation=AES/SIC/X9.23PADDING 19:28:15,908 INFO [main][CipherTest] transformation=AES/SIC/ZEROBYTE 19:28:15,908 INFO [main][CipherTest] transformation=AES/SIC/ZEROBYTEPADDING 19:28:15,908 INFO [main][CipherTest] transformation=BLOWFISH// 19:28:15,918 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH//" does not support IV => Skipping. 19:28:15,918 INFO [main][CipherTest] transformation=BLOWFISH//NOPADDING 19:28:15,928 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH//NOPADDING" does not support IV => Skipping. 19:28:15,928 INFO [main][CipherTest] transformation=BLOWFISH/CBC-CTS/ 19:28:15,938 INFO [main][CipherTest] transformation=BLOWFISH/CBC-CTS/NOPADDING 19:28:15,949 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ 19:28:15,959 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO10126 19:28:15,969 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO10126-2 19:28:15,979 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO10126-2PADDING 19:28:15,989 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO10126PADDING 19:28:15,999 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO7816-4 19:28:16,008 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO7816-4PADDING 19:28:16,018 INFO [main][CipherTest] transformation=BLOWFISH/CBC/NOPADDING 19:28:16,028 INFO [main][CipherTest] transformation=BLOWFISH/CBC/PKCS5 19:28:16,038 INFO [main][CipherTest] transformation=BLOWFISH/CBC/PKCS5PADDING 19:28:16,047 INFO [main][CipherTest] transformation=BLOWFISH/CBC/PKCS7 19:28:16,057 INFO [main][CipherTest] transformation=BLOWFISH/CBC/PKCS7PADDING 19:28:16,067 INFO [main][CipherTest] transformation=BLOWFISH/CBC/TBC 19:28:16,077 INFO [main][CipherTest] transformation=BLOWFISH/CBC/TBCPADDING 19:28:16,086 INFO [main][CipherTest] transformation=BLOWFISH/CBC/X9.23 19:28:16,091 INFO [main][CipherTest] transformation=BLOWFISH/CBC/X9.23PADDING 19:28:16,094 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ZEROBYTE 19:28:16,098 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ZEROBYTEPADDING 19:28:16,101 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ 19:28:16,106 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO10126 19:28:16,108 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO10126-2 19:28:16,109 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO10126-2PADDING 19:28:16,109 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO10126PADDING 19:28:16,110 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO7816-4 19:28:16,110 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO7816-4PADDING 19:28:16,111 INFO [main][CipherTest] transformation=BLOWFISH/CFB/NOPADDING 19:28:16,111 INFO [main][CipherTest] transformation=BLOWFISH/CFB/PKCS5 19:28:16,112 INFO [main][CipherTest] transformation=BLOWFISH/CFB/PKCS5PADDING 19:28:16,112 INFO [main][CipherTest] transformation=BLOWFISH/CFB/PKCS7 19:28:16,112 INFO [main][CipherTest] transformation=BLOWFISH/CFB/PKCS7PADDING 19:28:16,113 INFO [main][CipherTest] transformation=BLOWFISH/CFB/TBC 19:28:16,113 INFO [main][CipherTest] transformation=BLOWFISH/CFB/TBCPADDING 19:28:16,114 INFO [main][CipherTest] transformation=BLOWFISH/CFB/X9.23 19:28:16,114 INFO [main][CipherTest] transformation=BLOWFISH/CFB/X9.23PADDING 19:28:16,114 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ZEROBYTE 19:28:16,115 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ZEROBYTEPADDING 19:28:16,115 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ 19:28:16,116 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO10126 19:28:16,116 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO10126-2 19:28:16,117 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO10126-2PADDING 19:28:16,117 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO10126PADDING 19:28:16,118 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO7816-4 19:28:16,119 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO7816-4PADDING 19:28:16,119 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/NOPADDING 19:28:16,119 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/PKCS5 19:28:16,124 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/PKCS5PADDING 19:28:16,125 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/PKCS7 19:28:16,125 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/PKCS7PADDING 19:28:16,125 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/TBC 19:28:16,126 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/TBCPADDING 19:28:16,126 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/X9.23 19:28:16,127 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/X9.23PADDING 19:28:16,127 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ZEROBYTE 19:28:16,127 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ZEROBYTEPADDING 19:28:16,128 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ 19:28:16,128 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO10126 19:28:16,129 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO10126-2 19:28:16,130 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO10126-2PADDING 19:28:16,130 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO10126PADDING 19:28:16,131 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO7816-4 19:28:16,131 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO7816-4PADDING 19:28:16,132 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/NOPADDING 19:28:16,132 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/PKCS5 19:28:16,132 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/PKCS5PADDING 19:28:16,133 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/PKCS7 19:28:16,133 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/PKCS7PADDING 19:28:16,134 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/TBC 19:28:16,134 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/TBCPADDING 19:28:16,134 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/X9.23 19:28:16,135 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/X9.23PADDING 19:28:16,135 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ZEROBYTE 19:28:16,136 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ZEROBYTEPADDING 19:28:16,136 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ 19:28:16,137 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO10126 19:28:16,137 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO10126-2 19:28:16,138 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO10126-2PADDING 19:28:16,138 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO10126PADDING 19:28:16,139 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO7816-4 19:28:16,139 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO7816-4PADDING 19:28:16,140 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/NOPADDING 19:28:16,140 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/PKCS5 19:28:16,141 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/PKCS5PADDING 19:28:16,141 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/PKCS7 19:28:16,141 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/PKCS7PADDING 19:28:16,142 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/TBC 19:28:16,142 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/TBCPADDING 19:28:16,143 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/X9.23 19:28:16,143 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/X9.23PADDING 19:28:16,143 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ZEROBYTE 19:28:16,144 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ZEROBYTEPADDING 19:28:16,144 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ 19:28:16,145 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO10126 19:28:16,145 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO10126-2 19:28:16,146 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO10126-2PADDING 19:28:16,147 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO10126PADDING 19:28:16,147 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO7816-4 19:28:16,148 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO7816-4PADDING 19:28:16,148 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/NOPADDING 19:28:16,149 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/PKCS5 19:28:16,149 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/PKCS5PADDING 19:28:16,150 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/PKCS7 19:28:16,150 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/PKCS7PADDING 19:28:16,150 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/TBC 19:28:16,151 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/TBCPADDING 19:28:16,151 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/X9.23 19:28:16,152 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/X9.23PADDING 19:28:16,152 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ZEROBYTE 19:28:16,153 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ZEROBYTEPADDING 19:28:16,153 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ 19:28:16,153 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO10126 19:28:16,154 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO10126-2 19:28:16,155 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO10126-2PADDING 19:28:16,155 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO10126PADDING 19:28:16,156 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO7816-4 19:28:16,157 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO7816-4PADDING 19:28:16,157 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/NOPADDING 19:28:16,157 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/PKCS5 19:28:16,158 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/PKCS5PADDING 19:28:16,158 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/PKCS7 19:28:16,159 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/PKCS7PADDING 19:28:16,159 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/TBC 19:28:16,160 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/TBCPADDING 19:28:16,160 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/X9.23 19:28:16,161 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/X9.23PADDING 19:28:16,161 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ZEROBYTE 19:28:16,161 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ZEROBYTEPADDING 19:28:16,162 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ 19:28:16,162 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO10126 19:28:16,163 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO10126-2 19:28:16,163 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO10126-2PADDING 19:28:16,164 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO10126PADDING 19:28:16,164 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO7816-4 19:28:16,165 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO7816-4PADDING 19:28:16,165 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/NOPADDING 19:28:16,166 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/PKCS5 19:28:16,166 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/PKCS5PADDING 19:28:16,166 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/PKCS7 19:28:16,167 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/PKCS7PADDING 19:28:16,167 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/TBC 19:28:16,167 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/TBCPADDING 19:28:16,168 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/X9.23 19:28:16,168 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/X9.23PADDING 19:28:16,169 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ZEROBYTE 19:28:16,169 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ZEROBYTEPADDING 19:28:16,169 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ 19:28:16,170 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO10126 19:28:16,170 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO10126-2 19:28:16,171 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO10126-2PADDING 19:28:16,171 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO10126PADDING 19:28:16,172 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO7816-4 19:28:16,172 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO7816-4PADDING 19:28:16,173 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/NOPADDING 19:28:16,173 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/PKCS5 19:28:16,173 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/PKCS5PADDING 19:28:16,174 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/PKCS7 19:28:16,174 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/PKCS7PADDING 19:28:16,174 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/TBC 19:28:16,175 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/TBCPADDING 19:28:16,175 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/X9.23 19:28:16,175 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/X9.23PADDING 19:28:16,175 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ZEROBYTE 19:28:16,176 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ZEROBYTEPADDING 19:28:16,176 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ 19:28:16,176 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO10126 19:28:16,177 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO10126-2 19:28:16,177 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO10126-2PADDING 19:28:16,178 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO10126PADDING 19:28:16,178 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO7816-4 19:28:16,178 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO7816-4PADDING 19:28:16,179 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/NOPADDING 19:28:16,179 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/PKCS5 19:28:16,179 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/PKCS5PADDING 19:28:16,179 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/PKCS7 19:28:16,180 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/PKCS7PADDING 19:28:16,180 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/TBC 19:28:16,180 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/TBCPADDING 19:28:16,180 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/X9.23 19:28:16,181 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/X9.23PADDING 19:28:16,181 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ZEROBYTE 19:28:16,181 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ZEROBYTEPADDING 19:28:16,182 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ 19:28:16,182 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO10126 19:28:16,182 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO10126-2 19:28:16,183 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO10126-2PADDING 19:28:16,183 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO10126PADDING 19:28:16,184 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO7816-4 19:28:16,184 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO7816-4PADDING 19:28:16,184 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/NOPADDING 19:28:16,184 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/PKCS5 19:28:16,185 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/PKCS5PADDING 19:28:16,185 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/PKCS7 19:28:16,185 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/PKCS7PADDING 19:28:16,186 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/TBC 19:28:16,186 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/TBCPADDING 19:28:16,186 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/X9.23 19:28:16,186 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/X9.23PADDING 19:28:16,187 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ZEROBYTE 19:28:16,187 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ZEROBYTEPADDING 19:28:16,187 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ 19:28:16,188 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO10126 19:28:16,188 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO10126-2 19:28:16,188 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO10126-2PADDING 19:28:16,189 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO10126PADDING 19:28:16,189 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO7816-4 19:28:16,190 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO7816-4PADDING 19:28:16,190 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/NOPADDING 19:28:16,190 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/PKCS5 19:28:16,190 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/PKCS5PADDING 19:28:16,191 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/PKCS7 19:28:16,191 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/PKCS7PADDING 19:28:16,191 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/TBC 19:28:16,192 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/TBCPADDING 19:28:16,192 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/X9.23 19:28:16,192 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/X9.23PADDING 19:28:16,192 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ZEROBYTE 19:28:16,193 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ZEROBYTEPADDING 19:28:16,193 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ 19:28:16,193 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO10126 19:28:16,194 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO10126-2 19:28:16,194 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO10126-2PADDING 19:28:16,195 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO10126PADDING 19:28:16,195 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO7816-4 19:28:16,195 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO7816-4PADDING 19:28:16,196 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/NOPADDING 19:28:16,196 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/PKCS5 19:28:16,196 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/PKCS5PADDING 19:28:16,196 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/PKCS7 19:28:16,197 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/PKCS7PADDING 19:28:16,197 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/TBC 19:28:16,197 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/TBCPADDING 19:28:16,198 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/X9.23 19:28:16,198 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/X9.23PADDING 19:28:16,198 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ZEROBYTE 19:28:16,198 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ZEROBYTEPADDING 19:28:16,199 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ 19:28:16,199 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO10126 19:28:16,199 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO10126-2 19:28:16,200 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO10126-2PADDING 19:28:16,200 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO10126PADDING 19:28:16,201 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO7816-4 19:28:16,201 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO7816-4PADDING 19:28:16,201 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/NOPADDING 19:28:16,202 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/PKCS5 19:28:16,202 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/PKCS5PADDING 19:28:16,202 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/PKCS7 19:28:16,202 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/PKCS7PADDING 19:28:16,203 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/TBC 19:28:16,203 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/TBCPADDING 19:28:16,203 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/X9.23 19:28:16,203 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/X9.23PADDING 19:28:16,204 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ZEROBYTE 19:28:16,204 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ZEROBYTEPADDING 19:28:16,204 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ 19:28:16,205 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO10126 19:28:16,205 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO10126-2 19:28:16,205 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO10126-2PADDING 19:28:16,206 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO10126PADDING 19:28:16,206 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO7816-4 19:28:16,207 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO7816-4PADDING 19:28:16,207 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/NOPADDING 19:28:16,207 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/PKCS5 19:28:16,207 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/PKCS5PADDING 19:28:16,208 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/PKCS7 19:28:16,208 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/PKCS7PADDING 19:28:16,208 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/TBC 19:28:16,209 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/TBCPADDING 19:28:16,209 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/X9.23 19:28:16,209 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/X9.23PADDING 19:28:16,209 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ZEROBYTE 19:28:16,210 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ZEROBYTEPADDING 19:28:16,210 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ 19:28:16,210 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO10126 19:28:16,211 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO10126-2 19:28:16,211 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO10126-2PADDING 19:28:16,212 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO10126PADDING 19:28:16,212 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO7816-4 19:28:16,212 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO7816-4PADDING 19:28:16,213 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/NOPADDING 19:28:16,213 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/PKCS5 19:28:16,213 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/PKCS5PADDING 19:28:16,214 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/PKCS7 19:28:16,214 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/PKCS7PADDING 19:28:16,214 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/TBC 19:28:16,214 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/TBCPADDING 19:28:16,215 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/X9.23 19:28:16,215 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/X9.23PADDING 19:28:16,215 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ZEROBYTE 19:28:16,216 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ZEROBYTEPADDING 19:28:16,216 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ 19:28:16,216 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO10126 19:28:16,217 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO10126-2 19:28:16,217 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO10126-2PADDING 19:28:16,218 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO10126PADDING 19:28:16,218 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO7816-4 19:28:16,218 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO7816-4PADDING 19:28:16,219 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/NOPADDING 19:28:16,219 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/PKCS5 19:28:16,219 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/PKCS5PADDING 19:28:16,219 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/PKCS7 19:28:16,220 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/PKCS7PADDING 19:28:16,220 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/TBC 19:28:16,220 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/TBCPADDING 19:28:16,221 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/X9.23 19:28:16,221 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/X9.23PADDING 19:28:16,221 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ZEROBYTE 19:28:16,221 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ZEROBYTEPADDING 19:28:16,222 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ 19:28:16,222 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO10126 19:28:16,222 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO10126-2 19:28:16,223 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO10126-2PADDING 19:28:16,223 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO10126PADDING 19:28:16,224 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO7816-4 19:28:16,224 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO7816-4PADDING 19:28:16,224 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/NOPADDING 19:28:16,225 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/PKCS5 19:28:16,225 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/PKCS5PADDING 19:28:16,225 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/PKCS7 19:28:16,225 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/PKCS7PADDING 19:28:16,226 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/TBC 19:28:16,226 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/TBCPADDING 19:28:16,226 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/X9.23 19:28:16,227 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/X9.23PADDING 19:28:16,227 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ZEROBYTE 19:28:16,227 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ZEROBYTEPADDING 19:28:16,227 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ 19:28:16,228 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO10126 19:28:16,228 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO10126-2 19:28:16,229 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO10126-2PADDING 19:28:16,229 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO10126PADDING 19:28:16,229 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO7816-4 19:28:16,230 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO7816-4PADDING 19:28:16,230 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/NOPADDING 19:28:16,230 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/PKCS5 19:28:16,231 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/PKCS5PADDING 19:28:16,231 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/PKCS7 19:28:16,232 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/PKCS7PADDING 19:28:16,232 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/TBC 19:28:16,232 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/TBCPADDING 19:28:16,233 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/X9.23 19:28:16,233 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/X9.23PADDING 19:28:16,233 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ZEROBYTE 19:28:16,234 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ZEROBYTEPADDING 19:28:16,234 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ 19:28:16,234 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO10126 19:28:16,235 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO10126-2 19:28:16,235 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO10126-2PADDING 19:28:16,236 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO10126PADDING 19:28:16,236 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO7816-4 19:28:16,236 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO7816-4PADDING 19:28:16,237 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/NOPADDING 19:28:16,237 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/PKCS5 19:28:16,238 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/PKCS5PADDING 19:28:16,238 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/PKCS7 19:28:16,238 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/PKCS7PADDING 19:28:16,239 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/TBC 19:28:16,239 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/TBCPADDING 19:28:16,239 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/X9.23 19:28:16,240 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/X9.23PADDING 19:28:16,240 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ZEROBYTE 19:28:16,240 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ZEROBYTEPADDING 19:28:16,241 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ 19:28:16,241 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO10126 19:28:16,241 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO10126-2 19:28:16,242 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO10126-2PADDING 19:28:16,242 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO10126PADDING 19:28:16,243 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO7816-4 19:28:16,243 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO7816-4PADDING 19:28:16,243 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/NOPADDING 19:28:16,244 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/PKCS5 19:28:16,244 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/PKCS5PADDING 19:28:16,244 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/PKCS7 19:28:16,244 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/PKCS7PADDING 19:28:16,245 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/TBC 19:28:16,245 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/TBCPADDING 19:28:16,245 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/X9.23 19:28:16,245 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/X9.23PADDING 19:28:16,246 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ZEROBYTE 19:28:16,246 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ZEROBYTEPADDING 19:28:16,246 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ 19:28:16,247 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO10126 19:28:16,247 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO10126-2 19:28:16,247 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO10126-2PADDING 19:28:16,248 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO10126PADDING 19:28:16,248 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO7816-4 19:28:16,249 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO7816-4PADDING 19:28:16,249 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/NOPADDING 19:28:16,249 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/PKCS5 19:28:16,249 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/PKCS5PADDING 19:28:16,250 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/PKCS7 19:28:16,250 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/PKCS7PADDING 19:28:16,250 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/TBC 19:28:16,250 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/TBCPADDING 19:28:16,251 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/X9.23 19:28:16,251 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/X9.23PADDING 19:28:16,251 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ZEROBYTE 19:28:16,252 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ZEROBYTEPADDING 19:28:16,252 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ 19:28:16,252 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO10126 19:28:16,253 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO10126-2 19:28:16,253 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO10126-2PADDING 19:28:16,253 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO10126PADDING 19:28:16,254 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO7816-4 19:28:16,254 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO7816-4PADDING 19:28:16,254 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/NOPADDING 19:28:16,255 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/PKCS5 19:28:16,255 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/PKCS5PADDING 19:28:16,255 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/PKCS7 19:28:16,255 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/PKCS7PADDING 19:28:16,256 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/TBC 19:28:16,256 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/TBCPADDING 19:28:16,256 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/X9.23 19:28:16,257 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/X9.23PADDING 19:28:16,257 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ZEROBYTE 19:28:16,257 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ZEROBYTEPADDING 19:28:16,257 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ 19:28:16,258 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO10126 19:28:16,258 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO10126-2 19:28:16,259 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO10126-2PADDING 19:28:16,259 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO10126PADDING 19:28:16,259 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO7816-4 19:28:16,260 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO7816-4PADDING 19:28:16,260 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/NOPADDING 19:28:16,260 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/PKCS5 19:28:16,261 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/PKCS5PADDING 19:28:16,261 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/PKCS7 19:28:16,261 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/PKCS7PADDING 19:28:16,261 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/TBC 19:28:16,262 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/TBCPADDING 19:28:16,262 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/X9.23 19:28:16,262 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/X9.23PADDING 19:28:16,262 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ZEROBYTE 19:28:16,263 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ZEROBYTEPADDING 19:28:16,263 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ 19:28:16,263 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO10126 19:28:16,264 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO10126-2 19:28:16,264 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO10126-2PADDING 19:28:16,265 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO10126PADDING 19:28:16,265 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO7816-4 19:28:16,265 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO7816-4PADDING 19:28:16,266 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/NOPADDING 19:28:16,266 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/PKCS5 19:28:16,266 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/PKCS5PADDING 19:28:16,266 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/PKCS7 19:28:16,267 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/PKCS7PADDING 19:28:16,267 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/TBC 19:28:16,267 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/TBCPADDING 19:28:16,267 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/X9.23 19:28:16,268 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/X9.23PADDING 19:28:16,268 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ZEROBYTE 19:28:16,268 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ZEROBYTEPADDING 19:28:16,269 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ 19:28:16,269 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO10126 19:28:16,269 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO10126-2 19:28:16,270 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO10126-2PADDING 19:28:16,270 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO10126PADDING 19:28:16,271 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO7816-4 19:28:16,271 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO7816-4PADDING 19:28:16,271 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/NOPADDING 19:28:16,271 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/PKCS5 19:28:16,272 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/PKCS5PADDING 19:28:16,272 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/PKCS7 19:28:16,272 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/PKCS7PADDING 19:28:16,272 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/TBC 19:28:16,273 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/TBCPADDING 19:28:16,273 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/X9.23 19:28:16,273 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/X9.23PADDING 19:28:16,274 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ZEROBYTE 19:28:16,274 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ZEROBYTEPADDING 19:28:16,274 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ 19:28:16,274 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO10126 19:28:16,275 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO10126-2 19:28:16,275 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO10126-2PADDING 19:28:16,276 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO10126PADDING 19:28:16,276 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO7816-4 19:28:16,276 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO7816-4PADDING 19:28:16,277 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/NOPADDING 19:28:16,277 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/PKCS5 19:28:16,277 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/PKCS5PADDING 19:28:16,277 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/PKCS7 19:28:16,278 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/PKCS7PADDING 19:28:16,278 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/TBC 19:28:16,278 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/TBCPADDING 19:28:16,279 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/X9.23 19:28:16,279 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/X9.23PADDING 19:28:16,279 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ZEROBYTE 19:28:16,279 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ZEROBYTEPADDING 19:28:16,280 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ 19:28:16,280 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO10126 19:28:16,280 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO10126-2 19:28:16,281 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO10126-2PADDING 19:28:16,281 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO10126PADDING 19:28:16,282 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO7816-4 19:28:16,282 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO7816-4PADDING 19:28:16,282 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/NOPADDING 19:28:16,283 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/PKCS5 19:28:16,283 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/PKCS5PADDING 19:28:16,283 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/PKCS7 19:28:16,283 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/PKCS7PADDING 19:28:16,284 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/TBC 19:28:16,284 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/TBCPADDING 19:28:16,284 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/X9.23 19:28:16,284 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/X9.23PADDING 19:28:16,285 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ZEROBYTE 19:28:16,285 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ZEROBYTEPADDING 19:28:16,285 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ 19:28:16,285 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO10126 19:28:16,286 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO10126-2 19:28:16,286 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO10126-2PADDING 19:28:16,287 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO10126PADDING 19:28:16,287 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO7816-4 19:28:16,288 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO7816-4PADDING 19:28:16,288 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/NOPADDING 19:28:16,288 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/PKCS5 19:28:16,288 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/PKCS5PADDING 19:28:16,289 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/PKCS7 19:28:16,289 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/PKCS7PADDING 19:28:16,289 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/TBC 19:28:16,290 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/TBCPADDING 19:28:16,290 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/X9.23 19:28:16,290 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/X9.23PADDING 19:28:16,290 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ZEROBYTE 19:28:16,291 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ZEROBYTEPADDING 19:28:16,291 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ 19:28:16,291 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO10126 19:28:16,292 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO10126-2 19:28:16,292 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO10126-2PADDING 19:28:16,292 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO10126PADDING 19:28:16,293 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO7816-4 19:28:16,293 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO7816-4PADDING 19:28:16,293 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/NOPADDING 19:28:16,294 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/PKCS5 19:28:16,294 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/PKCS5PADDING 19:28:16,294 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/PKCS7 19:28:16,295 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/PKCS7PADDING 19:28:16,295 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/TBC 19:28:16,295 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/TBCPADDING 19:28:16,295 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/X9.23 19:28:16,296 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/X9.23PADDING 19:28:16,296 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ZEROBYTE 19:28:16,296 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ZEROBYTEPADDING 19:28:16,296 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ 19:28:16,297 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO10126 19:28:16,297 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO10126-2 19:28:16,298 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO10126-2PADDING 19:28:16,298 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO10126PADDING 19:28:16,299 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO7816-4 19:28:16,299 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO7816-4PADDING 19:28:16,299 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/NOPADDING 19:28:16,299 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/PKCS5 19:28:16,300 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/PKCS5PADDING 19:28:16,300 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/PKCS7 19:28:16,300 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/PKCS7PADDING 19:28:16,300 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/TBC 19:28:16,301 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/TBCPADDING 19:28:16,301 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/X9.23 19:28:16,301 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/X9.23PADDING 19:28:16,301 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ZEROBYTE 19:28:16,302 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ZEROBYTEPADDING 19:28:16,302 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ 19:28:16,302 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO10126 19:28:16,303 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO10126-2 19:28:16,303 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO10126-2PADDING 19:28:16,304 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO10126PADDING 19:28:16,304 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO7816-4 19:28:16,304 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO7816-4PADDING 19:28:16,305 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/NOPADDING 19:28:16,305 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/PKCS5 19:28:16,305 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/PKCS5PADDING 19:28:16,305 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/PKCS7 19:28:16,306 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/PKCS7PADDING 19:28:16,306 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/TBC 19:28:16,307 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/TBCPADDING 19:28:16,307 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/X9.23 19:28:16,307 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/X9.23PADDING 19:28:16,308 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ZEROBYTE 19:28:16,308 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ZEROBYTEPADDING 19:28:16,309 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ 19:28:16,309 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO10126 19:28:16,310 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO10126-2 19:28:16,310 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO10126-2PADDING 19:28:16,311 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO10126PADDING 19:28:16,311 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO7816-4 19:28:16,312 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO7816-4PADDING 19:28:16,312 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/NOPADDING 19:28:16,313 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/PKCS5 19:28:16,313 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/PKCS5PADDING 19:28:16,313 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/PKCS7 19:28:16,314 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/PKCS7PADDING 19:28:16,314 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/TBC 19:28:16,315 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/TBCPADDING 19:28:16,315 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/X9.23 19:28:16,315 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/X9.23PADDING 19:28:16,316 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ZEROBYTE 19:28:16,316 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ZEROBYTEPADDING 19:28:16,316 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ 19:28:16,317 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO10126 19:28:16,317 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO10126-2 19:28:16,318 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO10126-2PADDING 19:28:16,319 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO10126PADDING 19:28:16,319 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO7816-4 19:28:16,320 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO7816-4PADDING 19:28:16,320 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/NOPADDING 19:28:16,320 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/PKCS5 19:28:16,321 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/PKCS5PADDING 19:28:16,321 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/PKCS7 19:28:16,322 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/PKCS7PADDING 19:28:16,322 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/TBC 19:28:16,322 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/TBCPADDING 19:28:16,323 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/X9.23 19:28:16,323 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/X9.23PADDING 19:28:16,323 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ZEROBYTE 19:28:16,324 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ZEROBYTEPADDING 19:28:16,324 INFO [main][CipherTest] transformation=BLOWFISH/CTS/ 19:28:16,325 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH/CTS/" does not support IV => Skipping. 19:28:16,325 INFO [main][CipherTest] transformation=BLOWFISH/CTS/NOPADDING 19:28:16,326 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH/CTS/NOPADDING" does not support IV => Skipping. 19:28:16,326 INFO [main][CipherTest] transformation=BLOWFISH/EAX/ 19:28:16,326 INFO [main][CipherTest] transformation=BLOWFISH/EAX/NOPADDING 19:28:16,328 INFO [main][CipherTest] transformation=BLOWFISH/ECB/ 19:28:16,328 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH/ECB/" does not support IV => Skipping. 19:28:16,328 INFO [main][CipherTest] transformation=BLOWFISH/ECB/NOPADDING 19:28:16,328 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH/ECB/NOPADDING" does not support IV => Skipping. 19:28:16,328 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ 19:28:16,329 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO10126 19:28:16,329 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO10126-2 19:28:16,330 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO10126-2PADDING 19:28:16,331 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO10126PADDING 19:28:16,332 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO7816-4 19:28:16,332 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO7816-4PADDING 19:28:16,332 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/NOPADDING 19:28:16,334 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/PKCS5 19:28:16,334 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/PKCS5PADDING 19:28:16,335 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/PKCS7 19:28:16,335 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/PKCS7PADDING 19:28:16,336 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/TBC 19:28:16,336 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/TBCPADDING 19:28:16,336 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/X9.23 19:28:16,337 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/X9.23PADDING 19:28:16,337 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ZEROBYTE 19:28:16,338 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ZEROBYTEPADDING 19:28:16,338 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ 19:28:16,339 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO10126 19:28:16,339 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO10126-2 19:28:16,340 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO10126-2PADDING 19:28:16,340 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO10126PADDING 19:28:16,341 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO7816-4 19:28:16,341 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO7816-4PADDING 19:28:16,341 INFO [main][CipherTest] transformation=BLOWFISH/OFB/NOPADDING 19:28:16,342 INFO [main][CipherTest] transformation=BLOWFISH/OFB/PKCS5 19:28:16,342 INFO [main][CipherTest] transformation=BLOWFISH/OFB/PKCS5PADDING 19:28:16,343 INFO [main][CipherTest] transformation=BLOWFISH/OFB/PKCS7 19:28:16,343 INFO [main][CipherTest] transformation=BLOWFISH/OFB/PKCS7PADDING 19:28:16,343 INFO [main][CipherTest] transformation=BLOWFISH/OFB/TBC 19:28:16,344 INFO [main][CipherTest] transformation=BLOWFISH/OFB/TBCPADDING 19:28:16,344 INFO [main][CipherTest] transformation=BLOWFISH/OFB/X9.23 19:28:16,344 INFO [main][CipherTest] transformation=BLOWFISH/OFB/X9.23PADDING 19:28:16,345 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ZEROBYTE 19:28:16,345 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ZEROBYTEPADDING 19:28:16,345 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ 19:28:16,346 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO10126 19:28:16,346 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO10126-2 19:28:16,347 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO10126-2PADDING 19:28:16,347 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO10126PADDING 19:28:16,348 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO7816-4 19:28:16,348 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO7816-4PADDING 19:28:16,349 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/NOPADDING 19:28:16,349 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/PKCS5 19:28:16,349 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/PKCS5PADDING 19:28:16,350 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/PKCS7 19:28:16,350 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/PKCS7PADDING 19:28:16,351 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/TBC 19:28:16,351 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/TBCPADDING 19:28:16,351 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/X9.23 19:28:16,352 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/X9.23PADDING 19:28:16,352 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ZEROBYTE 19:28:16,352 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ZEROBYTEPADDING 19:28:16,353 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ 19:28:16,353 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO10126 19:28:16,354 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO10126-2 19:28:16,354 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO10126-2PADDING 19:28:16,355 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO10126PADDING 19:28:16,355 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO7816-4 19:28:16,356 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO7816-4PADDING 19:28:16,356 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/NOPADDING 19:28:16,356 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/PKCS5 19:28:16,357 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/PKCS5PADDING 19:28:16,357 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/PKCS7 19:28:16,357 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/PKCS7PADDING 19:28:16,358 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/TBC 19:28:16,358 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/TBCPADDING 19:28:16,359 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/X9.23 19:28:16,359 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/X9.23PADDING 19:28:16,359 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ZEROBYTE 19:28:16,360 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ZEROBYTEPADDING 19:28:16,360 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ 19:28:16,360 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO10126 19:28:16,361 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO10126-2 19:28:16,361 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO10126-2PADDING 19:28:16,362 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO10126PADDING 19:28:16,363 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO7816-4 19:28:16,363 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO7816-4PADDING 19:28:16,363 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/NOPADDING 19:28:16,364 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/PKCS5 19:28:16,364 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/PKCS5PADDING 19:28:16,364 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/PKCS7 19:28:16,365 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/PKCS7PADDING 19:28:16,365 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/TBC 19:28:16,365 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/TBCPADDING 19:28:16,366 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/X9.23 19:28:16,366 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/X9.23PADDING 19:28:16,367 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ZEROBYTE 19:28:16,367 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ZEROBYTEPADDING 19:28:16,367 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ 19:28:16,368 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO10126 19:28:16,368 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO10126-2 19:28:16,369 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO10126-2PADDING 19:28:16,369 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO10126PADDING 19:28:16,370 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO7816-4 19:28:16,370 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO7816-4PADDING 19:28:16,371 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/NOPADDING 19:28:16,371 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/PKCS5 19:28:16,371 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/PKCS5PADDING 19:28:16,372 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/PKCS7 19:28:16,372 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/PKCS7PADDING 19:28:16,372 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/TBC 19:28:16,373 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/TBCPADDING 19:28:16,374 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/X9.23 19:28:16,374 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/X9.23PADDING 19:28:16,374 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ZEROBYTE 19:28:16,375 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ZEROBYTEPADDING 19:28:16,375 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ 19:28:16,375 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO10126 19:28:16,376 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO10126-2 19:28:16,377 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO10126-2PADDING 19:28:16,377 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO10126PADDING 19:28:16,378 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO7816-4 19:28:16,378 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO7816-4PADDING 19:28:16,378 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/NOPADDING 19:28:16,379 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/PKCS5 19:28:16,379 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/PKCS5PADDING 19:28:16,379 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/PKCS7 19:28:16,380 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/PKCS7PADDING 19:28:16,380 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/TBC 19:28:16,381 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/TBCPADDING 19:28:16,381 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/X9.23 19:28:16,381 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/X9.23PADDING 19:28:16,382 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ZEROBYTE 19:28:16,382 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ZEROBYTEPADDING 19:28:16,382 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ 19:28:16,383 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO10126 19:28:16,383 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO10126-2 19:28:16,384 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO10126-2PADDING 19:28:16,384 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO10126PADDING 19:28:16,385 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO7816-4 19:28:16,385 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO7816-4PADDING 19:28:16,386 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/NOPADDING 19:28:16,386 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/PKCS5 19:28:16,386 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/PKCS5PADDING 19:28:16,387 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/PKCS7 19:28:16,387 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/PKCS7PADDING 19:28:16,388 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/TBC 19:28:16,388 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/TBCPADDING 19:28:16,388 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/X9.23 19:28:16,389 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/X9.23PADDING 19:28:16,389 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ZEROBYTE 19:28:16,389 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ZEROBYTEPADDING 19:28:16,390 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ 19:28:16,390 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO10126 19:28:16,391 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO10126-2 19:28:16,391 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO10126-2PADDING 19:28:16,392 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO10126PADDING 19:28:16,392 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO7816-4 19:28:16,393 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO7816-4PADDING 19:28:16,393 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/NOPADDING 19:28:16,393 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/PKCS5 19:28:16,394 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/PKCS5PADDING 19:28:16,394 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/PKCS7 19:28:16,394 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/PKCS7PADDING 19:28:16,395 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/TBC 19:28:16,395 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/TBCPADDING 19:28:16,396 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/X9.23 19:28:16,396 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/X9.23PADDING 19:28:16,396 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ZEROBYTE 19:28:16,397 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ZEROBYTEPADDING 19:28:16,397 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ 19:28:16,397 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO10126 19:28:16,398 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO10126-2 19:28:16,398 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO10126-2PADDING 19:28:16,399 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO10126PADDING 19:28:16,400 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO7816-4 19:28:16,400 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO7816-4PADDING 19:28:16,400 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/NOPADDING 19:28:16,401 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/PKCS5 19:28:16,401 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/PKCS5PADDING 19:28:16,401 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/PKCS7 19:28:16,402 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/PKCS7PADDING 19:28:16,402 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/TBC 19:28:16,403 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/TBCPADDING 19:28:16,403 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/X9.23 19:28:16,403 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/X9.23PADDING 19:28:16,404 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ZEROBYTE 19:28:16,404 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ZEROBYTEPADDING 19:28:16,404 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ 19:28:16,405 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO10126 19:28:16,405 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO10126-2 19:28:16,406 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO10126-2PADDING 19:28:16,407 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO10126PADDING 19:28:16,407 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO7816-4 19:28:16,408 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO7816-4PADDING 19:28:16,408 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/NOPADDING 19:28:16,408 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/PKCS5 19:28:16,409 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/PKCS5PADDING 19:28:16,409 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/PKCS7 19:28:16,409 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/PKCS7PADDING 19:28:16,410 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/TBC 19:28:16,410 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/TBCPADDING 19:28:16,410 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/X9.23 19:28:16,411 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/X9.23PADDING 19:28:16,411 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ZEROBYTE 19:28:16,411 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ZEROBYTEPADDING 19:28:16,411 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ 19:28:16,412 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO10126 19:28:16,412 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO10126-2 19:28:16,412 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO10126-2PADDING 19:28:16,413 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO10126PADDING 19:28:16,413 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO7816-4 19:28:16,414 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO7816-4PADDING 19:28:16,414 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/NOPADDING 19:28:16,414 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/PKCS5 19:28:16,414 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/PKCS5PADDING 19:28:16,415 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/PKCS7 19:28:16,415 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/PKCS7PADDING 19:28:16,415 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/TBC 19:28:16,415 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/TBCPADDING 19:28:16,416 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/X9.23 19:28:16,416 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/X9.23PADDING 19:28:16,416 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ZEROBYTE 19:28:16,416 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ZEROBYTEPADDING 19:28:16,417 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ 19:28:16,417 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO10126 19:28:16,417 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO10126-2 19:28:16,418 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO10126-2PADDING 19:28:16,418 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO10126PADDING 19:28:16,419 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO7816-4 19:28:16,419 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO7816-4PADDING 19:28:16,419 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/NOPADDING 19:28:16,419 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/PKCS5 19:28:16,420 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/PKCS5PADDING 19:28:16,420 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/PKCS7 19:28:16,421 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/PKCS7PADDING 19:28:16,421 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/TBC 19:28:16,421 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/TBCPADDING 19:28:16,422 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/X9.23 19:28:16,422 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/X9.23PADDING 19:28:16,422 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ZEROBYTE 19:28:16,423 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ZEROBYTEPADDING 19:28:16,423 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ 19:28:16,423 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO10126 19:28:16,424 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO10126-2 19:28:16,424 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO10126-2PADDING 19:28:16,425 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO10126PADDING 19:28:16,425 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO7816-4 19:28:16,426 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO7816-4PADDING 19:28:16,426 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/NOPADDING 19:28:16,426 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/PKCS5 19:28:16,427 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/PKCS5PADDING 19:28:16,427 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/PKCS7 19:28:16,427 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/PKCS7PADDING 19:28:16,427 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/TBC 19:28:16,428 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/TBCPADDING 19:28:16,428 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/X9.23 19:28:16,428 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/X9.23PADDING 19:28:16,428 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ZEROBYTE 19:28:16,429 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ZEROBYTEPADDING 19:28:16,429 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ 19:28:16,429 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO10126 19:28:16,430 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO10126-2 19:28:16,430 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO10126-2PADDING 19:28:16,430 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO10126PADDING 19:28:16,431 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO7816-4 19:28:16,431 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO7816-4PADDING 19:28:16,431 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/NOPADDING 19:28:16,432 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/PKCS5 19:28:16,432 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/PKCS5PADDING 19:28:16,432 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/PKCS7 19:28:16,432 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/PKCS7PADDING 19:28:16,433 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/TBC 19:28:16,433 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/TBCPADDING 19:28:16,433 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/X9.23 19:28:16,433 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/X9.23PADDING 19:28:16,434 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ZEROBYTE 19:28:16,434 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ZEROBYTEPADDING 19:28:16,434 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ 19:28:16,434 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO10126 19:28:16,435 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO10126-2 19:28:16,435 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO10126-2PADDING 19:28:16,436 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO10126PADDING 19:28:16,436 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO7816-4 19:28:16,436 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO7816-4PADDING 19:28:16,437 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/NOPADDING 19:28:16,437 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/PKCS5 19:28:16,437 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/PKCS5PADDING 19:28:16,437 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/PKCS7 19:28:16,438 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/PKCS7PADDING 19:28:16,438 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/TBC 19:28:16,438 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/TBCPADDING 19:28:16,438 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/X9.23 19:28:16,439 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/X9.23PADDING 19:28:16,439 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ZEROBYTE 19:28:16,439 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ZEROBYTEPADDING 19:28:16,440 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ 19:28:16,440 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO10126 19:28:16,440 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO10126-2 19:28:16,441 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO10126-2PADDING 19:28:16,441 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO10126PADDING 19:28:16,441 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO7816-4 19:28:16,442 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO7816-4PADDING 19:28:16,442 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/NOPADDING 19:28:16,442 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/PKCS5 19:28:16,443 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/PKCS5PADDING 19:28:16,443 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/PKCS7 19:28:16,443 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/PKCS7PADDING 19:28:16,443 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/TBC 19:28:16,444 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/TBCPADDING 19:28:16,444 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/X9.23 19:28:16,444 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/X9.23PADDING 19:28:16,444 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ZEROBYTE 19:28:16,445 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ZEROBYTEPADDING 19:28:16,445 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ 19:28:16,445 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO10126 19:28:16,445 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO10126-2 19:28:16,446 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO10126-2PADDING 19:28:16,446 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO10126PADDING 19:28:16,447 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO7816-4 19:28:16,447 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO7816-4PADDING 19:28:16,447 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/NOPADDING 19:28:16,448 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/PKCS5 19:28:16,448 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/PKCS5PADDING 19:28:16,448 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/PKCS7 19:28:16,448 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/PKCS7PADDING 19:28:16,449 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/TBC 19:28:16,449 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/TBCPADDING 19:28:16,449 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/X9.23 19:28:16,449 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/X9.23PADDING 19:28:16,450 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ZEROBYTE 19:28:16,450 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ZEROBYTEPADDING 19:28:16,450 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ 19:28:16,450 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO10126 19:28:16,451 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO10126-2 19:28:16,451 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO10126-2PADDING 19:28:16,452 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO10126PADDING 19:28:16,452 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO7816-4 19:28:16,452 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO7816-4PADDING 19:28:16,453 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/NOPADDING 19:28:16,453 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/PKCS5 19:28:16,453 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/PKCS5PADDING 19:28:16,453 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/PKCS7 19:28:16,454 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/PKCS7PADDING 19:28:16,454 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/TBC 19:28:16,454 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/TBCPADDING 19:28:16,454 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/X9.23 19:28:16,455 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/X9.23PADDING 19:28:16,455 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ZEROBYTE 19:28:16,455 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ZEROBYTEPADDING 19:28:16,455 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ 19:28:16,456 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO10126 19:28:16,456 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO10126-2 19:28:16,456 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO10126-2PADDING 19:28:16,457 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO10126PADDING 19:28:16,457 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO7816-4 19:28:16,458 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO7816-4PADDING 19:28:16,458 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/NOPADDING 19:28:16,458 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/PKCS5 19:28:16,458 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/PKCS5PADDING 19:28:16,459 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/PKCS7 19:28:16,459 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/PKCS7PADDING 19:28:16,459 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/TBC 19:28:16,459 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/TBCPADDING 19:28:16,460 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/X9.23 19:28:16,460 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/X9.23PADDING 19:28:16,460 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ZEROBYTE 19:28:16,460 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ZEROBYTEPADDING 19:28:16,461 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ 19:28:16,461 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO10126 19:28:16,461 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO10126-2 19:28:16,462 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO10126-2PADDING 19:28:16,462 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO10126PADDING 19:28:16,463 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO7816-4 19:28:16,463 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO7816-4PADDING 19:28:16,463 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/NOPADDING 19:28:16,463 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/PKCS5 19:28:16,464 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/PKCS5PADDING 19:28:16,464 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/PKCS7 19:28:16,464 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/PKCS7PADDING 19:28:16,464 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/TBC 19:28:16,465 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/TBCPADDING 19:28:16,465 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/X9.23 19:28:16,465 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/X9.23PADDING 19:28:16,465 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ZEROBYTE 19:28:16,466 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ZEROBYTEPADDING 19:28:16,466 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ 19:28:16,466 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO10126 19:28:16,467 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO10126-2 19:28:16,467 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO10126-2PADDING 19:28:16,468 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO10126PADDING 19:28:16,468 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO7816-4 19:28:16,468 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO7816-4PADDING 19:28:16,469 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/NOPADDING 19:28:16,469 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/PKCS5 19:28:16,469 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/PKCS5PADDING 19:28:16,469 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/PKCS7 19:28:16,470 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/PKCS7PADDING 19:28:16,470 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/TBC 19:28:16,470 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/TBCPADDING 19:28:16,470 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/X9.23 19:28:16,471 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/X9.23PADDING 19:28:16,471 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ZEROBYTE 19:28:16,471 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ZEROBYTEPADDING 19:28:16,471 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ 19:28:16,472 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO10126 19:28:16,472 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO10126-2 19:28:16,472 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO10126-2PADDING 19:28:16,473 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO10126PADDING 19:28:16,473 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO7816-4 19:28:16,474 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO7816-4PADDING 19:28:16,474 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/NOPADDING 19:28:16,474 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/PKCS5 19:28:16,474 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/PKCS5PADDING 19:28:16,475 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/PKCS7 19:28:16,475 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/PKCS7PADDING 19:28:16,475 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/TBC 19:28:16,475 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/TBCPADDING 19:28:16,476 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/X9.23 19:28:16,476 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/X9.23PADDING 19:28:16,476 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ZEROBYTE 19:28:16,476 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ZEROBYTEPADDING 19:28:16,477 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ 19:28:16,477 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO10126 19:28:16,477 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO10126-2 19:28:16,478 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO10126-2PADDING 19:28:16,478 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO10126PADDING 19:28:16,479 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO7816-4 19:28:16,479 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO7816-4PADDING 19:28:16,479 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/NOPADDING 19:28:16,479 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/PKCS5 19:28:16,480 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/PKCS5PADDING 19:28:16,480 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/PKCS7 19:28:16,480 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/PKCS7PADDING 19:28:16,480 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/TBC 19:28:16,481 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/TBCPADDING 19:28:16,481 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/X9.23 19:28:16,481 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/X9.23PADDING 19:28:16,481 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ZEROBYTE 19:28:16,482 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ZEROBYTEPADDING 19:28:16,482 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ 19:28:16,482 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO10126 19:28:16,483 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO10126-2 19:28:16,483 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO10126-2PADDING 19:28:16,484 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO10126PADDING 19:28:16,484 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO7816-4 19:28:16,484 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO7816-4PADDING 19:28:16,485 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/NOPADDING 19:28:16,485 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/PKCS5 19:28:16,485 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/PKCS5PADDING 19:28:16,485 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/PKCS7 19:28:16,486 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/PKCS7PADDING 19:28:16,486 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/TBC 19:28:16,486 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/TBCPADDING 19:28:16,486 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/X9.23 19:28:16,487 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/X9.23PADDING 19:28:16,487 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ZEROBYTE 19:28:16,487 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ZEROBYTEPADDING 19:28:16,487 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ 19:28:16,488 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO10126 19:28:16,488 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO10126-2 19:28:16,489 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO10126-2PADDING 19:28:16,489 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO10126PADDING 19:28:16,489 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO7816-4 19:28:16,490 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO7816-4PADDING 19:28:16,490 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/NOPADDING 19:28:16,490 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/PKCS5 19:28:16,490 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/PKCS5PADDING 19:28:16,491 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/PKCS7 19:28:16,491 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/PKCS7PADDING 19:28:16,491 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/TBC 19:28:16,492 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/TBCPADDING 19:28:16,492 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/X9.23 19:28:16,492 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/X9.23PADDING 19:28:16,492 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ZEROBYTE 19:28:16,493 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ZEROBYTEPADDING 19:28:16,493 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ 19:28:16,493 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO10126 19:28:16,494 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO10126-2 19:28:16,494 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO10126-2PADDING 19:28:16,495 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO10126PADDING 19:28:16,495 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO7816-4 19:28:16,495 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO7816-4PADDING 19:28:16,496 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/NOPADDING 19:28:16,496 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/PKCS5 19:28:16,496 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/PKCS5PADDING 19:28:16,497 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/PKCS7 19:28:16,497 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/PKCS7PADDING 19:28:16,497 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/TBC 19:28:16,497 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/TBCPADDING 19:28:16,498 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/X9.23 19:28:16,498 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/X9.23PADDING 19:28:16,498 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ZEROBYTE 19:28:16,498 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ZEROBYTEPADDING 19:28:16,499 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ 19:28:16,499 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO10126 19:28:16,499 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO10126-2 19:28:16,500 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO10126-2PADDING 19:28:16,500 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO10126PADDING 19:28:16,501 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO7816-4 19:28:16,501 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO7816-4PADDING 19:28:16,502 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/NOPADDING 19:28:16,502 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/PKCS5 19:28:16,502 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/PKCS5PADDING 19:28:16,503 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/PKCS7 19:28:16,503 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/PKCS7PADDING 19:28:16,503 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/TBC 19:28:16,504 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/TBCPADDING 19:28:16,504 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/X9.23 19:28:16,504 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/X9.23PADDING 19:28:16,504 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ZEROBYTE 19:28:16,505 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ZEROBYTEPADDING 19:28:16,505 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ 19:28:16,505 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO10126 19:28:16,505 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO10126-2 19:28:16,506 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO10126-2PADDING 19:28:16,506 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO10126PADDING 19:28:16,507 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO7816-4 19:28:16,507 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO7816-4PADDING 19:28:16,507 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/NOPADDING 19:28:16,508 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/PKCS5 19:28:16,508 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/PKCS5PADDING 19:28:16,508 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/PKCS7 19:28:16,508 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/PKCS7PADDING 19:28:16,509 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/TBC 19:28:16,509 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/TBCPADDING 19:28:16,509 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/X9.23 19:28:16,509 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/X9.23PADDING 19:28:16,510 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ZEROBYTE 19:28:16,510 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ZEROBYTEPADDING 19:28:16,510 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ 19:28:16,510 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO10126 19:28:16,511 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO10126-2 19:28:16,511 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO10126-2PADDING 19:28:16,512 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO10126PADDING 19:28:16,512 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO7816-4 19:28:16,512 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO7816-4PADDING 19:28:16,513 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/NOPADDING 19:28:16,513 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/PKCS5 19:28:16,513 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/PKCS5PADDING 19:28:16,513 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/PKCS7 19:28:16,514 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/PKCS7PADDING 19:28:16,514 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/TBC 19:28:16,514 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/TBCPADDING 19:28:16,514 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/X9.23 19:28:16,515 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/X9.23PADDING 19:28:16,515 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ZEROBYTE 19:28:16,515 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ZEROBYTEPADDING 19:28:16,515 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ 19:28:16,516 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO10126 19:28:16,516 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO10126-2 19:28:16,516 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO10126-2PADDING 19:28:16,517 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO10126PADDING 19:28:16,517 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO7816-4 19:28:16,518 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO7816-4PADDING 19:28:16,518 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/NOPADDING 19:28:16,518 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/PKCS5 19:28:16,518 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/PKCS5PADDING 19:28:16,519 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/PKCS7 19:28:16,519 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/PKCS7PADDING 19:28:16,519 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/TBC 19:28:16,519 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/TBCPADDING 19:28:16,520 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/X9.23 19:28:16,520 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/X9.23PADDING 19:28:16,520 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ZEROBYTE 19:28:16,520 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ZEROBYTEPADDING 19:28:16,521 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ 19:28:16,521 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO10126 19:28:16,521 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO10126-2 19:28:16,522 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO10126-2PADDING 19:28:16,522 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO10126PADDING 19:28:16,523 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO7816-4 19:28:16,523 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO7816-4PADDING 19:28:16,523 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/NOPADDING 19:28:16,523 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/PKCS5 19:28:16,524 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/PKCS5PADDING 19:28:16,524 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/PKCS7 19:28:16,524 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/PKCS7PADDING 19:28:16,524 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/TBC 19:28:16,525 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/TBCPADDING 19:28:16,525 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/X9.23 19:28:16,525 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/X9.23PADDING 19:28:16,526 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ZEROBYTE 19:28:16,526 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ZEROBYTEPADDING 19:28:16,526 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ 19:28:16,527 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO10126 19:28:16,527 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO10126-2 19:28:16,528 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO10126-2PADDING 19:28:16,528 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO10126PADDING 19:28:16,528 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO7816-4 19:28:16,529 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO7816-4PADDING 19:28:16,529 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/NOPADDING 19:28:16,529 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/PKCS5 19:28:16,529 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/PKCS5PADDING 19:28:16,530 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/PKCS7 19:28:16,530 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/PKCS7PADDING 19:28:16,530 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/TBC 19:28:16,530 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/TBCPADDING 19:28:16,531 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/X9.23 19:28:16,531 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/X9.23PADDING 19:28:16,531 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ZEROBYTE 19:28:16,531 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ZEROBYTEPADDING 19:28:16,532 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ 19:28:16,532 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO10126 19:28:16,532 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO10126-2 19:28:16,533 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO10126-2PADDING 19:28:16,533 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO10126PADDING 19:28:16,534 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO7816-4 19:28:16,534 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO7816-4PADDING 19:28:16,534 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/NOPADDING 19:28:16,534 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/PKCS5 19:28:16,535 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/PKCS5PADDING 19:28:16,535 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/PKCS7 19:28:16,535 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/PKCS7PADDING 19:28:16,535 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/TBC 19:28:16,536 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/TBCPADDING 19:28:16,536 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/X9.23 19:28:16,536 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/X9.23PADDING 19:28:16,536 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ZEROBYTE 19:28:16,537 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ZEROBYTEPADDING 19:28:16,537 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ 19:28:16,537 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO10126 19:28:16,538 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO10126-2 19:28:16,538 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO10126-2PADDING 19:28:16,539 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO10126PADDING 19:28:16,539 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO7816-4 19:28:16,539 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO7816-4PADDING 19:28:16,540 INFO [main][CipherTest] transformation=BLOWFISH/SIC/NOPADDING 19:28:16,540 INFO [main][CipherTest] transformation=BLOWFISH/SIC/PKCS5 19:28:16,540 INFO [main][CipherTest] transformation=BLOWFISH/SIC/PKCS5PADDING 19:28:16,541 INFO [main][CipherTest] transformation=BLOWFISH/SIC/PKCS7 19:28:16,541 INFO [main][CipherTest] transformation=BLOWFISH/SIC/PKCS7PADDING 19:28:16,541 INFO [main][CipherTest] transformation=BLOWFISH/SIC/TBC 19:28:16,541 INFO [main][CipherTest] transformation=BLOWFISH/SIC/TBCPADDING 19:28:16,542 INFO [main][CipherTest] transformation=BLOWFISH/SIC/X9.23 19:28:16,542 INFO [main][CipherTest] transformation=BLOWFISH/SIC/X9.23PADDING 19:28:16,542 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ZEROBYTE 19:28:16,543 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ZEROBYTEPADDING 19:28:16,543 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT// 19:28:16,543 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT//" does not support IV => Skipping. 19:28:16,544 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT//NOPADDING 19:28:16,544 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT//NOPADDING" does not support IV => Skipping. 19:28:16,544 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC-CTS/ 19:28:16,544 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC-CTS/NOPADDING 19:28:16,544 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ 19:28:16,545 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO10126 19:28:16,545 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO10126-2 19:28:16,546 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO10126-2PADDING 19:28:16,547 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO10126PADDING 19:28:16,547 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO7816-4 19:28:16,548 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO7816-4PADDING 19:28:16,548 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/NOPADDING 19:28:16,548 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/PKCS5 19:28:16,548 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/PKCS5PADDING 19:28:16,549 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/PKCS7 19:28:16,549 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/PKCS7PADDING 19:28:16,549 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/TBC 19:28:16,549 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/TBCPADDING 19:28:16,550 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/X9.23 19:28:16,550 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/X9.23PADDING 19:28:16,551 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ZEROBYTE 19:28:16,551 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ZEROBYTEPADDING 19:28:16,551 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CCM/ 19:28:16,552 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:16,552 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CCM/NOPADDING 19:28:16,553 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:16,553 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ 19:28:16,553 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO10126 19:28:16,554 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO10126-2 19:28:16,554 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO10126-2PADDING 19:28:16,555 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO10126PADDING 19:28:16,555 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO7816-4 19:28:16,556 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO7816-4PADDING 19:28:16,556 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/NOPADDING 19:28:16,556 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/PKCS5 19:28:16,557 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/PKCS5PADDING 19:28:16,557 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/PKCS7 19:28:16,557 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/PKCS7PADDING 19:28:16,558 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/TBC 19:28:16,558 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/TBCPADDING 19:28:16,558 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/X9.23 19:28:16,559 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/X9.23PADDING 19:28:16,559 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ZEROBYTE 19:28:16,559 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ZEROBYTEPADDING 19:28:16,559 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ 19:28:16,560 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO10126 19:28:16,560 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO10126-2 19:28:16,561 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO10126-2PADDING 19:28:16,561 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO10126PADDING 19:28:16,562 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO7816-4 19:28:16,562 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO7816-4PADDING 19:28:16,562 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/NOPADDING 19:28:16,563 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/PKCS5 19:28:16,563 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/PKCS5PADDING 19:28:16,563 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/PKCS7 19:28:16,564 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/PKCS7PADDING 19:28:16,564 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/TBC 19:28:16,564 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/TBCPADDING 19:28:16,565 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/X9.23 19:28:16,565 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/X9.23PADDING 19:28:16,565 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ZEROBYTE 19:28:16,565 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ZEROBYTEPADDING 19:28:16,566 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ 19:28:16,566 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO10126 19:28:16,567 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO10126-2 19:28:16,567 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO10126-2PADDING 19:28:16,568 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO10126PADDING 19:28:16,568 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO7816-4 19:28:16,568 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO7816-4PADDING 19:28:16,569 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/NOPADDING 19:28:16,569 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/PKCS5 19:28:16,569 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/PKCS5PADDING 19:28:16,570 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/PKCS7 19:28:16,570 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/PKCS7PADDING 19:28:16,570 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/TBC 19:28:16,571 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/TBCPADDING 19:28:16,571 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/X9.23 19:28:16,571 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/X9.23PADDING 19:28:16,571 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ZEROBYTE 19:28:16,572 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ZEROBYTEPADDING 19:28:16,572 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ 19:28:16,572 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO10126 19:28:16,573 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO10126-2 19:28:16,573 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO10126-2PADDING 19:28:16,574 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO10126PADDING 19:28:16,574 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO7816-4 19:28:16,575 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO7816-4PADDING 19:28:16,575 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/NOPADDING 19:28:16,575 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/PKCS5 19:28:16,576 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/PKCS5PADDING 19:28:16,576 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/PKCS7 19:28:16,576 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/PKCS7PADDING 19:28:16,576 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/TBC 19:28:16,577 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/TBCPADDING 19:28:16,577 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/X9.23 19:28:16,577 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/X9.23PADDING 19:28:16,578 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ZEROBYTE 19:28:16,578 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ZEROBYTEPADDING 19:28:16,578 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ 19:28:16,579 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO10126 19:28:16,579 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO10126-2 19:28:16,580 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO10126-2PADDING 19:28:16,580 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO10126PADDING 19:28:16,581 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO7816-4 19:28:16,581 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO7816-4PADDING 19:28:16,581 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/NOPADDING 19:28:16,582 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/PKCS5 19:28:16,582 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/PKCS5PADDING 19:28:16,582 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/PKCS7 19:28:16,582 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/PKCS7PADDING 19:28:16,583 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/TBC 19:28:16,583 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/TBCPADDING 19:28:16,583 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/X9.23 19:28:16,584 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/X9.23PADDING 19:28:16,584 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ZEROBYTE 19:28:16,584 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ZEROBYTEPADDING 19:28:16,584 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ 19:28:16,585 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO10126 19:28:16,585 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO10126-2 19:28:16,586 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO10126-2PADDING 19:28:16,586 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO10126PADDING 19:28:16,587 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO7816-4 19:28:16,587 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO7816-4PADDING 19:28:16,587 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/NOPADDING 19:28:16,588 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/PKCS5 19:28:16,588 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/PKCS5PADDING 19:28:16,588 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/PKCS7 19:28:16,589 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/PKCS7PADDING 19:28:16,589 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/TBC 19:28:16,589 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/TBCPADDING 19:28:16,589 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/X9.23 19:28:16,590 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/X9.23PADDING 19:28:16,590 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ZEROBYTE 19:28:16,590 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ZEROBYTEPADDING 19:28:16,591 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ 19:28:16,591 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO10126 19:28:16,591 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO10126-2 19:28:16,592 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO10126-2PADDING 19:28:16,592 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO10126PADDING 19:28:16,593 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO7816-4 19:28:16,593 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO7816-4PADDING 19:28:16,594 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/NOPADDING 19:28:16,594 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/PKCS5 19:28:16,594 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/PKCS5PADDING 19:28:16,595 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/PKCS7 19:28:16,595 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/PKCS7PADDING 19:28:16,595 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/TBC 19:28:16,595 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/TBCPADDING 19:28:16,596 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/X9.23 19:28:16,596 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/X9.23PADDING 19:28:16,596 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ZEROBYTE 19:28:16,597 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ZEROBYTEPADDING 19:28:16,597 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ 19:28:16,597 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO10126 19:28:16,598 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO10126-2 19:28:16,598 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO10126-2PADDING 19:28:16,599 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO10126PADDING 19:28:16,599 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO7816-4 19:28:16,600 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO7816-4PADDING 19:28:16,600 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/NOPADDING 19:28:16,600 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/PKCS5 19:28:16,600 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/PKCS5PADDING 19:28:16,601 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/PKCS7 19:28:16,601 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/PKCS7PADDING 19:28:16,601 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/TBC 19:28:16,602 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/TBCPADDING 19:28:16,602 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/X9.23 19:28:16,602 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/X9.23PADDING 19:28:16,603 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ZEROBYTE 19:28:16,603 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ZEROBYTEPADDING 19:28:16,603 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ 19:28:16,603 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO10126 19:28:16,604 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO10126-2 19:28:16,604 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO10126-2PADDING 19:28:16,605 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO10126PADDING 19:28:16,605 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO7816-4 19:28:16,606 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO7816-4PADDING 19:28:16,606 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/NOPADDING 19:28:16,606 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/PKCS5 19:28:16,607 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/PKCS5PADDING 19:28:16,607 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/PKCS7 19:28:16,607 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/PKCS7PADDING 19:28:16,608 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/TBC 19:28:16,608 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/TBCPADDING 19:28:16,608 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/X9.23 19:28:16,608 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/X9.23PADDING 19:28:16,609 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ZEROBYTE 19:28:16,609 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ZEROBYTEPADDING 19:28:16,609 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ 19:28:16,610 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO10126 19:28:16,610 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO10126-2 19:28:16,611 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO10126-2PADDING 19:28:16,611 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO10126PADDING 19:28:16,612 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO7816-4 19:28:16,612 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO7816-4PADDING 19:28:16,612 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/NOPADDING 19:28:16,613 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/PKCS5 19:28:16,613 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/PKCS5PADDING 19:28:16,613 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/PKCS7 19:28:16,614 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/PKCS7PADDING 19:28:16,614 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/TBC 19:28:16,614 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/TBCPADDING 19:28:16,614 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/X9.23 19:28:16,615 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/X9.23PADDING 19:28:16,615 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ZEROBYTE 19:28:16,615 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ZEROBYTEPADDING 19:28:16,616 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ 19:28:16,616 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO10126 19:28:16,616 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO10126-2 19:28:16,617 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO10126-2PADDING 19:28:16,617 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO10126PADDING 19:28:16,618 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO7816-4 19:28:16,618 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO7816-4PADDING 19:28:16,619 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/NOPADDING 19:28:16,619 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/PKCS5 19:28:16,619 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/PKCS5PADDING 19:28:16,620 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/PKCS7 19:28:16,620 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/PKCS7PADDING 19:28:16,620 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/TBC 19:28:16,620 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/TBCPADDING 19:28:16,621 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/X9.23 19:28:16,621 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/X9.23PADDING 19:28:16,621 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ZEROBYTE 19:28:16,622 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ZEROBYTEPADDING 19:28:16,622 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ 19:28:16,622 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO10126 19:28:16,623 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO10126-2 19:28:16,623 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO10126-2PADDING 19:28:16,624 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO10126PADDING 19:28:16,624 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO7816-4 19:28:16,624 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO7816-4PADDING 19:28:16,625 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/NOPADDING 19:28:16,625 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/PKCS5 19:28:16,625 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/PKCS5PADDING 19:28:16,626 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/PKCS7 19:28:16,626 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/PKCS7PADDING 19:28:16,626 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/TBC 19:28:16,626 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/TBCPADDING 19:28:16,627 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/X9.23 19:28:16,627 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/X9.23PADDING 19:28:16,627 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ZEROBYTE 19:28:16,628 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ZEROBYTEPADDING 19:28:16,628 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ 19:28:16,628 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO10126 19:28:16,629 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO10126-2 19:28:16,629 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO10126-2PADDING 19:28:16,630 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO10126PADDING 19:28:16,630 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO7816-4 19:28:16,631 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO7816-4PADDING 19:28:16,631 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/NOPADDING 19:28:16,631 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/PKCS5 19:28:16,632 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/PKCS5PADDING 19:28:16,632 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/PKCS7 19:28:16,632 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/PKCS7PADDING 19:28:16,633 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/TBC 19:28:16,633 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/TBCPADDING 19:28:16,633 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/X9.23 19:28:16,633 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/X9.23PADDING 19:28:16,634 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ZEROBYTE 19:28:16,634 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ZEROBYTEPADDING 19:28:16,634 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ 19:28:16,635 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO10126 19:28:16,635 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO10126-2 19:28:16,636 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO10126-2PADDING 19:28:16,636 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO10126PADDING 19:28:16,637 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO7816-4 19:28:16,637 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO7816-4PADDING 19:28:16,637 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/NOPADDING 19:28:16,637 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/PKCS5 19:28:16,638 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/PKCS5PADDING 19:28:16,638 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/PKCS7 19:28:16,638 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/PKCS7PADDING 19:28:16,639 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/TBC 19:28:16,639 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/TBCPADDING 19:28:16,639 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/X9.23 19:28:16,639 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/X9.23PADDING 19:28:16,640 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ZEROBYTE 19:28:16,640 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ZEROBYTEPADDING 19:28:16,640 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ 19:28:16,641 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO10126 19:28:16,641 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO10126-2 19:28:16,642 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO10126-2PADDING 19:28:16,642 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO10126PADDING 19:28:16,643 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO7816-4 19:28:16,643 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO7816-4PADDING 19:28:16,643 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/NOPADDING 19:28:16,643 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/PKCS5 19:28:16,644 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/PKCS5PADDING 19:28:16,644 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/PKCS7 19:28:16,644 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/PKCS7PADDING 19:28:16,645 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/TBC 19:28:16,645 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/TBCPADDING 19:28:16,645 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/X9.23 19:28:16,646 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/X9.23PADDING 19:28:16,646 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ZEROBYTE 19:28:16,646 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ZEROBYTEPADDING 19:28:16,646 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ 19:28:16,647 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO10126 19:28:16,647 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO10126-2 19:28:16,648 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO10126-2PADDING 19:28:16,648 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO10126PADDING 19:28:16,649 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO7816-4 19:28:16,649 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO7816-4PADDING 19:28:16,649 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/NOPADDING 19:28:16,650 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/PKCS5 19:28:16,650 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/PKCS5PADDING 19:28:16,650 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/PKCS7 19:28:16,650 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/PKCS7PADDING 19:28:16,651 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/TBC 19:28:16,651 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/TBCPADDING 19:28:16,651 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/X9.23 19:28:16,652 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/X9.23PADDING 19:28:16,652 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ZEROBYTE 19:28:16,652 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ZEROBYTEPADDING 19:28:16,653 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ 19:28:16,653 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO10126 19:28:16,653 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO10126-2 19:28:16,654 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO10126-2PADDING 19:28:16,654 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO10126PADDING 19:28:16,655 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO7816-4 19:28:16,655 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO7816-4PADDING 19:28:16,656 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/NOPADDING 19:28:16,656 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/PKCS5 19:28:16,656 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/PKCS5PADDING 19:28:16,656 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/PKCS7 19:28:16,657 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/PKCS7PADDING 19:28:16,657 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/TBC 19:28:16,657 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/TBCPADDING 19:28:16,658 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/X9.23 19:28:16,658 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/X9.23PADDING 19:28:16,658 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ZEROBYTE 19:28:16,658 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ZEROBYTEPADDING 19:28:16,659 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ 19:28:16,659 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO10126 19:28:16,659 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO10126-2 19:28:16,660 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO10126-2PADDING 19:28:16,661 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO10126PADDING 19:28:16,661 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO7816-4 19:28:16,661 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO7816-4PADDING 19:28:16,662 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/NOPADDING 19:28:16,662 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/PKCS5 19:28:16,662 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/PKCS5PADDING 19:28:16,663 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/PKCS7 19:28:16,663 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/PKCS7PADDING 19:28:16,663 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/TBC 19:28:16,663 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/TBCPADDING 19:28:16,664 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/X9.23 19:28:16,664 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/X9.23PADDING 19:28:16,664 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ZEROBYTE 19:28:16,665 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ZEROBYTEPADDING 19:28:16,665 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ 19:28:16,665 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO10126 19:28:16,666 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO10126-2 19:28:16,666 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO10126-2PADDING 19:28:16,667 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO10126PADDING 19:28:16,667 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO7816-4 19:28:16,667 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO7816-4PADDING 19:28:16,668 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/NOPADDING 19:28:16,668 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/PKCS5 19:28:16,668 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/PKCS5PADDING 19:28:16,669 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/PKCS7 19:28:16,669 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/PKCS7PADDING 19:28:16,669 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/TBC 19:28:16,669 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/TBCPADDING 19:28:16,670 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/X9.23 19:28:16,670 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/X9.23PADDING 19:28:16,670 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ZEROBYTE 19:28:16,671 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ZEROBYTEPADDING 19:28:16,671 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ 19:28:16,671 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO10126 19:28:16,672 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO10126-2 19:28:16,672 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO10126-2PADDING 19:28:16,673 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO10126PADDING 19:28:16,673 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO7816-4 19:28:16,673 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO7816-4PADDING 19:28:16,674 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/NOPADDING 19:28:16,674 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/PKCS5 19:28:16,674 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/PKCS5PADDING 19:28:16,675 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/PKCS7 19:28:16,675 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/PKCS7PADDING 19:28:16,675 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/TBC 19:28:16,676 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/TBCPADDING 19:28:16,676 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/X9.23 19:28:16,676 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/X9.23PADDING 19:28:16,676 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ZEROBYTE 19:28:16,677 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ZEROBYTEPADDING 19:28:16,677 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ 19:28:16,677 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO10126 19:28:16,678 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO10126-2 19:28:16,678 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO10126-2PADDING 19:28:16,679 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO10126PADDING 19:28:16,679 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO7816-4 19:28:16,680 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO7816-4PADDING 19:28:16,680 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/NOPADDING 19:28:16,680 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/PKCS5 19:28:16,681 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/PKCS5PADDING 19:28:16,681 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/PKCS7 19:28:16,681 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/PKCS7PADDING 19:28:16,681 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/TBC 19:28:16,682 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/TBCPADDING 19:28:16,682 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/X9.23 19:28:16,682 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/X9.23PADDING 19:28:16,683 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ZEROBYTE 19:28:16,683 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ZEROBYTEPADDING 19:28:16,683 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ 19:28:16,683 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO10126 19:28:16,684 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO10126-2 19:28:16,684 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO10126-2PADDING 19:28:16,685 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO10126PADDING 19:28:16,685 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO7816-4 19:28:16,686 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO7816-4PADDING 19:28:16,686 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/NOPADDING 19:28:16,686 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/PKCS5 19:28:16,687 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/PKCS5PADDING 19:28:16,687 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/PKCS7 19:28:16,687 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/PKCS7PADDING 19:28:16,688 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/TBC 19:28:16,688 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/TBCPADDING 19:28:16,688 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/X9.23 19:28:16,688 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/X9.23PADDING 19:28:16,689 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ZEROBYTE 19:28:16,689 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ZEROBYTEPADDING 19:28:16,689 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ 19:28:16,690 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO10126 19:28:16,690 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO10126-2 19:28:16,691 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO10126-2PADDING 19:28:16,691 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO10126PADDING 19:28:16,692 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO7816-4 19:28:16,692 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO7816-4PADDING 19:28:16,692 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/NOPADDING 19:28:16,692 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/PKCS5 19:28:16,693 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/PKCS5PADDING 19:28:16,693 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/PKCS7 19:28:16,693 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/PKCS7PADDING 19:28:16,694 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/TBC 19:28:16,694 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/TBCPADDING 19:28:16,694 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/X9.23 19:28:16,695 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/X9.23PADDING 19:28:16,695 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ZEROBYTE 19:28:16,695 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ZEROBYTEPADDING 19:28:16,696 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ 19:28:16,696 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO10126 19:28:16,696 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO10126-2 19:28:16,697 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO10126-2PADDING 19:28:16,697 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO10126PADDING 19:28:16,698 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO7816-4 19:28:16,698 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO7816-4PADDING 19:28:16,699 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/NOPADDING 19:28:16,699 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/PKCS5 19:28:16,699 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/PKCS5PADDING 19:28:16,700 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/PKCS7 19:28:16,700 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/PKCS7PADDING 19:28:16,700 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/TBC 19:28:16,700 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/TBCPADDING 19:28:16,701 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/X9.23 19:28:16,701 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/X9.23PADDING 19:28:16,701 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ZEROBYTE 19:28:16,702 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ZEROBYTEPADDING 19:28:16,702 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ 19:28:16,702 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO10126 19:28:16,703 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO10126-2 19:28:16,703 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO10126-2PADDING 19:28:16,704 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO10126PADDING 19:28:16,704 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO7816-4 19:28:16,705 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO7816-4PADDING 19:28:16,705 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/NOPADDING 19:28:16,705 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/PKCS5 19:28:16,706 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/PKCS5PADDING 19:28:16,706 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/PKCS7 19:28:16,706 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/PKCS7PADDING 19:28:16,707 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/TBC 19:28:16,707 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/TBCPADDING 19:28:16,707 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/X9.23 19:28:16,708 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/X9.23PADDING 19:28:16,708 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ZEROBYTE 19:28:16,708 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ZEROBYTEPADDING 19:28:16,709 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ 19:28:16,709 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO10126 19:28:16,710 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO10126-2 19:28:16,710 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO10126-2PADDING 19:28:16,711 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO10126PADDING 19:28:16,711 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO7816-4 19:28:16,712 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO7816-4PADDING 19:28:16,712 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/NOPADDING 19:28:16,712 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/PKCS5 19:28:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/PKCS5PADDING 19:28:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/PKCS7 19:28:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/PKCS7PADDING 19:28:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/TBC 19:28:16,714 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/TBCPADDING 19:28:16,714 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/X9.23 19:28:16,714 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/X9.23PADDING 19:28:16,715 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ZEROBYTE 19:28:16,715 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ZEROBYTEPADDING 19:28:16,715 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ 19:28:16,716 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO10126 19:28:16,716 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO10126-2 19:28:16,717 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO10126-2PADDING 19:28:16,717 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO10126PADDING 19:28:16,718 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO7816-4 19:28:16,718 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO7816-4PADDING 19:28:16,718 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/NOPADDING 19:28:16,719 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/PKCS5 19:28:16,719 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/PKCS5PADDING 19:28:16,719 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/PKCS7 19:28:16,720 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/PKCS7PADDING 19:28:16,720 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/TBC 19:28:16,720 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/TBCPADDING 19:28:16,721 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/X9.23 19:28:16,721 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/X9.23PADDING 19:28:16,721 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ZEROBYTE 19:28:16,722 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ZEROBYTEPADDING 19:28:16,722 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ 19:28:16,722 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO10126 19:28:16,723 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO10126-2 19:28:16,723 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO10126-2PADDING 19:28:16,724 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO10126PADDING 19:28:16,724 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO7816-4 19:28:16,725 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO7816-4PADDING 19:28:16,725 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/NOPADDING 19:28:16,725 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/PKCS5 19:28:16,726 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/PKCS5PADDING 19:28:16,726 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/PKCS7 19:28:16,726 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/PKCS7PADDING 19:28:16,727 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/TBC 19:28:16,727 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/TBCPADDING 19:28:16,727 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/X9.23 19:28:16,728 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/X9.23PADDING 19:28:16,728 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ZEROBYTE 19:28:16,728 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ZEROBYTEPADDING 19:28:16,729 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ 19:28:16,729 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO10126 19:28:16,730 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO10126-2 19:28:16,730 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO10126-2PADDING 19:28:16,731 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO10126PADDING 19:28:16,731 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO7816-4 19:28:16,732 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO7816-4PADDING 19:28:16,732 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/NOPADDING 19:28:16,732 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/PKCS5 19:28:16,733 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/PKCS5PADDING 19:28:16,733 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/PKCS7 19:28:16,733 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/PKCS7PADDING 19:28:16,734 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/TBC 19:28:16,734 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/TBCPADDING 19:28:16,734 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/X9.23 19:28:16,735 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/X9.23PADDING 19:28:16,735 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ZEROBYTE 19:28:16,735 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ZEROBYTEPADDING 19:28:16,736 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ 19:28:16,736 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO10126 19:28:16,736 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO10126-2 19:28:16,737 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO10126-2PADDING 19:28:16,737 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO10126PADDING 19:28:16,738 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO7816-4 19:28:16,738 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO7816-4PADDING 19:28:16,739 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/NOPADDING 19:28:16,739 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/PKCS5 19:28:16,739 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/PKCS5PADDING 19:28:16,740 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/PKCS7 19:28:16,740 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/PKCS7PADDING 19:28:16,740 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/TBC 19:28:16,741 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/TBCPADDING 19:28:16,741 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/X9.23 19:28:16,741 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/X9.23PADDING 19:28:16,742 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ZEROBYTE 19:28:16,742 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ZEROBYTEPADDING 19:28:16,742 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ 19:28:16,742 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO10126 19:28:16,743 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO10126-2 19:28:16,744 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO10126-2PADDING 19:28:16,744 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO10126PADDING 19:28:16,745 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO7816-4 19:28:16,745 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO7816-4PADDING 19:28:16,745 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/NOPADDING 19:28:16,746 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/PKCS5 19:28:16,746 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/PKCS5PADDING 19:28:16,746 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/PKCS7 19:28:16,747 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/PKCS7PADDING 19:28:16,747 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/TBC 19:28:16,747 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/TBCPADDING 19:28:16,748 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/X9.23 19:28:16,748 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/X9.23PADDING 19:28:16,748 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ZEROBYTE 19:28:16,749 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ZEROBYTEPADDING 19:28:16,749 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ 19:28:16,749 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO10126 19:28:16,750 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO10126-2 19:28:16,750 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO10126-2PADDING 19:28:16,751 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO10126PADDING 19:28:16,751 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO7816-4 19:28:16,752 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO7816-4PADDING 19:28:16,752 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/NOPADDING 19:28:16,752 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/PKCS5 19:28:16,753 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/PKCS5PADDING 19:28:16,753 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/PKCS7 19:28:16,753 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/PKCS7PADDING 19:28:16,754 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/TBC 19:28:16,754 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/TBCPADDING 19:28:16,754 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/X9.23 19:28:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/X9.23PADDING 19:28:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ZEROBYTE 19:28:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ZEROBYTEPADDING 19:28:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ 19:28:16,756 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO10126 19:28:16,756 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO10126-2 19:28:16,757 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO10126-2PADDING 19:28:16,757 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO10126PADDING 19:28:16,758 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO7816-4 19:28:16,758 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO7816-4PADDING 19:28:16,758 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/NOPADDING 19:28:16,759 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/PKCS5 19:28:16,759 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/PKCS5PADDING 19:28:16,759 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/PKCS7 19:28:16,760 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/PKCS7PADDING 19:28:16,760 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/TBC 19:28:16,785 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/TBCPADDING 19:28:16,785 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/X9.23 19:28:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/X9.23PADDING 19:28:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ZEROBYTE 19:28:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ZEROBYTEPADDING 19:28:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CTS/ 19:28:16,786 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT/CTS/" does not support IV => Skipping. 19:28:16,787 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CTS/NOPADDING 19:28:16,787 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT/CTS/NOPADDING" does not support IV => Skipping. 19:28:16,787 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/EAX/ 19:28:16,789 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/EAX/NOPADDING 19:28:16,797 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/ECB/ 19:28:16,797 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT/ECB/" does not support IV => Skipping. 19:28:16,797 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/ECB/NOPADDING 19:28:16,798 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT/ECB/NOPADDING" does not support IV => Skipping. 19:28:16,798 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/GCM/ 19:28:16,800 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/GCM/NOPADDING 19:28:16,802 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ 19:28:16,803 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO10126 19:28:16,803 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO10126-2 19:28:16,804 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO10126-2PADDING 19:28:16,804 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO10126PADDING 19:28:16,805 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO7816-4 19:28:16,805 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO7816-4PADDING 19:28:16,805 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/NOPADDING 19:28:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/PKCS5 19:28:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/PKCS5PADDING 19:28:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/PKCS7 19:28:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/PKCS7PADDING 19:28:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/TBC 19:28:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/TBCPADDING 19:28:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/X9.23 19:28:16,808 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/X9.23PADDING 19:28:16,808 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ZEROBYTE 19:28:16,808 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ZEROBYTEPADDING 19:28:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ 19:28:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO10126 19:28:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO10126-2 19:28:16,810 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO10126-2PADDING 19:28:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO10126PADDING 19:28:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO7816-4 19:28:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO7816-4PADDING 19:28:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/NOPADDING 19:28:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/PKCS5 19:28:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/PKCS5PADDING 19:28:16,813 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/PKCS7 19:28:16,813 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/PKCS7PADDING 19:28:16,813 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/TBC 19:28:16,813 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/TBCPADDING 19:28:16,814 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/X9.23 19:28:16,814 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/X9.23PADDING 19:28:16,815 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ZEROBYTE 19:28:16,815 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ZEROBYTEPADDING 19:28:16,815 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ 19:28:16,815 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO10126 19:28:16,816 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO10126-2 19:28:16,816 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO10126-2PADDING 19:28:16,817 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO10126PADDING 19:28:16,817 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO7816-4 19:28:16,818 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO7816-4PADDING 19:28:16,818 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/NOPADDING 19:28:16,818 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/PKCS5 19:28:16,819 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/PKCS5PADDING 19:28:16,819 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/PKCS7 19:28:16,819 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/PKCS7PADDING 19:28:16,820 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/TBC 19:28:16,820 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/TBCPADDING 19:28:16,820 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/X9.23 19:28:16,821 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/X9.23PADDING 19:28:16,821 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ZEROBYTE 19:28:16,821 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ZEROBYTEPADDING 19:28:16,822 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ 19:28:16,822 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO10126 19:28:16,822 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO10126-2 19:28:16,823 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO10126-2PADDING 19:28:16,823 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO10126PADDING 19:28:16,824 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO7816-4 19:28:16,824 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO7816-4PADDING 19:28:16,825 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/NOPADDING 19:28:16,825 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/PKCS5 19:28:16,825 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/PKCS5PADDING 19:28:16,825 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/PKCS7 19:28:16,826 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/PKCS7PADDING 19:28:16,826 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/TBC 19:28:16,826 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/TBCPADDING 19:28:16,827 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/X9.23 19:28:16,827 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/X9.23PADDING 19:28:16,827 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ZEROBYTE 19:28:16,828 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ZEROBYTEPADDING 19:28:16,828 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ 19:28:16,828 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO10126 19:28:16,829 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO10126-2 19:28:16,829 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO10126-2PADDING 19:28:16,830 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO10126PADDING 19:28:16,830 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO7816-4 19:28:16,830 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO7816-4PADDING 19:28:16,831 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/NOPADDING 19:28:16,831 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/PKCS5 19:28:16,831 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/PKCS5PADDING 19:28:16,832 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/PKCS7 19:28:16,832 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/PKCS7PADDING 19:28:16,832 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/TBC 19:28:16,833 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/TBCPADDING 19:28:16,833 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/X9.23 19:28:16,833 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/X9.23PADDING 19:28:16,834 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ZEROBYTE 19:28:16,834 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ZEROBYTEPADDING 19:28:16,834 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ 19:28:16,835 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO10126 19:28:16,835 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO10126-2 19:28:16,836 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO10126-2PADDING 19:28:16,836 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO10126PADDING 19:28:16,837 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO7816-4 19:28:16,837 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO7816-4PADDING 19:28:16,837 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/NOPADDING 19:28:16,838 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/PKCS5 19:28:16,838 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/PKCS5PADDING 19:28:16,838 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/PKCS7 19:28:16,838 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/PKCS7PADDING 19:28:16,839 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/TBC 19:28:16,839 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/TBCPADDING 19:28:16,839 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/X9.23 19:28:16,840 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/X9.23PADDING 19:28:16,840 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ZEROBYTE 19:28:16,840 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ZEROBYTEPADDING 19:28:16,840 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ 19:28:16,841 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO10126 19:28:16,841 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO10126-2 19:28:16,842 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO10126-2PADDING 19:28:16,842 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO10126PADDING 19:28:16,843 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO7816-4 19:28:16,843 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO7816-4PADDING 19:28:16,843 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/NOPADDING 19:28:16,844 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/PKCS5 19:28:16,844 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/PKCS5PADDING 19:28:16,844 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/PKCS7 19:28:16,845 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/PKCS7PADDING 19:28:16,845 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/TBC 19:28:16,845 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/TBCPADDING 19:28:16,846 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/X9.23 19:28:16,846 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/X9.23PADDING 19:28:16,846 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ZEROBYTE 19:28:16,846 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ZEROBYTEPADDING 19:28:16,847 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ 19:28:16,847 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO10126 19:28:16,848 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO10126-2 19:28:16,848 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO10126-2PADDING 19:28:16,849 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO10126PADDING 19:28:16,849 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO7816-4 19:28:16,849 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO7816-4PADDING 19:28:16,850 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/NOPADDING 19:28:16,850 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/PKCS5 19:28:16,850 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/PKCS5PADDING 19:28:16,851 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/PKCS7 19:28:16,851 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/PKCS7PADDING 19:28:16,851 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/TBC 19:28:16,851 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/TBCPADDING 19:28:16,852 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/X9.23 19:28:16,853 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/X9.23PADDING 19:28:16,853 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ZEROBYTE 19:28:16,853 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ZEROBYTEPADDING 19:28:16,854 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ 19:28:16,854 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO10126 19:28:16,855 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO10126-2 19:28:16,855 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO10126-2PADDING 19:28:16,856 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO10126PADDING 19:28:16,856 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO7816-4 19:28:16,857 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO7816-4PADDING 19:28:16,857 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/NOPADDING 19:28:16,857 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/PKCS5 19:28:16,858 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/PKCS5PADDING 19:28:16,858 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/PKCS7 19:28:16,858 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/PKCS7PADDING 19:28:16,858 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/TBC 19:28:16,859 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/TBCPADDING 19:28:16,859 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/X9.23 19:28:16,859 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/X9.23PADDING 19:28:16,860 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ZEROBYTE 19:28:16,860 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ZEROBYTEPADDING 19:28:16,860 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ 19:28:16,861 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO10126 19:28:16,861 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO10126-2 19:28:16,862 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO10126-2PADDING 19:28:16,862 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO10126PADDING 19:28:16,863 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO7816-4 19:28:16,863 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO7816-4PADDING 19:28:16,863 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/NOPADDING 19:28:16,863 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/PKCS5 19:28:16,864 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/PKCS5PADDING 19:28:16,864 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/PKCS7 19:28:16,864 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/PKCS7PADDING 19:28:16,865 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/TBC 19:28:16,865 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/TBCPADDING 19:28:16,865 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/X9.23 19:28:16,866 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/X9.23PADDING 19:28:16,866 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ZEROBYTE 19:28:16,866 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ZEROBYTEPADDING 19:28:16,867 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ 19:28:16,867 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO10126 19:28:16,867 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO10126-2 19:28:16,868 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO10126-2PADDING 19:28:16,868 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO10126PADDING 19:28:16,869 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO7816-4 19:28:16,869 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO7816-4PADDING 19:28:16,870 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/NOPADDING 19:28:16,870 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/PKCS5 19:28:16,870 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/PKCS5PADDING 19:28:16,871 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/PKCS7 19:28:16,871 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/PKCS7PADDING 19:28:16,871 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/TBC 19:28:16,871 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/TBCPADDING 19:28:16,872 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/X9.23 19:28:16,872 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/X9.23PADDING 19:28:16,872 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ZEROBYTE 19:28:16,873 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ZEROBYTEPADDING 19:28:16,873 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ 19:28:16,873 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO10126 19:28:16,874 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO10126-2 19:28:16,874 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO10126-2PADDING 19:28:16,875 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO10126PADDING 19:28:16,875 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO7816-4 19:28:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO7816-4PADDING 19:28:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/NOPADDING 19:28:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/PKCS5 19:28:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/PKCS5PADDING 19:28:16,877 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/PKCS7 19:28:16,877 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/PKCS7PADDING 19:28:16,877 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/TBC 19:28:16,878 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/TBCPADDING 19:28:16,878 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/X9.23 19:28:16,878 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/X9.23PADDING 19:28:16,879 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ZEROBYTE 19:28:16,879 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ZEROBYTEPADDING 19:28:16,879 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ 19:28:16,879 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO10126 19:28:16,880 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO10126-2 19:28:16,880 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO10126-2PADDING 19:28:16,881 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO10126PADDING 19:28:16,881 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO7816-4 19:28:16,882 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO7816-4PADDING 19:28:16,882 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/NOPADDING 19:28:16,882 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/PKCS5 19:28:16,883 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/PKCS5PADDING 19:28:16,883 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/PKCS7 19:28:16,883 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/PKCS7PADDING 19:28:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/TBC 19:28:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/TBCPADDING 19:28:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/X9.23 19:28:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/X9.23PADDING 19:28:16,885 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ZEROBYTE 19:28:16,885 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ZEROBYTEPADDING 19:28:16,885 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ 19:28:16,886 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO10126 19:28:16,886 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO10126-2 19:28:16,887 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO10126-2PADDING 19:28:16,887 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO10126PADDING 19:28:16,888 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO7816-4 19:28:16,888 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO7816-4PADDING 19:28:16,888 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/NOPADDING 19:28:16,889 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/PKCS5 19:28:16,889 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/PKCS5PADDING 19:28:16,889 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/PKCS7 19:28:16,890 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/PKCS7PADDING 19:28:16,890 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/TBC 19:28:16,890 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/TBCPADDING 19:28:16,891 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/X9.23 19:28:16,891 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/X9.23PADDING 19:28:16,891 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ZEROBYTE 19:28:16,891 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ZEROBYTEPADDING 19:28:16,892 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ 19:28:16,892 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO10126 19:28:16,893 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO10126-2 19:28:16,893 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO10126-2PADDING 19:28:16,894 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO10126PADDING 19:28:16,894 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO7816-4 19:28:16,895 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO7816-4PADDING 19:28:16,895 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/NOPADDING 19:28:16,895 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/PKCS5 19:28:16,896 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/PKCS5PADDING 19:28:16,896 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/PKCS7 19:28:16,896 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/PKCS7PADDING 19:28:16,897 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/TBC 19:28:16,897 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/TBCPADDING 19:28:16,897 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/X9.23 19:28:16,897 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/X9.23PADDING 19:28:16,898 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ZEROBYTE 19:28:16,898 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ZEROBYTEPADDING 19:28:16,898 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ 19:28:16,899 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO10126 19:28:16,899 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO10126-2 19:28:16,900 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO10126-2PADDING 19:28:16,900 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO10126PADDING 19:28:16,901 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO7816-4 19:28:16,901 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO7816-4PADDING 19:28:16,901 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/NOPADDING 19:28:16,901 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/PKCS5 19:28:16,902 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/PKCS5PADDING 19:28:16,902 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/PKCS7 19:28:16,902 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/PKCS7PADDING 19:28:16,903 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/TBC 19:28:16,903 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/TBCPADDING 19:28:16,903 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/X9.23 19:28:16,904 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/X9.23PADDING 19:28:16,904 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ZEROBYTE 19:28:16,904 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ZEROBYTEPADDING 19:28:16,904 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ 19:28:16,905 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO10126 19:28:16,905 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO10126-2 19:28:16,906 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO10126-2PADDING 19:28:16,906 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO10126PADDING 19:28:16,907 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO7816-4 19:28:16,907 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO7816-4PADDING 19:28:16,908 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/NOPADDING 19:28:16,908 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/PKCS5 19:28:16,908 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/PKCS5PADDING 19:28:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/PKCS7 19:28:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/PKCS7PADDING 19:28:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/TBC 19:28:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/TBCPADDING 19:28:16,910 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/X9.23 19:28:16,910 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/X9.23PADDING 19:28:16,910 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ZEROBYTE 19:28:16,911 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ZEROBYTEPADDING 19:28:16,911 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ 19:28:16,911 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO10126 19:28:16,912 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO10126-2 19:28:16,912 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO10126-2PADDING 19:28:16,913 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO10126PADDING 19:28:16,913 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO7816-4 19:28:16,914 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO7816-4PADDING 19:28:16,914 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/NOPADDING 19:28:16,914 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/PKCS5 19:28:16,915 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/PKCS5PADDING 19:28:16,915 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/PKCS7 19:28:16,915 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/PKCS7PADDING 19:28:16,915 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/TBC 19:28:16,916 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/TBCPADDING 19:28:16,916 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/X9.23 19:28:16,916 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/X9.23PADDING 19:28:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ZEROBYTE 19:28:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ZEROBYTEPADDING 19:28:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ 19:28:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO10126 19:28:16,918 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO10126-2 19:28:16,918 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO10126-2PADDING 19:28:16,919 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO10126PADDING 19:28:16,919 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO7816-4 19:28:16,919 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO7816-4PADDING 19:28:16,920 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/NOPADDING 19:28:16,920 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/PKCS5 19:28:16,920 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/PKCS5PADDING 19:28:16,920 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/PKCS7 19:28:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/PKCS7PADDING 19:28:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/TBC 19:28:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/TBCPADDING 19:28:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/X9.23 19:28:16,922 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/X9.23PADDING 19:28:16,922 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ZEROBYTE 19:28:16,922 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ZEROBYTEPADDING 19:28:16,922 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ 19:28:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO10126 19:28:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO10126-2 19:28:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO10126-2PADDING 19:28:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO10126PADDING 19:28:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO7816-4 19:28:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO7816-4PADDING 19:28:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/NOPADDING 19:28:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/PKCS5 19:28:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/PKCS5PADDING 19:28:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/PKCS7 19:28:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/PKCS7PADDING 19:28:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/TBC 19:28:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/TBCPADDING 19:28:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/X9.23 19:28:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/X9.23PADDING 19:28:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ZEROBYTE 19:28:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ZEROBYTEPADDING 19:28:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ 19:28:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO10126 19:28:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO10126-2 19:28:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO10126-2PADDING 19:28:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO10126PADDING 19:28:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO7816-4 19:28:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO7816-4PADDING 19:28:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/NOPADDING 19:28:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/PKCS5 19:28:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/PKCS5PADDING 19:28:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/PKCS7 19:28:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/PKCS7PADDING 19:28:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/TBC 19:28:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/TBCPADDING 19:28:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/X9.23 19:28:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/X9.23PADDING 19:28:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ZEROBYTE 19:28:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ZEROBYTEPADDING 19:28:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ 19:28:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO10126 19:28:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO10126-2 19:28:16,951 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO10126-2PADDING 19:28:16,951 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO10126PADDING 19:28:16,952 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO7816-4 19:28:16,952 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO7816-4PADDING 19:28:16,952 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/NOPADDING 19:28:16,952 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/PKCS5 19:28:16,953 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/PKCS5PADDING 19:28:16,953 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/PKCS7 19:28:16,953 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/PKCS7PADDING 19:28:16,953 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/TBC 19:28:16,953 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/TBCPADDING 19:28:16,954 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/X9.23 19:28:16,954 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/X9.23PADDING 19:28:16,954 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ZEROBYTE 19:28:16,954 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ZEROBYTEPADDING 19:28:16,954 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ 19:28:16,955 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO10126 19:28:16,955 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO10126-2 19:28:16,955 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO10126-2PADDING 19:28:16,956 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO10126PADDING 19:28:16,956 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO7816-4 19:28:16,956 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO7816-4PADDING 19:28:16,956 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/NOPADDING 19:28:16,957 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/PKCS5 19:28:16,957 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/PKCS5PADDING 19:28:16,957 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/PKCS7 19:28:16,957 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/PKCS7PADDING 19:28:16,957 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/TBC 19:28:16,958 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/TBCPADDING 19:28:16,958 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/X9.23 19:28:16,958 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/X9.23PADDING 19:28:16,958 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ZEROBYTE 19:28:16,958 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ZEROBYTEPADDING 19:28:16,959 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ 19:28:16,959 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO10126 19:28:16,959 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO10126-2 19:28:16,960 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO10126-2PADDING 19:28:16,960 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO10126PADDING 19:28:16,960 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO7816-4 19:28:16,961 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO7816-4PADDING 19:28:16,961 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/NOPADDING 19:28:16,961 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/PKCS5 19:28:16,961 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/PKCS5PADDING 19:28:16,961 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/PKCS7 19:28:16,962 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/PKCS7PADDING 19:28:16,962 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/TBC 19:28:16,962 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/TBCPADDING 19:28:16,962 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/X9.23 19:28:16,962 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/X9.23PADDING 19:28:16,963 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ZEROBYTE 19:28:16,963 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ZEROBYTEPADDING 19:28:16,963 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ 19:28:16,963 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO10126 19:28:16,964 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO10126-2 19:28:16,968 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO10126-2PADDING 19:28:16,968 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO10126PADDING 19:28:16,969 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO7816-4 19:28:16,969 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO7816-4PADDING 19:28:16,969 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/NOPADDING 19:28:16,969 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/PKCS5 19:28:16,969 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/PKCS5PADDING 19:28:16,969 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/PKCS7 19:28:16,969 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/PKCS7PADDING 19:28:16,969 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/TBC 19:28:16,970 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/TBCPADDING 19:28:16,970 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/X9.23 19:28:16,970 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/X9.23PADDING 19:28:16,970 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ZEROBYTE 19:28:16,970 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ZEROBYTEPADDING 19:28:16,971 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ 19:28:16,971 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO10126 19:28:16,972 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO10126-2 19:28:16,973 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO10126-2PADDING 19:28:16,973 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO10126PADDING 19:28:16,973 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO7816-4 19:28:16,973 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO7816-4PADDING 19:28:16,974 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/NOPADDING 19:28:16,974 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/PKCS5 19:28:16,974 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/PKCS5PADDING 19:28:16,974 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/PKCS7 19:28:16,975 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/PKCS7PADDING 19:28:16,975 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/TBC 19:28:16,975 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/TBCPADDING 19:28:16,975 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/X9.23 19:28:16,975 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/X9.23PADDING 19:28:16,975 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ZEROBYTE 19:28:16,976 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ZEROBYTEPADDING 19:28:16,976 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ 19:28:16,976 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO10126 19:28:16,976 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO10126-2 19:28:16,977 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO10126-2PADDING 19:28:16,977 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO10126PADDING 19:28:16,978 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO7816-4 19:28:16,978 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO7816-4PADDING 19:28:16,978 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/NOPADDING 19:28:16,978 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/PKCS5 19:28:16,978 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/PKCS5PADDING 19:28:16,979 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/PKCS7 19:28:16,979 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/PKCS7PADDING 19:28:16,979 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/TBC 19:28:16,979 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/TBCPADDING 19:28:16,979 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/X9.23 19:28:16,980 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/X9.23PADDING 19:28:16,980 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ZEROBYTE 19:28:16,980 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ZEROBYTEPADDING 19:28:16,980 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ 19:28:16,980 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO10126 19:28:16,981 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO10126-2 19:28:16,981 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO10126-2PADDING 19:28:16,981 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO10126PADDING 19:28:16,982 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO7816-4 19:28:16,982 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO7816-4PADDING 19:28:16,982 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/NOPADDING 19:28:16,982 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/PKCS5 19:28:16,983 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/PKCS5PADDING 19:28:16,983 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/PKCS7 19:28:16,983 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/PKCS7PADDING 19:28:16,983 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/TBC 19:28:16,983 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/TBCPADDING 19:28:16,984 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/X9.23 19:28:16,984 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/X9.23PADDING 19:28:16,984 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ZEROBYTE 19:28:16,984 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ZEROBYTEPADDING 19:28:16,984 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ 19:28:16,985 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO10126 19:28:16,985 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO10126-2 19:28:16,985 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO10126-2PADDING 19:28:16,986 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO10126PADDING 19:28:16,986 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO7816-4 19:28:16,986 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO7816-4PADDING 19:28:16,987 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/NOPADDING 19:28:16,987 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/PKCS5 19:28:16,987 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/PKCS5PADDING 19:28:16,987 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/PKCS7 19:28:16,987 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/PKCS7PADDING 19:28:16,988 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/TBC 19:28:16,988 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/TBCPADDING 19:28:16,988 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/X9.23 19:28:16,988 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/X9.23PADDING 19:28:16,988 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ZEROBYTE 19:28:16,989 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ZEROBYTEPADDING 19:28:16,989 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ 19:28:16,989 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO10126 19:28:16,989 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO10126-2 19:28:16,990 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO10126-2PADDING 19:28:16,990 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO10126PADDING 19:28:16,990 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO7816-4 19:28:16,991 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO7816-4PADDING 19:28:16,991 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/NOPADDING 19:28:16,991 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/PKCS5 19:28:16,991 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/PKCS5PADDING 19:28:16,991 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/PKCS7 19:28:16,992 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/PKCS7PADDING 19:28:16,992 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/TBC 19:28:16,992 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/TBCPADDING 19:28:16,992 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/X9.23 19:28:16,993 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/X9.23PADDING 19:28:16,993 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ZEROBYTE 19:28:16,993 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ZEROBYTEPADDING 19:28:16,993 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ 19:28:16,993 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO10126 19:28:16,994 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO10126-2 19:28:16,994 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO10126-2PADDING 19:28:16,994 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO10126PADDING 19:28:16,995 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO7816-4 19:28:16,995 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO7816-4PADDING 19:28:16,995 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/NOPADDING 19:28:16,995 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/PKCS5 19:28:16,996 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/PKCS5PADDING 19:28:16,996 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/PKCS7 19:28:16,996 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/PKCS7PADDING 19:28:16,996 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/TBC 19:28:16,997 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/TBCPADDING 19:28:16,997 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/X9.23 19:28:16,997 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/X9.23PADDING 19:28:16,997 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ZEROBYTE 19:28:16,997 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ZEROBYTEPADDING 19:28:16,998 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ 19:28:16,998 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO10126 19:28:16,998 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO10126-2 19:28:16,998 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO10126-2PADDING 19:28:16,999 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO10126PADDING 19:28:17,000 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO7816-4 19:28:17,000 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO7816-4PADDING 19:28:17,001 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/NOPADDING 19:28:17,001 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/PKCS5 19:28:17,001 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/PKCS5PADDING 19:28:17,001 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/PKCS7 19:28:17,001 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/PKCS7PADDING 19:28:17,002 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/TBC 19:28:17,002 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/TBCPADDING 19:28:17,002 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/X9.23 19:28:17,002 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/X9.23PADDING 19:28:17,002 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ZEROBYTE 19:28:17,003 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ZEROBYTEPADDING 19:28:17,003 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ 19:28:17,003 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO10126 19:28:17,003 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO10126-2 19:28:17,004 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO10126-2PADDING 19:28:17,004 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO10126PADDING 19:28:17,004 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO7816-4 19:28:17,005 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO7816-4PADDING 19:28:17,005 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/NOPADDING 19:28:17,005 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/PKCS5 19:28:17,005 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/PKCS5PADDING 19:28:17,005 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/PKCS7 19:28:17,006 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/PKCS7PADDING 19:28:17,006 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/TBC 19:28:17,006 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/TBCPADDING 19:28:17,006 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/X9.23 19:28:17,006 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/X9.23PADDING 19:28:17,007 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ZEROBYTE 19:28:17,007 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ZEROBYTEPADDING 19:28:17,007 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ 19:28:17,007 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO10126 19:28:17,008 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO10126-2 19:28:17,008 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO10126-2PADDING 19:28:17,009 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO10126PADDING 19:28:17,009 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO7816-4 19:28:17,009 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO7816-4PADDING 19:28:17,010 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/NOPADDING 19:28:17,010 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/PKCS5 19:28:17,010 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/PKCS5PADDING 19:28:17,010 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/PKCS7 19:28:17,011 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/PKCS7PADDING 19:28:17,011 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/TBC 19:28:17,011 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/TBCPADDING 19:28:17,013 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/X9.23 19:28:17,013 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/X9.23PADDING 19:28:17,013 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ZEROBYTE 19:28:17,014 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ZEROBYTEPADDING 19:28:17,014 INFO [main][CipherTest] transformation=CAMELLIA// 19:28:17,014 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA//" does not support IV => Skipping. 19:28:17,014 INFO [main][CipherTest] transformation=CAMELLIA//NOPADDING 19:28:17,014 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA//NOPADDING" does not support IV => Skipping. 19:28:17,015 INFO [main][CipherTest] transformation=CAMELLIA/CBC-CTS/ 19:28:17,015 INFO [main][CipherTest] transformation=CAMELLIA/CBC-CTS/NOPADDING 19:28:17,015 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ 19:28:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO10126 19:28:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO10126-2 19:28:17,017 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO10126-2PADDING 19:28:17,018 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO10126PADDING 19:28:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO7816-4 19:28:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO7816-4PADDING 19:28:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CBC/NOPADDING 19:28:17,020 INFO [main][CipherTest] transformation=CAMELLIA/CBC/PKCS5 19:28:17,020 INFO [main][CipherTest] transformation=CAMELLIA/CBC/PKCS5PADDING 19:28:17,020 INFO [main][CipherTest] transformation=CAMELLIA/CBC/PKCS7 19:28:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CBC/PKCS7PADDING 19:28:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CBC/TBC 19:28:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CBC/TBCPADDING 19:28:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CBC/X9.23 19:28:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CBC/X9.23PADDING 19:28:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ZEROBYTE 19:28:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ZEROBYTEPADDING 19:28:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CCM/ 19:28:17,023 ERROR [main][CipherTest] transformation "CAMELLIA/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:17,023 INFO [main][CipherTest] transformation=CAMELLIA/CCM/NOPADDING 19:28:17,023 ERROR [main][CipherTest] transformation "CAMELLIA/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:17,023 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ 19:28:17,023 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO10126 19:28:17,024 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO10126-2 19:28:17,024 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO10126-2PADDING 19:28:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO10126PADDING 19:28:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO7816-4 19:28:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO7816-4PADDING 19:28:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB/NOPADDING 19:28:17,026 INFO [main][CipherTest] transformation=CAMELLIA/CFB/PKCS5 19:28:17,026 INFO [main][CipherTest] transformation=CAMELLIA/CFB/PKCS5PADDING 19:28:17,026 INFO [main][CipherTest] transformation=CAMELLIA/CFB/PKCS7 19:28:17,026 INFO [main][CipherTest] transformation=CAMELLIA/CFB/PKCS7PADDING 19:28:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB/TBC 19:28:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB/TBCPADDING 19:28:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB/X9.23 19:28:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB/X9.23PADDING 19:28:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ZEROBYTE 19:28:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ZEROBYTEPADDING 19:28:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ 19:28:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO10126 19:28:17,029 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO10126-2 19:28:17,029 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO10126-2PADDING 19:28:17,033 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO10126PADDING 19:28:17,033 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO7816-4 19:28:17,033 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO7816-4PADDING 19:28:17,034 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/NOPADDING 19:28:17,034 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/PKCS5 19:28:17,034 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/PKCS5PADDING 19:28:17,034 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/PKCS7 19:28:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/PKCS7PADDING 19:28:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/TBC 19:28:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/TBCPADDING 19:28:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/X9.23 19:28:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/X9.23PADDING 19:28:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ZEROBYTE 19:28:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ZEROBYTEPADDING 19:28:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ 19:28:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO10126 19:28:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO10126-2 19:28:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO10126-2PADDING 19:28:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO10126PADDING 19:28:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO7816-4 19:28:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO7816-4PADDING 19:28:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/NOPADDING 19:28:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/PKCS5 19:28:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/PKCS5PADDING 19:28:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/PKCS7 19:28:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/PKCS7PADDING 19:28:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/TBC 19:28:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/TBCPADDING 19:28:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/X9.23 19:28:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/X9.23PADDING 19:28:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ZEROBYTE 19:28:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ZEROBYTEPADDING 19:28:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ 19:28:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO10126 19:28:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO10126-2 19:28:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO10126-2PADDING 19:28:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO10126PADDING 19:28:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO7816-4 19:28:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO7816-4PADDING 19:28:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/NOPADDING 19:28:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/PKCS5 19:28:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/PKCS5PADDING 19:28:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/PKCS7 19:28:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/PKCS7PADDING 19:28:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/TBC 19:28:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/TBCPADDING 19:28:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/X9.23 19:28:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/X9.23PADDING 19:28:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ZEROBYTE 19:28:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ZEROBYTEPADDING 19:28:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ 19:28:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO10126 19:28:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO10126-2 19:28:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO10126-2PADDING 19:28:17,044 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO10126PADDING 19:28:17,044 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO7816-4 19:28:17,044 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO7816-4PADDING 19:28:17,044 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/NOPADDING 19:28:17,044 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/PKCS5 19:28:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/PKCS5PADDING 19:28:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/PKCS7 19:28:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/PKCS7PADDING 19:28:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/TBC 19:28:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/TBCPADDING 19:28:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/X9.23 19:28:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/X9.23PADDING 19:28:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ZEROBYTE 19:28:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ZEROBYTEPADDING 19:28:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ 19:28:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO10126 19:28:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO10126-2 19:28:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO10126-2PADDING 19:28:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO10126PADDING 19:28:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO7816-4 19:28:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO7816-4PADDING 19:28:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/NOPADDING 19:28:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/PKCS5 19:28:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/PKCS5PADDING 19:28:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/PKCS7 19:28:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/PKCS7PADDING 19:28:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/TBC 19:28:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/TBCPADDING 19:28:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/X9.23 19:28:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/X9.23PADDING 19:28:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ZEROBYTE 19:28:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ZEROBYTEPADDING 19:28:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ 19:28:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO10126 19:28:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO10126-2 19:28:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO10126-2PADDING 19:28:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO10126PADDING 19:28:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO7816-4 19:28:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO7816-4PADDING 19:28:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/NOPADDING 19:28:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/PKCS5 19:28:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/PKCS5PADDING 19:28:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/PKCS7 19:28:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/PKCS7PADDING 19:28:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/TBC 19:28:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/TBCPADDING 19:28:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/X9.23 19:28:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/X9.23PADDING 19:28:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ZEROBYTE 19:28:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ZEROBYTEPADDING 19:28:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ 19:28:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO10126 19:28:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO10126-2 19:28:17,053 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO10126-2PADDING 19:28:17,053 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO10126PADDING 19:28:17,053 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO7816-4 19:28:17,053 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO7816-4PADDING 19:28:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/NOPADDING 19:28:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/PKCS5 19:28:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/PKCS5PADDING 19:28:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/PKCS7 19:28:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/PKCS7PADDING 19:28:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/TBC 19:28:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/TBCPADDING 19:28:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/X9.23 19:28:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/X9.23PADDING 19:28:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ZEROBYTE 19:28:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ZEROBYTEPADDING 19:28:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ 19:28:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO10126 19:28:17,056 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO10126-2 19:28:17,056 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO10126-2PADDING 19:28:17,056 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO10126PADDING 19:28:17,056 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO7816-4 19:28:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO7816-4PADDING 19:28:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/NOPADDING 19:28:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/PKCS5 19:28:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/PKCS5PADDING 19:28:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/PKCS7 19:28:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/PKCS7PADDING 19:28:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/TBC 19:28:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/TBCPADDING 19:28:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/X9.23 19:28:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/X9.23PADDING 19:28:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ZEROBYTE 19:28:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ZEROBYTEPADDING 19:28:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ 19:28:17,059 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO10126 19:28:17,059 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO10126-2 19:28:17,059 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO10126-2PADDING 19:28:17,059 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO10126PADDING 19:28:17,060 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO7816-4 19:28:17,060 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO7816-4PADDING 19:28:17,060 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/NOPADDING 19:28:17,060 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/PKCS5 19:28:17,060 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/PKCS5PADDING 19:28:17,060 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/PKCS7 19:28:17,061 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/PKCS7PADDING 19:28:17,061 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/TBC 19:28:17,061 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/TBCPADDING 19:28:17,061 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/X9.23 19:28:17,061 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/X9.23PADDING 19:28:17,061 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ZEROBYTE 19:28:17,062 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ZEROBYTEPADDING 19:28:17,062 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ 19:28:17,062 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO10126 19:28:17,062 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO10126-2 19:28:17,062 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO10126-2PADDING 19:28:17,063 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO10126PADDING 19:28:17,063 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO7816-4 19:28:17,063 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO7816-4PADDING 19:28:17,063 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/NOPADDING 19:28:17,063 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/PKCS5 19:28:17,064 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/PKCS5PADDING 19:28:17,064 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/PKCS7 19:28:17,064 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/PKCS7PADDING 19:28:17,064 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/TBC 19:28:17,064 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/TBCPADDING 19:28:17,064 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/X9.23 19:28:17,064 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/X9.23PADDING 19:28:17,065 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ZEROBYTE 19:28:17,065 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ZEROBYTEPADDING 19:28:17,065 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ 19:28:17,065 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO10126 19:28:17,065 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO10126-2 19:28:17,065 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO10126-2PADDING 19:28:17,066 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO10126PADDING 19:28:17,066 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO7816-4 19:28:17,066 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO7816-4PADDING 19:28:17,066 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/NOPADDING 19:28:17,067 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/PKCS5 19:28:17,067 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/PKCS5PADDING 19:28:17,067 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/PKCS7 19:28:17,067 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/PKCS7PADDING 19:28:17,067 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/TBC 19:28:17,067 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/TBCPADDING 19:28:17,068 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/X9.23 19:28:17,068 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/X9.23PADDING 19:28:17,068 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ZEROBYTE 19:28:17,068 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ZEROBYTEPADDING 19:28:17,068 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ 19:28:17,068 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO10126 19:28:17,069 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO10126-2 19:28:17,069 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO10126-2PADDING 19:28:17,069 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO10126PADDING 19:28:17,069 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO7816-4 19:28:17,070 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO7816-4PADDING 19:28:17,070 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/NOPADDING 19:28:17,070 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/PKCS5 19:28:17,070 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/PKCS5PADDING 19:28:17,070 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/PKCS7 19:28:17,070 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/PKCS7PADDING 19:28:17,070 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/TBC 19:28:17,071 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/TBCPADDING 19:28:17,071 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/X9.23 19:28:17,071 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/X9.23PADDING 19:28:17,071 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ZEROBYTE 19:28:17,072 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ZEROBYTEPADDING 19:28:17,072 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ 19:28:17,072 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO10126 19:28:17,072 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO10126-2 19:28:17,073 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO10126-2PADDING 19:28:17,073 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO10126PADDING 19:28:17,073 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO7816-4 19:28:17,073 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO7816-4PADDING 19:28:17,074 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/NOPADDING 19:28:17,074 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/PKCS5 19:28:17,074 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/PKCS5PADDING 19:28:17,074 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/PKCS7 19:28:17,074 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/PKCS7PADDING 19:28:17,074 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/TBC 19:28:17,074 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/TBCPADDING 19:28:17,075 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/X9.23 19:28:17,075 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/X9.23PADDING 19:28:17,075 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ZEROBYTE 19:28:17,075 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ZEROBYTEPADDING 19:28:17,075 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ 19:28:17,075 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO10126 19:28:17,076 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO10126-2 19:28:17,076 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO10126-2PADDING 19:28:17,076 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO10126PADDING 19:28:17,076 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO7816-4 19:28:17,076 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO7816-4PADDING 19:28:17,077 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/NOPADDING 19:28:17,077 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/PKCS5 19:28:17,077 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/PKCS5PADDING 19:28:17,077 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/PKCS7 19:28:17,077 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/PKCS7PADDING 19:28:17,077 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/TBC 19:28:17,078 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/TBCPADDING 19:28:17,078 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/X9.23 19:28:17,078 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/X9.23PADDING 19:28:17,078 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ZEROBYTE 19:28:17,078 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ZEROBYTEPADDING 19:28:17,078 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ 19:28:17,078 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO10126 19:28:17,079 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO10126-2 19:28:17,079 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO10126-2PADDING 19:28:17,079 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO10126PADDING 19:28:17,079 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO7816-4 19:28:17,080 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO7816-4PADDING 19:28:17,080 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/NOPADDING 19:28:17,080 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/PKCS5 19:28:17,080 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/PKCS5PADDING 19:28:17,080 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/PKCS7 19:28:17,080 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/PKCS7PADDING 19:28:17,080 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/TBC 19:28:17,081 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/TBCPADDING 19:28:17,081 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/X9.23 19:28:17,081 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/X9.23PADDING 19:28:17,081 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ZEROBYTE 19:28:17,081 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ZEROBYTEPADDING 19:28:17,081 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ 19:28:17,081 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO10126 19:28:17,082 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO10126-2 19:28:17,082 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO10126-2PADDING 19:28:17,082 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO10126PADDING 19:28:17,082 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO7816-4 19:28:17,083 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO7816-4PADDING 19:28:17,083 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/NOPADDING 19:28:17,083 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/PKCS5 19:28:17,083 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/PKCS5PADDING 19:28:17,083 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/PKCS7 19:28:17,083 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/PKCS7PADDING 19:28:17,083 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/TBC 19:28:17,084 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/TBCPADDING 19:28:17,084 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/X9.23 19:28:17,084 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/X9.23PADDING 19:28:17,084 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ZEROBYTE 19:28:17,084 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ZEROBYTEPADDING 19:28:17,084 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ 19:28:17,084 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO10126 19:28:17,085 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO10126-2 19:28:17,085 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO10126-2PADDING 19:28:17,085 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO10126PADDING 19:28:17,085 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO7816-4 19:28:17,086 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO7816-4PADDING 19:28:17,086 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/NOPADDING 19:28:17,086 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/PKCS5 19:28:17,086 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/PKCS5PADDING 19:28:17,086 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/PKCS7 19:28:17,086 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/PKCS7PADDING 19:28:17,086 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/TBC 19:28:17,087 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/TBCPADDING 19:28:17,087 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/X9.23 19:28:17,087 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/X9.23PADDING 19:28:17,087 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ZEROBYTE 19:28:17,087 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ZEROBYTEPADDING 19:28:17,087 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ 19:28:17,087 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO10126 19:28:17,088 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO10126-2 19:28:17,088 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO10126-2PADDING 19:28:17,088 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO10126PADDING 19:28:17,088 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO7816-4 19:28:17,089 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO7816-4PADDING 19:28:17,089 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/NOPADDING 19:28:17,089 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/PKCS5 19:28:17,089 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/PKCS5PADDING 19:28:17,089 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/PKCS7 19:28:17,089 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/PKCS7PADDING 19:28:17,089 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/TBC 19:28:17,090 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/TBCPADDING 19:28:17,090 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/X9.23 19:28:17,090 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/X9.23PADDING 19:28:17,090 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ZEROBYTE 19:28:17,090 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ZEROBYTEPADDING 19:28:17,090 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ 19:28:17,090 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO10126 19:28:17,091 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO10126-2 19:28:17,091 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO10126-2PADDING 19:28:17,091 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO10126PADDING 19:28:17,091 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO7816-4 19:28:17,092 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO7816-4PADDING 19:28:17,092 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/NOPADDING 19:28:17,092 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/PKCS5 19:28:17,092 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/PKCS5PADDING 19:28:17,092 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/PKCS7 19:28:17,092 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/PKCS7PADDING 19:28:17,092 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/TBC 19:28:17,093 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/TBCPADDING 19:28:17,093 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/X9.23 19:28:17,093 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/X9.23PADDING 19:28:17,093 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ZEROBYTE 19:28:17,093 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ZEROBYTEPADDING 19:28:17,093 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ 19:28:17,093 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO10126 19:28:17,094 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO10126-2 19:28:17,094 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO10126-2PADDING 19:28:17,094 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO10126PADDING 19:28:17,095 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO7816-4 19:28:17,095 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO7816-4PADDING 19:28:17,095 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/NOPADDING 19:28:17,095 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/PKCS5 19:28:17,095 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/PKCS5PADDING 19:28:17,095 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/PKCS7 19:28:17,096 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/PKCS7PADDING 19:28:17,096 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/TBC 19:28:17,096 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/TBCPADDING 19:28:17,096 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/X9.23 19:28:17,096 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/X9.23PADDING 19:28:17,096 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ZEROBYTE 19:28:17,096 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ZEROBYTEPADDING 19:28:17,096 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ 19:28:17,097 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO10126 19:28:17,097 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO10126-2 19:28:17,097 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO10126-2PADDING 19:28:17,097 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO10126PADDING 19:28:17,098 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO7816-4 19:28:17,098 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO7816-4PADDING 19:28:17,098 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/NOPADDING 19:28:17,098 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/PKCS5 19:28:17,098 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/PKCS5PADDING 19:28:17,099 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/PKCS7 19:28:17,099 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/PKCS7PADDING 19:28:17,099 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/TBC 19:28:17,099 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/TBCPADDING 19:28:17,099 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/X9.23 19:28:17,099 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/X9.23PADDING 19:28:17,100 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ZEROBYTE 19:28:17,100 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ZEROBYTEPADDING 19:28:17,100 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ 19:28:17,100 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO10126 19:28:17,100 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO10126-2 19:28:17,100 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO10126-2PADDING 19:28:17,101 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO10126PADDING 19:28:17,101 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO7816-4 19:28:17,101 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO7816-4PADDING 19:28:17,101 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/NOPADDING 19:28:17,101 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/PKCS5 19:28:17,102 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/PKCS5PADDING 19:28:17,102 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/PKCS7 19:28:17,102 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/PKCS7PADDING 19:28:17,102 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/TBC 19:28:17,102 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/TBCPADDING 19:28:17,102 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/X9.23 19:28:17,102 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/X9.23PADDING 19:28:17,103 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ZEROBYTE 19:28:17,103 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ZEROBYTEPADDING 19:28:17,103 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ 19:28:17,103 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO10126 19:28:17,103 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO10126-2 19:28:17,103 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO10126-2PADDING 19:28:17,104 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO10126PADDING 19:28:17,104 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO7816-4 19:28:17,104 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO7816-4PADDING 19:28:17,104 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/NOPADDING 19:28:17,104 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/PKCS5 19:28:17,105 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/PKCS5PADDING 19:28:17,105 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/PKCS7 19:28:17,105 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/PKCS7PADDING 19:28:17,105 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/TBC 19:28:17,105 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/TBCPADDING 19:28:17,105 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/X9.23 19:28:17,105 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/X9.23PADDING 19:28:17,105 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ZEROBYTE 19:28:17,106 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ZEROBYTEPADDING 19:28:17,106 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ 19:28:17,106 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO10126 19:28:17,106 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO10126-2 19:28:17,106 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO10126-2PADDING 19:28:17,107 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO10126PADDING 19:28:17,107 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO7816-4 19:28:17,107 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO7816-4PADDING 19:28:17,107 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/NOPADDING 19:28:17,107 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/PKCS5 19:28:17,108 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/PKCS5PADDING 19:28:17,108 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/PKCS7 19:28:17,108 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/PKCS7PADDING 19:28:17,108 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/TBC 19:28:17,108 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/TBCPADDING 19:28:17,108 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/X9.23 19:28:17,109 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/X9.23PADDING 19:28:17,109 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ZEROBYTE 19:28:17,109 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ZEROBYTEPADDING 19:28:17,109 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ 19:28:17,109 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO10126 19:28:17,110 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO10126-2 19:28:17,110 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO10126-2PADDING 19:28:17,110 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO10126PADDING 19:28:17,111 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO7816-4 19:28:17,111 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO7816-4PADDING 19:28:17,111 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/NOPADDING 19:28:17,111 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/PKCS5 19:28:17,111 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/PKCS5PADDING 19:28:17,111 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/PKCS7 19:28:17,112 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/PKCS7PADDING 19:28:17,112 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/TBC 19:28:17,112 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/TBCPADDING 19:28:17,112 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/X9.23 19:28:17,112 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/X9.23PADDING 19:28:17,112 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ZEROBYTE 19:28:17,112 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ZEROBYTEPADDING 19:28:17,112 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ 19:28:17,113 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO10126 19:28:17,113 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO10126-2 19:28:17,113 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO10126-2PADDING 19:28:17,113 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO10126PADDING 19:28:17,114 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO7816-4 19:28:17,114 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO7816-4PADDING 19:28:17,114 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/NOPADDING 19:28:17,114 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/PKCS5 19:28:17,114 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/PKCS5PADDING 19:28:17,114 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/PKCS7 19:28:17,114 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/PKCS7PADDING 19:28:17,114 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/TBC 19:28:17,114 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/TBCPADDING 19:28:17,115 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/X9.23 19:28:17,115 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/X9.23PADDING 19:28:17,115 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ZEROBYTE 19:28:17,115 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ZEROBYTEPADDING 19:28:17,115 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ 19:28:17,115 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO10126 19:28:17,115 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO10126-2 19:28:17,116 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO10126-2PADDING 19:28:17,116 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO10126PADDING 19:28:17,116 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO7816-4 19:28:17,116 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO7816-4PADDING 19:28:17,116 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/NOPADDING 19:28:17,116 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/PKCS5 19:28:17,117 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/PKCS5PADDING 19:28:17,117 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/PKCS7 19:28:17,117 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/PKCS7PADDING 19:28:17,117 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/TBC 19:28:17,117 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/TBCPADDING 19:28:17,117 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/X9.23 19:28:17,117 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/X9.23PADDING 19:28:17,117 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ZEROBYTE 19:28:17,117 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ZEROBYTEPADDING 19:28:17,118 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ 19:28:17,118 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO10126 19:28:17,118 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO10126-2 19:28:17,118 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO10126-2PADDING 19:28:17,118 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO10126PADDING 19:28:17,119 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO7816-4 19:28:17,119 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO7816-4PADDING 19:28:17,119 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/NOPADDING 19:28:17,119 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/PKCS5 19:28:17,119 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/PKCS5PADDING 19:28:17,119 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/PKCS7 19:28:17,119 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/PKCS7PADDING 19:28:17,119 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/TBC 19:28:17,120 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/TBCPADDING 19:28:17,120 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/X9.23 19:28:17,120 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/X9.23PADDING 19:28:17,120 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ZEROBYTE 19:28:17,120 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ZEROBYTEPADDING 19:28:17,120 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ 19:28:17,120 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO10126 19:28:17,120 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO10126-2 19:28:17,121 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO10126-2PADDING 19:28:17,121 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO10126PADDING 19:28:17,121 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO7816-4 19:28:17,121 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO7816-4PADDING 19:28:17,121 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/NOPADDING 19:28:17,122 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/PKCS5 19:28:17,122 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/PKCS5PADDING 19:28:17,122 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/PKCS7 19:28:17,122 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/PKCS7PADDING 19:28:17,122 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/TBC 19:28:17,122 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/TBCPADDING 19:28:17,122 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/X9.23 19:28:17,123 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/X9.23PADDING 19:28:17,123 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ZEROBYTE 19:28:17,123 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ZEROBYTEPADDING 19:28:17,123 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ 19:28:17,123 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO10126 19:28:17,123 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO10126-2 19:28:17,124 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO10126-2PADDING 19:28:17,124 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO10126PADDING 19:28:17,124 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO7816-4 19:28:17,124 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO7816-4PADDING 19:28:17,125 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/NOPADDING 19:28:17,125 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/PKCS5 19:28:17,125 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/PKCS5PADDING 19:28:17,125 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/PKCS7 19:28:17,125 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/PKCS7PADDING 19:28:17,125 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/TBC 19:28:17,125 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/TBCPADDING 19:28:17,126 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/X9.23 19:28:17,126 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/X9.23PADDING 19:28:17,126 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ZEROBYTE 19:28:17,126 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ZEROBYTEPADDING 19:28:17,126 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ 19:28:17,126 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO10126 19:28:17,127 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO10126-2 19:28:17,127 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO10126-2PADDING 19:28:17,127 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO10126PADDING 19:28:17,128 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO7816-4 19:28:17,129 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO7816-4PADDING 19:28:17,129 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/NOPADDING 19:28:17,129 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/PKCS5 19:28:17,129 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/PKCS5PADDING 19:28:17,129 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/PKCS7 19:28:17,129 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/PKCS7PADDING 19:28:17,129 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/TBC 19:28:17,130 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/TBCPADDING 19:28:17,130 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/X9.23 19:28:17,130 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/X9.23PADDING 19:28:17,130 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ZEROBYTE 19:28:17,130 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ZEROBYTEPADDING 19:28:17,130 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ 19:28:17,131 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO10126 19:28:17,131 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO10126-2 19:28:17,131 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO10126-2PADDING 19:28:17,131 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO10126PADDING 19:28:17,132 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO7816-4 19:28:17,132 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO7816-4PADDING 19:28:17,132 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/NOPADDING 19:28:17,132 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/PKCS5 19:28:17,132 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/PKCS5PADDING 19:28:17,132 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/PKCS7 19:28:17,133 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/PKCS7PADDING 19:28:17,133 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/TBC 19:28:17,133 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/TBCPADDING 19:28:17,133 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/X9.23 19:28:17,133 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/X9.23PADDING 19:28:17,133 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ZEROBYTE 19:28:17,133 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ZEROBYTEPADDING 19:28:17,134 INFO [main][CipherTest] transformation=CAMELLIA/CTS/ 19:28:17,134 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA/CTS/" does not support IV => Skipping. 19:28:17,134 INFO [main][CipherTest] transformation=CAMELLIA/CTS/NOPADDING 19:28:17,134 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA/CTS/NOPADDING" does not support IV => Skipping. 19:28:17,134 INFO [main][CipherTest] transformation=CAMELLIA/EAX/ 19:28:17,135 INFO [main][CipherTest] transformation=CAMELLIA/EAX/NOPADDING 19:28:17,136 INFO [main][CipherTest] transformation=CAMELLIA/ECB/ 19:28:17,136 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA/ECB/" does not support IV => Skipping. 19:28:17,136 INFO [main][CipherTest] transformation=CAMELLIA/ECB/NOPADDING 19:28:17,136 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA/ECB/NOPADDING" does not support IV => Skipping. 19:28:17,136 INFO [main][CipherTest] transformation=CAMELLIA/GCM/ 19:28:17,137 INFO [main][CipherTest] transformation=CAMELLIA/GCM/NOPADDING 19:28:17,139 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ 19:28:17,139 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO10126 19:28:17,139 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO10126-2 19:28:17,139 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO10126-2PADDING 19:28:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO10126PADDING 19:28:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO7816-4 19:28:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO7816-4PADDING 19:28:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB/NOPADDING 19:28:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB/PKCS5 19:28:17,141 INFO [main][CipherTest] transformation=CAMELLIA/OFB/PKCS5PADDING 19:28:17,141 INFO [main][CipherTest] transformation=CAMELLIA/OFB/PKCS7 19:28:17,142 INFO [main][CipherTest] transformation=CAMELLIA/OFB/PKCS7PADDING 19:28:17,142 INFO [main][CipherTest] transformation=CAMELLIA/OFB/TBC 19:28:17,142 INFO [main][CipherTest] transformation=CAMELLIA/OFB/TBCPADDING 19:28:17,142 INFO [main][CipherTest] transformation=CAMELLIA/OFB/X9.23 19:28:17,142 INFO [main][CipherTest] transformation=CAMELLIA/OFB/X9.23PADDING 19:28:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ZEROBYTE 19:28:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ZEROBYTEPADDING 19:28:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ 19:28:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO10126 19:28:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO10126-2 19:28:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO10126-2PADDING 19:28:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO10126PADDING 19:28:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO7816-4 19:28:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO7816-4PADDING 19:28:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/NOPADDING 19:28:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/PKCS5 19:28:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/PKCS5PADDING 19:28:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/PKCS7 19:28:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/PKCS7PADDING 19:28:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/TBC 19:28:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/TBCPADDING 19:28:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/X9.23 19:28:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/X9.23PADDING 19:28:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ZEROBYTE 19:28:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ZEROBYTEPADDING 19:28:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ 19:28:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO10126 19:28:17,147 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO10126-2 19:28:17,147 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO10126-2PADDING 19:28:17,147 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO10126PADDING 19:28:17,147 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO7816-4 19:28:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO7816-4PADDING 19:28:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/NOPADDING 19:28:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/PKCS5 19:28:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/PKCS5PADDING 19:28:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/PKCS7 19:28:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/PKCS7PADDING 19:28:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/TBC 19:28:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/TBCPADDING 19:28:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/X9.23 19:28:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/X9.23PADDING 19:28:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ZEROBYTE 19:28:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ZEROBYTEPADDING 19:28:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ 19:28:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO10126 19:28:17,150 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO10126-2 19:28:17,150 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO10126-2PADDING 19:28:17,150 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO10126PADDING 19:28:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO7816-4 19:28:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO7816-4PADDING 19:28:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/NOPADDING 19:28:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/PKCS5 19:28:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/PKCS5PADDING 19:28:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/PKCS7 19:28:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/PKCS7PADDING 19:28:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/TBC 19:28:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/TBCPADDING 19:28:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/X9.23 19:28:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/X9.23PADDING 19:28:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ZEROBYTE 19:28:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ZEROBYTEPADDING 19:28:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ 19:28:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO10126 19:28:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO10126-2 19:28:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO10126-2PADDING 19:28:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO10126PADDING 19:28:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO7816-4 19:28:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO7816-4PADDING 19:28:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/NOPADDING 19:28:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/PKCS5 19:28:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/PKCS5PADDING 19:28:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/PKCS7 19:28:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/PKCS7PADDING 19:28:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/TBC 19:28:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/TBCPADDING 19:28:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/X9.23 19:28:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/X9.23PADDING 19:28:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ZEROBYTE 19:28:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ZEROBYTEPADDING 19:28:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ 19:28:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO10126 19:28:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO10126-2 19:28:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO10126-2PADDING 19:28:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO10126PADDING 19:28:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO7816-4 19:28:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO7816-4PADDING 19:28:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/NOPADDING 19:28:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/PKCS5 19:28:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/PKCS5PADDING 19:28:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/PKCS7 19:28:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/PKCS7PADDING 19:28:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/TBC 19:28:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/TBCPADDING 19:28:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/X9.23 19:28:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/X9.23PADDING 19:28:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ZEROBYTE 19:28:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ZEROBYTEPADDING 19:28:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ 19:28:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO10126 19:28:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO10126-2 19:28:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO10126-2PADDING 19:28:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO10126PADDING 19:28:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO7816-4 19:28:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO7816-4PADDING 19:28:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/NOPADDING 19:28:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/PKCS5 19:28:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/PKCS5PADDING 19:28:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/PKCS7 19:28:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/PKCS7PADDING 19:28:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/TBC 19:28:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/TBCPADDING 19:28:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/X9.23 19:28:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/X9.23PADDING 19:28:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ZEROBYTE 19:28:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ZEROBYTEPADDING 19:28:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ 19:28:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO10126 19:28:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO10126-2 19:28:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO10126-2PADDING 19:28:17,183 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO10126PADDING 19:28:17,183 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO7816-4 19:28:17,183 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO7816-4PADDING 19:28:17,184 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/NOPADDING 19:28:17,184 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/PKCS5 19:28:17,184 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/PKCS5PADDING 19:28:17,184 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/PKCS7 19:28:17,184 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/PKCS7PADDING 19:28:17,185 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/TBC 19:28:17,185 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/TBCPADDING 19:28:17,185 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/X9.23 19:28:17,185 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/X9.23PADDING 19:28:17,185 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ZEROBYTE 19:28:17,186 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ZEROBYTEPADDING 19:28:17,186 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ 19:28:17,186 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO10126 19:28:17,186 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO10126-2 19:28:17,187 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO10126-2PADDING 19:28:17,187 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO10126PADDING 19:28:17,187 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO7816-4 19:28:17,188 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO7816-4PADDING 19:28:17,188 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/NOPADDING 19:28:17,188 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/PKCS5 19:28:17,188 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/PKCS5PADDING 19:28:17,188 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/PKCS7 19:28:17,189 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/PKCS7PADDING 19:28:17,189 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/TBC 19:28:17,189 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/TBCPADDING 19:28:17,189 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/X9.23 19:28:17,189 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/X9.23PADDING 19:28:17,189 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ZEROBYTE 19:28:17,190 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ZEROBYTEPADDING 19:28:17,190 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ 19:28:17,190 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO10126 19:28:17,190 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO10126-2 19:28:17,191 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO10126-2PADDING 19:28:17,191 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO10126PADDING 19:28:17,191 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO7816-4 19:28:17,192 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO7816-4PADDING 19:28:17,192 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/NOPADDING 19:28:17,192 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/PKCS5 19:28:17,192 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/PKCS5PADDING 19:28:17,192 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/PKCS7 19:28:17,193 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/PKCS7PADDING 19:28:17,193 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/TBC 19:28:17,193 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/TBCPADDING 19:28:17,193 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/X9.23 19:28:17,193 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/X9.23PADDING 19:28:17,193 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ZEROBYTE 19:28:17,194 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ZEROBYTEPADDING 19:28:17,194 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ 19:28:17,194 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO10126 19:28:17,194 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO10126-2 19:28:17,195 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO10126-2PADDING 19:28:17,195 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO10126PADDING 19:28:17,195 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO7816-4 19:28:17,203 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO7816-4PADDING 19:28:17,203 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/NOPADDING 19:28:17,203 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/PKCS5 19:28:17,203 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/PKCS5PADDING 19:28:17,203 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/PKCS7 19:28:17,204 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/PKCS7PADDING 19:28:17,204 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/TBC 19:28:17,204 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/TBCPADDING 19:28:17,204 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/X9.23 19:28:17,204 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/X9.23PADDING 19:28:17,205 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ZEROBYTE 19:28:17,205 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ZEROBYTEPADDING 19:28:17,205 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ 19:28:17,205 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO10126 19:28:17,205 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO10126-2 19:28:17,206 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO10126-2PADDING 19:28:17,206 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO10126PADDING 19:28:17,207 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO7816-4 19:28:17,207 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO7816-4PADDING 19:28:17,207 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/NOPADDING 19:28:17,207 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/PKCS5 19:28:17,207 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/PKCS5PADDING 19:28:17,208 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/PKCS7 19:28:17,208 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/PKCS7PADDING 19:28:17,208 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/TBC 19:28:17,208 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/TBCPADDING 19:28:17,208 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/X9.23 19:28:17,208 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/X9.23PADDING 19:28:17,209 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ZEROBYTE 19:28:17,209 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ZEROBYTEPADDING 19:28:17,209 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ 19:28:17,209 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO10126 19:28:17,210 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO10126-2 19:28:17,210 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO10126-2PADDING 19:28:17,210 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO10126PADDING 19:28:17,211 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO7816-4 19:28:17,211 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO7816-4PADDING 19:28:17,211 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/NOPADDING 19:28:17,211 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/PKCS5 19:28:17,211 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/PKCS5PADDING 19:28:17,215 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/PKCS7 19:28:17,215 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/PKCS7PADDING 19:28:17,215 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/TBC 19:28:17,215 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/TBCPADDING 19:28:17,216 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/X9.23 19:28:17,216 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/X9.23PADDING 19:28:17,216 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ZEROBYTE 19:28:17,216 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ZEROBYTEPADDING 19:28:17,216 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ 19:28:17,217 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO10126 19:28:17,217 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO10126-2 19:28:17,217 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO10126-2PADDING 19:28:17,218 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO10126PADDING 19:28:17,218 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO7816-4 19:28:17,218 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO7816-4PADDING 19:28:17,218 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/NOPADDING 19:28:17,219 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/PKCS5 19:28:17,219 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/PKCS5PADDING 19:28:17,219 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/PKCS7 19:28:17,219 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/PKCS7PADDING 19:28:17,219 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/TBC 19:28:17,220 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/TBCPADDING 19:28:17,220 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/X9.23 19:28:17,220 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/X9.23PADDING 19:28:17,220 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ZEROBYTE 19:28:17,220 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ZEROBYTEPADDING 19:28:17,220 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ 19:28:17,221 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO10126 19:28:17,221 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO10126-2 19:28:17,221 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO10126-2PADDING 19:28:17,222 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO10126PADDING 19:28:17,222 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO7816-4 19:28:17,222 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO7816-4PADDING 19:28:17,222 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/NOPADDING 19:28:17,223 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/PKCS5 19:28:17,223 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/PKCS5PADDING 19:28:17,223 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/PKCS7 19:28:17,223 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/PKCS7PADDING 19:28:17,223 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/TBC 19:28:17,224 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/TBCPADDING 19:28:17,224 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/X9.23 19:28:17,224 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/X9.23PADDING 19:28:17,224 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ZEROBYTE 19:28:17,224 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ZEROBYTEPADDING 19:28:17,224 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ 19:28:17,225 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO10126 19:28:17,225 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO10126-2 19:28:17,225 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO10126-2PADDING 19:28:17,226 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO10126PADDING 19:28:17,226 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO7816-4 19:28:17,226 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO7816-4PADDING 19:28:17,226 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/NOPADDING 19:28:17,227 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/PKCS5 19:28:17,227 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/PKCS5PADDING 19:28:17,227 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/PKCS7 19:28:17,227 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/PKCS7PADDING 19:28:17,227 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/TBC 19:28:17,228 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/TBCPADDING 19:28:17,228 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/X9.23 19:28:17,228 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/X9.23PADDING 19:28:17,228 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ZEROBYTE 19:28:17,228 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ZEROBYTEPADDING 19:28:17,228 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ 19:28:17,229 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO10126 19:28:17,229 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO10126-2 19:28:17,229 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO10126-2PADDING 19:28:17,230 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO10126PADDING 19:28:17,230 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO7816-4 19:28:17,230 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO7816-4PADDING 19:28:17,230 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/NOPADDING 19:28:17,231 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/PKCS5 19:28:17,231 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/PKCS5PADDING 19:28:17,231 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/PKCS7 19:28:17,231 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/PKCS7PADDING 19:28:17,231 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/TBC 19:28:17,231 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/TBCPADDING 19:28:17,232 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/X9.23 19:28:17,232 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/X9.23PADDING 19:28:17,232 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ZEROBYTE 19:28:17,232 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ZEROBYTEPADDING 19:28:17,232 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ 19:28:17,233 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO10126 19:28:17,233 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO10126-2 19:28:17,233 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO10126-2PADDING 19:28:17,234 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO10126PADDING 19:28:17,234 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO7816-4 19:28:17,234 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO7816-4PADDING 19:28:17,234 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/NOPADDING 19:28:17,235 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/PKCS5 19:28:17,235 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/PKCS5PADDING 19:28:17,235 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/PKCS7 19:28:17,235 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/PKCS7PADDING 19:28:17,235 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/TBC 19:28:17,235 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/TBCPADDING 19:28:17,235 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/X9.23 19:28:17,235 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/X9.23PADDING 19:28:17,235 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ZEROBYTE 19:28:17,236 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ZEROBYTEPADDING 19:28:17,236 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ 19:28:17,236 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO10126 19:28:17,236 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO10126-2 19:28:17,236 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO10126-2PADDING 19:28:17,236 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO10126PADDING 19:28:17,237 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO7816-4 19:28:17,237 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO7816-4PADDING 19:28:17,237 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/NOPADDING 19:28:17,237 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/PKCS5 19:28:17,237 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/PKCS5PADDING 19:28:17,237 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/PKCS7 19:28:17,237 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/PKCS7PADDING 19:28:17,237 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/TBC 19:28:17,237 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/TBCPADDING 19:28:17,238 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/X9.23 19:28:17,238 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/X9.23PADDING 19:28:17,238 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ZEROBYTE 19:28:17,238 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ZEROBYTEPADDING 19:28:17,238 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ 19:28:17,238 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO10126 19:28:17,238 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO10126-2 19:28:17,239 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO10126-2PADDING 19:28:17,239 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO10126PADDING 19:28:17,239 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO7816-4 19:28:17,239 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO7816-4PADDING 19:28:17,239 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/NOPADDING 19:28:17,239 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/PKCS5 19:28:17,239 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/PKCS5PADDING 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/PKCS7 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/PKCS7PADDING 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/TBC 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/TBCPADDING 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/X9.23 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/X9.23PADDING 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ZEROBYTE 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ZEROBYTEPADDING 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ 19:28:17,240 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO10126 19:28:17,241 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO10126-2 19:28:17,241 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO10126-2PADDING 19:28:17,241 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO10126PADDING 19:28:17,241 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO7816-4 19:28:17,242 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO7816-4PADDING 19:28:17,242 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/NOPADDING 19:28:17,242 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/PKCS5 19:28:17,242 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/PKCS5PADDING 19:28:17,242 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/PKCS7 19:28:17,242 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/PKCS7PADDING 19:28:17,242 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/TBC 19:28:17,242 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/TBCPADDING 19:28:17,242 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/X9.23 19:28:17,243 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/X9.23PADDING 19:28:17,243 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ZEROBYTE 19:28:17,243 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ZEROBYTEPADDING 19:28:17,243 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ 19:28:17,243 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO10126 19:28:17,243 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO10126-2 19:28:17,243 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO10126-2PADDING 19:28:17,244 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO10126PADDING 19:28:17,244 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO7816-4 19:28:17,244 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO7816-4PADDING 19:28:17,244 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/NOPADDING 19:28:17,244 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/PKCS5 19:28:17,244 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/PKCS5PADDING 19:28:17,244 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/PKCS7 19:28:17,244 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/PKCS7PADDING 19:28:17,245 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/TBC 19:28:17,245 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/TBCPADDING 19:28:17,245 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/X9.23 19:28:17,245 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/X9.23PADDING 19:28:17,245 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ZEROBYTE 19:28:17,245 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ZEROBYTEPADDING 19:28:17,245 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ 19:28:17,245 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO10126 19:28:17,245 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO10126-2 19:28:17,246 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO10126-2PADDING 19:28:17,246 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO10126PADDING 19:28:17,246 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO7816-4 19:28:17,246 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO7816-4PADDING 19:28:17,246 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/NOPADDING 19:28:17,246 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/PKCS5 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/PKCS5PADDING 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/PKCS7 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/PKCS7PADDING 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/TBC 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/TBCPADDING 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/X9.23 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/X9.23PADDING 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ZEROBYTE 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ZEROBYTEPADDING 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ 19:28:17,247 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO10126 19:28:17,248 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO10126-2 19:28:17,248 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO10126-2PADDING 19:28:17,248 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO10126PADDING 19:28:17,248 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO7816-4 19:28:17,248 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO7816-4PADDING 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/NOPADDING 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/PKCS5 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/PKCS5PADDING 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/PKCS7 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/PKCS7PADDING 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/TBC 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/TBCPADDING 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/X9.23 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/X9.23PADDING 19:28:17,249 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ZEROBYTE 19:28:17,250 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ZEROBYTEPADDING 19:28:17,250 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ 19:28:17,250 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO10126 19:28:17,250 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO10126-2 19:28:17,250 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO10126-2PADDING 19:28:17,250 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO10126PADDING 19:28:17,251 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO7816-4 19:28:17,251 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO7816-4PADDING 19:28:17,251 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/NOPADDING 19:28:17,251 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/PKCS5 19:28:17,251 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/PKCS5PADDING 19:28:17,251 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/PKCS7 19:28:17,251 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/PKCS7PADDING 19:28:17,251 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/TBC 19:28:17,251 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/TBCPADDING 19:28:17,252 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/X9.23 19:28:17,252 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/X9.23PADDING 19:28:17,252 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ZEROBYTE 19:28:17,252 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ZEROBYTEPADDING 19:28:17,252 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ 19:28:17,252 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO10126 19:28:17,252 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO10126-2 19:28:17,252 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO10126-2PADDING 19:28:17,253 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO10126PADDING 19:28:17,253 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO7816-4 19:28:17,253 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO7816-4PADDING 19:28:17,253 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/NOPADDING 19:28:17,253 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/PKCS5 19:28:17,253 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/PKCS5PADDING 19:28:17,253 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/PKCS7 19:28:17,253 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/PKCS7PADDING 19:28:17,254 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/TBC 19:28:17,254 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/TBCPADDING 19:28:17,254 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/X9.23 19:28:17,254 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/X9.23PADDING 19:28:17,254 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ZEROBYTE 19:28:17,254 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ZEROBYTEPADDING 19:28:17,254 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ 19:28:17,254 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO10126 19:28:17,254 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO10126-2 19:28:17,255 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO10126-2PADDING 19:28:17,255 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO10126PADDING 19:28:17,255 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO7816-4 19:28:17,255 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO7816-4PADDING 19:28:17,255 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/NOPADDING 19:28:17,255 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/PKCS5 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/PKCS5PADDING 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/PKCS7 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/PKCS7PADDING 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/TBC 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/TBCPADDING 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/X9.23 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/X9.23PADDING 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ZEROBYTE 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ZEROBYTEPADDING 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ 19:28:17,256 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO10126 19:28:17,257 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO10126-2 19:28:17,257 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO10126-2PADDING 19:28:17,257 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO10126PADDING 19:28:17,257 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO7816-4 19:28:17,257 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO7816-4PADDING 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/NOPADDING 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/PKCS5 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/PKCS5PADDING 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/PKCS7 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/PKCS7PADDING 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/TBC 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/TBCPADDING 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/X9.23 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/X9.23PADDING 19:28:17,258 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ZEROBYTE 19:28:17,259 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ZEROBYTEPADDING 19:28:17,259 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ 19:28:17,259 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO10126 19:28:17,259 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO10126-2 19:28:17,259 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO10126-2PADDING 19:28:17,259 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO10126PADDING 19:28:17,260 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO7816-4 19:28:17,260 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO7816-4PADDING 19:28:17,260 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/NOPADDING 19:28:17,260 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/PKCS5 19:28:17,260 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/PKCS5PADDING 19:28:17,260 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/PKCS7 19:28:17,260 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/PKCS7PADDING 19:28:17,260 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/TBC 19:28:17,260 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/TBCPADDING 19:28:17,261 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/X9.23 19:28:17,261 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/X9.23PADDING 19:28:17,261 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ZEROBYTE 19:28:17,261 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ZEROBYTEPADDING 19:28:17,261 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ 19:28:17,261 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO10126 19:28:17,261 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO10126-2 19:28:17,261 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO10126-2PADDING 19:28:17,262 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO10126PADDING 19:28:17,262 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO7816-4 19:28:17,262 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO7816-4PADDING 19:28:17,262 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/NOPADDING 19:28:17,262 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/PKCS5 19:28:17,262 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/PKCS5PADDING 19:28:17,262 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/PKCS7 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/PKCS7PADDING 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/TBC 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/TBCPADDING 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/X9.23 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/X9.23PADDING 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ZEROBYTE 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ZEROBYTEPADDING 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO10126 19:28:17,263 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO10126-2 19:28:17,264 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO10126-2PADDING 19:28:17,264 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO10126PADDING 19:28:17,264 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO7816-4 19:28:17,264 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO7816-4PADDING 19:28:17,264 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/NOPADDING 19:28:17,264 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/PKCS5 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/PKCS5PADDING 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/PKCS7 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/PKCS7PADDING 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/TBC 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/TBCPADDING 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/X9.23 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/X9.23PADDING 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ZEROBYTE 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ZEROBYTEPADDING 19:28:17,265 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ 19:28:17,266 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO10126 19:28:17,266 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO10126-2 19:28:17,266 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO10126-2PADDING 19:28:17,266 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO10126PADDING 19:28:17,267 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO7816-4 19:28:17,267 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO7816-4PADDING 19:28:17,267 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/NOPADDING 19:28:17,267 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/PKCS5 19:28:17,267 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/PKCS5PADDING 19:28:17,267 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/PKCS7 19:28:17,268 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/PKCS7PADDING 19:28:17,268 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/TBC 19:28:17,268 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/TBCPADDING 19:28:17,268 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/X9.23 19:28:17,268 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/X9.23PADDING 19:28:17,268 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ZEROBYTE 19:28:17,268 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ZEROBYTEPADDING 19:28:17,268 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ 19:28:17,268 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO10126 19:28:17,269 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO10126-2 19:28:17,269 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO10126-2PADDING 19:28:17,269 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO10126PADDING 19:28:17,269 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO7816-4 19:28:17,269 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO7816-4PADDING 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/NOPADDING 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/PKCS5 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/PKCS5PADDING 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/PKCS7 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/PKCS7PADDING 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/TBC 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/TBCPADDING 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/X9.23 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/X9.23PADDING 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ZEROBYTE 19:28:17,270 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ZEROBYTEPADDING 19:28:17,271 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ 19:28:17,271 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO10126 19:28:17,271 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO10126-2 19:28:17,271 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO10126-2PADDING 19:28:17,272 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO10126PADDING 19:28:17,272 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO7816-4 19:28:17,272 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO7816-4PADDING 19:28:17,272 INFO [main][CipherTest] transformation=CAMELLIA/SIC/NOPADDING 19:28:17,272 INFO [main][CipherTest] transformation=CAMELLIA/SIC/PKCS5 19:28:17,272 INFO [main][CipherTest] transformation=CAMELLIA/SIC/PKCS5PADDING 19:28:17,273 INFO [main][CipherTest] transformation=CAMELLIA/SIC/PKCS7 19:28:17,273 INFO [main][CipherTest] transformation=CAMELLIA/SIC/PKCS7PADDING 19:28:17,273 INFO [main][CipherTest] transformation=CAMELLIA/SIC/TBC 19:28:17,273 INFO [main][CipherTest] transformation=CAMELLIA/SIC/TBCPADDING 19:28:17,273 INFO [main][CipherTest] transformation=CAMELLIA/SIC/X9.23 19:28:17,273 INFO [main][CipherTest] transformation=CAMELLIA/SIC/X9.23PADDING 19:28:17,273 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ZEROBYTE 19:28:17,273 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ZEROBYTEPADDING 19:28:17,274 INFO [main][CipherTest] transformation=CAST5// 19:28:17,274 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5//" does not support IV => Skipping. 19:28:17,274 INFO [main][CipherTest] transformation=CAST5//NOPADDING 19:28:17,274 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5//NOPADDING" does not support IV => Skipping. 19:28:17,274 INFO [main][CipherTest] transformation=CAST5/CBC-CTS/ 19:28:17,274 INFO [main][CipherTest] transformation=CAST5/CBC-CTS/NOPADDING 19:28:17,275 INFO [main][CipherTest] transformation=CAST5/CBC/ 19:28:17,275 INFO [main][CipherTest] transformation=CAST5/CBC/ISO10126 19:28:17,275 INFO [main][CipherTest] transformation=CAST5/CBC/ISO10126-2 19:28:17,276 INFO [main][CipherTest] transformation=CAST5/CBC/ISO10126-2PADDING 19:28:17,277 INFO [main][CipherTest] transformation=CAST5/CBC/ISO10126PADDING 19:28:17,277 INFO [main][CipherTest] transformation=CAST5/CBC/ISO7816-4 19:28:17,278 INFO [main][CipherTest] transformation=CAST5/CBC/ISO7816-4PADDING 19:28:17,278 INFO [main][CipherTest] transformation=CAST5/CBC/NOPADDING 19:28:17,278 INFO [main][CipherTest] transformation=CAST5/CBC/PKCS5 19:28:17,278 INFO [main][CipherTest] transformation=CAST5/CBC/PKCS5PADDING 19:28:17,278 INFO [main][CipherTest] transformation=CAST5/CBC/PKCS7 19:28:17,279 INFO [main][CipherTest] transformation=CAST5/CBC/PKCS7PADDING 19:28:17,279 INFO [main][CipherTest] transformation=CAST5/CBC/TBC 19:28:17,279 INFO [main][CipherTest] transformation=CAST5/CBC/TBCPADDING 19:28:17,279 INFO [main][CipherTest] transformation=CAST5/CBC/X9.23 19:28:17,280 INFO [main][CipherTest] transformation=CAST5/CBC/X9.23PADDING 19:28:17,280 INFO [main][CipherTest] transformation=CAST5/CBC/ZEROBYTE 19:28:17,280 INFO [main][CipherTest] transformation=CAST5/CBC/ZEROBYTEPADDING 19:28:17,280 INFO [main][CipherTest] transformation=CAST5/CFB/ 19:28:17,281 INFO [main][CipherTest] transformation=CAST5/CFB/ISO10126 19:28:17,281 INFO [main][CipherTest] transformation=CAST5/CFB/ISO10126-2 19:28:17,281 INFO [main][CipherTest] transformation=CAST5/CFB/ISO10126-2PADDING 19:28:17,282 INFO [main][CipherTest] transformation=CAST5/CFB/ISO10126PADDING 19:28:17,282 INFO [main][CipherTest] transformation=CAST5/CFB/ISO7816-4 19:28:17,282 INFO [main][CipherTest] transformation=CAST5/CFB/ISO7816-4PADDING 19:28:17,282 INFO [main][CipherTest] transformation=CAST5/CFB/NOPADDING 19:28:17,282 INFO [main][CipherTest] transformation=CAST5/CFB/PKCS5 19:28:17,283 INFO [main][CipherTest] transformation=CAST5/CFB/PKCS5PADDING 19:28:17,283 INFO [main][CipherTest] transformation=CAST5/CFB/PKCS7 19:28:17,283 INFO [main][CipherTest] transformation=CAST5/CFB/PKCS7PADDING 19:28:17,283 INFO [main][CipherTest] transformation=CAST5/CFB/TBC 19:28:17,283 INFO [main][CipherTest] transformation=CAST5/CFB/TBCPADDING 19:28:17,284 INFO [main][CipherTest] transformation=CAST5/CFB/X9.23 19:28:17,284 INFO [main][CipherTest] transformation=CAST5/CFB/X9.23PADDING 19:28:17,284 INFO [main][CipherTest] transformation=CAST5/CFB/ZEROBYTE 19:28:17,284 INFO [main][CipherTest] transformation=CAST5/CFB/ZEROBYTEPADDING 19:28:17,284 INFO [main][CipherTest] transformation=CAST5/CFB104/ 19:28:17,285 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO10126 19:28:17,285 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO10126-2 19:28:17,285 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO10126-2PADDING 19:28:17,285 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO10126PADDING 19:28:17,286 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO7816-4 19:28:17,286 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO7816-4PADDING 19:28:17,286 INFO [main][CipherTest] transformation=CAST5/CFB104/NOPADDING 19:28:17,286 INFO [main][CipherTest] transformation=CAST5/CFB104/PKCS5 19:28:17,287 INFO [main][CipherTest] transformation=CAST5/CFB104/PKCS5PADDING 19:28:17,287 INFO [main][CipherTest] transformation=CAST5/CFB104/PKCS7 19:28:17,287 INFO [main][CipherTest] transformation=CAST5/CFB104/PKCS7PADDING 19:28:17,287 INFO [main][CipherTest] transformation=CAST5/CFB104/TBC 19:28:17,287 INFO [main][CipherTest] transformation=CAST5/CFB104/TBCPADDING 19:28:17,288 INFO [main][CipherTest] transformation=CAST5/CFB104/X9.23 19:28:17,288 INFO [main][CipherTest] transformation=CAST5/CFB104/X9.23PADDING 19:28:17,288 INFO [main][CipherTest] transformation=CAST5/CFB104/ZEROBYTE 19:28:17,288 INFO [main][CipherTest] transformation=CAST5/CFB104/ZEROBYTEPADDING 19:28:17,288 INFO [main][CipherTest] transformation=CAST5/CFB112/ 19:28:17,288 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO10126 19:28:17,289 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO10126-2 19:28:17,289 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO10126-2PADDING 19:28:17,289 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO10126PADDING 19:28:17,290 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO7816-4 19:28:17,290 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO7816-4PADDING 19:28:17,290 INFO [main][CipherTest] transformation=CAST5/CFB112/NOPADDING 19:28:17,290 INFO [main][CipherTest] transformation=CAST5/CFB112/PKCS5 19:28:17,291 INFO [main][CipherTest] transformation=CAST5/CFB112/PKCS5PADDING 19:28:17,291 INFO [main][CipherTest] transformation=CAST5/CFB112/PKCS7 19:28:17,291 INFO [main][CipherTest] transformation=CAST5/CFB112/PKCS7PADDING 19:28:17,291 INFO [main][CipherTest] transformation=CAST5/CFB112/TBC 19:28:17,291 INFO [main][CipherTest] transformation=CAST5/CFB112/TBCPADDING 19:28:17,291 INFO [main][CipherTest] transformation=CAST5/CFB112/X9.23 19:28:17,292 INFO [main][CipherTest] transformation=CAST5/CFB112/X9.23PADDING 19:28:17,292 INFO [main][CipherTest] transformation=CAST5/CFB112/ZEROBYTE 19:28:17,292 INFO [main][CipherTest] transformation=CAST5/CFB112/ZEROBYTEPADDING 19:28:17,292 INFO [main][CipherTest] transformation=CAST5/CFB120/ 19:28:17,292 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO10126 19:28:17,293 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO10126-2 19:28:17,293 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO10126-2PADDING 19:28:17,293 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO10126PADDING 19:28:17,294 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO7816-4 19:28:17,294 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO7816-4PADDING 19:28:17,294 INFO [main][CipherTest] transformation=CAST5/CFB120/NOPADDING 19:28:17,294 INFO [main][CipherTest] transformation=CAST5/CFB120/PKCS5 19:28:17,294 INFO [main][CipherTest] transformation=CAST5/CFB120/PKCS5PADDING 19:28:17,295 INFO [main][CipherTest] transformation=CAST5/CFB120/PKCS7 19:28:17,295 INFO [main][CipherTest] transformation=CAST5/CFB120/PKCS7PADDING 19:28:17,295 INFO [main][CipherTest] transformation=CAST5/CFB120/TBC 19:28:17,295 INFO [main][CipherTest] transformation=CAST5/CFB120/TBCPADDING 19:28:17,295 INFO [main][CipherTest] transformation=CAST5/CFB120/X9.23 19:28:17,296 INFO [main][CipherTest] transformation=CAST5/CFB120/X9.23PADDING 19:28:17,296 INFO [main][CipherTest] transformation=CAST5/CFB120/ZEROBYTE 19:28:17,296 INFO [main][CipherTest] transformation=CAST5/CFB120/ZEROBYTEPADDING 19:28:17,296 INFO [main][CipherTest] transformation=CAST5/CFB128/ 19:28:17,296 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO10126 19:28:17,297 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO10126-2 19:28:17,297 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO10126-2PADDING 19:28:17,297 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO10126PADDING 19:28:17,298 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO7816-4 19:28:17,298 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO7816-4PADDING 19:28:17,298 INFO [main][CipherTest] transformation=CAST5/CFB128/NOPADDING 19:28:17,298 INFO [main][CipherTest] transformation=CAST5/CFB128/PKCS5 19:28:17,298 INFO [main][CipherTest] transformation=CAST5/CFB128/PKCS5PADDING 19:28:17,299 INFO [main][CipherTest] transformation=CAST5/CFB128/PKCS7 19:28:17,299 INFO [main][CipherTest] transformation=CAST5/CFB128/PKCS7PADDING 19:28:17,299 INFO [main][CipherTest] transformation=CAST5/CFB128/TBC 19:28:17,299 INFO [main][CipherTest] transformation=CAST5/CFB128/TBCPADDING 19:28:17,299 INFO [main][CipherTest] transformation=CAST5/CFB128/X9.23 19:28:17,300 INFO [main][CipherTest] transformation=CAST5/CFB128/X9.23PADDING 19:28:17,300 INFO [main][CipherTest] transformation=CAST5/CFB128/ZEROBYTE 19:28:17,300 INFO [main][CipherTest] transformation=CAST5/CFB128/ZEROBYTEPADDING 19:28:17,300 INFO [main][CipherTest] transformation=CAST5/CFB136/ 19:28:17,300 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO10126 19:28:17,301 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO10126-2 19:28:17,301 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO10126-2PADDING 19:28:17,301 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO10126PADDING 19:28:17,302 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO7816-4 19:28:17,302 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO7816-4PADDING 19:28:17,302 INFO [main][CipherTest] transformation=CAST5/CFB136/NOPADDING 19:28:17,302 INFO [main][CipherTest] transformation=CAST5/CFB136/PKCS5 19:28:17,302 INFO [main][CipherTest] transformation=CAST5/CFB136/PKCS5PADDING 19:28:17,303 INFO [main][CipherTest] transformation=CAST5/CFB136/PKCS7 19:28:17,303 INFO [main][CipherTest] transformation=CAST5/CFB136/PKCS7PADDING 19:28:17,303 INFO [main][CipherTest] transformation=CAST5/CFB136/TBC 19:28:17,303 INFO [main][CipherTest] transformation=CAST5/CFB136/TBCPADDING 19:28:17,303 INFO [main][CipherTest] transformation=CAST5/CFB136/X9.23 19:28:17,304 INFO [main][CipherTest] transformation=CAST5/CFB136/X9.23PADDING 19:28:17,304 INFO [main][CipherTest] transformation=CAST5/CFB136/ZEROBYTE 19:28:17,304 INFO [main][CipherTest] transformation=CAST5/CFB136/ZEROBYTEPADDING 19:28:17,304 INFO [main][CipherTest] transformation=CAST5/CFB144/ 19:28:17,304 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO10126 19:28:17,305 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO10126-2 19:28:17,305 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO10126-2PADDING 19:28:17,305 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO10126PADDING 19:28:17,306 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO7816-4 19:28:17,306 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO7816-4PADDING 19:28:17,306 INFO [main][CipherTest] transformation=CAST5/CFB144/NOPADDING 19:28:17,306 INFO [main][CipherTest] transformation=CAST5/CFB144/PKCS5 19:28:17,306 INFO [main][CipherTest] transformation=CAST5/CFB144/PKCS5PADDING 19:28:17,306 INFO [main][CipherTest] transformation=CAST5/CFB144/PKCS7 19:28:17,307 INFO [main][CipherTest] transformation=CAST5/CFB144/PKCS7PADDING 19:28:17,307 INFO [main][CipherTest] transformation=CAST5/CFB144/TBC 19:28:17,307 INFO [main][CipherTest] transformation=CAST5/CFB144/TBCPADDING 19:28:17,307 INFO [main][CipherTest] transformation=CAST5/CFB144/X9.23 19:28:17,307 INFO [main][CipherTest] transformation=CAST5/CFB144/X9.23PADDING 19:28:17,308 INFO [main][CipherTest] transformation=CAST5/CFB144/ZEROBYTE 19:28:17,308 INFO [main][CipherTest] transformation=CAST5/CFB144/ZEROBYTEPADDING 19:28:17,308 INFO [main][CipherTest] transformation=CAST5/CFB152/ 19:28:17,308 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO10126 19:28:17,308 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO10126-2 19:28:17,309 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO10126-2PADDING 19:28:17,309 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO10126PADDING 19:28:17,309 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO7816-4 19:28:17,310 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO7816-4PADDING 19:28:17,310 INFO [main][CipherTest] transformation=CAST5/CFB152/NOPADDING 19:28:17,310 INFO [main][CipherTest] transformation=CAST5/CFB152/PKCS5 19:28:17,310 INFO [main][CipherTest] transformation=CAST5/CFB152/PKCS5PADDING 19:28:17,311 INFO [main][CipherTest] transformation=CAST5/CFB152/PKCS7 19:28:17,311 INFO [main][CipherTest] transformation=CAST5/CFB152/PKCS7PADDING 19:28:17,312 INFO [main][CipherTest] transformation=CAST5/CFB152/TBC 19:28:17,312 INFO [main][CipherTest] transformation=CAST5/CFB152/TBCPADDING 19:28:17,312 INFO [main][CipherTest] transformation=CAST5/CFB152/X9.23 19:28:17,312 INFO [main][CipherTest] transformation=CAST5/CFB152/X9.23PADDING 19:28:17,313 INFO [main][CipherTest] transformation=CAST5/CFB152/ZEROBYTE 19:28:17,313 INFO [main][CipherTest] transformation=CAST5/CFB152/ZEROBYTEPADDING 19:28:17,313 INFO [main][CipherTest] transformation=CAST5/CFB16/ 19:28:17,313 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO10126 19:28:17,314 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO10126-2 19:28:17,314 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO10126-2PADDING 19:28:17,314 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO10126PADDING 19:28:17,315 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO7816-4 19:28:17,315 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO7816-4PADDING 19:28:17,315 INFO [main][CipherTest] transformation=CAST5/CFB16/NOPADDING 19:28:17,315 INFO [main][CipherTest] transformation=CAST5/CFB16/PKCS5 19:28:17,315 INFO [main][CipherTest] transformation=CAST5/CFB16/PKCS5PADDING 19:28:17,315 INFO [main][CipherTest] transformation=CAST5/CFB16/PKCS7 19:28:17,315 INFO [main][CipherTest] transformation=CAST5/CFB16/PKCS7PADDING 19:28:17,316 INFO [main][CipherTest] transformation=CAST5/CFB16/TBC 19:28:17,316 INFO [main][CipherTest] transformation=CAST5/CFB16/TBCPADDING 19:28:17,316 INFO [main][CipherTest] transformation=CAST5/CFB16/X9.23 19:28:17,316 INFO [main][CipherTest] transformation=CAST5/CFB16/X9.23PADDING 19:28:17,316 INFO [main][CipherTest] transformation=CAST5/CFB16/ZEROBYTE 19:28:17,316 INFO [main][CipherTest] transformation=CAST5/CFB16/ZEROBYTEPADDING 19:28:17,316 INFO [main][CipherTest] transformation=CAST5/CFB160/ 19:28:17,317 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO10126 19:28:17,317 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO10126-2 19:28:17,317 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO10126-2PADDING 19:28:17,317 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO10126PADDING 19:28:17,318 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO7816-4 19:28:17,318 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO7816-4PADDING 19:28:17,318 INFO [main][CipherTest] transformation=CAST5/CFB160/NOPADDING 19:28:17,318 INFO [main][CipherTest] transformation=CAST5/CFB160/PKCS5 19:28:17,318 INFO [main][CipherTest] transformation=CAST5/CFB160/PKCS5PADDING 19:28:17,318 INFO [main][CipherTest] transformation=CAST5/CFB160/PKCS7 19:28:17,318 INFO [main][CipherTest] transformation=CAST5/CFB160/PKCS7PADDING 19:28:17,319 INFO [main][CipherTest] transformation=CAST5/CFB160/TBC 19:28:17,319 INFO [main][CipherTest] transformation=CAST5/CFB160/TBCPADDING 19:28:17,319 INFO [main][CipherTest] transformation=CAST5/CFB160/X9.23 19:28:17,319 INFO [main][CipherTest] transformation=CAST5/CFB160/X9.23PADDING 19:28:17,319 INFO [main][CipherTest] transformation=CAST5/CFB160/ZEROBYTE 19:28:17,319 INFO [main][CipherTest] transformation=CAST5/CFB160/ZEROBYTEPADDING 19:28:17,319 INFO [main][CipherTest] transformation=CAST5/CFB168/ 19:28:17,320 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO10126 19:28:17,320 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO10126-2 19:28:17,320 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO10126-2PADDING 19:28:17,320 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO10126PADDING 19:28:17,321 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO7816-4 19:28:17,321 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO7816-4PADDING 19:28:17,321 INFO [main][CipherTest] transformation=CAST5/CFB168/NOPADDING 19:28:17,321 INFO [main][CipherTest] transformation=CAST5/CFB168/PKCS5 19:28:17,321 INFO [main][CipherTest] transformation=CAST5/CFB168/PKCS5PADDING 19:28:17,321 INFO [main][CipherTest] transformation=CAST5/CFB168/PKCS7 19:28:17,321 INFO [main][CipherTest] transformation=CAST5/CFB168/PKCS7PADDING 19:28:17,322 INFO [main][CipherTest] transformation=CAST5/CFB168/TBC 19:28:17,322 INFO [main][CipherTest] transformation=CAST5/CFB168/TBCPADDING 19:28:17,322 INFO [main][CipherTest] transformation=CAST5/CFB168/X9.23 19:28:17,322 INFO [main][CipherTest] transformation=CAST5/CFB168/X9.23PADDING 19:28:17,322 INFO [main][CipherTest] transformation=CAST5/CFB168/ZEROBYTE 19:28:17,322 INFO [main][CipherTest] transformation=CAST5/CFB168/ZEROBYTEPADDING 19:28:17,322 INFO [main][CipherTest] transformation=CAST5/CFB176/ 19:28:17,323 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO10126 19:28:17,323 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO10126-2 19:28:17,323 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO10126-2PADDING 19:28:17,323 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO10126PADDING 19:28:17,324 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO7816-4 19:28:17,324 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO7816-4PADDING 19:28:17,324 INFO [main][CipherTest] transformation=CAST5/CFB176/NOPADDING 19:28:17,324 INFO [main][CipherTest] transformation=CAST5/CFB176/PKCS5 19:28:17,324 INFO [main][CipherTest] transformation=CAST5/CFB176/PKCS5PADDING 19:28:17,324 INFO [main][CipherTest] transformation=CAST5/CFB176/PKCS7 19:28:17,324 INFO [main][CipherTest] transformation=CAST5/CFB176/PKCS7PADDING 19:28:17,325 INFO [main][CipherTest] transformation=CAST5/CFB176/TBC 19:28:17,325 INFO [main][CipherTest] transformation=CAST5/CFB176/TBCPADDING 19:28:17,325 INFO [main][CipherTest] transformation=CAST5/CFB176/X9.23 19:28:17,325 INFO [main][CipherTest] transformation=CAST5/CFB176/X9.23PADDING 19:28:17,325 INFO [main][CipherTest] transformation=CAST5/CFB176/ZEROBYTE 19:28:17,325 INFO [main][CipherTest] transformation=CAST5/CFB176/ZEROBYTEPADDING 19:28:17,325 INFO [main][CipherTest] transformation=CAST5/CFB184/ 19:28:17,325 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO10126 19:28:17,326 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO10126-2 19:28:17,326 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO10126-2PADDING 19:28:17,326 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO10126PADDING 19:28:17,327 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO7816-4 19:28:17,327 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO7816-4PADDING 19:28:17,327 INFO [main][CipherTest] transformation=CAST5/CFB184/NOPADDING 19:28:17,327 INFO [main][CipherTest] transformation=CAST5/CFB184/PKCS5 19:28:17,327 INFO [main][CipherTest] transformation=CAST5/CFB184/PKCS5PADDING 19:28:17,327 INFO [main][CipherTest] transformation=CAST5/CFB184/PKCS7 19:28:17,327 INFO [main][CipherTest] transformation=CAST5/CFB184/PKCS7PADDING 19:28:17,328 INFO [main][CipherTest] transformation=CAST5/CFB184/TBC 19:28:17,328 INFO [main][CipherTest] transformation=CAST5/CFB184/TBCPADDING 19:28:17,328 INFO [main][CipherTest] transformation=CAST5/CFB184/X9.23 19:28:17,328 INFO [main][CipherTest] transformation=CAST5/CFB184/X9.23PADDING 19:28:17,328 INFO [main][CipherTest] transformation=CAST5/CFB184/ZEROBYTE 19:28:17,328 INFO [main][CipherTest] transformation=CAST5/CFB184/ZEROBYTEPADDING 19:28:17,328 INFO [main][CipherTest] transformation=CAST5/CFB192/ 19:28:17,328 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO10126 19:28:17,329 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO10126-2 19:28:17,329 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO10126-2PADDING 19:28:17,329 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO10126PADDING 19:28:17,330 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO7816-4 19:28:17,330 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO7816-4PADDING 19:28:17,330 INFO [main][CipherTest] transformation=CAST5/CFB192/NOPADDING 19:28:17,330 INFO [main][CipherTest] transformation=CAST5/CFB192/PKCS5 19:28:17,330 INFO [main][CipherTest] transformation=CAST5/CFB192/PKCS5PADDING 19:28:17,330 INFO [main][CipherTest] transformation=CAST5/CFB192/PKCS7 19:28:17,330 INFO [main][CipherTest] transformation=CAST5/CFB192/PKCS7PADDING 19:28:17,330 INFO [main][CipherTest] transformation=CAST5/CFB192/TBC 19:28:17,331 INFO [main][CipherTest] transformation=CAST5/CFB192/TBCPADDING 19:28:17,331 INFO [main][CipherTest] transformation=CAST5/CFB192/X9.23 19:28:17,331 INFO [main][CipherTest] transformation=CAST5/CFB192/X9.23PADDING 19:28:17,331 INFO [main][CipherTest] transformation=CAST5/CFB192/ZEROBYTE 19:28:17,331 INFO [main][CipherTest] transformation=CAST5/CFB192/ZEROBYTEPADDING 19:28:17,331 INFO [main][CipherTest] transformation=CAST5/CFB200/ 19:28:17,331 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO10126 19:28:17,332 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO10126-2 19:28:17,332 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO10126-2PADDING 19:28:17,332 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO10126PADDING 19:28:17,332 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO7816-4 19:28:17,333 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO7816-4PADDING 19:28:17,333 INFO [main][CipherTest] transformation=CAST5/CFB200/NOPADDING 19:28:17,333 INFO [main][CipherTest] transformation=CAST5/CFB200/PKCS5 19:28:17,333 INFO [main][CipherTest] transformation=CAST5/CFB200/PKCS5PADDING 19:28:17,333 INFO [main][CipherTest] transformation=CAST5/CFB200/PKCS7 19:28:17,333 INFO [main][CipherTest] transformation=CAST5/CFB200/PKCS7PADDING 19:28:17,333 INFO [main][CipherTest] transformation=CAST5/CFB200/TBC 19:28:17,334 INFO [main][CipherTest] transformation=CAST5/CFB200/TBCPADDING 19:28:17,334 INFO [main][CipherTest] transformation=CAST5/CFB200/X9.23 19:28:17,334 INFO [main][CipherTest] transformation=CAST5/CFB200/X9.23PADDING 19:28:17,334 INFO [main][CipherTest] transformation=CAST5/CFB200/ZEROBYTE 19:28:17,334 INFO [main][CipherTest] transformation=CAST5/CFB200/ZEROBYTEPADDING 19:28:17,334 INFO [main][CipherTest] transformation=CAST5/CFB208/ 19:28:17,334 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO10126 19:28:17,335 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO10126-2 19:28:17,335 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO10126-2PADDING 19:28:17,335 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO10126PADDING 19:28:17,336 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO7816-4 19:28:17,336 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO7816-4PADDING 19:28:17,336 INFO [main][CipherTest] transformation=CAST5/CFB208/NOPADDING 19:28:17,336 INFO [main][CipherTest] transformation=CAST5/CFB208/PKCS5 19:28:17,337 INFO [main][CipherTest] transformation=CAST5/CFB208/PKCS5PADDING 19:28:17,337 INFO [main][CipherTest] transformation=CAST5/CFB208/PKCS7 19:28:17,337 INFO [main][CipherTest] transformation=CAST5/CFB208/PKCS7PADDING 19:28:17,337 INFO [main][CipherTest] transformation=CAST5/CFB208/TBC 19:28:17,337 INFO [main][CipherTest] transformation=CAST5/CFB208/TBCPADDING 19:28:17,338 INFO [main][CipherTest] transformation=CAST5/CFB208/X9.23 19:28:17,338 INFO [main][CipherTest] transformation=CAST5/CFB208/X9.23PADDING 19:28:17,338 INFO [main][CipherTest] transformation=CAST5/CFB208/ZEROBYTE 19:28:17,338 INFO [main][CipherTest] transformation=CAST5/CFB208/ZEROBYTEPADDING 19:28:17,339 INFO [main][CipherTest] transformation=CAST5/CFB216/ 19:28:17,339 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO10126 19:28:17,339 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO10126-2 19:28:17,340 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO10126-2PADDING 19:28:17,340 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO10126PADDING 19:28:17,340 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO7816-4 19:28:17,340 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO7816-4PADDING 19:28:17,341 INFO [main][CipherTest] transformation=CAST5/CFB216/NOPADDING 19:28:17,341 INFO [main][CipherTest] transformation=CAST5/CFB216/PKCS5 19:28:17,341 INFO [main][CipherTest] transformation=CAST5/CFB216/PKCS5PADDING 19:28:17,341 INFO [main][CipherTest] transformation=CAST5/CFB216/PKCS7 19:28:17,341 INFO [main][CipherTest] transformation=CAST5/CFB216/PKCS7PADDING 19:28:17,342 INFO [main][CipherTest] transformation=CAST5/CFB216/TBC 19:28:17,342 INFO [main][CipherTest] transformation=CAST5/CFB216/TBCPADDING 19:28:17,342 INFO [main][CipherTest] transformation=CAST5/CFB216/X9.23 19:28:17,342 INFO [main][CipherTest] transformation=CAST5/CFB216/X9.23PADDING 19:28:17,343 INFO [main][CipherTest] transformation=CAST5/CFB216/ZEROBYTE 19:28:17,343 INFO [main][CipherTest] transformation=CAST5/CFB216/ZEROBYTEPADDING 19:28:17,343 INFO [main][CipherTest] transformation=CAST5/CFB224/ 19:28:17,343 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO10126 19:28:17,344 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO10126-2 19:28:17,344 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO10126-2PADDING 19:28:17,344 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO10126PADDING 19:28:17,345 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO7816-4 19:28:17,345 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO7816-4PADDING 19:28:17,345 INFO [main][CipherTest] transformation=CAST5/CFB224/NOPADDING 19:28:17,345 INFO [main][CipherTest] transformation=CAST5/CFB224/PKCS5 19:28:17,346 INFO [main][CipherTest] transformation=CAST5/CFB224/PKCS5PADDING 19:28:17,346 INFO [main][CipherTest] transformation=CAST5/CFB224/PKCS7 19:28:17,346 INFO [main][CipherTest] transformation=CAST5/CFB224/PKCS7PADDING 19:28:17,346 INFO [main][CipherTest] transformation=CAST5/CFB224/TBC 19:28:17,346 INFO [main][CipherTest] transformation=CAST5/CFB224/TBCPADDING 19:28:17,347 INFO [main][CipherTest] transformation=CAST5/CFB224/X9.23 19:28:17,347 INFO [main][CipherTest] transformation=CAST5/CFB224/X9.23PADDING 19:28:17,347 INFO [main][CipherTest] transformation=CAST5/CFB224/ZEROBYTE 19:28:17,347 INFO [main][CipherTest] transformation=CAST5/CFB224/ZEROBYTEPADDING 19:28:17,347 INFO [main][CipherTest] transformation=CAST5/CFB232/ 19:28:17,348 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO10126 19:28:17,348 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO10126-2 19:28:17,348 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO10126-2PADDING 19:28:17,349 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO10126PADDING 19:28:17,349 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO7816-4 19:28:17,349 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO7816-4PADDING 19:28:17,350 INFO [main][CipherTest] transformation=CAST5/CFB232/NOPADDING 19:28:17,350 INFO [main][CipherTest] transformation=CAST5/CFB232/PKCS5 19:28:17,350 INFO [main][CipherTest] transformation=CAST5/CFB232/PKCS5PADDING 19:28:17,350 INFO [main][CipherTest] transformation=CAST5/CFB232/PKCS7 19:28:17,350 INFO [main][CipherTest] transformation=CAST5/CFB232/PKCS7PADDING 19:28:17,351 INFO [main][CipherTest] transformation=CAST5/CFB232/TBC 19:28:17,351 INFO [main][CipherTest] transformation=CAST5/CFB232/TBCPADDING 19:28:17,351 INFO [main][CipherTest] transformation=CAST5/CFB232/X9.23 19:28:17,351 INFO [main][CipherTest] transformation=CAST5/CFB232/X9.23PADDING 19:28:17,351 INFO [main][CipherTest] transformation=CAST5/CFB232/ZEROBYTE 19:28:17,352 INFO [main][CipherTest] transformation=CAST5/CFB232/ZEROBYTEPADDING 19:28:17,352 INFO [main][CipherTest] transformation=CAST5/CFB24/ 19:28:17,352 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO10126 19:28:17,352 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO10126-2 19:28:17,353 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO10126-2PADDING 19:28:17,353 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO10126PADDING 19:28:17,354 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO7816-4 19:28:17,354 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO7816-4PADDING 19:28:17,354 INFO [main][CipherTest] transformation=CAST5/CFB24/NOPADDING 19:28:17,354 INFO [main][CipherTest] transformation=CAST5/CFB24/PKCS5 19:28:17,354 INFO [main][CipherTest] transformation=CAST5/CFB24/PKCS5PADDING 19:28:17,355 INFO [main][CipherTest] transformation=CAST5/CFB24/PKCS7 19:28:17,355 INFO [main][CipherTest] transformation=CAST5/CFB24/PKCS7PADDING 19:28:17,355 INFO [main][CipherTest] transformation=CAST5/CFB24/TBC 19:28:17,355 INFO [main][CipherTest] transformation=CAST5/CFB24/TBCPADDING 19:28:17,355 INFO [main][CipherTest] transformation=CAST5/CFB24/X9.23 19:28:17,356 INFO [main][CipherTest] transformation=CAST5/CFB24/X9.23PADDING 19:28:17,356 INFO [main][CipherTest] transformation=CAST5/CFB24/ZEROBYTE 19:28:17,356 INFO [main][CipherTest] transformation=CAST5/CFB24/ZEROBYTEPADDING 19:28:17,356 INFO [main][CipherTest] transformation=CAST5/CFB240/ 19:28:17,357 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO10126 19:28:17,357 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO10126-2 19:28:17,357 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO10126-2PADDING 19:28:17,358 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO10126PADDING 19:28:17,358 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO7816-4 19:28:17,358 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO7816-4PADDING 19:28:17,358 INFO [main][CipherTest] transformation=CAST5/CFB240/NOPADDING 19:28:17,359 INFO [main][CipherTest] transformation=CAST5/CFB240/PKCS5 19:28:17,359 INFO [main][CipherTest] transformation=CAST5/CFB240/PKCS5PADDING 19:28:17,359 INFO [main][CipherTest] transformation=CAST5/CFB240/PKCS7 19:28:17,359 INFO [main][CipherTest] transformation=CAST5/CFB240/PKCS7PADDING 19:28:17,360 INFO [main][CipherTest] transformation=CAST5/CFB240/TBC 19:28:17,360 INFO [main][CipherTest] transformation=CAST5/CFB240/TBCPADDING 19:28:17,360 INFO [main][CipherTest] transformation=CAST5/CFB240/X9.23 19:28:17,360 INFO [main][CipherTest] transformation=CAST5/CFB240/X9.23PADDING 19:28:17,360 INFO [main][CipherTest] transformation=CAST5/CFB240/ZEROBYTE 19:28:17,361 INFO [main][CipherTest] transformation=CAST5/CFB240/ZEROBYTEPADDING 19:28:17,361 INFO [main][CipherTest] transformation=CAST5/CFB248/ 19:28:17,361 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO10126 19:28:17,361 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO10126-2 19:28:17,362 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO10126-2PADDING 19:28:17,362 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO10126PADDING 19:28:17,362 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO7816-4 19:28:17,363 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO7816-4PADDING 19:28:17,363 INFO [main][CipherTest] transformation=CAST5/CFB248/NOPADDING 19:28:17,363 INFO [main][CipherTest] transformation=CAST5/CFB248/PKCS5 19:28:17,363 INFO [main][CipherTest] transformation=CAST5/CFB248/PKCS5PADDING 19:28:17,364 INFO [main][CipherTest] transformation=CAST5/CFB248/PKCS7 19:28:17,364 INFO [main][CipherTest] transformation=CAST5/CFB248/PKCS7PADDING 19:28:17,364 INFO [main][CipherTest] transformation=CAST5/CFB248/TBC 19:28:17,364 INFO [main][CipherTest] transformation=CAST5/CFB248/TBCPADDING 19:28:17,364 INFO [main][CipherTest] transformation=CAST5/CFB248/X9.23 19:28:17,365 INFO [main][CipherTest] transformation=CAST5/CFB248/X9.23PADDING 19:28:17,365 INFO [main][CipherTest] transformation=CAST5/CFB248/ZEROBYTE 19:28:17,365 INFO [main][CipherTest] transformation=CAST5/CFB248/ZEROBYTEPADDING 19:28:17,365 INFO [main][CipherTest] transformation=CAST5/CFB256/ 19:28:17,365 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO10126 19:28:17,366 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO10126-2 19:28:17,366 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO10126-2PADDING 19:28:17,367 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO10126PADDING 19:28:17,367 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO7816-4 19:28:17,367 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO7816-4PADDING 19:28:17,367 INFO [main][CipherTest] transformation=CAST5/CFB256/NOPADDING 19:28:17,368 INFO [main][CipherTest] transformation=CAST5/CFB256/PKCS5 19:28:17,368 INFO [main][CipherTest] transformation=CAST5/CFB256/PKCS5PADDING 19:28:17,368 INFO [main][CipherTest] transformation=CAST5/CFB256/PKCS7 19:28:17,368 INFO [main][CipherTest] transformation=CAST5/CFB256/PKCS7PADDING 19:28:17,368 INFO [main][CipherTest] transformation=CAST5/CFB256/TBC 19:28:17,369 INFO [main][CipherTest] transformation=CAST5/CFB256/TBCPADDING 19:28:17,369 INFO [main][CipherTest] transformation=CAST5/CFB256/X9.23 19:28:17,369 INFO [main][CipherTest] transformation=CAST5/CFB256/X9.23PADDING 19:28:17,369 INFO [main][CipherTest] transformation=CAST5/CFB256/ZEROBYTE 19:28:17,369 INFO [main][CipherTest] transformation=CAST5/CFB256/ZEROBYTEPADDING 19:28:17,370 INFO [main][CipherTest] transformation=CAST5/CFB32/ 19:28:17,370 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO10126 19:28:17,370 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO10126-2 19:28:17,371 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO10126-2PADDING 19:28:17,371 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO10126PADDING 19:28:17,371 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO7816-4 19:28:17,372 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO7816-4PADDING 19:28:17,372 INFO [main][CipherTest] transformation=CAST5/CFB32/NOPADDING 19:28:17,372 INFO [main][CipherTest] transformation=CAST5/CFB32/PKCS5 19:28:17,372 INFO [main][CipherTest] transformation=CAST5/CFB32/PKCS5PADDING 19:28:17,372 INFO [main][CipherTest] transformation=CAST5/CFB32/PKCS7 19:28:17,373 INFO [main][CipherTest] transformation=CAST5/CFB32/PKCS7PADDING 19:28:17,373 INFO [main][CipherTest] transformation=CAST5/CFB32/TBC 19:28:17,373 INFO [main][CipherTest] transformation=CAST5/CFB32/TBCPADDING 19:28:17,373 INFO [main][CipherTest] transformation=CAST5/CFB32/X9.23 19:28:17,374 INFO [main][CipherTest] transformation=CAST5/CFB32/X9.23PADDING 19:28:17,374 INFO [main][CipherTest] transformation=CAST5/CFB32/ZEROBYTE 19:28:17,374 INFO [main][CipherTest] transformation=CAST5/CFB32/ZEROBYTEPADDING 19:28:17,374 INFO [main][CipherTest] transformation=CAST5/CFB40/ 19:28:17,375 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO10126 19:28:17,375 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO10126-2 19:28:17,375 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO10126-2PADDING 19:28:17,376 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO10126PADDING 19:28:17,376 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO7816-4 19:28:17,377 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO7816-4PADDING 19:28:17,377 INFO [main][CipherTest] transformation=CAST5/CFB40/NOPADDING 19:28:17,377 INFO [main][CipherTest] transformation=CAST5/CFB40/PKCS5 19:28:17,377 INFO [main][CipherTest] transformation=CAST5/CFB40/PKCS5PADDING 19:28:17,378 INFO [main][CipherTest] transformation=CAST5/CFB40/PKCS7 19:28:17,378 INFO [main][CipherTest] transformation=CAST5/CFB40/PKCS7PADDING 19:28:17,378 INFO [main][CipherTest] transformation=CAST5/CFB40/TBC 19:28:17,378 INFO [main][CipherTest] transformation=CAST5/CFB40/TBCPADDING 19:28:17,379 INFO [main][CipherTest] transformation=CAST5/CFB40/X9.23 19:28:17,379 INFO [main][CipherTest] transformation=CAST5/CFB40/X9.23PADDING 19:28:17,379 INFO [main][CipherTest] transformation=CAST5/CFB40/ZEROBYTE 19:28:17,379 INFO [main][CipherTest] transformation=CAST5/CFB40/ZEROBYTEPADDING 19:28:17,380 INFO [main][CipherTest] transformation=CAST5/CFB48/ 19:28:17,380 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO10126 19:28:17,380 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO10126-2 19:28:17,381 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO10126-2PADDING 19:28:17,381 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO10126PADDING 19:28:17,382 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO7816-4 19:28:17,382 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO7816-4PADDING 19:28:17,382 INFO [main][CipherTest] transformation=CAST5/CFB48/NOPADDING 19:28:17,382 INFO [main][CipherTest] transformation=CAST5/CFB48/PKCS5 19:28:17,383 INFO [main][CipherTest] transformation=CAST5/CFB48/PKCS5PADDING 19:28:17,383 INFO [main][CipherTest] transformation=CAST5/CFB48/PKCS7 19:28:17,383 INFO [main][CipherTest] transformation=CAST5/CFB48/PKCS7PADDING 19:28:17,383 INFO [main][CipherTest] transformation=CAST5/CFB48/TBC 19:28:17,384 INFO [main][CipherTest] transformation=CAST5/CFB48/TBCPADDING 19:28:17,384 INFO [main][CipherTest] transformation=CAST5/CFB48/X9.23 19:28:17,384 INFO [main][CipherTest] transformation=CAST5/CFB48/X9.23PADDING 19:28:17,384 INFO [main][CipherTest] transformation=CAST5/CFB48/ZEROBYTE 19:28:17,385 INFO [main][CipherTest] transformation=CAST5/CFB48/ZEROBYTEPADDING 19:28:17,385 INFO [main][CipherTest] transformation=CAST5/CFB56/ 19:28:17,385 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO10126 19:28:17,386 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO10126-2 19:28:17,386 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO10126-2PADDING 19:28:17,387 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO10126PADDING 19:28:17,387 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO7816-4 19:28:17,387 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO7816-4PADDING 19:28:17,387 INFO [main][CipherTest] transformation=CAST5/CFB56/NOPADDING 19:28:17,388 INFO [main][CipherTest] transformation=CAST5/CFB56/PKCS5 19:28:17,388 INFO [main][CipherTest] transformation=CAST5/CFB56/PKCS5PADDING 19:28:17,388 INFO [main][CipherTest] transformation=CAST5/CFB56/PKCS7 19:28:17,388 INFO [main][CipherTest] transformation=CAST5/CFB56/PKCS7PADDING 19:28:17,389 INFO [main][CipherTest] transformation=CAST5/CFB56/TBC 19:28:17,389 INFO [main][CipherTest] transformation=CAST5/CFB56/TBCPADDING 19:28:17,389 INFO [main][CipherTest] transformation=CAST5/CFB56/X9.23 19:28:17,389 INFO [main][CipherTest] transformation=CAST5/CFB56/X9.23PADDING 19:28:17,390 INFO [main][CipherTest] transformation=CAST5/CFB56/ZEROBYTE 19:28:17,390 INFO [main][CipherTest] transformation=CAST5/CFB56/ZEROBYTEPADDING 19:28:17,390 INFO [main][CipherTest] transformation=CAST5/CFB64/ 19:28:17,390 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO10126 19:28:17,391 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO10126-2 19:28:17,391 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO10126-2PADDING 19:28:17,392 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO10126PADDING 19:28:17,392 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO7816-4 19:28:17,392 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO7816-4PADDING 19:28:17,393 INFO [main][CipherTest] transformation=CAST5/CFB64/NOPADDING 19:28:17,393 INFO [main][CipherTest] transformation=CAST5/CFB64/PKCS5 19:28:17,393 INFO [main][CipherTest] transformation=CAST5/CFB64/PKCS5PADDING 19:28:17,394 INFO [main][CipherTest] transformation=CAST5/CFB64/PKCS7 19:28:17,394 INFO [main][CipherTest] transformation=CAST5/CFB64/PKCS7PADDING 19:28:17,394 INFO [main][CipherTest] transformation=CAST5/CFB64/TBC 19:28:17,394 INFO [main][CipherTest] transformation=CAST5/CFB64/TBCPADDING 19:28:17,395 INFO [main][CipherTest] transformation=CAST5/CFB64/X9.23 19:28:17,395 INFO [main][CipherTest] transformation=CAST5/CFB64/X9.23PADDING 19:28:17,395 INFO [main][CipherTest] transformation=CAST5/CFB64/ZEROBYTE 19:28:17,395 INFO [main][CipherTest] transformation=CAST5/CFB64/ZEROBYTEPADDING 19:28:17,396 INFO [main][CipherTest] transformation=CAST5/CFB72/ 19:28:17,396 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO10126 19:28:17,396 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO10126-2 19:28:17,397 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO10126-2PADDING 19:28:17,397 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO10126PADDING 19:28:17,397 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO7816-4 19:28:17,398 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO7816-4PADDING 19:28:17,398 INFO [main][CipherTest] transformation=CAST5/CFB72/NOPADDING 19:28:17,398 INFO [main][CipherTest] transformation=CAST5/CFB72/PKCS5 19:28:17,398 INFO [main][CipherTest] transformation=CAST5/CFB72/PKCS5PADDING 19:28:17,399 INFO [main][CipherTest] transformation=CAST5/CFB72/PKCS7 19:28:17,399 INFO [main][CipherTest] transformation=CAST5/CFB72/PKCS7PADDING 19:28:17,399 INFO [main][CipherTest] transformation=CAST5/CFB72/TBC 19:28:17,399 INFO [main][CipherTest] transformation=CAST5/CFB72/TBCPADDING 19:28:17,400 INFO [main][CipherTest] transformation=CAST5/CFB72/X9.23 19:28:17,400 INFO [main][CipherTest] transformation=CAST5/CFB72/X9.23PADDING 19:28:17,400 INFO [main][CipherTest] transformation=CAST5/CFB72/ZEROBYTE 19:28:17,401 INFO [main][CipherTest] transformation=CAST5/CFB72/ZEROBYTEPADDING 19:28:17,401 INFO [main][CipherTest] transformation=CAST5/CFB8/ 19:28:17,401 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO10126 19:28:17,401 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO10126-2 19:28:17,402 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO10126-2PADDING 19:28:17,402 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO10126PADDING 19:28:17,403 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO7816-4 19:28:17,403 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO7816-4PADDING 19:28:17,403 INFO [main][CipherTest] transformation=CAST5/CFB8/NOPADDING 19:28:17,404 INFO [main][CipherTest] transformation=CAST5/CFB8/PKCS5 19:28:17,404 INFO [main][CipherTest] transformation=CAST5/CFB8/PKCS5PADDING 19:28:17,404 INFO [main][CipherTest] transformation=CAST5/CFB8/PKCS7 19:28:17,404 INFO [main][CipherTest] transformation=CAST5/CFB8/PKCS7PADDING 19:28:17,405 INFO [main][CipherTest] transformation=CAST5/CFB8/TBC 19:28:17,405 INFO [main][CipherTest] transformation=CAST5/CFB8/TBCPADDING 19:28:17,405 INFO [main][CipherTest] transformation=CAST5/CFB8/X9.23 19:28:17,405 INFO [main][CipherTest] transformation=CAST5/CFB8/X9.23PADDING 19:28:17,406 INFO [main][CipherTest] transformation=CAST5/CFB8/ZEROBYTE 19:28:17,406 INFO [main][CipherTest] transformation=CAST5/CFB8/ZEROBYTEPADDING 19:28:17,406 INFO [main][CipherTest] transformation=CAST5/CFB80/ 19:28:17,406 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO10126 19:28:17,407 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO10126-2 19:28:17,407 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO10126-2PADDING 19:28:17,408 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO10126PADDING 19:28:17,408 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO7816-4 19:28:17,408 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO7816-4PADDING 19:28:17,408 INFO [main][CipherTest] transformation=CAST5/CFB80/NOPADDING 19:28:17,409 INFO [main][CipherTest] transformation=CAST5/CFB80/PKCS5 19:28:17,409 INFO [main][CipherTest] transformation=CAST5/CFB80/PKCS5PADDING 19:28:17,409 INFO [main][CipherTest] transformation=CAST5/CFB80/PKCS7 19:28:17,409 INFO [main][CipherTest] transformation=CAST5/CFB80/PKCS7PADDING 19:28:17,410 INFO [main][CipherTest] transformation=CAST5/CFB80/TBC 19:28:17,410 INFO [main][CipherTest] transformation=CAST5/CFB80/TBCPADDING 19:28:17,410 INFO [main][CipherTest] transformation=CAST5/CFB80/X9.23 19:28:17,411 INFO [main][CipherTest] transformation=CAST5/CFB80/X9.23PADDING 19:28:17,411 INFO [main][CipherTest] transformation=CAST5/CFB80/ZEROBYTE 19:28:17,411 INFO [main][CipherTest] transformation=CAST5/CFB80/ZEROBYTEPADDING 19:28:17,411 INFO [main][CipherTest] transformation=CAST5/CFB88/ 19:28:17,412 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO10126 19:28:17,412 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO10126-2 19:28:17,412 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO10126-2PADDING 19:28:17,413 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO10126PADDING 19:28:17,413 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO7816-4 19:28:17,413 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO7816-4PADDING 19:28:17,414 INFO [main][CipherTest] transformation=CAST5/CFB88/NOPADDING 19:28:17,414 INFO [main][CipherTest] transformation=CAST5/CFB88/PKCS5 19:28:17,414 INFO [main][CipherTest] transformation=CAST5/CFB88/PKCS5PADDING 19:28:17,414 INFO [main][CipherTest] transformation=CAST5/CFB88/PKCS7 19:28:17,415 INFO [main][CipherTest] transformation=CAST5/CFB88/PKCS7PADDING 19:28:17,415 INFO [main][CipherTest] transformation=CAST5/CFB88/TBC 19:28:17,415 INFO [main][CipherTest] transformation=CAST5/CFB88/TBCPADDING 19:28:17,415 INFO [main][CipherTest] transformation=CAST5/CFB88/X9.23 19:28:17,416 INFO [main][CipherTest] transformation=CAST5/CFB88/X9.23PADDING 19:28:17,416 INFO [main][CipherTest] transformation=CAST5/CFB88/ZEROBYTE 19:28:17,416 INFO [main][CipherTest] transformation=CAST5/CFB88/ZEROBYTEPADDING 19:28:17,417 INFO [main][CipherTest] transformation=CAST5/CFB96/ 19:28:17,417 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO10126 19:28:17,417 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO10126-2 19:28:17,418 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO10126-2PADDING 19:28:17,418 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO10126PADDING 19:28:17,418 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO7816-4 19:28:17,419 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO7816-4PADDING 19:28:17,419 INFO [main][CipherTest] transformation=CAST5/CFB96/NOPADDING 19:28:17,419 INFO [main][CipherTest] transformation=CAST5/CFB96/PKCS5 19:28:17,419 INFO [main][CipherTest] transformation=CAST5/CFB96/PKCS5PADDING 19:28:17,420 INFO [main][CipherTest] transformation=CAST5/CFB96/PKCS7 19:28:17,420 INFO [main][CipherTest] transformation=CAST5/CFB96/PKCS7PADDING 19:28:17,420 INFO [main][CipherTest] transformation=CAST5/CFB96/TBC 19:28:17,420 INFO [main][CipherTest] transformation=CAST5/CFB96/TBCPADDING 19:28:17,421 INFO [main][CipherTest] transformation=CAST5/CFB96/X9.23 19:28:17,421 INFO [main][CipherTest] transformation=CAST5/CFB96/X9.23PADDING 19:28:17,421 INFO [main][CipherTest] transformation=CAST5/CFB96/ZEROBYTE 19:28:17,421 INFO [main][CipherTest] transformation=CAST5/CFB96/ZEROBYTEPADDING 19:28:17,422 INFO [main][CipherTest] transformation=CAST5/CTS/ 19:28:17,422 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5/CTS/" does not support IV => Skipping. 19:28:17,422 INFO [main][CipherTest] transformation=CAST5/CTS/NOPADDING 19:28:17,422 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5/CTS/NOPADDING" does not support IV => Skipping. 19:28:17,422 INFO [main][CipherTest] transformation=CAST5/EAX/ 19:28:17,423 INFO [main][CipherTest] transformation=CAST5/EAX/NOPADDING 19:28:17,424 INFO [main][CipherTest] transformation=CAST5/ECB/ 19:28:17,424 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5/ECB/" does not support IV => Skipping. 19:28:17,424 INFO [main][CipherTest] transformation=CAST5/ECB/NOPADDING 19:28:17,424 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5/ECB/NOPADDING" does not support IV => Skipping. 19:28:17,424 INFO [main][CipherTest] transformation=CAST5/GOFB/ 19:28:17,425 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO10126 19:28:17,425 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO10126-2 19:28:17,426 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO10126-2PADDING 19:28:17,426 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO10126PADDING 19:28:17,427 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO7816-4 19:28:17,427 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO7816-4PADDING 19:28:17,427 INFO [main][CipherTest] transformation=CAST5/GOFB/NOPADDING 19:28:17,428 INFO [main][CipherTest] transformation=CAST5/GOFB/PKCS5 19:28:17,428 INFO [main][CipherTest] transformation=CAST5/GOFB/PKCS5PADDING 19:28:17,428 INFO [main][CipherTest] transformation=CAST5/GOFB/PKCS7 19:28:17,429 INFO [main][CipherTest] transformation=CAST5/GOFB/PKCS7PADDING 19:28:17,429 INFO [main][CipherTest] transformation=CAST5/GOFB/TBC 19:28:17,429 INFO [main][CipherTest] transformation=CAST5/GOFB/TBCPADDING 19:28:17,429 INFO [main][CipherTest] transformation=CAST5/GOFB/X9.23 19:28:17,430 INFO [main][CipherTest] transformation=CAST5/GOFB/X9.23PADDING 19:28:17,430 INFO [main][CipherTest] transformation=CAST5/GOFB/ZEROBYTE 19:28:17,430 INFO [main][CipherTest] transformation=CAST5/GOFB/ZEROBYTEPADDING 19:28:17,431 INFO [main][CipherTest] transformation=CAST5/OFB/ 19:28:17,431 INFO [main][CipherTest] transformation=CAST5/OFB/ISO10126 19:28:17,431 INFO [main][CipherTest] transformation=CAST5/OFB/ISO10126-2 19:28:17,432 INFO [main][CipherTest] transformation=CAST5/OFB/ISO10126-2PADDING 19:28:17,432 INFO [main][CipherTest] transformation=CAST5/OFB/ISO10126PADDING 19:28:17,433 INFO [main][CipherTest] transformation=CAST5/OFB/ISO7816-4 19:28:17,433 INFO [main][CipherTest] transformation=CAST5/OFB/ISO7816-4PADDING 19:28:17,433 INFO [main][CipherTest] transformation=CAST5/OFB/NOPADDING 19:28:17,433 INFO [main][CipherTest] transformation=CAST5/OFB/PKCS5 19:28:17,434 INFO [main][CipherTest] transformation=CAST5/OFB/PKCS5PADDING 19:28:17,434 INFO [main][CipherTest] transformation=CAST5/OFB/PKCS7 19:28:17,434 INFO [main][CipherTest] transformation=CAST5/OFB/PKCS7PADDING 19:28:17,435 INFO [main][CipherTest] transformation=CAST5/OFB/TBC 19:28:17,435 INFO [main][CipherTest] transformation=CAST5/OFB/TBCPADDING 19:28:17,435 INFO [main][CipherTest] transformation=CAST5/OFB/X9.23 19:28:17,435 INFO [main][CipherTest] transformation=CAST5/OFB/X9.23PADDING 19:28:17,435 INFO [main][CipherTest] transformation=CAST5/OFB/ZEROBYTE 19:28:17,436 INFO [main][CipherTest] transformation=CAST5/OFB/ZEROBYTEPADDING 19:28:17,436 INFO [main][CipherTest] transformation=CAST5/OFB104/ 19:28:17,436 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO10126 19:28:17,437 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO10126-2 19:28:17,437 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO10126-2PADDING 19:28:17,437 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO10126PADDING 19:28:17,438 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO7816-4 19:28:17,438 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO7816-4PADDING 19:28:17,438 INFO [main][CipherTest] transformation=CAST5/OFB104/NOPADDING 19:28:17,439 INFO [main][CipherTest] transformation=CAST5/OFB104/PKCS5 19:28:17,439 INFO [main][CipherTest] transformation=CAST5/OFB104/PKCS5PADDING 19:28:17,439 INFO [main][CipherTest] transformation=CAST5/OFB104/PKCS7 19:28:17,439 INFO [main][CipherTest] transformation=CAST5/OFB104/PKCS7PADDING 19:28:17,440 INFO [main][CipherTest] transformation=CAST5/OFB104/TBC 19:28:17,440 INFO [main][CipherTest] transformation=CAST5/OFB104/TBCPADDING 19:28:17,440 INFO [main][CipherTest] transformation=CAST5/OFB104/X9.23 19:28:17,440 INFO [main][CipherTest] transformation=CAST5/OFB104/X9.23PADDING 19:28:17,441 INFO [main][CipherTest] transformation=CAST5/OFB104/ZEROBYTE 19:28:17,441 INFO [main][CipherTest] transformation=CAST5/OFB104/ZEROBYTEPADDING 19:28:17,441 INFO [main][CipherTest] transformation=CAST5/OFB112/ 19:28:17,441 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO10126 19:28:17,442 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO10126-2 19:28:17,442 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO10126-2PADDING 19:28:17,443 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO10126PADDING 19:28:17,443 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO7816-4 19:28:17,443 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO7816-4PADDING 19:28:17,444 INFO [main][CipherTest] transformation=CAST5/OFB112/NOPADDING 19:28:17,444 INFO [main][CipherTest] transformation=CAST5/OFB112/PKCS5 19:28:17,444 INFO [main][CipherTest] transformation=CAST5/OFB112/PKCS5PADDING 19:28:17,444 INFO [main][CipherTest] transformation=CAST5/OFB112/PKCS7 19:28:17,445 INFO [main][CipherTest] transformation=CAST5/OFB112/PKCS7PADDING 19:28:17,445 INFO [main][CipherTest] transformation=CAST5/OFB112/TBC 19:28:17,445 INFO [main][CipherTest] transformation=CAST5/OFB112/TBCPADDING 19:28:17,445 INFO [main][CipherTest] transformation=CAST5/OFB112/X9.23 19:28:17,446 INFO [main][CipherTest] transformation=CAST5/OFB112/X9.23PADDING 19:28:17,446 INFO [main][CipherTest] transformation=CAST5/OFB112/ZEROBYTE 19:28:17,446 INFO [main][CipherTest] transformation=CAST5/OFB112/ZEROBYTEPADDING 19:28:17,446 INFO [main][CipherTest] transformation=CAST5/OFB120/ 19:28:17,447 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO10126 19:28:17,447 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO10126-2 19:28:17,447 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO10126-2PADDING 19:28:17,448 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO10126PADDING 19:28:17,448 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO7816-4 19:28:17,449 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO7816-4PADDING 19:28:17,449 INFO [main][CipherTest] transformation=CAST5/OFB120/NOPADDING 19:28:17,449 INFO [main][CipherTest] transformation=CAST5/OFB120/PKCS5 19:28:17,449 INFO [main][CipherTest] transformation=CAST5/OFB120/PKCS5PADDING 19:28:17,450 INFO [main][CipherTest] transformation=CAST5/OFB120/PKCS7 19:28:17,450 INFO [main][CipherTest] transformation=CAST5/OFB120/PKCS7PADDING 19:28:17,450 INFO [main][CipherTest] transformation=CAST5/OFB120/TBC 19:28:17,450 INFO [main][CipherTest] transformation=CAST5/OFB120/TBCPADDING 19:28:17,451 INFO [main][CipherTest] transformation=CAST5/OFB120/X9.23 19:28:17,451 INFO [main][CipherTest] transformation=CAST5/OFB120/X9.23PADDING 19:28:17,451 INFO [main][CipherTest] transformation=CAST5/OFB120/ZEROBYTE 19:28:17,451 INFO [main][CipherTest] transformation=CAST5/OFB120/ZEROBYTEPADDING 19:28:17,452 INFO [main][CipherTest] transformation=CAST5/OFB128/ 19:28:17,452 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO10126 19:28:17,452 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO10126-2 19:28:17,453 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO10126-2PADDING 19:28:17,453 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO10126PADDING 19:28:17,454 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO7816-4 19:28:17,454 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO7816-4PADDING 19:28:17,454 INFO [main][CipherTest] transformation=CAST5/OFB128/NOPADDING 19:28:17,454 INFO [main][CipherTest] transformation=CAST5/OFB128/PKCS5 19:28:17,455 INFO [main][CipherTest] transformation=CAST5/OFB128/PKCS5PADDING 19:28:17,455 INFO [main][CipherTest] transformation=CAST5/OFB128/PKCS7 19:28:17,455 INFO [main][CipherTest] transformation=CAST5/OFB128/PKCS7PADDING 19:28:17,455 INFO [main][CipherTest] transformation=CAST5/OFB128/TBC 19:28:17,456 INFO [main][CipherTest] transformation=CAST5/OFB128/TBCPADDING 19:28:17,456 INFO [main][CipherTest] transformation=CAST5/OFB128/X9.23 19:28:17,456 INFO [main][CipherTest] transformation=CAST5/OFB128/X9.23PADDING 19:28:17,456 INFO [main][CipherTest] transformation=CAST5/OFB128/ZEROBYTE 19:28:17,457 INFO [main][CipherTest] transformation=CAST5/OFB128/ZEROBYTEPADDING 19:28:17,457 INFO [main][CipherTest] transformation=CAST5/OFB136/ 19:28:17,457 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO10126 19:28:17,458 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO10126-2 19:28:17,458 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO10126-2PADDING 19:28:17,458 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO10126PADDING 19:28:17,459 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO7816-4 19:28:17,459 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO7816-4PADDING 19:28:17,459 INFO [main][CipherTest] transformation=CAST5/OFB136/NOPADDING 19:28:17,460 INFO [main][CipherTest] transformation=CAST5/OFB136/PKCS5 19:28:17,460 INFO [main][CipherTest] transformation=CAST5/OFB136/PKCS5PADDING 19:28:17,460 INFO [main][CipherTest] transformation=CAST5/OFB136/PKCS7 19:28:17,460 INFO [main][CipherTest] transformation=CAST5/OFB136/PKCS7PADDING 19:28:17,461 INFO [main][CipherTest] transformation=CAST5/OFB136/TBC 19:28:17,461 INFO [main][CipherTest] transformation=CAST5/OFB136/TBCPADDING 19:28:17,461 INFO [main][CipherTest] transformation=CAST5/OFB136/X9.23 19:28:17,461 INFO [main][CipherTest] transformation=CAST5/OFB136/X9.23PADDING 19:28:17,462 INFO [main][CipherTest] transformation=CAST5/OFB136/ZEROBYTE 19:28:17,462 INFO [main][CipherTest] transformation=CAST5/OFB136/ZEROBYTEPADDING 19:28:17,462 INFO [main][CipherTest] transformation=CAST5/OFB144/ 19:28:17,462 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO10126 19:28:17,463 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO10126-2 19:28:17,463 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO10126-2PADDING 19:28:17,464 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO10126PADDING 19:28:17,464 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO7816-4 19:28:17,464 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO7816-4PADDING 19:28:17,465 INFO [main][CipherTest] transformation=CAST5/OFB144/NOPADDING 19:28:17,465 INFO [main][CipherTest] transformation=CAST5/OFB144/PKCS5 19:28:17,465 INFO [main][CipherTest] transformation=CAST5/OFB144/PKCS5PADDING 19:28:17,465 INFO [main][CipherTest] transformation=CAST5/OFB144/PKCS7 19:28:17,466 INFO [main][CipherTest] transformation=CAST5/OFB144/PKCS7PADDING 19:28:17,466 INFO [main][CipherTest] transformation=CAST5/OFB144/TBC 19:28:17,466 INFO [main][CipherTest] transformation=CAST5/OFB144/TBCPADDING 19:28:17,466 INFO [main][CipherTest] transformation=CAST5/OFB144/X9.23 19:28:17,467 INFO [main][CipherTest] transformation=CAST5/OFB144/X9.23PADDING 19:28:17,467 INFO [main][CipherTest] transformation=CAST5/OFB144/ZEROBYTE 19:28:17,467 INFO [main][CipherTest] transformation=CAST5/OFB144/ZEROBYTEPADDING 19:28:17,467 INFO [main][CipherTest] transformation=CAST5/OFB152/ 19:28:17,468 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO10126 19:28:17,468 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO10126-2 19:28:17,468 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO10126-2PADDING 19:28:17,469 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO10126PADDING 19:28:17,469 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO7816-4 19:28:17,470 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO7816-4PADDING 19:28:17,470 INFO [main][CipherTest] transformation=CAST5/OFB152/NOPADDING 19:28:17,470 INFO [main][CipherTest] transformation=CAST5/OFB152/PKCS5 19:28:17,470 INFO [main][CipherTest] transformation=CAST5/OFB152/PKCS5PADDING 19:28:17,471 INFO [main][CipherTest] transformation=CAST5/OFB152/PKCS7 19:28:17,471 INFO [main][CipherTest] transformation=CAST5/OFB152/PKCS7PADDING 19:28:17,471 INFO [main][CipherTest] transformation=CAST5/OFB152/TBC 19:28:17,471 INFO [main][CipherTest] transformation=CAST5/OFB152/TBCPADDING 19:28:17,472 INFO [main][CipherTest] transformation=CAST5/OFB152/X9.23 19:28:17,472 INFO [main][CipherTest] transformation=CAST5/OFB152/X9.23PADDING 19:28:17,472 INFO [main][CipherTest] transformation=CAST5/OFB152/ZEROBYTE 19:28:17,472 INFO [main][CipherTest] transformation=CAST5/OFB152/ZEROBYTEPADDING 19:28:17,473 INFO [main][CipherTest] transformation=CAST5/OFB16/ 19:28:17,473 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO10126 19:28:17,473 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO10126-2 19:28:17,474 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO10126-2PADDING 19:28:17,474 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO10126PADDING 19:28:17,474 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO7816-4 19:28:17,475 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO7816-4PADDING 19:28:17,475 INFO [main][CipherTest] transformation=CAST5/OFB16/NOPADDING 19:28:17,475 INFO [main][CipherTest] transformation=CAST5/OFB16/PKCS5 19:28:17,476 INFO [main][CipherTest] transformation=CAST5/OFB16/PKCS5PADDING 19:28:17,476 INFO [main][CipherTest] transformation=CAST5/OFB16/PKCS7 19:28:17,476 INFO [main][CipherTest] transformation=CAST5/OFB16/PKCS7PADDING 19:28:17,476 INFO [main][CipherTest] transformation=CAST5/OFB16/TBC 19:28:17,477 INFO [main][CipherTest] transformation=CAST5/OFB16/TBCPADDING 19:28:17,477 INFO [main][CipherTest] transformation=CAST5/OFB16/X9.23 19:28:17,477 INFO [main][CipherTest] transformation=CAST5/OFB16/X9.23PADDING 19:28:17,477 INFO [main][CipherTest] transformation=CAST5/OFB16/ZEROBYTE 19:28:17,478 INFO [main][CipherTest] transformation=CAST5/OFB16/ZEROBYTEPADDING 19:28:17,478 INFO [main][CipherTest] transformation=CAST5/OFB160/ 19:28:17,478 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO10126 19:28:17,479 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO10126-2 19:28:17,479 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO10126-2PADDING 19:28:17,479 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO10126PADDING 19:28:17,480 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO7816-4 19:28:17,480 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO7816-4PADDING 19:28:17,480 INFO [main][CipherTest] transformation=CAST5/OFB160/NOPADDING 19:28:17,481 INFO [main][CipherTest] transformation=CAST5/OFB160/PKCS5 19:28:17,481 INFO [main][CipherTest] transformation=CAST5/OFB160/PKCS5PADDING 19:28:17,481 INFO [main][CipherTest] transformation=CAST5/OFB160/PKCS7 19:28:17,481 INFO [main][CipherTest] transformation=CAST5/OFB160/PKCS7PADDING 19:28:17,482 INFO [main][CipherTest] transformation=CAST5/OFB160/TBC 19:28:17,482 INFO [main][CipherTest] transformation=CAST5/OFB160/TBCPADDING 19:28:17,482 INFO [main][CipherTest] transformation=CAST5/OFB160/X9.23 19:28:17,482 INFO [main][CipherTest] transformation=CAST5/OFB160/X9.23PADDING 19:28:17,483 INFO [main][CipherTest] transformation=CAST5/OFB160/ZEROBYTE 19:28:17,483 INFO [main][CipherTest] transformation=CAST5/OFB160/ZEROBYTEPADDING 19:28:17,483 INFO [main][CipherTest] transformation=CAST5/OFB168/ 19:28:17,483 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO10126 19:28:17,484 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO10126-2 19:28:17,484 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO10126-2PADDING 19:28:17,485 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO10126PADDING 19:28:17,485 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO7816-4 19:28:17,485 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO7816-4PADDING 19:28:17,486 INFO [main][CipherTest] transformation=CAST5/OFB168/NOPADDING 19:28:17,486 INFO [main][CipherTest] transformation=CAST5/OFB168/PKCS5 19:28:17,486 INFO [main][CipherTest] transformation=CAST5/OFB168/PKCS5PADDING 19:28:17,486 INFO [main][CipherTest] transformation=CAST5/OFB168/PKCS7 19:28:17,487 INFO [main][CipherTest] transformation=CAST5/OFB168/PKCS7PADDING 19:28:17,487 INFO [main][CipherTest] transformation=CAST5/OFB168/TBC 19:28:17,487 INFO [main][CipherTest] transformation=CAST5/OFB168/TBCPADDING 19:28:17,487 INFO [main][CipherTest] transformation=CAST5/OFB168/X9.23 19:28:17,488 INFO [main][CipherTest] transformation=CAST5/OFB168/X9.23PADDING 19:28:17,488 INFO [main][CipherTest] transformation=CAST5/OFB168/ZEROBYTE 19:28:17,488 INFO [main][CipherTest] transformation=CAST5/OFB168/ZEROBYTEPADDING 19:28:17,488 INFO [main][CipherTest] transformation=CAST5/OFB176/ 19:28:17,489 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO10126 19:28:17,489 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO10126-2 19:28:17,490 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO10126-2PADDING 19:28:17,490 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO10126PADDING 19:28:17,490 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO7816-4 19:28:17,491 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO7816-4PADDING 19:28:17,491 INFO [main][CipherTest] transformation=CAST5/OFB176/NOPADDING 19:28:17,491 INFO [main][CipherTest] transformation=CAST5/OFB176/PKCS5 19:28:17,491 INFO [main][CipherTest] transformation=CAST5/OFB176/PKCS5PADDING 19:28:17,492 INFO [main][CipherTest] transformation=CAST5/OFB176/PKCS7 19:28:17,492 INFO [main][CipherTest] transformation=CAST5/OFB176/PKCS7PADDING 19:28:17,492 INFO [main][CipherTest] transformation=CAST5/OFB176/TBC 19:28:17,492 INFO [main][CipherTest] transformation=CAST5/OFB176/TBCPADDING 19:28:17,493 INFO [main][CipherTest] transformation=CAST5/OFB176/X9.23 19:28:17,493 INFO [main][CipherTest] transformation=CAST5/OFB176/X9.23PADDING 19:28:17,493 INFO [main][CipherTest] transformation=CAST5/OFB176/ZEROBYTE 19:28:17,493 INFO [main][CipherTest] transformation=CAST5/OFB176/ZEROBYTEPADDING 19:28:17,494 INFO [main][CipherTest] transformation=CAST5/OFB184/ 19:28:17,494 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO10126 19:28:17,494 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO10126-2 19:28:17,495 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO10126-2PADDING 19:28:17,495 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO10126PADDING 19:28:17,496 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO7816-4 19:28:17,496 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO7816-4PADDING 19:28:17,496 INFO [main][CipherTest] transformation=CAST5/OFB184/NOPADDING 19:28:17,496 INFO [main][CipherTest] transformation=CAST5/OFB184/PKCS5 19:28:17,497 INFO [main][CipherTest] transformation=CAST5/OFB184/PKCS5PADDING 19:28:17,497 INFO [main][CipherTest] transformation=CAST5/OFB184/PKCS7 19:28:17,497 INFO [main][CipherTest] transformation=CAST5/OFB184/PKCS7PADDING 19:28:17,498 INFO [main][CipherTest] transformation=CAST5/OFB184/TBC 19:28:17,498 INFO [main][CipherTest] transformation=CAST5/OFB184/TBCPADDING 19:28:17,498 INFO [main][CipherTest] transformation=CAST5/OFB184/X9.23 19:28:17,498 INFO [main][CipherTest] transformation=CAST5/OFB184/X9.23PADDING 19:28:17,499 INFO [main][CipherTest] transformation=CAST5/OFB184/ZEROBYTE 19:28:17,499 INFO [main][CipherTest] transformation=CAST5/OFB184/ZEROBYTEPADDING 19:28:17,499 INFO [main][CipherTest] transformation=CAST5/OFB192/ 19:28:17,499 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO10126 19:28:17,500 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO10126-2 19:28:17,500 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO10126-2PADDING 19:28:17,500 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO10126PADDING 19:28:17,500 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO7816-4 19:28:17,500 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO7816-4PADDING 19:28:17,500 INFO [main][CipherTest] transformation=CAST5/OFB192/NOPADDING 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/PKCS5 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/PKCS5PADDING 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/PKCS7 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/PKCS7PADDING 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/TBC 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/TBCPADDING 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/X9.23 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/X9.23PADDING 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/ZEROBYTE 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB192/ZEROBYTEPADDING 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB200/ 19:28:17,501 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO10126 19:28:17,502 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO10126-2 19:28:17,502 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO10126-2PADDING 19:28:17,502 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO10126PADDING 19:28:17,502 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO7816-4 19:28:17,502 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO7816-4PADDING 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/NOPADDING 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/PKCS5 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/PKCS5PADDING 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/PKCS7 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/PKCS7PADDING 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/TBC 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/TBCPADDING 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/X9.23 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/X9.23PADDING 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/ZEROBYTE 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB200/ZEROBYTEPADDING 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB208/ 19:28:17,503 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO10126 19:28:17,504 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO10126-2 19:28:17,504 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO10126-2PADDING 19:28:17,504 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO10126PADDING 19:28:17,504 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO7816-4 19:28:17,504 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO7816-4PADDING 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/NOPADDING 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/PKCS5 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/PKCS5PADDING 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/PKCS7 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/PKCS7PADDING 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/TBC 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/TBCPADDING 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/X9.23 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/X9.23PADDING 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/ZEROBYTE 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB208/ZEROBYTEPADDING 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB216/ 19:28:17,505 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO10126 19:28:17,506 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO10126-2 19:28:17,506 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO10126-2PADDING 19:28:17,506 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO10126PADDING 19:28:17,506 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO7816-4 19:28:17,506 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO7816-4PADDING 19:28:17,506 INFO [main][CipherTest] transformation=CAST5/OFB216/NOPADDING 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/PKCS5 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/PKCS5PADDING 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/PKCS7 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/PKCS7PADDING 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/TBC 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/TBCPADDING 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/X9.23 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/X9.23PADDING 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/ZEROBYTE 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB216/ZEROBYTEPADDING 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB224/ 19:28:17,507 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO10126 19:28:17,508 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO10126-2 19:28:17,508 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO10126-2PADDING 19:28:17,508 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO10126PADDING 19:28:17,508 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO7816-4 19:28:17,508 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO7816-4PADDING 19:28:17,508 INFO [main][CipherTest] transformation=CAST5/OFB224/NOPADDING 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/PKCS5 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/PKCS5PADDING 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/PKCS7 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/PKCS7PADDING 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/TBC 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/TBCPADDING 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/X9.23 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/X9.23PADDING 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/ZEROBYTE 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB224/ZEROBYTEPADDING 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB232/ 19:28:17,509 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO10126 19:28:17,510 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO10126-2 19:28:17,510 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO10126-2PADDING 19:28:17,510 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO10126PADDING 19:28:17,510 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO7816-4 19:28:17,510 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO7816-4PADDING 19:28:17,510 INFO [main][CipherTest] transformation=CAST5/OFB232/NOPADDING 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/PKCS5 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/PKCS5PADDING 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/PKCS7 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/PKCS7PADDING 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/TBC 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/TBCPADDING 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/X9.23 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/X9.23PADDING 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/ZEROBYTE 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB232/ZEROBYTEPADDING 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB24/ 19:28:17,511 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO10126 19:28:17,512 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO10126-2 19:28:17,512 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO10126-2PADDING 19:28:17,512 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO10126PADDING 19:28:17,512 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO7816-4 19:28:17,512 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO7816-4PADDING 19:28:17,512 INFO [main][CipherTest] transformation=CAST5/OFB24/NOPADDING 19:28:17,512 INFO [main][CipherTest] transformation=CAST5/OFB24/PKCS5 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB24/PKCS5PADDING 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB24/PKCS7 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB24/PKCS7PADDING 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB24/TBC 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB24/TBCPADDING 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB24/X9.23 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB24/X9.23PADDING 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB24/ZEROBYTE 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB24/ZEROBYTEPADDING 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB240/ 19:28:17,513 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO10126 19:28:17,514 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO10126-2 19:28:17,514 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO10126-2PADDING 19:28:17,514 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO10126PADDING 19:28:17,514 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO7816-4 19:28:17,514 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO7816-4PADDING 19:28:17,514 INFO [main][CipherTest] transformation=CAST5/OFB240/NOPADDING 19:28:17,514 INFO [main][CipherTest] transformation=CAST5/OFB240/PKCS5 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB240/PKCS5PADDING 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB240/PKCS7 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB240/PKCS7PADDING 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB240/TBC 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB240/TBCPADDING 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB240/X9.23 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB240/X9.23PADDING 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB240/ZEROBYTE 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB240/ZEROBYTEPADDING 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB248/ 19:28:17,515 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO10126 19:28:17,516 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO10126-2 19:28:17,516 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO10126-2PADDING 19:28:17,516 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO10126PADDING 19:28:17,516 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO7816-4 19:28:17,516 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO7816-4PADDING 19:28:17,516 INFO [main][CipherTest] transformation=CAST5/OFB248/NOPADDING 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/PKCS5 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/PKCS5PADDING 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/PKCS7 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/PKCS7PADDING 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/TBC 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/TBCPADDING 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/X9.23 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/X9.23PADDING 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/ZEROBYTE 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB248/ZEROBYTEPADDING 19:28:17,517 INFO [main][CipherTest] transformation=CAST5/OFB256/ 19:28:17,518 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO10126 19:28:17,518 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO10126-2 19:28:17,518 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO10126-2PADDING 19:28:17,518 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO10126PADDING 19:28:17,518 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO7816-4 19:28:17,518 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO7816-4PADDING 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/NOPADDING 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/PKCS5 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/PKCS5PADDING 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/PKCS7 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/PKCS7PADDING 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/TBC 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/TBCPADDING 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/X9.23 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/X9.23PADDING 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/ZEROBYTE 19:28:17,519 INFO [main][CipherTest] transformation=CAST5/OFB256/ZEROBYTEPADDING 19:28:17,520 INFO [main][CipherTest] transformation=CAST5/OFB32/ 19:28:17,520 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO10126 19:28:17,520 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO10126-2 19:28:17,520 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO10126-2PADDING 19:28:17,520 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO10126PADDING 19:28:17,520 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO7816-4 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO7816-4PADDING 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/NOPADDING 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/PKCS5 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/PKCS5PADDING 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/PKCS7 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/PKCS7PADDING 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/TBC 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/TBCPADDING 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/X9.23 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/X9.23PADDING 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/ZEROBYTE 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB32/ZEROBYTEPADDING 19:28:17,521 INFO [main][CipherTest] transformation=CAST5/OFB40/ 19:28:17,522 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO10126 19:28:17,522 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO10126-2 19:28:17,522 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO10126-2PADDING 19:28:17,522 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO10126PADDING 19:28:17,522 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO7816-4 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO7816-4PADDING 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/NOPADDING 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/PKCS5 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/PKCS5PADDING 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/PKCS7 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/PKCS7PADDING 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/TBC 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/TBCPADDING 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/X9.23 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/X9.23PADDING 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/ZEROBYTE 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB40/ZEROBYTEPADDING 19:28:17,523 INFO [main][CipherTest] transformation=CAST5/OFB48/ 19:28:17,524 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO10126 19:28:17,524 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO10126-2 19:28:17,524 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO10126-2PADDING 19:28:17,524 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO10126PADDING 19:28:17,524 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO7816-4 19:28:17,524 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO7816-4PADDING 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/NOPADDING 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/PKCS5 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/PKCS5PADDING 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/PKCS7 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/PKCS7PADDING 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/TBC 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/TBCPADDING 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/X9.23 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/X9.23PADDING 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/ZEROBYTE 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB48/ZEROBYTEPADDING 19:28:17,525 INFO [main][CipherTest] transformation=CAST5/OFB56/ 19:28:17,526 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO10126 19:28:17,526 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO10126-2 19:28:17,526 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO10126-2PADDING 19:28:17,526 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO10126PADDING 19:28:17,526 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO7816-4 19:28:17,526 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO7816-4PADDING 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/NOPADDING 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/PKCS5 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/PKCS5PADDING 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/PKCS7 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/PKCS7PADDING 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/TBC 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/TBCPADDING 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/X9.23 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/X9.23PADDING 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/ZEROBYTE 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB56/ZEROBYTEPADDING 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB64/ 19:28:17,527 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO10126 19:28:17,528 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO10126-2 19:28:17,528 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO10126-2PADDING 19:28:17,528 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO10126PADDING 19:28:17,528 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO7816-4 19:28:17,528 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO7816-4PADDING 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/NOPADDING 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/PKCS5 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/PKCS5PADDING 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/PKCS7 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/PKCS7PADDING 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/TBC 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/TBCPADDING 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/X9.23 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/X9.23PADDING 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/ZEROBYTE 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB64/ZEROBYTEPADDING 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB72/ 19:28:17,529 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO10126 19:28:17,530 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO10126-2 19:28:17,530 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO10126-2PADDING 19:28:17,530 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO10126PADDING 19:28:17,530 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO7816-4 19:28:17,530 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO7816-4PADDING 19:28:17,530 INFO [main][CipherTest] transformation=CAST5/OFB72/NOPADDING 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/PKCS5 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/PKCS5PADDING 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/PKCS7 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/PKCS7PADDING 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/TBC 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/TBCPADDING 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/X9.23 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/X9.23PADDING 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/ZEROBYTE 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB72/ZEROBYTEPADDING 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB8/ 19:28:17,531 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO10126 19:28:17,532 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO10126-2 19:28:17,532 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO10126-2PADDING 19:28:17,532 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO10126PADDING 19:28:17,532 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO7816-4 19:28:17,532 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO7816-4PADDING 19:28:17,532 INFO [main][CipherTest] transformation=CAST5/OFB8/NOPADDING 19:28:17,532 INFO [main][CipherTest] transformation=CAST5/OFB8/PKCS5 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB8/PKCS5PADDING 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB8/PKCS7 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB8/PKCS7PADDING 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB8/TBC 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB8/TBCPADDING 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB8/X9.23 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB8/X9.23PADDING 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB8/ZEROBYTE 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB8/ZEROBYTEPADDING 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB80/ 19:28:17,533 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO10126 19:28:17,534 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO10126-2 19:28:17,534 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO10126-2PADDING 19:28:17,534 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO10126PADDING 19:28:17,534 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO7816-4 19:28:17,534 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO7816-4PADDING 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/NOPADDING 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/PKCS5 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/PKCS5PADDING 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/PKCS7 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/PKCS7PADDING 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/TBC 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/TBCPADDING 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/X9.23 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/X9.23PADDING 19:28:17,535 INFO [main][CipherTest] transformation=CAST5/OFB80/ZEROBYTE 19:28:17,536 INFO [main][CipherTest] transformation=CAST5/OFB80/ZEROBYTEPADDING 19:28:17,536 INFO [main][CipherTest] transformation=CAST5/OFB88/ 19:28:17,536 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO10126 19:28:17,536 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO10126-2 19:28:17,536 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO10126-2PADDING 19:28:17,536 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO10126PADDING 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO7816-4 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO7816-4PADDING 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/NOPADDING 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/PKCS5 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/PKCS5PADDING 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/PKCS7 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/PKCS7PADDING 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/TBC 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/TBCPADDING 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/X9.23 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/X9.23PADDING 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/ZEROBYTE 19:28:17,537 INFO [main][CipherTest] transformation=CAST5/OFB88/ZEROBYTEPADDING 19:28:17,538 INFO [main][CipherTest] transformation=CAST5/OFB96/ 19:28:17,538 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO10126 19:28:17,538 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO10126-2 19:28:17,538 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO10126-2PADDING 19:28:17,538 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO10126PADDING 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO7816-4 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO7816-4PADDING 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/NOPADDING 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/PKCS5 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/PKCS5PADDING 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/PKCS7 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/PKCS7PADDING 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/TBC 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/TBCPADDING 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/X9.23 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/X9.23PADDING 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/ZEROBYTE 19:28:17,539 INFO [main][CipherTest] transformation=CAST5/OFB96/ZEROBYTEPADDING 19:28:17,540 INFO [main][CipherTest] transformation=CAST5/SIC/ 19:28:17,540 INFO [main][CipherTest] transformation=CAST5/SIC/ISO10126 19:28:17,540 INFO [main][CipherTest] transformation=CAST5/SIC/ISO10126-2 19:28:17,540 INFO [main][CipherTest] transformation=CAST5/SIC/ISO10126-2PADDING 19:28:17,541 INFO [main][CipherTest] transformation=CAST5/SIC/ISO10126PADDING 19:28:17,541 INFO [main][CipherTest] transformation=CAST5/SIC/ISO7816-4 19:28:17,541 INFO [main][CipherTest] transformation=CAST5/SIC/ISO7816-4PADDING 19:28:17,541 INFO [main][CipherTest] transformation=CAST5/SIC/NOPADDING 19:28:17,541 INFO [main][CipherTest] transformation=CAST5/SIC/PKCS5 19:28:17,541 INFO [main][CipherTest] transformation=CAST5/SIC/PKCS5PADDING 19:28:17,541 INFO [main][CipherTest] transformation=CAST5/SIC/PKCS7 19:28:17,542 INFO [main][CipherTest] transformation=CAST5/SIC/PKCS7PADDING 19:28:17,542 INFO [main][CipherTest] transformation=CAST5/SIC/TBC 19:28:17,542 INFO [main][CipherTest] transformation=CAST5/SIC/TBCPADDING 19:28:17,542 INFO [main][CipherTest] transformation=CAST5/SIC/X9.23 19:28:17,542 INFO [main][CipherTest] transformation=CAST5/SIC/X9.23PADDING 19:28:17,542 INFO [main][CipherTest] transformation=CAST5/SIC/ZEROBYTE 19:28:17,542 INFO [main][CipherTest] transformation=CAST5/SIC/ZEROBYTEPADDING 19:28:17,543 INFO [main][CipherTest] transformation=CAST6// 19:28:17,543 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6//" does not support IV => Skipping. 19:28:17,543 INFO [main][CipherTest] transformation=CAST6//NOPADDING 19:28:17,544 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6//NOPADDING" does not support IV => Skipping. 19:28:17,544 INFO [main][CipherTest] transformation=CAST6/CBC-CTS/ 19:28:17,544 INFO [main][CipherTest] transformation=CAST6/CBC-CTS/NOPADDING 19:28:17,545 INFO [main][CipherTest] transformation=CAST6/CBC/ 19:28:17,546 INFO [main][CipherTest] transformation=CAST6/CBC/ISO10126 19:28:17,546 INFO [main][CipherTest] transformation=CAST6/CBC/ISO10126-2 19:28:17,547 INFO [main][CipherTest] transformation=CAST6/CBC/ISO10126-2PADDING 19:28:17,549 INFO [main][CipherTest] transformation=CAST6/CBC/ISO10126PADDING 19:28:17,549 INFO [main][CipherTest] transformation=CAST6/CBC/ISO7816-4 19:28:17,550 INFO [main][CipherTest] transformation=CAST6/CBC/ISO7816-4PADDING 19:28:17,551 INFO [main][CipherTest] transformation=CAST6/CBC/NOPADDING 19:28:17,551 INFO [main][CipherTest] transformation=CAST6/CBC/PKCS5 19:28:17,552 INFO [main][CipherTest] transformation=CAST6/CBC/PKCS5PADDING 19:28:17,552 INFO [main][CipherTest] transformation=CAST6/CBC/PKCS7 19:28:17,553 INFO [main][CipherTest] transformation=CAST6/CBC/PKCS7PADDING 19:28:17,553 INFO [main][CipherTest] transformation=CAST6/CBC/TBC 19:28:17,554 INFO [main][CipherTest] transformation=CAST6/CBC/TBCPADDING 19:28:17,555 INFO [main][CipherTest] transformation=CAST6/CBC/X9.23 19:28:17,555 INFO [main][CipherTest] transformation=CAST6/CBC/X9.23PADDING 19:28:17,556 INFO [main][CipherTest] transformation=CAST6/CBC/ZEROBYTE 19:28:17,556 INFO [main][CipherTest] transformation=CAST6/CBC/ZEROBYTEPADDING 19:28:17,557 INFO [main][CipherTest] transformation=CAST6/CCM/ 19:28:17,557 ERROR [main][CipherTest] transformation "CAST6/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:17,557 INFO [main][CipherTest] transformation=CAST6/CCM/NOPADDING 19:28:17,558 ERROR [main][CipherTest] transformation "CAST6/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:17,558 INFO [main][CipherTest] transformation=CAST6/CFB/ 19:28:17,558 INFO [main][CipherTest] transformation=CAST6/CFB/ISO10126 19:28:17,559 INFO [main][CipherTest] transformation=CAST6/CFB/ISO10126-2 19:28:17,560 INFO [main][CipherTest] transformation=CAST6/CFB/ISO10126-2PADDING 19:28:17,561 INFO [main][CipherTest] transformation=CAST6/CFB/ISO10126PADDING 19:28:17,561 INFO [main][CipherTest] transformation=CAST6/CFB/ISO7816-4 19:28:17,562 INFO [main][CipherTest] transformation=CAST6/CFB/ISO7816-4PADDING 19:28:17,563 INFO [main][CipherTest] transformation=CAST6/CFB/NOPADDING 19:28:17,563 INFO [main][CipherTest] transformation=CAST6/CFB/PKCS5 19:28:17,564 INFO [main][CipherTest] transformation=CAST6/CFB/PKCS5PADDING 19:28:17,564 INFO [main][CipherTest] transformation=CAST6/CFB/PKCS7 19:28:17,565 INFO [main][CipherTest] transformation=CAST6/CFB/PKCS7PADDING 19:28:17,566 INFO [main][CipherTest] transformation=CAST6/CFB/TBC 19:28:17,566 INFO [main][CipherTest] transformation=CAST6/CFB/TBCPADDING 19:28:17,567 INFO [main][CipherTest] transformation=CAST6/CFB/X9.23 19:28:17,568 INFO [main][CipherTest] transformation=CAST6/CFB/X9.23PADDING 19:28:17,568 INFO [main][CipherTest] transformation=CAST6/CFB/ZEROBYTE 19:28:17,569 INFO [main][CipherTest] transformation=CAST6/CFB/ZEROBYTEPADDING 19:28:17,569 INFO [main][CipherTest] transformation=CAST6/CFB104/ 19:28:17,570 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO10126 19:28:17,571 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO10126-2 19:28:17,572 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO10126-2PADDING 19:28:17,573 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO10126PADDING 19:28:17,573 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO7816-4 19:28:17,574 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO7816-4PADDING 19:28:17,575 INFO [main][CipherTest] transformation=CAST6/CFB104/NOPADDING 19:28:17,575 INFO [main][CipherTest] transformation=CAST6/CFB104/PKCS5 19:28:17,576 INFO [main][CipherTest] transformation=CAST6/CFB104/PKCS5PADDING 19:28:17,576 INFO [main][CipherTest] transformation=CAST6/CFB104/PKCS7 19:28:17,577 INFO [main][CipherTest] transformation=CAST6/CFB104/PKCS7PADDING 19:28:17,578 INFO [main][CipherTest] transformation=CAST6/CFB104/TBC 19:28:17,578 INFO [main][CipherTest] transformation=CAST6/CFB104/TBCPADDING 19:28:17,579 INFO [main][CipherTest] transformation=CAST6/CFB104/X9.23 19:28:17,580 INFO [main][CipherTest] transformation=CAST6/CFB104/X9.23PADDING 19:28:17,580 INFO [main][CipherTest] transformation=CAST6/CFB104/ZEROBYTE 19:28:17,581 INFO [main][CipherTest] transformation=CAST6/CFB104/ZEROBYTEPADDING 19:28:17,581 INFO [main][CipherTest] transformation=CAST6/CFB112/ 19:28:17,582 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO10126 19:28:17,583 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO10126-2 19:28:17,584 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO10126-2PADDING 19:28:17,585 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO10126PADDING 19:28:17,585 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO7816-4 19:28:17,586 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO7816-4PADDING 19:28:17,587 INFO [main][CipherTest] transformation=CAST6/CFB112/NOPADDING 19:28:17,587 INFO [main][CipherTest] transformation=CAST6/CFB112/PKCS5 19:28:17,588 INFO [main][CipherTest] transformation=CAST6/CFB112/PKCS5PADDING 19:28:17,589 INFO [main][CipherTest] transformation=CAST6/CFB112/PKCS7 19:28:17,589 INFO [main][CipherTest] transformation=CAST6/CFB112/PKCS7PADDING 19:28:17,590 INFO [main][CipherTest] transformation=CAST6/CFB112/TBC 19:28:17,590 INFO [main][CipherTest] transformation=CAST6/CFB112/TBCPADDING 19:28:17,591 INFO [main][CipherTest] transformation=CAST6/CFB112/X9.23 19:28:17,595 INFO [main][CipherTest] transformation=CAST6/CFB112/X9.23PADDING 19:28:17,596 INFO [main][CipherTest] transformation=CAST6/CFB112/ZEROBYTE 19:28:17,596 INFO [main][CipherTest] transformation=CAST6/CFB112/ZEROBYTEPADDING 19:28:17,597 INFO [main][CipherTest] transformation=CAST6/CFB120/ 19:28:17,597 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO10126 19:28:17,598 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO10126-2 19:28:17,599 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO10126-2PADDING 19:28:17,599 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO10126PADDING 19:28:17,600 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO7816-4 19:28:17,600 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO7816-4PADDING 19:28:17,601 INFO [main][CipherTest] transformation=CAST6/CFB120/NOPADDING 19:28:17,601 INFO [main][CipherTest] transformation=CAST6/CFB120/PKCS5 19:28:17,602 INFO [main][CipherTest] transformation=CAST6/CFB120/PKCS5PADDING 19:28:17,602 INFO [main][CipherTest] transformation=CAST6/CFB120/PKCS7 19:28:17,603 INFO [main][CipherTest] transformation=CAST6/CFB120/PKCS7PADDING 19:28:17,603 INFO [main][CipherTest] transformation=CAST6/CFB120/TBC 19:28:17,604 INFO [main][CipherTest] transformation=CAST6/CFB120/TBCPADDING 19:28:17,604 INFO [main][CipherTest] transformation=CAST6/CFB120/X9.23 19:28:17,605 INFO [main][CipherTest] transformation=CAST6/CFB120/X9.23PADDING 19:28:17,605 INFO [main][CipherTest] transformation=CAST6/CFB120/ZEROBYTE 19:28:17,606 INFO [main][CipherTest] transformation=CAST6/CFB120/ZEROBYTEPADDING 19:28:17,606 INFO [main][CipherTest] transformation=CAST6/CFB128/ 19:28:17,607 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO10126 19:28:17,607 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO10126-2 19:28:17,608 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO10126-2PADDING 19:28:17,609 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO10126PADDING 19:28:17,609 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO7816-4 19:28:17,610 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO7816-4PADDING 19:28:17,610 INFO [main][CipherTest] transformation=CAST6/CFB128/NOPADDING 19:28:17,611 INFO [main][CipherTest] transformation=CAST6/CFB128/PKCS5 19:28:17,612 INFO [main][CipherTest] transformation=CAST6/CFB128/PKCS5PADDING 19:28:17,613 INFO [main][CipherTest] transformation=CAST6/CFB128/PKCS7 19:28:17,613 INFO [main][CipherTest] transformation=CAST6/CFB128/PKCS7PADDING 19:28:17,614 INFO [main][CipherTest] transformation=CAST6/CFB128/TBC 19:28:17,614 INFO [main][CipherTest] transformation=CAST6/CFB128/TBCPADDING 19:28:17,615 INFO [main][CipherTest] transformation=CAST6/CFB128/X9.23 19:28:17,615 INFO [main][CipherTest] transformation=CAST6/CFB128/X9.23PADDING 19:28:17,616 INFO [main][CipherTest] transformation=CAST6/CFB128/ZEROBYTE 19:28:17,616 INFO [main][CipherTest] transformation=CAST6/CFB128/ZEROBYTEPADDING 19:28:17,616 INFO [main][CipherTest] transformation=CAST6/CFB136/ 19:28:17,617 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO10126 19:28:17,617 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO10126-2 19:28:17,618 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO10126-2PADDING 19:28:17,619 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO10126PADDING 19:28:17,619 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO7816-4 19:28:17,620 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO7816-4PADDING 19:28:17,620 INFO [main][CipherTest] transformation=CAST6/CFB136/NOPADDING 19:28:17,621 INFO [main][CipherTest] transformation=CAST6/CFB136/PKCS5 19:28:17,621 INFO [main][CipherTest] transformation=CAST6/CFB136/PKCS5PADDING 19:28:17,621 INFO [main][CipherTest] transformation=CAST6/CFB136/PKCS7 19:28:17,622 INFO [main][CipherTest] transformation=CAST6/CFB136/PKCS7PADDING 19:28:17,622 INFO [main][CipherTest] transformation=CAST6/CFB136/TBC 19:28:17,623 INFO [main][CipherTest] transformation=CAST6/CFB136/TBCPADDING 19:28:17,623 INFO [main][CipherTest] transformation=CAST6/CFB136/X9.23 19:28:17,624 INFO [main][CipherTest] transformation=CAST6/CFB136/X9.23PADDING 19:28:17,624 INFO [main][CipherTest] transformation=CAST6/CFB136/ZEROBYTE 19:28:17,624 INFO [main][CipherTest] transformation=CAST6/CFB136/ZEROBYTEPADDING 19:28:17,624 INFO [main][CipherTest] transformation=CAST6/CFB144/ 19:28:17,624 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO10126 19:28:17,624 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO10126-2 19:28:17,625 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO10126-2PADDING 19:28:17,625 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO10126PADDING 19:28:17,625 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO7816-4 19:28:17,625 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO7816-4PADDING 19:28:17,625 INFO [main][CipherTest] transformation=CAST6/CFB144/NOPADDING 19:28:17,625 INFO [main][CipherTest] transformation=CAST6/CFB144/PKCS5 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB144/PKCS5PADDING 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB144/PKCS7 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB144/PKCS7PADDING 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB144/TBC 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB144/TBCPADDING 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB144/X9.23 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB144/X9.23PADDING 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB144/ZEROBYTE 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB144/ZEROBYTEPADDING 19:28:17,626 INFO [main][CipherTest] transformation=CAST6/CFB152/ 19:28:17,627 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO10126 19:28:17,627 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO10126-2 19:28:17,627 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO10126-2PADDING 19:28:17,627 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO10126PADDING 19:28:17,627 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO7816-4 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO7816-4PADDING 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/NOPADDING 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/PKCS5 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/PKCS5PADDING 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/PKCS7 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/PKCS7PADDING 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/TBC 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/TBCPADDING 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/X9.23 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/X9.23PADDING 19:28:17,628 INFO [main][CipherTest] transformation=CAST6/CFB152/ZEROBYTE 19:28:17,629 INFO [main][CipherTest] transformation=CAST6/CFB152/ZEROBYTEPADDING 19:28:17,629 INFO [main][CipherTest] transformation=CAST6/CFB16/ 19:28:17,629 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO10126 19:28:17,629 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO10126-2 19:28:17,629 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO10126-2PADDING 19:28:17,629 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO10126PADDING 19:28:17,649 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO7816-4 19:28:17,649 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO7816-4PADDING 19:28:17,649 INFO [main][CipherTest] transformation=CAST6/CFB16/NOPADDING 19:28:17,649 INFO [main][CipherTest] transformation=CAST6/CFB16/PKCS5 19:28:17,649 INFO [main][CipherTest] transformation=CAST6/CFB16/PKCS5PADDING 19:28:17,649 INFO [main][CipherTest] transformation=CAST6/CFB16/PKCS7 19:28:17,650 INFO [main][CipherTest] transformation=CAST6/CFB16/PKCS7PADDING 19:28:17,650 INFO [main][CipherTest] transformation=CAST6/CFB16/TBC 19:28:17,650 INFO [main][CipherTest] transformation=CAST6/CFB16/TBCPADDING 19:28:17,650 INFO [main][CipherTest] transformation=CAST6/CFB16/X9.23 19:28:17,650 INFO [main][CipherTest] transformation=CAST6/CFB16/X9.23PADDING 19:28:17,650 INFO [main][CipherTest] transformation=CAST6/CFB16/ZEROBYTE 19:28:17,650 INFO [main][CipherTest] transformation=CAST6/CFB16/ZEROBYTEPADDING 19:28:17,651 INFO [main][CipherTest] transformation=CAST6/CFB160/ 19:28:17,651 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO10126 19:28:17,651 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO10126-2 19:28:17,651 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO10126-2PADDING 19:28:17,652 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO10126PADDING 19:28:17,652 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO7816-4 19:28:17,652 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO7816-4PADDING 19:28:17,652 INFO [main][CipherTest] transformation=CAST6/CFB160/NOPADDING 19:28:17,652 INFO [main][CipherTest] transformation=CAST6/CFB160/PKCS5 19:28:17,652 INFO [main][CipherTest] transformation=CAST6/CFB160/PKCS5PADDING 19:28:17,652 INFO [main][CipherTest] transformation=CAST6/CFB160/PKCS7 19:28:17,652 INFO [main][CipherTest] transformation=CAST6/CFB160/PKCS7PADDING 19:28:17,652 INFO [main][CipherTest] transformation=CAST6/CFB160/TBC 19:28:17,653 INFO [main][CipherTest] transformation=CAST6/CFB160/TBCPADDING 19:28:17,653 INFO [main][CipherTest] transformation=CAST6/CFB160/X9.23 19:28:17,653 INFO [main][CipherTest] transformation=CAST6/CFB160/X9.23PADDING 19:28:17,653 INFO [main][CipherTest] transformation=CAST6/CFB160/ZEROBYTE 19:28:17,653 INFO [main][CipherTest] transformation=CAST6/CFB160/ZEROBYTEPADDING 19:28:17,653 INFO [main][CipherTest] transformation=CAST6/CFB168/ 19:28:17,653 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO10126 19:28:17,653 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO10126-2 19:28:17,654 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO10126-2PADDING 19:28:17,654 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO10126PADDING 19:28:17,654 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO7816-4 19:28:17,654 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO7816-4PADDING 19:28:17,654 INFO [main][CipherTest] transformation=CAST6/CFB168/NOPADDING 19:28:17,654 INFO [main][CipherTest] transformation=CAST6/CFB168/PKCS5 19:28:17,654 INFO [main][CipherTest] transformation=CAST6/CFB168/PKCS5PADDING 19:28:17,654 INFO [main][CipherTest] transformation=CAST6/CFB168/PKCS7 19:28:17,655 INFO [main][CipherTest] transformation=CAST6/CFB168/PKCS7PADDING 19:28:17,655 INFO [main][CipherTest] transformation=CAST6/CFB168/TBC 19:28:17,655 INFO [main][CipherTest] transformation=CAST6/CFB168/TBCPADDING 19:28:17,655 INFO [main][CipherTest] transformation=CAST6/CFB168/X9.23 19:28:17,655 INFO [main][CipherTest] transformation=CAST6/CFB168/X9.23PADDING 19:28:17,655 INFO [main][CipherTest] transformation=CAST6/CFB168/ZEROBYTE 19:28:17,655 INFO [main][CipherTest] transformation=CAST6/CFB168/ZEROBYTEPADDING 19:28:17,655 INFO [main][CipherTest] transformation=CAST6/CFB176/ 19:28:17,655 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO10126 19:28:17,656 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO10126-2 19:28:17,656 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO10126-2PADDING 19:28:17,656 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO10126PADDING 19:28:17,656 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO7816-4 19:28:17,656 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO7816-4PADDING 19:28:17,656 INFO [main][CipherTest] transformation=CAST6/CFB176/NOPADDING 19:28:17,656 INFO [main][CipherTest] transformation=CAST6/CFB176/PKCS5 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB176/PKCS5PADDING 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB176/PKCS7 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB176/PKCS7PADDING 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB176/TBC 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB176/TBCPADDING 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB176/X9.23 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB176/X9.23PADDING 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB176/ZEROBYTE 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB176/ZEROBYTEPADDING 19:28:17,657 INFO [main][CipherTest] transformation=CAST6/CFB184/ 19:28:17,658 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO10126 19:28:17,658 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO10126-2 19:28:17,658 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO10126-2PADDING 19:28:17,658 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO10126PADDING 19:28:17,658 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO7816-4 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO7816-4PADDING 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/NOPADDING 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/PKCS5 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/PKCS5PADDING 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/PKCS7 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/PKCS7PADDING 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/TBC 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/TBCPADDING 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/X9.23 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/X9.23PADDING 19:28:17,659 INFO [main][CipherTest] transformation=CAST6/CFB184/ZEROBYTE 19:28:17,660 INFO [main][CipherTest] transformation=CAST6/CFB184/ZEROBYTEPADDING 19:28:17,660 INFO [main][CipherTest] transformation=CAST6/CFB192/ 19:28:17,660 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO10126 19:28:17,660 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO10126-2 19:28:17,660 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO10126-2PADDING 19:28:17,660 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO10126PADDING 19:28:17,661 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO7816-4 19:28:17,661 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO7816-4PADDING 19:28:17,661 INFO [main][CipherTest] transformation=CAST6/CFB192/NOPADDING 19:28:17,661 INFO [main][CipherTest] transformation=CAST6/CFB192/PKCS5 19:28:17,661 INFO [main][CipherTest] transformation=CAST6/CFB192/PKCS5PADDING 19:28:17,661 INFO [main][CipherTest] transformation=CAST6/CFB192/PKCS7 19:28:17,661 INFO [main][CipherTest] transformation=CAST6/CFB192/PKCS7PADDING 19:28:17,661 INFO [main][CipherTest] transformation=CAST6/CFB192/TBC 19:28:17,661 INFO [main][CipherTest] transformation=CAST6/CFB192/TBCPADDING 19:28:17,662 INFO [main][CipherTest] transformation=CAST6/CFB192/X9.23 19:28:17,662 INFO [main][CipherTest] transformation=CAST6/CFB192/X9.23PADDING 19:28:17,662 INFO [main][CipherTest] transformation=CAST6/CFB192/ZEROBYTE 19:28:17,662 INFO [main][CipherTest] transformation=CAST6/CFB192/ZEROBYTEPADDING 19:28:17,662 INFO [main][CipherTest] transformation=CAST6/CFB200/ 19:28:17,662 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO10126 19:28:17,662 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO10126-2 19:28:17,663 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO10126-2PADDING 19:28:17,663 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO10126PADDING 19:28:17,663 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO7816-4 19:28:17,663 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO7816-4PADDING 19:28:17,663 INFO [main][CipherTest] transformation=CAST6/CFB200/NOPADDING 19:28:17,663 INFO [main][CipherTest] transformation=CAST6/CFB200/PKCS5 19:28:17,663 INFO [main][CipherTest] transformation=CAST6/CFB200/PKCS5PADDING 19:28:17,663 INFO [main][CipherTest] transformation=CAST6/CFB200/PKCS7 19:28:17,664 INFO [main][CipherTest] transformation=CAST6/CFB200/PKCS7PADDING 19:28:17,664 INFO [main][CipherTest] transformation=CAST6/CFB200/TBC 19:28:17,664 INFO [main][CipherTest] transformation=CAST6/CFB200/TBCPADDING 19:28:17,664 INFO [main][CipherTest] transformation=CAST6/CFB200/X9.23 19:28:17,664 INFO [main][CipherTest] transformation=CAST6/CFB200/X9.23PADDING 19:28:17,664 INFO [main][CipherTest] transformation=CAST6/CFB200/ZEROBYTE 19:28:17,664 INFO [main][CipherTest] transformation=CAST6/CFB200/ZEROBYTEPADDING 19:28:17,664 INFO [main][CipherTest] transformation=CAST6/CFB208/ 19:28:17,664 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO10126 19:28:17,665 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO10126-2 19:28:17,665 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO10126-2PADDING 19:28:17,665 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO10126PADDING 19:28:17,665 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO7816-4 19:28:17,665 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO7816-4PADDING 19:28:17,665 INFO [main][CipherTest] transformation=CAST6/CFB208/NOPADDING 19:28:17,665 INFO [main][CipherTest] transformation=CAST6/CFB208/PKCS5 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB208/PKCS5PADDING 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB208/PKCS7 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB208/PKCS7PADDING 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB208/TBC 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB208/TBCPADDING 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB208/X9.23 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB208/X9.23PADDING 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB208/ZEROBYTE 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB208/ZEROBYTEPADDING 19:28:17,666 INFO [main][CipherTest] transformation=CAST6/CFB216/ 19:28:17,667 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO10126 19:28:17,667 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO10126-2 19:28:17,667 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO10126-2PADDING 19:28:17,667 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO10126PADDING 19:28:17,667 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO7816-4 19:28:17,668 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO7816-4PADDING 19:28:17,668 INFO [main][CipherTest] transformation=CAST6/CFB216/NOPADDING 19:28:17,668 INFO [main][CipherTest] transformation=CAST6/CFB216/PKCS5 19:28:17,668 INFO [main][CipherTest] transformation=CAST6/CFB216/PKCS5PADDING 19:28:17,668 INFO [main][CipherTest] transformation=CAST6/CFB216/PKCS7 19:28:17,668 INFO [main][CipherTest] transformation=CAST6/CFB216/PKCS7PADDING 19:28:17,669 INFO [main][CipherTest] transformation=CAST6/CFB216/TBC 19:28:17,669 INFO [main][CipherTest] transformation=CAST6/CFB216/TBCPADDING 19:28:17,669 INFO [main][CipherTest] transformation=CAST6/CFB216/X9.23 19:28:17,669 INFO [main][CipherTest] transformation=CAST6/CFB216/X9.23PADDING 19:28:17,669 INFO [main][CipherTest] transformation=CAST6/CFB216/ZEROBYTE 19:28:17,669 INFO [main][CipherTest] transformation=CAST6/CFB216/ZEROBYTEPADDING 19:28:17,669 INFO [main][CipherTest] transformation=CAST6/CFB224/ 19:28:17,669 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO10126 19:28:17,670 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO10126-2 19:28:17,670 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO10126-2PADDING 19:28:17,670 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO10126PADDING 19:28:17,670 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO7816-4 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO7816-4PADDING 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/NOPADDING 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/PKCS5 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/PKCS5PADDING 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/PKCS7 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/PKCS7PADDING 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/TBC 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/TBCPADDING 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/X9.23 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/X9.23PADDING 19:28:17,671 INFO [main][CipherTest] transformation=CAST6/CFB224/ZEROBYTE 19:28:17,672 INFO [main][CipherTest] transformation=CAST6/CFB224/ZEROBYTEPADDING 19:28:17,672 INFO [main][CipherTest] transformation=CAST6/CFB232/ 19:28:17,672 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO10126 19:28:17,672 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO10126-2 19:28:17,672 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO10126-2PADDING 19:28:17,673 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO10126PADDING 19:28:17,673 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO7816-4 19:28:17,673 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO7816-4PADDING 19:28:17,673 INFO [main][CipherTest] transformation=CAST6/CFB232/NOPADDING 19:28:17,673 INFO [main][CipherTest] transformation=CAST6/CFB232/PKCS5 19:28:17,673 INFO [main][CipherTest] transformation=CAST6/CFB232/PKCS5PADDING 19:28:17,673 INFO [main][CipherTest] transformation=CAST6/CFB232/PKCS7 19:28:17,673 INFO [main][CipherTest] transformation=CAST6/CFB232/PKCS7PADDING 19:28:17,673 INFO [main][CipherTest] transformation=CAST6/CFB232/TBC 19:28:17,674 INFO [main][CipherTest] transformation=CAST6/CFB232/TBCPADDING 19:28:17,674 INFO [main][CipherTest] transformation=CAST6/CFB232/X9.23 19:28:17,674 INFO [main][CipherTest] transformation=CAST6/CFB232/X9.23PADDING 19:28:17,674 INFO [main][CipherTest] transformation=CAST6/CFB232/ZEROBYTE 19:28:17,674 INFO [main][CipherTest] transformation=CAST6/CFB232/ZEROBYTEPADDING 19:28:17,674 INFO [main][CipherTest] transformation=CAST6/CFB24/ 19:28:17,674 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO10126 19:28:17,674 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO10126-2 19:28:17,675 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO10126-2PADDING 19:28:17,675 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO10126PADDING 19:28:17,675 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO7816-4 19:28:17,675 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO7816-4PADDING 19:28:17,675 INFO [main][CipherTest] transformation=CAST6/CFB24/NOPADDING 19:28:17,675 INFO [main][CipherTest] transformation=CAST6/CFB24/PKCS5 19:28:17,675 INFO [main][CipherTest] transformation=CAST6/CFB24/PKCS5PADDING 19:28:17,675 INFO [main][CipherTest] transformation=CAST6/CFB24/PKCS7 19:28:17,676 INFO [main][CipherTest] transformation=CAST6/CFB24/PKCS7PADDING 19:28:17,676 INFO [main][CipherTest] transformation=CAST6/CFB24/TBC 19:28:17,676 INFO [main][CipherTest] transformation=CAST6/CFB24/TBCPADDING 19:28:17,676 INFO [main][CipherTest] transformation=CAST6/CFB24/X9.23 19:28:17,676 INFO [main][CipherTest] transformation=CAST6/CFB24/X9.23PADDING 19:28:17,676 INFO [main][CipherTest] transformation=CAST6/CFB24/ZEROBYTE 19:28:17,676 INFO [main][CipherTest] transformation=CAST6/CFB24/ZEROBYTEPADDING 19:28:17,677 INFO [main][CipherTest] transformation=CAST6/CFB240/ 19:28:17,677 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO10126 19:28:17,677 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO10126-2 19:28:17,678 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO10126-2PADDING 19:28:17,678 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO10126PADDING 19:28:17,678 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO7816-4 19:28:17,679 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO7816-4PADDING 19:28:17,679 INFO [main][CipherTest] transformation=CAST6/CFB240/NOPADDING 19:28:17,679 INFO [main][CipherTest] transformation=CAST6/CFB240/PKCS5 19:28:17,679 INFO [main][CipherTest] transformation=CAST6/CFB240/PKCS5PADDING 19:28:17,679 INFO [main][CipherTest] transformation=CAST6/CFB240/PKCS7 19:28:17,679 INFO [main][CipherTest] transformation=CAST6/CFB240/PKCS7PADDING 19:28:17,679 INFO [main][CipherTest] transformation=CAST6/CFB240/TBC 19:28:17,679 INFO [main][CipherTest] transformation=CAST6/CFB240/TBCPADDING 19:28:17,679 INFO [main][CipherTest] transformation=CAST6/CFB240/X9.23 19:28:17,680 INFO [main][CipherTest] transformation=CAST6/CFB240/X9.23PADDING 19:28:17,680 INFO [main][CipherTest] transformation=CAST6/CFB240/ZEROBYTE 19:28:17,680 INFO [main][CipherTest] transformation=CAST6/CFB240/ZEROBYTEPADDING 19:28:17,680 INFO [main][CipherTest] transformation=CAST6/CFB248/ 19:28:17,680 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO10126 19:28:17,680 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO10126-2 19:28:17,680 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO10126-2PADDING 19:28:17,681 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO10126PADDING 19:28:17,681 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO7816-4 19:28:17,681 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO7816-4PADDING 19:28:17,681 INFO [main][CipherTest] transformation=CAST6/CFB248/NOPADDING 19:28:17,681 INFO [main][CipherTest] transformation=CAST6/CFB248/PKCS5 19:28:17,681 INFO [main][CipherTest] transformation=CAST6/CFB248/PKCS5PADDING 19:28:17,681 INFO [main][CipherTest] transformation=CAST6/CFB248/PKCS7 19:28:17,681 INFO [main][CipherTest] transformation=CAST6/CFB248/PKCS7PADDING 19:28:17,682 INFO [main][CipherTest] transformation=CAST6/CFB248/TBC 19:28:17,682 INFO [main][CipherTest] transformation=CAST6/CFB248/TBCPADDING 19:28:17,682 INFO [main][CipherTest] transformation=CAST6/CFB248/X9.23 19:28:17,682 INFO [main][CipherTest] transformation=CAST6/CFB248/X9.23PADDING 19:28:17,682 INFO [main][CipherTest] transformation=CAST6/CFB248/ZEROBYTE 19:28:17,682 INFO [main][CipherTest] transformation=CAST6/CFB248/ZEROBYTEPADDING 19:28:17,682 INFO [main][CipherTest] transformation=CAST6/CFB256/ 19:28:17,682 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO10126 19:28:17,683 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO10126-2 19:28:17,683 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO10126-2PADDING 19:28:17,683 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO10126PADDING 19:28:17,684 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO7816-4 19:28:17,684 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO7816-4PADDING 19:28:17,684 INFO [main][CipherTest] transformation=CAST6/CFB256/NOPADDING 19:28:17,684 INFO [main][CipherTest] transformation=CAST6/CFB256/PKCS5 19:28:17,684 INFO [main][CipherTest] transformation=CAST6/CFB256/PKCS5PADDING 19:28:17,684 INFO [main][CipherTest] transformation=CAST6/CFB256/PKCS7 19:28:17,684 INFO [main][CipherTest] transformation=CAST6/CFB256/PKCS7PADDING 19:28:17,685 INFO [main][CipherTest] transformation=CAST6/CFB256/TBC 19:28:17,685 INFO [main][CipherTest] transformation=CAST6/CFB256/TBCPADDING 19:28:17,685 INFO [main][CipherTest] transformation=CAST6/CFB256/X9.23 19:28:17,685 INFO [main][CipherTest] transformation=CAST6/CFB256/X9.23PADDING 19:28:17,685 INFO [main][CipherTest] transformation=CAST6/CFB256/ZEROBYTE 19:28:17,685 INFO [main][CipherTest] transformation=CAST6/CFB256/ZEROBYTEPADDING 19:28:17,685 INFO [main][CipherTest] transformation=CAST6/CFB32/ 19:28:17,685 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO10126 19:28:17,685 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO10126-2 19:28:17,686 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO10126-2PADDING 19:28:17,686 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO10126PADDING 19:28:17,686 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO7816-4 19:28:17,686 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO7816-4PADDING 19:28:17,686 INFO [main][CipherTest] transformation=CAST6/CFB32/NOPADDING 19:28:17,686 INFO [main][CipherTest] transformation=CAST6/CFB32/PKCS5 19:28:17,687 INFO [main][CipherTest] transformation=CAST6/CFB32/PKCS5PADDING 19:28:17,687 INFO [main][CipherTest] transformation=CAST6/CFB32/PKCS7 19:28:17,687 INFO [main][CipherTest] transformation=CAST6/CFB32/PKCS7PADDING 19:28:17,687 INFO [main][CipherTest] transformation=CAST6/CFB32/TBC 19:28:17,687 INFO [main][CipherTest] transformation=CAST6/CFB32/TBCPADDING 19:28:17,687 INFO [main][CipherTest] transformation=CAST6/CFB32/X9.23 19:28:17,687 INFO [main][CipherTest] transformation=CAST6/CFB32/X9.23PADDING 19:28:17,687 INFO [main][CipherTest] transformation=CAST6/CFB32/ZEROBYTE 19:28:17,688 INFO [main][CipherTest] transformation=CAST6/CFB32/ZEROBYTEPADDING 19:28:17,688 INFO [main][CipherTest] transformation=CAST6/CFB40/ 19:28:17,688 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO10126 19:28:17,688 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO10126-2 19:28:17,688 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO10126-2PADDING 19:28:17,689 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO10126PADDING 19:28:17,689 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO7816-4 19:28:17,689 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO7816-4PADDING 19:28:17,689 INFO [main][CipherTest] transformation=CAST6/CFB40/NOPADDING 19:28:17,689 INFO [main][CipherTest] transformation=CAST6/CFB40/PKCS5 19:28:17,689 INFO [main][CipherTest] transformation=CAST6/CFB40/PKCS5PADDING 19:28:17,689 INFO [main][CipherTest] transformation=CAST6/CFB40/PKCS7 19:28:17,689 INFO [main][CipherTest] transformation=CAST6/CFB40/PKCS7PADDING 19:28:17,689 INFO [main][CipherTest] transformation=CAST6/CFB40/TBC 19:28:17,690 INFO [main][CipherTest] transformation=CAST6/CFB40/TBCPADDING 19:28:17,690 INFO [main][CipherTest] transformation=CAST6/CFB40/X9.23 19:28:17,690 INFO [main][CipherTest] transformation=CAST6/CFB40/X9.23PADDING 19:28:17,690 INFO [main][CipherTest] transformation=CAST6/CFB40/ZEROBYTE 19:28:17,690 INFO [main][CipherTest] transformation=CAST6/CFB40/ZEROBYTEPADDING 19:28:17,690 INFO [main][CipherTest] transformation=CAST6/CFB48/ 19:28:17,690 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO10126 19:28:17,690 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO10126-2 19:28:17,691 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO10126-2PADDING 19:28:17,691 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO10126PADDING 19:28:17,691 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO7816-4 19:28:17,691 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO7816-4PADDING 19:28:17,691 INFO [main][CipherTest] transformation=CAST6/CFB48/NOPADDING 19:28:17,691 INFO [main][CipherTest] transformation=CAST6/CFB48/PKCS5 19:28:17,691 INFO [main][CipherTest] transformation=CAST6/CFB48/PKCS5PADDING 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB48/PKCS7 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB48/PKCS7PADDING 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB48/TBC 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB48/TBCPADDING 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB48/X9.23 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB48/X9.23PADDING 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB48/ZEROBYTE 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB48/ZEROBYTEPADDING 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB56/ 19:28:17,692 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO10126 19:28:17,693 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO10126-2 19:28:17,693 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO10126-2PADDING 19:28:17,693 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO10126PADDING 19:28:17,693 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO7816-4 19:28:17,693 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO7816-4PADDING 19:28:17,694 INFO [main][CipherTest] transformation=CAST6/CFB56/NOPADDING 19:28:17,694 INFO [main][CipherTest] transformation=CAST6/CFB56/PKCS5 19:28:17,694 INFO [main][CipherTest] transformation=CAST6/CFB56/PKCS5PADDING 19:28:17,694 INFO [main][CipherTest] transformation=CAST6/CFB56/PKCS7 19:28:17,694 INFO [main][CipherTest] transformation=CAST6/CFB56/PKCS7PADDING 19:28:17,695 INFO [main][CipherTest] transformation=CAST6/CFB56/TBC 19:28:17,695 INFO [main][CipherTest] transformation=CAST6/CFB56/TBCPADDING 19:28:17,695 INFO [main][CipherTest] transformation=CAST6/CFB56/X9.23 19:28:17,695 INFO [main][CipherTest] transformation=CAST6/CFB56/X9.23PADDING 19:28:17,695 INFO [main][CipherTest] transformation=CAST6/CFB56/ZEROBYTE 19:28:17,695 INFO [main][CipherTest] transformation=CAST6/CFB56/ZEROBYTEPADDING 19:28:17,696 INFO [main][CipherTest] transformation=CAST6/CFB64/ 19:28:17,696 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO10126 19:28:17,696 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO10126-2 19:28:17,696 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO10126-2PADDING 19:28:17,697 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO10126PADDING 19:28:17,697 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO7816-4 19:28:17,697 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO7816-4PADDING 19:28:17,697 INFO [main][CipherTest] transformation=CAST6/CFB64/NOPADDING 19:28:17,698 INFO [main][CipherTest] transformation=CAST6/CFB64/PKCS5 19:28:17,698 INFO [main][CipherTest] transformation=CAST6/CFB64/PKCS5PADDING 19:28:17,698 INFO [main][CipherTest] transformation=CAST6/CFB64/PKCS7 19:28:17,698 INFO [main][CipherTest] transformation=CAST6/CFB64/PKCS7PADDING 19:28:17,698 INFO [main][CipherTest] transformation=CAST6/CFB64/TBC 19:28:17,699 INFO [main][CipherTest] transformation=CAST6/CFB64/TBCPADDING 19:28:17,699 INFO [main][CipherTest] transformation=CAST6/CFB64/X9.23 19:28:17,699 INFO [main][CipherTest] transformation=CAST6/CFB64/X9.23PADDING 19:28:17,699 INFO [main][CipherTest] transformation=CAST6/CFB64/ZEROBYTE 19:28:17,699 INFO [main][CipherTest] transformation=CAST6/CFB64/ZEROBYTEPADDING 19:28:17,699 INFO [main][CipherTest] transformation=CAST6/CFB72/ 19:28:17,700 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO10126 19:28:17,700 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO10126-2 19:28:17,700 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO10126-2PADDING 19:28:17,701 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO10126PADDING 19:28:17,701 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO7816-4 19:28:17,701 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO7816-4PADDING 19:28:17,701 INFO [main][CipherTest] transformation=CAST6/CFB72/NOPADDING 19:28:17,701 INFO [main][CipherTest] transformation=CAST6/CFB72/PKCS5 19:28:17,702 INFO [main][CipherTest] transformation=CAST6/CFB72/PKCS5PADDING 19:28:17,702 INFO [main][CipherTest] transformation=CAST6/CFB72/PKCS7 19:28:17,702 INFO [main][CipherTest] transformation=CAST6/CFB72/PKCS7PADDING 19:28:17,702 INFO [main][CipherTest] transformation=CAST6/CFB72/TBC 19:28:17,702 INFO [main][CipherTest] transformation=CAST6/CFB72/TBCPADDING 19:28:17,702 INFO [main][CipherTest] transformation=CAST6/CFB72/X9.23 19:28:17,703 INFO [main][CipherTest] transformation=CAST6/CFB72/X9.23PADDING 19:28:17,703 INFO [main][CipherTest] transformation=CAST6/CFB72/ZEROBYTE 19:28:17,703 INFO [main][CipherTest] transformation=CAST6/CFB72/ZEROBYTEPADDING 19:28:17,703 INFO [main][CipherTest] transformation=CAST6/CFB8/ 19:28:17,703 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO10126 19:28:17,704 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO10126-2 19:28:17,704 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO10126-2PADDING 19:28:17,704 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO10126PADDING 19:28:17,705 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO7816-4 19:28:17,705 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO7816-4PADDING 19:28:17,705 INFO [main][CipherTest] transformation=CAST6/CFB8/NOPADDING 19:28:17,705 INFO [main][CipherTest] transformation=CAST6/CFB8/PKCS5 19:28:17,705 INFO [main][CipherTest] transformation=CAST6/CFB8/PKCS5PADDING 19:28:17,705 INFO [main][CipherTest] transformation=CAST6/CFB8/PKCS7 19:28:17,706 INFO [main][CipherTest] transformation=CAST6/CFB8/PKCS7PADDING 19:28:17,706 INFO [main][CipherTest] transformation=CAST6/CFB8/TBC 19:28:17,706 INFO [main][CipherTest] transformation=CAST6/CFB8/TBCPADDING 19:28:17,706 INFO [main][CipherTest] transformation=CAST6/CFB8/X9.23 19:28:17,706 INFO [main][CipherTest] transformation=CAST6/CFB8/X9.23PADDING 19:28:17,707 INFO [main][CipherTest] transformation=CAST6/CFB8/ZEROBYTE 19:28:17,707 INFO [main][CipherTest] transformation=CAST6/CFB8/ZEROBYTEPADDING 19:28:17,707 INFO [main][CipherTest] transformation=CAST6/CFB80/ 19:28:17,707 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO10126 19:28:17,708 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO10126-2 19:28:17,708 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO10126-2PADDING 19:28:17,708 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO10126PADDING 19:28:17,709 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO7816-4 19:28:17,709 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO7816-4PADDING 19:28:17,709 INFO [main][CipherTest] transformation=CAST6/CFB80/NOPADDING 19:28:17,709 INFO [main][CipherTest] transformation=CAST6/CFB80/PKCS5 19:28:17,709 INFO [main][CipherTest] transformation=CAST6/CFB80/PKCS5PADDING 19:28:17,710 INFO [main][CipherTest] transformation=CAST6/CFB80/PKCS7 19:28:17,710 INFO [main][CipherTest] transformation=CAST6/CFB80/PKCS7PADDING 19:28:17,710 INFO [main][CipherTest] transformation=CAST6/CFB80/TBC 19:28:17,710 INFO [main][CipherTest] transformation=CAST6/CFB80/TBCPADDING 19:28:17,710 INFO [main][CipherTest] transformation=CAST6/CFB80/X9.23 19:28:17,710 INFO [main][CipherTest] transformation=CAST6/CFB80/X9.23PADDING 19:28:17,711 INFO [main][CipherTest] transformation=CAST6/CFB80/ZEROBYTE 19:28:17,711 INFO [main][CipherTest] transformation=CAST6/CFB80/ZEROBYTEPADDING 19:28:17,711 INFO [main][CipherTest] transformation=CAST6/CFB88/ 19:28:17,711 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO10126 19:28:17,711 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO10126-2 19:28:17,712 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO10126-2PADDING 19:28:17,712 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO10126PADDING 19:28:17,712 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO7816-4 19:28:17,713 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO7816-4PADDING 19:28:17,713 INFO [main][CipherTest] transformation=CAST6/CFB88/NOPADDING 19:28:17,713 INFO [main][CipherTest] transformation=CAST6/CFB88/PKCS5 19:28:17,713 INFO [main][CipherTest] transformation=CAST6/CFB88/PKCS5PADDING 19:28:17,713 INFO [main][CipherTest] transformation=CAST6/CFB88/PKCS7 19:28:17,713 INFO [main][CipherTest] transformation=CAST6/CFB88/PKCS7PADDING 19:28:17,714 INFO [main][CipherTest] transformation=CAST6/CFB88/TBC 19:28:17,714 INFO [main][CipherTest] transformation=CAST6/CFB88/TBCPADDING 19:28:17,714 INFO [main][CipherTest] transformation=CAST6/CFB88/X9.23 19:28:17,714 INFO [main][CipherTest] transformation=CAST6/CFB88/X9.23PADDING 19:28:17,714 INFO [main][CipherTest] transformation=CAST6/CFB88/ZEROBYTE 19:28:17,714 INFO [main][CipherTest] transformation=CAST6/CFB88/ZEROBYTEPADDING 19:28:17,715 INFO [main][CipherTest] transformation=CAST6/CFB96/ 19:28:17,715 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO10126 19:28:17,715 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO10126-2 19:28:17,715 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO10126-2PADDING 19:28:17,716 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO10126PADDING 19:28:17,716 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO7816-4 19:28:17,716 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO7816-4PADDING 19:28:17,716 INFO [main][CipherTest] transformation=CAST6/CFB96/NOPADDING 19:28:17,717 INFO [main][CipherTest] transformation=CAST6/CFB96/PKCS5 19:28:17,717 INFO [main][CipherTest] transformation=CAST6/CFB96/PKCS5PADDING 19:28:17,717 INFO [main][CipherTest] transformation=CAST6/CFB96/PKCS7 19:28:17,717 INFO [main][CipherTest] transformation=CAST6/CFB96/PKCS7PADDING 19:28:17,717 INFO [main][CipherTest] transformation=CAST6/CFB96/TBC 19:28:17,717 INFO [main][CipherTest] transformation=CAST6/CFB96/TBCPADDING 19:28:17,718 INFO [main][CipherTest] transformation=CAST6/CFB96/X9.23 19:28:17,718 INFO [main][CipherTest] transformation=CAST6/CFB96/X9.23PADDING 19:28:17,718 INFO [main][CipherTest] transformation=CAST6/CFB96/ZEROBYTE 19:28:17,718 INFO [main][CipherTest] transformation=CAST6/CFB96/ZEROBYTEPADDING 19:28:17,718 INFO [main][CipherTest] transformation=CAST6/CTS/ 19:28:17,718 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6/CTS/" does not support IV => Skipping. 19:28:17,719 INFO [main][CipherTest] transformation=CAST6/CTS/NOPADDING 19:28:17,719 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6/CTS/NOPADDING" does not support IV => Skipping. 19:28:17,719 INFO [main][CipherTest] transformation=CAST6/EAX/ 19:28:17,719 INFO [main][CipherTest] transformation=CAST6/EAX/NOPADDING 19:28:17,720 INFO [main][CipherTest] transformation=CAST6/ECB/ 19:28:17,720 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6/ECB/" does not support IV => Skipping. 19:28:17,720 INFO [main][CipherTest] transformation=CAST6/ECB/NOPADDING 19:28:17,721 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6/ECB/NOPADDING" does not support IV => Skipping. 19:28:17,721 INFO [main][CipherTest] transformation=CAST6/GCM/ 19:28:17,721 INFO [main][CipherTest] transformation=CAST6/GCM/NOPADDING 19:28:17,722 INFO [main][CipherTest] transformation=CAST6/OFB/ 19:28:17,722 INFO [main][CipherTest] transformation=CAST6/OFB/ISO10126 19:28:17,722 INFO [main][CipherTest] transformation=CAST6/OFB/ISO10126-2 19:28:17,723 INFO [main][CipherTest] transformation=CAST6/OFB/ISO10126-2PADDING 19:28:17,723 INFO [main][CipherTest] transformation=CAST6/OFB/ISO10126PADDING 19:28:17,723 INFO [main][CipherTest] transformation=CAST6/OFB/ISO7816-4 19:28:17,724 INFO [main][CipherTest] transformation=CAST6/OFB/ISO7816-4PADDING 19:28:17,724 INFO [main][CipherTest] transformation=CAST6/OFB/NOPADDING 19:28:17,724 INFO [main][CipherTest] transformation=CAST6/OFB/PKCS5 19:28:17,724 INFO [main][CipherTest] transformation=CAST6/OFB/PKCS5PADDING 19:28:17,724 INFO [main][CipherTest] transformation=CAST6/OFB/PKCS7 19:28:17,724 INFO [main][CipherTest] transformation=CAST6/OFB/PKCS7PADDING 19:28:17,724 INFO [main][CipherTest] transformation=CAST6/OFB/TBC 19:28:17,725 INFO [main][CipherTest] transformation=CAST6/OFB/TBCPADDING 19:28:17,725 INFO [main][CipherTest] transformation=CAST6/OFB/X9.23 19:28:17,725 INFO [main][CipherTest] transformation=CAST6/OFB/X9.23PADDING 19:28:17,725 INFO [main][CipherTest] transformation=CAST6/OFB/ZEROBYTE 19:28:17,725 INFO [main][CipherTest] transformation=CAST6/OFB/ZEROBYTEPADDING 19:28:17,725 INFO [main][CipherTest] transformation=CAST6/OFB104/ 19:28:17,726 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO10126 19:28:17,726 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO10126-2 19:28:17,726 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO10126-2PADDING 19:28:17,727 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO10126PADDING 19:28:17,727 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO7816-4 19:28:17,727 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO7816-4PADDING 19:28:17,727 INFO [main][CipherTest] transformation=CAST6/OFB104/NOPADDING 19:28:17,728 INFO [main][CipherTest] transformation=CAST6/OFB104/PKCS5 19:28:17,728 INFO [main][CipherTest] transformation=CAST6/OFB104/PKCS5PADDING 19:28:17,728 INFO [main][CipherTest] transformation=CAST6/OFB104/PKCS7 19:28:17,728 INFO [main][CipherTest] transformation=CAST6/OFB104/PKCS7PADDING 19:28:17,728 INFO [main][CipherTest] transformation=CAST6/OFB104/TBC 19:28:17,728 INFO [main][CipherTest] transformation=CAST6/OFB104/TBCPADDING 19:28:17,729 INFO [main][CipherTest] transformation=CAST6/OFB104/X9.23 19:28:17,729 INFO [main][CipherTest] transformation=CAST6/OFB104/X9.23PADDING 19:28:17,729 INFO [main][CipherTest] transformation=CAST6/OFB104/ZEROBYTE 19:28:17,729 INFO [main][CipherTest] transformation=CAST6/OFB104/ZEROBYTEPADDING 19:28:17,729 INFO [main][CipherTest] transformation=CAST6/OFB112/ 19:28:17,729 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO10126 19:28:17,730 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO10126-2 19:28:17,730 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO10126-2PADDING 19:28:17,730 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO10126PADDING 19:28:17,731 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO7816-4 19:28:17,731 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO7816-4PADDING 19:28:17,731 INFO [main][CipherTest] transformation=CAST6/OFB112/NOPADDING 19:28:17,731 INFO [main][CipherTest] transformation=CAST6/OFB112/PKCS5 19:28:17,731 INFO [main][CipherTest] transformation=CAST6/OFB112/PKCS5PADDING 19:28:17,731 INFO [main][CipherTest] transformation=CAST6/OFB112/PKCS7 19:28:17,732 INFO [main][CipherTest] transformation=CAST6/OFB112/PKCS7PADDING 19:28:17,732 INFO [main][CipherTest] transformation=CAST6/OFB112/TBC 19:28:17,732 INFO [main][CipherTest] transformation=CAST6/OFB112/TBCPADDING 19:28:17,732 INFO [main][CipherTest] transformation=CAST6/OFB112/X9.23 19:28:17,732 INFO [main][CipherTest] transformation=CAST6/OFB112/X9.23PADDING 19:28:17,732 INFO [main][CipherTest] transformation=CAST6/OFB112/ZEROBYTE 19:28:17,733 INFO [main][CipherTest] transformation=CAST6/OFB112/ZEROBYTEPADDING 19:28:17,733 INFO [main][CipherTest] transformation=CAST6/OFB120/ 19:28:17,733 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO10126 19:28:17,733 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO10126-2 19:28:17,733 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO10126-2PADDING 19:28:17,734 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO10126PADDING 19:28:17,734 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO7816-4 19:28:17,734 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO7816-4PADDING 19:28:17,734 INFO [main][CipherTest] transformation=CAST6/OFB120/NOPADDING 19:28:17,735 INFO [main][CipherTest] transformation=CAST6/OFB120/PKCS5 19:28:17,735 INFO [main][CipherTest] transformation=CAST6/OFB120/PKCS5PADDING 19:28:17,735 INFO [main][CipherTest] transformation=CAST6/OFB120/PKCS7 19:28:17,735 INFO [main][CipherTest] transformation=CAST6/OFB120/PKCS7PADDING 19:28:17,735 INFO [main][CipherTest] transformation=CAST6/OFB120/TBC 19:28:17,735 INFO [main][CipherTest] transformation=CAST6/OFB120/TBCPADDING 19:28:17,736 INFO [main][CipherTest] transformation=CAST6/OFB120/X9.23 19:28:17,736 INFO [main][CipherTest] transformation=CAST6/OFB120/X9.23PADDING 19:28:17,736 INFO [main][CipherTest] transformation=CAST6/OFB120/ZEROBYTE 19:28:17,736 INFO [main][CipherTest] transformation=CAST6/OFB120/ZEROBYTEPADDING 19:28:17,736 INFO [main][CipherTest] transformation=CAST6/OFB128/ 19:28:17,736 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO10126 19:28:17,737 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO10126-2 19:28:17,737 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO10126-2PADDING 19:28:17,737 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO10126PADDING 19:28:17,738 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO7816-4 19:28:17,738 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO7816-4PADDING 19:28:17,738 INFO [main][CipherTest] transformation=CAST6/OFB128/NOPADDING 19:28:17,738 INFO [main][CipherTest] transformation=CAST6/OFB128/PKCS5 19:28:17,738 INFO [main][CipherTest] transformation=CAST6/OFB128/PKCS5PADDING 19:28:17,738 INFO [main][CipherTest] transformation=CAST6/OFB128/PKCS7 19:28:17,739 INFO [main][CipherTest] transformation=CAST6/OFB128/PKCS7PADDING 19:28:17,739 INFO [main][CipherTest] transformation=CAST6/OFB128/TBC 19:28:17,739 INFO [main][CipherTest] transformation=CAST6/OFB128/TBCPADDING 19:28:17,739 INFO [main][CipherTest] transformation=CAST6/OFB128/X9.23 19:28:17,739 INFO [main][CipherTest] transformation=CAST6/OFB128/X9.23PADDING 19:28:17,739 INFO [main][CipherTest] transformation=CAST6/OFB128/ZEROBYTE 19:28:17,740 INFO [main][CipherTest] transformation=CAST6/OFB128/ZEROBYTEPADDING 19:28:17,740 INFO [main][CipherTest] transformation=CAST6/OFB136/ 19:28:17,740 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO10126 19:28:17,740 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO10126-2 19:28:17,740 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO10126-2PADDING 19:28:17,741 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO10126PADDING 19:28:17,741 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO7816-4 19:28:17,741 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO7816-4PADDING 19:28:17,741 INFO [main][CipherTest] transformation=CAST6/OFB136/NOPADDING 19:28:17,742 INFO [main][CipherTest] transformation=CAST6/OFB136/PKCS5 19:28:17,742 INFO [main][CipherTest] transformation=CAST6/OFB136/PKCS5PADDING 19:28:17,742 INFO [main][CipherTest] transformation=CAST6/OFB136/PKCS7 19:28:17,742 INFO [main][CipherTest] transformation=CAST6/OFB136/PKCS7PADDING 19:28:17,742 INFO [main][CipherTest] transformation=CAST6/OFB136/TBC 19:28:17,742 INFO [main][CipherTest] transformation=CAST6/OFB136/TBCPADDING 19:28:17,743 INFO [main][CipherTest] transformation=CAST6/OFB136/X9.23 19:28:17,743 INFO [main][CipherTest] transformation=CAST6/OFB136/X9.23PADDING 19:28:17,743 INFO [main][CipherTest] transformation=CAST6/OFB136/ZEROBYTE 19:28:17,743 INFO [main][CipherTest] transformation=CAST6/OFB136/ZEROBYTEPADDING 19:28:17,743 INFO [main][CipherTest] transformation=CAST6/OFB144/ 19:28:17,743 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO10126 19:28:17,744 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO10126-2 19:28:17,744 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO10126-2PADDING 19:28:17,744 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO10126PADDING 19:28:17,745 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO7816-4 19:28:17,745 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO7816-4PADDING 19:28:17,745 INFO [main][CipherTest] transformation=CAST6/OFB144/NOPADDING 19:28:17,745 INFO [main][CipherTest] transformation=CAST6/OFB144/PKCS5 19:28:17,745 INFO [main][CipherTest] transformation=CAST6/OFB144/PKCS5PADDING 19:28:17,745 INFO [main][CipherTest] transformation=CAST6/OFB144/PKCS7 19:28:17,746 INFO [main][CipherTest] transformation=CAST6/OFB144/PKCS7PADDING 19:28:17,746 INFO [main][CipherTest] transformation=CAST6/OFB144/TBC 19:28:17,746 INFO [main][CipherTest] transformation=CAST6/OFB144/TBCPADDING 19:28:17,746 INFO [main][CipherTest] transformation=CAST6/OFB144/X9.23 19:28:17,746 INFO [main][CipherTest] transformation=CAST6/OFB144/X9.23PADDING 19:28:17,746 INFO [main][CipherTest] transformation=CAST6/OFB144/ZEROBYTE 19:28:17,747 INFO [main][CipherTest] transformation=CAST6/OFB144/ZEROBYTEPADDING 19:28:17,747 INFO [main][CipherTest] transformation=CAST6/OFB152/ 19:28:17,747 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO10126 19:28:17,747 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO10126-2 19:28:17,747 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO10126-2PADDING 19:28:17,748 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO10126PADDING 19:28:17,748 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO7816-4 19:28:17,748 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO7816-4PADDING 19:28:17,748 INFO [main][CipherTest] transformation=CAST6/OFB152/NOPADDING 19:28:17,749 INFO [main][CipherTest] transformation=CAST6/OFB152/PKCS5 19:28:17,749 INFO [main][CipherTest] transformation=CAST6/OFB152/PKCS5PADDING 19:28:17,749 INFO [main][CipherTest] transformation=CAST6/OFB152/PKCS7 19:28:17,749 INFO [main][CipherTest] transformation=CAST6/OFB152/PKCS7PADDING 19:28:17,749 INFO [main][CipherTest] transformation=CAST6/OFB152/TBC 19:28:17,749 INFO [main][CipherTest] transformation=CAST6/OFB152/TBCPADDING 19:28:17,749 INFO [main][CipherTest] transformation=CAST6/OFB152/X9.23 19:28:17,750 INFO [main][CipherTest] transformation=CAST6/OFB152/X9.23PADDING 19:28:17,750 INFO [main][CipherTest] transformation=CAST6/OFB152/ZEROBYTE 19:28:17,750 INFO [main][CipherTest] transformation=CAST6/OFB152/ZEROBYTEPADDING 19:28:17,750 INFO [main][CipherTest] transformation=CAST6/OFB16/ 19:28:17,750 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO10126 19:28:17,751 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO10126-2 19:28:17,751 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO10126-2PADDING 19:28:17,751 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO10126PADDING 19:28:17,751 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO7816-4 19:28:17,752 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO7816-4PADDING 19:28:17,752 INFO [main][CipherTest] transformation=CAST6/OFB16/NOPADDING 19:28:17,752 INFO [main][CipherTest] transformation=CAST6/OFB16/PKCS5 19:28:17,752 INFO [main][CipherTest] transformation=CAST6/OFB16/PKCS5PADDING 19:28:17,752 INFO [main][CipherTest] transformation=CAST6/OFB16/PKCS7 19:28:17,752 INFO [main][CipherTest] transformation=CAST6/OFB16/PKCS7PADDING 19:28:17,753 INFO [main][CipherTest] transformation=CAST6/OFB16/TBC 19:28:17,753 INFO [main][CipherTest] transformation=CAST6/OFB16/TBCPADDING 19:28:17,753 INFO [main][CipherTest] transformation=CAST6/OFB16/X9.23 19:28:17,753 INFO [main][CipherTest] transformation=CAST6/OFB16/X9.23PADDING 19:28:17,753 INFO [main][CipherTest] transformation=CAST6/OFB16/ZEROBYTE 19:28:17,753 INFO [main][CipherTest] transformation=CAST6/OFB16/ZEROBYTEPADDING 19:28:17,754 INFO [main][CipherTest] transformation=CAST6/OFB160/ 19:28:17,754 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO10126 19:28:17,754 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO10126-2 19:28:17,754 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO10126-2PADDING 19:28:17,755 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO10126PADDING 19:28:17,755 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO7816-4 19:28:17,755 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO7816-4PADDING 19:28:17,755 INFO [main][CipherTest] transformation=CAST6/OFB160/NOPADDING 19:28:17,755 INFO [main][CipherTest] transformation=CAST6/OFB160/PKCS5 19:28:17,755 INFO [main][CipherTest] transformation=CAST6/OFB160/PKCS5PADDING 19:28:17,756 INFO [main][CipherTest] transformation=CAST6/OFB160/PKCS7 19:28:17,756 INFO [main][CipherTest] transformation=CAST6/OFB160/PKCS7PADDING 19:28:17,756 INFO [main][CipherTest] transformation=CAST6/OFB160/TBC 19:28:17,756 INFO [main][CipherTest] transformation=CAST6/OFB160/TBCPADDING 19:28:17,756 INFO [main][CipherTest] transformation=CAST6/OFB160/X9.23 19:28:17,756 INFO [main][CipherTest] transformation=CAST6/OFB160/X9.23PADDING 19:28:17,757 INFO [main][CipherTest] transformation=CAST6/OFB160/ZEROBYTE 19:28:17,757 INFO [main][CipherTest] transformation=CAST6/OFB160/ZEROBYTEPADDING 19:28:17,757 INFO [main][CipherTest] transformation=CAST6/OFB168/ 19:28:17,757 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO10126 19:28:17,757 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO10126-2 19:28:17,758 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO10126-2PADDING 19:28:17,758 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO10126PADDING 19:28:17,758 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO7816-4 19:28:17,758 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO7816-4PADDING 19:28:17,759 INFO [main][CipherTest] transformation=CAST6/OFB168/NOPADDING 19:28:17,759 INFO [main][CipherTest] transformation=CAST6/OFB168/PKCS5 19:28:17,759 INFO [main][CipherTest] transformation=CAST6/OFB168/PKCS5PADDING 19:28:17,759 INFO [main][CipherTest] transformation=CAST6/OFB168/PKCS7 19:28:17,759 INFO [main][CipherTest] transformation=CAST6/OFB168/PKCS7PADDING 19:28:17,759 INFO [main][CipherTest] transformation=CAST6/OFB168/TBC 19:28:17,759 INFO [main][CipherTest] transformation=CAST6/OFB168/TBCPADDING 19:28:17,760 INFO [main][CipherTest] transformation=CAST6/OFB168/X9.23 19:28:17,760 INFO [main][CipherTest] transformation=CAST6/OFB168/X9.23PADDING 19:28:17,760 INFO [main][CipherTest] transformation=CAST6/OFB168/ZEROBYTE 19:28:17,760 INFO [main][CipherTest] transformation=CAST6/OFB168/ZEROBYTEPADDING 19:28:17,760 INFO [main][CipherTest] transformation=CAST6/OFB176/ 19:28:17,760 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO10126 19:28:17,761 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO10126-2 19:28:17,761 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO10126-2PADDING 19:28:17,761 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO10126PADDING 19:28:17,762 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO7816-4 19:28:17,762 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO7816-4PADDING 19:28:17,762 INFO [main][CipherTest] transformation=CAST6/OFB176/NOPADDING 19:28:17,762 INFO [main][CipherTest] transformation=CAST6/OFB176/PKCS5 19:28:17,762 INFO [main][CipherTest] transformation=CAST6/OFB176/PKCS5PADDING 19:28:17,762 INFO [main][CipherTest] transformation=CAST6/OFB176/PKCS7 19:28:17,762 INFO [main][CipherTest] transformation=CAST6/OFB176/PKCS7PADDING 19:28:17,763 INFO [main][CipherTest] transformation=CAST6/OFB176/TBC 19:28:17,763 INFO [main][CipherTest] transformation=CAST6/OFB176/TBCPADDING 19:28:17,763 INFO [main][CipherTest] transformation=CAST6/OFB176/X9.23 19:28:17,763 INFO [main][CipherTest] transformation=CAST6/OFB176/X9.23PADDING 19:28:17,763 INFO [main][CipherTest] transformation=CAST6/OFB176/ZEROBYTE 19:28:17,763 INFO [main][CipherTest] transformation=CAST6/OFB176/ZEROBYTEPADDING 19:28:17,764 INFO [main][CipherTest] transformation=CAST6/OFB184/ 19:28:17,764 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO10126 19:28:17,764 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO10126-2 19:28:17,764 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO10126-2PADDING 19:28:17,765 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO10126PADDING 19:28:17,765 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO7816-4 19:28:17,765 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO7816-4PADDING 19:28:17,765 INFO [main][CipherTest] transformation=CAST6/OFB184/NOPADDING 19:28:17,765 INFO [main][CipherTest] transformation=CAST6/OFB184/PKCS5 19:28:17,766 INFO [main][CipherTest] transformation=CAST6/OFB184/PKCS5PADDING 19:28:17,766 INFO [main][CipherTest] transformation=CAST6/OFB184/PKCS7 19:28:17,766 INFO [main][CipherTest] transformation=CAST6/OFB184/PKCS7PADDING 19:28:17,766 INFO [main][CipherTest] transformation=CAST6/OFB184/TBC 19:28:17,766 INFO [main][CipherTest] transformation=CAST6/OFB184/TBCPADDING 19:28:17,766 INFO [main][CipherTest] transformation=CAST6/OFB184/X9.23 19:28:17,767 INFO [main][CipherTest] transformation=CAST6/OFB184/X9.23PADDING 19:28:17,767 INFO [main][CipherTest] transformation=CAST6/OFB184/ZEROBYTE 19:28:17,767 INFO [main][CipherTest] transformation=CAST6/OFB184/ZEROBYTEPADDING 19:28:17,767 INFO [main][CipherTest] transformation=CAST6/OFB192/ 19:28:17,767 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO10126 19:28:17,767 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO10126-2 19:28:17,768 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO10126-2PADDING 19:28:17,768 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO10126PADDING 19:28:17,768 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO7816-4 19:28:17,768 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO7816-4PADDING 19:28:17,769 INFO [main][CipherTest] transformation=CAST6/OFB192/NOPADDING 19:28:17,769 INFO [main][CipherTest] transformation=CAST6/OFB192/PKCS5 19:28:17,769 INFO [main][CipherTest] transformation=CAST6/OFB192/PKCS5PADDING 19:28:17,769 INFO [main][CipherTest] transformation=CAST6/OFB192/PKCS7 19:28:17,769 INFO [main][CipherTest] transformation=CAST6/OFB192/PKCS7PADDING 19:28:17,769 INFO [main][CipherTest] transformation=CAST6/OFB192/TBC 19:28:17,770 INFO [main][CipherTest] transformation=CAST6/OFB192/TBCPADDING 19:28:17,770 INFO [main][CipherTest] transformation=CAST6/OFB192/X9.23 19:28:17,770 INFO [main][CipherTest] transformation=CAST6/OFB192/X9.23PADDING 19:28:17,770 INFO [main][CipherTest] transformation=CAST6/OFB192/ZEROBYTE 19:28:17,770 INFO [main][CipherTest] transformation=CAST6/OFB192/ZEROBYTEPADDING 19:28:17,770 INFO [main][CipherTest] transformation=CAST6/OFB200/ 19:28:17,771 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO10126 19:28:17,771 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO10126-2 19:28:17,771 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO10126-2PADDING 19:28:17,772 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO10126PADDING 19:28:17,773 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO7816-4 19:28:17,773 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO7816-4PADDING 19:28:17,773 INFO [main][CipherTest] transformation=CAST6/OFB200/NOPADDING 19:28:17,773 INFO [main][CipherTest] transformation=CAST6/OFB200/PKCS5 19:28:17,773 INFO [main][CipherTest] transformation=CAST6/OFB200/PKCS5PADDING 19:28:17,774 INFO [main][CipherTest] transformation=CAST6/OFB200/PKCS7 19:28:17,774 INFO [main][CipherTest] transformation=CAST6/OFB200/PKCS7PADDING 19:28:17,774 INFO [main][CipherTest] transformation=CAST6/OFB200/TBC 19:28:17,774 INFO [main][CipherTest] transformation=CAST6/OFB200/TBCPADDING 19:28:17,774 INFO [main][CipherTest] transformation=CAST6/OFB200/X9.23 19:28:17,774 INFO [main][CipherTest] transformation=CAST6/OFB200/X9.23PADDING 19:28:17,775 INFO [main][CipherTest] transformation=CAST6/OFB200/ZEROBYTE 19:28:17,775 INFO [main][CipherTest] transformation=CAST6/OFB200/ZEROBYTEPADDING 19:28:17,775 INFO [main][CipherTest] transformation=CAST6/OFB208/ 19:28:17,775 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO10126 19:28:17,775 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO10126-2 19:28:17,776 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO10126-2PADDING 19:28:17,776 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO10126PADDING 19:28:17,776 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO7816-4 19:28:17,776 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO7816-4PADDING 19:28:17,777 INFO [main][CipherTest] transformation=CAST6/OFB208/NOPADDING 19:28:17,777 INFO [main][CipherTest] transformation=CAST6/OFB208/PKCS5 19:28:17,777 INFO [main][CipherTest] transformation=CAST6/OFB208/PKCS5PADDING 19:28:17,777 INFO [main][CipherTest] transformation=CAST6/OFB208/PKCS7 19:28:17,777 INFO [main][CipherTest] transformation=CAST6/OFB208/PKCS7PADDING 19:28:17,777 INFO [main][CipherTest] transformation=CAST6/OFB208/TBC 19:28:17,777 INFO [main][CipherTest] transformation=CAST6/OFB208/TBCPADDING 19:28:17,778 INFO [main][CipherTest] transformation=CAST6/OFB208/X9.23 19:28:17,778 INFO [main][CipherTest] transformation=CAST6/OFB208/X9.23PADDING 19:28:17,778 INFO [main][CipherTest] transformation=CAST6/OFB208/ZEROBYTE 19:28:17,778 INFO [main][CipherTest] transformation=CAST6/OFB208/ZEROBYTEPADDING 19:28:17,778 INFO [main][CipherTest] transformation=CAST6/OFB216/ 19:28:17,779 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO10126 19:28:17,779 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO10126-2 19:28:17,779 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO10126-2PADDING 19:28:17,779 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO10126PADDING 19:28:17,780 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO7816-4 19:28:17,780 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO7816-4PADDING 19:28:17,780 INFO [main][CipherTest] transformation=CAST6/OFB216/NOPADDING 19:28:17,780 INFO [main][CipherTest] transformation=CAST6/OFB216/PKCS5 19:28:17,780 INFO [main][CipherTest] transformation=CAST6/OFB216/PKCS5PADDING 19:28:17,780 INFO [main][CipherTest] transformation=CAST6/OFB216/PKCS7 19:28:17,781 INFO [main][CipherTest] transformation=CAST6/OFB216/PKCS7PADDING 19:28:17,781 INFO [main][CipherTest] transformation=CAST6/OFB216/TBC 19:28:17,781 INFO [main][CipherTest] transformation=CAST6/OFB216/TBCPADDING 19:28:17,781 INFO [main][CipherTest] transformation=CAST6/OFB216/X9.23 19:28:17,781 INFO [main][CipherTest] transformation=CAST6/OFB216/X9.23PADDING 19:28:17,781 INFO [main][CipherTest] transformation=CAST6/OFB216/ZEROBYTE 19:28:17,782 INFO [main][CipherTest] transformation=CAST6/OFB216/ZEROBYTEPADDING 19:28:17,782 INFO [main][CipherTest] transformation=CAST6/OFB224/ 19:28:17,782 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO10126 19:28:17,782 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO10126-2 19:28:17,782 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO10126-2PADDING 19:28:17,783 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO10126PADDING 19:28:17,783 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO7816-4 19:28:17,783 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO7816-4PADDING 19:28:17,783 INFO [main][CipherTest] transformation=CAST6/OFB224/NOPADDING 19:28:17,784 INFO [main][CipherTest] transformation=CAST6/OFB224/PKCS5 19:28:17,784 INFO [main][CipherTest] transformation=CAST6/OFB224/PKCS5PADDING 19:28:17,784 INFO [main][CipherTest] transformation=CAST6/OFB224/PKCS7 19:28:17,784 INFO [main][CipherTest] transformation=CAST6/OFB224/PKCS7PADDING 19:28:17,784 INFO [main][CipherTest] transformation=CAST6/OFB224/TBC 19:28:17,784 INFO [main][CipherTest] transformation=CAST6/OFB224/TBCPADDING 19:28:17,785 INFO [main][CipherTest] transformation=CAST6/OFB224/X9.23 19:28:17,785 INFO [main][CipherTest] transformation=CAST6/OFB224/X9.23PADDING 19:28:17,785 INFO [main][CipherTest] transformation=CAST6/OFB224/ZEROBYTE 19:28:17,785 INFO [main][CipherTest] transformation=CAST6/OFB224/ZEROBYTEPADDING 19:28:17,785 INFO [main][CipherTest] transformation=CAST6/OFB232/ 19:28:17,785 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO10126 19:28:17,786 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO10126-2 19:28:17,786 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO10126-2PADDING 19:28:17,786 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO10126PADDING 19:28:17,787 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO7816-4 19:28:17,787 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO7816-4PADDING 19:28:17,787 INFO [main][CipherTest] transformation=CAST6/OFB232/NOPADDING 19:28:17,787 INFO [main][CipherTest] transformation=CAST6/OFB232/PKCS5 19:28:17,787 INFO [main][CipherTest] transformation=CAST6/OFB232/PKCS5PADDING 19:28:17,787 INFO [main][CipherTest] transformation=CAST6/OFB232/PKCS7 19:28:17,788 INFO [main][CipherTest] transformation=CAST6/OFB232/PKCS7PADDING 19:28:17,788 INFO [main][CipherTest] transformation=CAST6/OFB232/TBC 19:28:17,788 INFO [main][CipherTest] transformation=CAST6/OFB232/TBCPADDING 19:28:17,788 INFO [main][CipherTest] transformation=CAST6/OFB232/X9.23 19:28:17,788 INFO [main][CipherTest] transformation=CAST6/OFB232/X9.23PADDING 19:28:17,788 INFO [main][CipherTest] transformation=CAST6/OFB232/ZEROBYTE 19:28:17,789 INFO [main][CipherTest] transformation=CAST6/OFB232/ZEROBYTEPADDING 19:28:17,789 INFO [main][CipherTest] transformation=CAST6/OFB24/ 19:28:17,789 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO10126 19:28:17,789 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO10126-2 19:28:17,789 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO10126-2PADDING 19:28:17,790 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO10126PADDING 19:28:17,790 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO7816-4 19:28:17,790 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO7816-4PADDING 19:28:17,790 INFO [main][CipherTest] transformation=CAST6/OFB24/NOPADDING 19:28:17,791 INFO [main][CipherTest] transformation=CAST6/OFB24/PKCS5 19:28:17,791 INFO [main][CipherTest] transformation=CAST6/OFB24/PKCS5PADDING 19:28:17,791 INFO [main][CipherTest] transformation=CAST6/OFB24/PKCS7 19:28:17,791 INFO [main][CipherTest] transformation=CAST6/OFB24/PKCS7PADDING 19:28:17,791 INFO [main][CipherTest] transformation=CAST6/OFB24/TBC 19:28:17,791 INFO [main][CipherTest] transformation=CAST6/OFB24/TBCPADDING 19:28:17,791 INFO [main][CipherTest] transformation=CAST6/OFB24/X9.23 19:28:17,792 INFO [main][CipherTest] transformation=CAST6/OFB24/X9.23PADDING 19:28:17,792 INFO [main][CipherTest] transformation=CAST6/OFB24/ZEROBYTE 19:28:17,792 INFO [main][CipherTest] transformation=CAST6/OFB24/ZEROBYTEPADDING 19:28:17,792 INFO [main][CipherTest] transformation=CAST6/OFB240/ 19:28:17,792 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO10126 19:28:17,792 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO10126-2 19:28:17,793 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO10126-2PADDING 19:28:17,793 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO10126PADDING 19:28:17,793 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO7816-4 19:28:17,793 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO7816-4PADDING 19:28:17,794 INFO [main][CipherTest] transformation=CAST6/OFB240/NOPADDING 19:28:17,794 INFO [main][CipherTest] transformation=CAST6/OFB240/PKCS5 19:28:17,794 INFO [main][CipherTest] transformation=CAST6/OFB240/PKCS5PADDING 19:28:17,794 INFO [main][CipherTest] transformation=CAST6/OFB240/PKCS7 19:28:17,794 INFO [main][CipherTest] transformation=CAST6/OFB240/PKCS7PADDING 19:28:17,794 INFO [main][CipherTest] transformation=CAST6/OFB240/TBC 19:28:17,795 INFO [main][CipherTest] transformation=CAST6/OFB240/TBCPADDING 19:28:17,795 INFO [main][CipherTest] transformation=CAST6/OFB240/X9.23 19:28:17,795 INFO [main][CipherTest] transformation=CAST6/OFB240/X9.23PADDING 19:28:17,795 INFO [main][CipherTest] transformation=CAST6/OFB240/ZEROBYTE 19:28:17,795 INFO [main][CipherTest] transformation=CAST6/OFB240/ZEROBYTEPADDING 19:28:17,795 INFO [main][CipherTest] transformation=CAST6/OFB248/ 19:28:17,796 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO10126 19:28:17,796 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO10126-2 19:28:17,800 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO10126-2PADDING 19:28:17,801 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO10126PADDING 19:28:17,801 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO7816-4 19:28:17,801 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO7816-4PADDING 19:28:17,801 INFO [main][CipherTest] transformation=CAST6/OFB248/NOPADDING 19:28:17,802 INFO [main][CipherTest] transformation=CAST6/OFB248/PKCS5 19:28:17,802 INFO [main][CipherTest] transformation=CAST6/OFB248/PKCS5PADDING 19:28:17,802 INFO [main][CipherTest] transformation=CAST6/OFB248/PKCS7 19:28:17,802 INFO [main][CipherTest] transformation=CAST6/OFB248/PKCS7PADDING 19:28:17,802 INFO [main][CipherTest] transformation=CAST6/OFB248/TBC 19:28:17,802 INFO [main][CipherTest] transformation=CAST6/OFB248/TBCPADDING 19:28:17,803 INFO [main][CipherTest] transformation=CAST6/OFB248/X9.23 19:28:17,803 INFO [main][CipherTest] transformation=CAST6/OFB248/X9.23PADDING 19:28:17,803 INFO [main][CipherTest] transformation=CAST6/OFB248/ZEROBYTE 19:28:17,803 INFO [main][CipherTest] transformation=CAST6/OFB248/ZEROBYTEPADDING 19:28:17,803 INFO [main][CipherTest] transformation=CAST6/OFB256/ 19:28:17,803 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO10126 19:28:17,804 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO10126-2 19:28:17,804 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO10126-2PADDING 19:28:17,804 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO10126PADDING 19:28:17,805 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO7816-4 19:28:17,805 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO7816-4PADDING 19:28:17,805 INFO [main][CipherTest] transformation=CAST6/OFB256/NOPADDING 19:28:17,805 INFO [main][CipherTest] transformation=CAST6/OFB256/PKCS5 19:28:17,805 INFO [main][CipherTest] transformation=CAST6/OFB256/PKCS5PADDING 19:28:17,805 INFO [main][CipherTest] transformation=CAST6/OFB256/PKCS7 19:28:17,806 INFO [main][CipherTest] transformation=CAST6/OFB256/PKCS7PADDING 19:28:17,806 INFO [main][CipherTest] transformation=CAST6/OFB256/TBC 19:28:17,806 INFO [main][CipherTest] transformation=CAST6/OFB256/TBCPADDING 19:28:17,806 INFO [main][CipherTest] transformation=CAST6/OFB256/X9.23 19:28:17,806 INFO [main][CipherTest] transformation=CAST6/OFB256/X9.23PADDING 19:28:17,806 INFO [main][CipherTest] transformation=CAST6/OFB256/ZEROBYTE 19:28:17,807 INFO [main][CipherTest] transformation=CAST6/OFB256/ZEROBYTEPADDING 19:28:17,807 INFO [main][CipherTest] transformation=CAST6/OFB32/ 19:28:17,807 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO10126 19:28:17,807 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO10126-2 19:28:17,807 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO10126-2PADDING 19:28:17,808 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO10126PADDING 19:28:17,808 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO7816-4 19:28:17,808 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO7816-4PADDING 19:28:17,808 INFO [main][CipherTest] transformation=CAST6/OFB32/NOPADDING 19:28:17,809 INFO [main][CipherTest] transformation=CAST6/OFB32/PKCS5 19:28:17,809 INFO [main][CipherTest] transformation=CAST6/OFB32/PKCS5PADDING 19:28:17,809 INFO [main][CipherTest] transformation=CAST6/OFB32/PKCS7 19:28:17,809 INFO [main][CipherTest] transformation=CAST6/OFB32/PKCS7PADDING 19:28:17,809 INFO [main][CipherTest] transformation=CAST6/OFB32/TBC 19:28:17,809 INFO [main][CipherTest] transformation=CAST6/OFB32/TBCPADDING 19:28:17,809 INFO [main][CipherTest] transformation=CAST6/OFB32/X9.23 19:28:17,810 INFO [main][CipherTest] transformation=CAST6/OFB32/X9.23PADDING 19:28:17,810 INFO [main][CipherTest] transformation=CAST6/OFB32/ZEROBYTE 19:28:17,810 INFO [main][CipherTest] transformation=CAST6/OFB32/ZEROBYTEPADDING 19:28:17,810 INFO [main][CipherTest] transformation=CAST6/OFB40/ 19:28:17,810 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO10126 19:28:17,811 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO10126-2 19:28:17,811 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO10126-2PADDING 19:28:17,811 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO10126PADDING 19:28:17,811 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO7816-4 19:28:17,812 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO7816-4PADDING 19:28:17,812 INFO [main][CipherTest] transformation=CAST6/OFB40/NOPADDING 19:28:17,812 INFO [main][CipherTest] transformation=CAST6/OFB40/PKCS5 19:28:17,812 INFO [main][CipherTest] transformation=CAST6/OFB40/PKCS5PADDING 19:28:17,812 INFO [main][CipherTest] transformation=CAST6/OFB40/PKCS7 19:28:17,812 INFO [main][CipherTest] transformation=CAST6/OFB40/PKCS7PADDING 19:28:17,812 INFO [main][CipherTest] transformation=CAST6/OFB40/TBC 19:28:17,813 INFO [main][CipherTest] transformation=CAST6/OFB40/TBCPADDING 19:28:17,813 INFO [main][CipherTest] transformation=CAST6/OFB40/X9.23 19:28:17,813 INFO [main][CipherTest] transformation=CAST6/OFB40/X9.23PADDING 19:28:17,813 INFO [main][CipherTest] transformation=CAST6/OFB40/ZEROBYTE 19:28:17,813 INFO [main][CipherTest] transformation=CAST6/OFB40/ZEROBYTEPADDING 19:28:17,813 INFO [main][CipherTest] transformation=CAST6/OFB48/ 19:28:17,814 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO10126 19:28:17,814 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO10126-2 19:28:17,814 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO10126-2PADDING 19:28:17,815 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO10126PADDING 19:28:17,815 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO7816-4 19:28:17,815 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO7816-4PADDING 19:28:17,815 INFO [main][CipherTest] transformation=CAST6/OFB48/NOPADDING 19:28:17,815 INFO [main][CipherTest] transformation=CAST6/OFB48/PKCS5 19:28:17,816 INFO [main][CipherTest] transformation=CAST6/OFB48/PKCS5PADDING 19:28:17,816 INFO [main][CipherTest] transformation=CAST6/OFB48/PKCS7 19:28:17,816 INFO [main][CipherTest] transformation=CAST6/OFB48/PKCS7PADDING 19:28:17,816 INFO [main][CipherTest] transformation=CAST6/OFB48/TBC 19:28:17,816 INFO [main][CipherTest] transformation=CAST6/OFB48/TBCPADDING 19:28:17,816 INFO [main][CipherTest] transformation=CAST6/OFB48/X9.23 19:28:17,816 INFO [main][CipherTest] transformation=CAST6/OFB48/X9.23PADDING 19:28:17,817 INFO [main][CipherTest] transformation=CAST6/OFB48/ZEROBYTE 19:28:17,817 INFO [main][CipherTest] transformation=CAST6/OFB48/ZEROBYTEPADDING 19:28:17,817 INFO [main][CipherTest] transformation=CAST6/OFB56/ 19:28:17,817 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO10126 19:28:17,817 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO10126-2 19:28:17,818 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO10126-2PADDING 19:28:17,818 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO10126PADDING 19:28:17,818 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO7816-4 19:28:17,818 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO7816-4PADDING 19:28:17,819 INFO [main][CipherTest] transformation=CAST6/OFB56/NOPADDING 19:28:17,819 INFO [main][CipherTest] transformation=CAST6/OFB56/PKCS5 19:28:17,819 INFO [main][CipherTest] transformation=CAST6/OFB56/PKCS5PADDING 19:28:17,819 INFO [main][CipherTest] transformation=CAST6/OFB56/PKCS7 19:28:17,819 INFO [main][CipherTest] transformation=CAST6/OFB56/PKCS7PADDING 19:28:17,820 INFO [main][CipherTest] transformation=CAST6/OFB56/TBC 19:28:17,820 INFO [main][CipherTest] transformation=CAST6/OFB56/TBCPADDING 19:28:17,820 INFO [main][CipherTest] transformation=CAST6/OFB56/X9.23 19:28:17,820 INFO [main][CipherTest] transformation=CAST6/OFB56/X9.23PADDING 19:28:17,820 INFO [main][CipherTest] transformation=CAST6/OFB56/ZEROBYTE 19:28:17,820 INFO [main][CipherTest] transformation=CAST6/OFB56/ZEROBYTEPADDING 19:28:17,820 INFO [main][CipherTest] transformation=CAST6/OFB64/ 19:28:17,821 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO10126 19:28:17,821 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO10126-2 19:28:17,821 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO10126-2PADDING 19:28:17,822 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO10126PADDING 19:28:17,822 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO7816-4 19:28:17,822 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO7816-4PADDING 19:28:17,822 INFO [main][CipherTest] transformation=CAST6/OFB64/NOPADDING 19:28:17,822 INFO [main][CipherTest] transformation=CAST6/OFB64/PKCS5 19:28:17,823 INFO [main][CipherTest] transformation=CAST6/OFB64/PKCS5PADDING 19:28:17,823 INFO [main][CipherTest] transformation=CAST6/OFB64/PKCS7 19:28:17,823 INFO [main][CipherTest] transformation=CAST6/OFB64/PKCS7PADDING 19:28:17,823 INFO [main][CipherTest] transformation=CAST6/OFB64/TBC 19:28:17,823 INFO [main][CipherTest] transformation=CAST6/OFB64/TBCPADDING 19:28:17,823 INFO [main][CipherTest] transformation=CAST6/OFB64/X9.23 19:28:17,823 INFO [main][CipherTest] transformation=CAST6/OFB64/X9.23PADDING 19:28:17,824 INFO [main][CipherTest] transformation=CAST6/OFB64/ZEROBYTE 19:28:17,824 INFO [main][CipherTest] transformation=CAST6/OFB64/ZEROBYTEPADDING 19:28:17,824 INFO [main][CipherTest] transformation=CAST6/OFB72/ 19:28:17,824 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO10126 19:28:17,824 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO10126-2 19:28:17,825 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO10126-2PADDING 19:28:17,825 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO10126PADDING 19:28:17,825 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO7816-4 19:28:17,825 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO7816-4PADDING 19:28:17,826 INFO [main][CipherTest] transformation=CAST6/OFB72/NOPADDING 19:28:17,826 INFO [main][CipherTest] transformation=CAST6/OFB72/PKCS5 19:28:17,826 INFO [main][CipherTest] transformation=CAST6/OFB72/PKCS5PADDING 19:28:17,826 INFO [main][CipherTest] transformation=CAST6/OFB72/PKCS7 19:28:17,826 INFO [main][CipherTest] transformation=CAST6/OFB72/PKCS7PADDING 19:28:17,826 INFO [main][CipherTest] transformation=CAST6/OFB72/TBC 19:28:17,826 INFO [main][CipherTest] transformation=CAST6/OFB72/TBCPADDING 19:28:17,827 INFO [main][CipherTest] transformation=CAST6/OFB72/X9.23 19:28:17,827 INFO [main][CipherTest] transformation=CAST6/OFB72/X9.23PADDING 19:28:17,827 INFO [main][CipherTest] transformation=CAST6/OFB72/ZEROBYTE 19:28:17,827 INFO [main][CipherTest] transformation=CAST6/OFB72/ZEROBYTEPADDING 19:28:17,827 INFO [main][CipherTest] transformation=CAST6/OFB8/ 19:28:17,827 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO10126 19:28:17,828 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO10126-2 19:28:17,828 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO10126-2PADDING 19:28:17,828 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO10126PADDING 19:28:17,829 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO7816-4 19:28:17,829 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO7816-4PADDING 19:28:17,829 INFO [main][CipherTest] transformation=CAST6/OFB8/NOPADDING 19:28:17,829 INFO [main][CipherTest] transformation=CAST6/OFB8/PKCS5 19:28:17,829 INFO [main][CipherTest] transformation=CAST6/OFB8/PKCS5PADDING 19:28:17,829 INFO [main][CipherTest] transformation=CAST6/OFB8/PKCS7 19:28:17,829 INFO [main][CipherTest] transformation=CAST6/OFB8/PKCS7PADDING 19:28:17,830 INFO [main][CipherTest] transformation=CAST6/OFB8/TBC 19:28:17,830 INFO [main][CipherTest] transformation=CAST6/OFB8/TBCPADDING 19:28:17,830 INFO [main][CipherTest] transformation=CAST6/OFB8/X9.23 19:28:17,830 INFO [main][CipherTest] transformation=CAST6/OFB8/X9.23PADDING 19:28:17,830 INFO [main][CipherTest] transformation=CAST6/OFB8/ZEROBYTE 19:28:17,830 INFO [main][CipherTest] transformation=CAST6/OFB8/ZEROBYTEPADDING 19:28:17,831 INFO [main][CipherTest] transformation=CAST6/OFB80/ 19:28:17,831 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO10126 19:28:17,831 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO10126-2 19:28:17,832 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO10126-2PADDING 19:28:17,833 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO10126PADDING 19:28:17,833 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO7816-4 19:28:17,833 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO7816-4PADDING 19:28:17,833 INFO [main][CipherTest] transformation=CAST6/OFB80/NOPADDING 19:28:17,833 INFO [main][CipherTest] transformation=CAST6/OFB80/PKCS5 19:28:17,833 INFO [main][CipherTest] transformation=CAST6/OFB80/PKCS5PADDING 19:28:17,834 INFO [main][CipherTest] transformation=CAST6/OFB80/PKCS7 19:28:17,834 INFO [main][CipherTest] transformation=CAST6/OFB80/PKCS7PADDING 19:28:17,834 INFO [main][CipherTest] transformation=CAST6/OFB80/TBC 19:28:17,834 INFO [main][CipherTest] transformation=CAST6/OFB80/TBCPADDING 19:28:17,834 INFO [main][CipherTest] transformation=CAST6/OFB80/X9.23 19:28:17,834 INFO [main][CipherTest] transformation=CAST6/OFB80/X9.23PADDING 19:28:17,835 INFO [main][CipherTest] transformation=CAST6/OFB80/ZEROBYTE 19:28:17,835 INFO [main][CipherTest] transformation=CAST6/OFB80/ZEROBYTEPADDING 19:28:17,835 INFO [main][CipherTest] transformation=CAST6/OFB88/ 19:28:17,835 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO10126 19:28:17,835 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO10126-2 19:28:17,836 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO10126-2PADDING 19:28:17,836 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO10126PADDING 19:28:17,836 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO7816-4 19:28:17,836 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO7816-4PADDING 19:28:17,836 INFO [main][CipherTest] transformation=CAST6/OFB88/NOPADDING 19:28:17,837 INFO [main][CipherTest] transformation=CAST6/OFB88/PKCS5 19:28:17,837 INFO [main][CipherTest] transformation=CAST6/OFB88/PKCS5PADDING 19:28:17,837 INFO [main][CipherTest] transformation=CAST6/OFB88/PKCS7 19:28:17,837 INFO [main][CipherTest] transformation=CAST6/OFB88/PKCS7PADDING 19:28:17,837 INFO [main][CipherTest] transformation=CAST6/OFB88/TBC 19:28:17,837 INFO [main][CipherTest] transformation=CAST6/OFB88/TBCPADDING 19:28:17,838 INFO [main][CipherTest] transformation=CAST6/OFB88/X9.23 19:28:17,838 INFO [main][CipherTest] transformation=CAST6/OFB88/X9.23PADDING 19:28:17,838 INFO [main][CipherTest] transformation=CAST6/OFB88/ZEROBYTE 19:28:17,838 INFO [main][CipherTest] transformation=CAST6/OFB88/ZEROBYTEPADDING 19:28:17,838 INFO [main][CipherTest] transformation=CAST6/OFB96/ 19:28:17,838 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO10126 19:28:17,839 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO10126-2 19:28:17,839 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO10126-2PADDING 19:28:17,839 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO10126PADDING 19:28:17,839 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO7816-4 19:28:17,840 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO7816-4PADDING 19:28:17,840 INFO [main][CipherTest] transformation=CAST6/OFB96/NOPADDING 19:28:17,840 INFO [main][CipherTest] transformation=CAST6/OFB96/PKCS5 19:28:17,840 INFO [main][CipherTest] transformation=CAST6/OFB96/PKCS5PADDING 19:28:17,840 INFO [main][CipherTest] transformation=CAST6/OFB96/PKCS7 19:28:17,840 INFO [main][CipherTest] transformation=CAST6/OFB96/PKCS7PADDING 19:28:17,841 INFO [main][CipherTest] transformation=CAST6/OFB96/TBC 19:28:17,841 INFO [main][CipherTest] transformation=CAST6/OFB96/TBCPADDING 19:28:17,841 INFO [main][CipherTest] transformation=CAST6/OFB96/X9.23 19:28:17,841 INFO [main][CipherTest] transformation=CAST6/OFB96/X9.23PADDING 19:28:17,841 INFO [main][CipherTest] transformation=CAST6/OFB96/ZEROBYTE 19:28:17,841 INFO [main][CipherTest] transformation=CAST6/OFB96/ZEROBYTEPADDING 19:28:17,842 INFO [main][CipherTest] transformation=CAST6/SIC/ 19:28:17,842 INFO [main][CipherTest] transformation=CAST6/SIC/ISO10126 19:28:17,842 INFO [main][CipherTest] transformation=CAST6/SIC/ISO10126-2 19:28:17,842 INFO [main][CipherTest] transformation=CAST6/SIC/ISO10126-2PADDING 19:28:17,843 INFO [main][CipherTest] transformation=CAST6/SIC/ISO10126PADDING 19:28:17,843 INFO [main][CipherTest] transformation=CAST6/SIC/ISO7816-4 19:28:17,843 INFO [main][CipherTest] transformation=CAST6/SIC/ISO7816-4PADDING 19:28:17,844 INFO [main][CipherTest] transformation=CAST6/SIC/NOPADDING 19:28:17,844 INFO [main][CipherTest] transformation=CAST6/SIC/PKCS5 19:28:17,844 INFO [main][CipherTest] transformation=CAST6/SIC/PKCS5PADDING 19:28:17,844 INFO [main][CipherTest] transformation=CAST6/SIC/PKCS7 19:28:17,844 INFO [main][CipherTest] transformation=CAST6/SIC/PKCS7PADDING 19:28:17,845 INFO [main][CipherTest] transformation=CAST6/SIC/TBC 19:28:17,845 INFO [main][CipherTest] transformation=CAST6/SIC/TBCPADDING 19:28:17,845 INFO [main][CipherTest] transformation=CAST6/SIC/X9.23 19:28:17,845 INFO [main][CipherTest] transformation=CAST6/SIC/X9.23PADDING 19:28:17,845 INFO [main][CipherTest] transformation=CAST6/SIC/ZEROBYTE 19:28:17,846 INFO [main][CipherTest] transformation=CAST6/SIC/ZEROBYTEPADDING 19:28:17,846 INFO [main][CipherTest] transformation=DES// 19:28:17,846 ERROR [main][CipherTest] transformation "DES//": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,846 INFO [main][CipherTest] transformation=DES//NOPADDING 19:28:17,846 ERROR [main][CipherTest] transformation "DES//NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,846 INFO [main][CipherTest] transformation=DES/CBC-CTS/ 19:28:17,847 ERROR [main][CipherTest] transformation "DES/CBC-CTS/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,847 INFO [main][CipherTest] transformation=DES/CBC-CTS/NOPADDING 19:28:17,847 ERROR [main][CipherTest] transformation "DES/CBC-CTS/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,847 INFO [main][CipherTest] transformation=DES/CBC/ 19:28:17,847 ERROR [main][CipherTest] transformation "DES/CBC/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,847 INFO [main][CipherTest] transformation=DES/CBC/ISO10126 19:28:17,848 ERROR [main][CipherTest] transformation "DES/CBC/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,848 INFO [main][CipherTest] transformation=DES/CBC/ISO10126-2 19:28:17,848 ERROR [main][CipherTest] transformation "DES/CBC/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,848 INFO [main][CipherTest] transformation=DES/CBC/ISO10126-2PADDING 19:28:17,849 ERROR [main][CipherTest] transformation "DES/CBC/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,849 INFO [main][CipherTest] transformation=DES/CBC/ISO10126PADDING 19:28:17,850 ERROR [main][CipherTest] transformation "DES/CBC/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,850 INFO [main][CipherTest] transformation=DES/CBC/ISO7816-4 19:28:17,850 ERROR [main][CipherTest] transformation "DES/CBC/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,850 INFO [main][CipherTest] transformation=DES/CBC/ISO7816-4PADDING 19:28:17,850 ERROR [main][CipherTest] transformation "DES/CBC/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,850 INFO [main][CipherTest] transformation=DES/CBC/NOPADDING 19:28:17,851 ERROR [main][CipherTest] transformation "DES/CBC/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,851 INFO [main][CipherTest] transformation=DES/CBC/PKCS5 19:28:17,851 ERROR [main][CipherTest] transformation "DES/CBC/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,851 INFO [main][CipherTest] transformation=DES/CBC/PKCS5PADDING 19:28:17,851 ERROR [main][CipherTest] transformation "DES/CBC/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,851 INFO [main][CipherTest] transformation=DES/CBC/PKCS7 19:28:17,851 ERROR [main][CipherTest] transformation "DES/CBC/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,851 INFO [main][CipherTest] transformation=DES/CBC/PKCS7PADDING 19:28:17,852 ERROR [main][CipherTest] transformation "DES/CBC/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,852 INFO [main][CipherTest] transformation=DES/CBC/TBC 19:28:17,852 ERROR [main][CipherTest] transformation "DES/CBC/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,852 INFO [main][CipherTest] transformation=DES/CBC/TBCPADDING 19:28:17,852 ERROR [main][CipherTest] transformation "DES/CBC/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,852 INFO [main][CipherTest] transformation=DES/CBC/X9.23 19:28:17,852 ERROR [main][CipherTest] transformation "DES/CBC/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,852 INFO [main][CipherTest] transformation=DES/CBC/X9.23PADDING 19:28:17,853 ERROR [main][CipherTest] transformation "DES/CBC/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,853 INFO [main][CipherTest] transformation=DES/CBC/ZEROBYTE 19:28:17,853 ERROR [main][CipherTest] transformation "DES/CBC/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,853 INFO [main][CipherTest] transformation=DES/CBC/ZEROBYTEPADDING 19:28:17,853 ERROR [main][CipherTest] transformation "DES/CBC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,853 INFO [main][CipherTest] transformation=DES/CFB/ 19:28:17,853 ERROR [main][CipherTest] transformation "DES/CFB/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,853 INFO [main][CipherTest] transformation=DES/CFB/ISO10126 19:28:17,854 ERROR [main][CipherTest] transformation "DES/CFB/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,854 INFO [main][CipherTest] transformation=DES/CFB/ISO10126-2 19:28:17,854 ERROR [main][CipherTest] transformation "DES/CFB/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,854 INFO [main][CipherTest] transformation=DES/CFB/ISO10126-2PADDING 19:28:17,854 ERROR [main][CipherTest] transformation "DES/CFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,854 INFO [main][CipherTest] transformation=DES/CFB/ISO10126PADDING 19:28:17,855 ERROR [main][CipherTest] transformation "DES/CFB/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,855 INFO [main][CipherTest] transformation=DES/CFB/ISO7816-4 19:28:17,855 ERROR [main][CipherTest] transformation "DES/CFB/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,855 INFO [main][CipherTest] transformation=DES/CFB/ISO7816-4PADDING 19:28:17,855 ERROR [main][CipherTest] transformation "DES/CFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,855 INFO [main][CipherTest] transformation=DES/CFB/NOPADDING 19:28:17,855 ERROR [main][CipherTest] transformation "DES/CFB/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,855 INFO [main][CipherTest] transformation=DES/CFB/PKCS5 19:28:17,855 ERROR [main][CipherTest] transformation "DES/CFB/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,856 INFO [main][CipherTest] transformation=DES/CFB/PKCS5PADDING 19:28:17,856 ERROR [main][CipherTest] transformation "DES/CFB/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,856 INFO [main][CipherTest] transformation=DES/CFB/PKCS7 19:28:17,856 ERROR [main][CipherTest] transformation "DES/CFB/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,856 INFO [main][CipherTest] transformation=DES/CFB/PKCS7PADDING 19:28:17,856 ERROR [main][CipherTest] transformation "DES/CFB/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,856 INFO [main][CipherTest] transformation=DES/CFB/TBC 19:28:17,856 ERROR [main][CipherTest] transformation "DES/CFB/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,857 INFO [main][CipherTest] transformation=DES/CFB/TBCPADDING 19:28:17,857 ERROR [main][CipherTest] transformation "DES/CFB/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,857 INFO [main][CipherTest] transformation=DES/CFB/X9.23 19:28:17,857 ERROR [main][CipherTest] transformation "DES/CFB/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,857 INFO [main][CipherTest] transformation=DES/CFB/X9.23PADDING 19:28:17,857 ERROR [main][CipherTest] transformation "DES/CFB/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,857 INFO [main][CipherTest] transformation=DES/CFB/ZEROBYTE 19:28:17,857 ERROR [main][CipherTest] transformation "DES/CFB/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,857 INFO [main][CipherTest] transformation=DES/CFB/ZEROBYTEPADDING 19:28:17,858 ERROR [main][CipherTest] transformation "DES/CFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,858 INFO [main][CipherTest] transformation=DES/CFB104/ 19:28:17,858 ERROR [main][CipherTest] transformation "DES/CFB104/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,858 INFO [main][CipherTest] transformation=DES/CFB104/ISO10126 19:28:17,858 ERROR [main][CipherTest] transformation "DES/CFB104/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,858 INFO [main][CipherTest] transformation=DES/CFB104/ISO10126-2 19:28:17,858 ERROR [main][CipherTest] transformation "DES/CFB104/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,858 INFO [main][CipherTest] transformation=DES/CFB104/ISO10126-2PADDING 19:28:17,859 ERROR [main][CipherTest] transformation "DES/CFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,859 INFO [main][CipherTest] transformation=DES/CFB104/ISO10126PADDING 19:28:17,859 ERROR [main][CipherTest] transformation "DES/CFB104/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,859 INFO [main][CipherTest] transformation=DES/CFB104/ISO7816-4 19:28:17,859 ERROR [main][CipherTest] transformation "DES/CFB104/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,859 INFO [main][CipherTest] transformation=DES/CFB104/ISO7816-4PADDING 19:28:17,859 ERROR [main][CipherTest] transformation "DES/CFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,859 INFO [main][CipherTest] transformation=DES/CFB104/NOPADDING 19:28:17,860 ERROR [main][CipherTest] transformation "DES/CFB104/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,860 INFO [main][CipherTest] transformation=DES/CFB104/PKCS5 19:28:17,860 ERROR [main][CipherTest] transformation "DES/CFB104/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,860 INFO [main][CipherTest] transformation=DES/CFB104/PKCS5PADDING 19:28:17,860 ERROR [main][CipherTest] transformation "DES/CFB104/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,860 INFO [main][CipherTest] transformation=DES/CFB104/PKCS7 19:28:17,860 ERROR [main][CipherTest] transformation "DES/CFB104/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,860 INFO [main][CipherTest] transformation=DES/CFB104/PKCS7PADDING 19:28:17,861 ERROR [main][CipherTest] transformation "DES/CFB104/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,861 INFO [main][CipherTest] transformation=DES/CFB104/TBC 19:28:17,861 ERROR [main][CipherTest] transformation "DES/CFB104/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,861 INFO [main][CipherTest] transformation=DES/CFB104/TBCPADDING 19:28:17,861 ERROR [main][CipherTest] transformation "DES/CFB104/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,861 INFO [main][CipherTest] transformation=DES/CFB104/X9.23 19:28:17,861 ERROR [main][CipherTest] transformation "DES/CFB104/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,861 INFO [main][CipherTest] transformation=DES/CFB104/X9.23PADDING 19:28:17,862 ERROR [main][CipherTest] transformation "DES/CFB104/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,862 INFO [main][CipherTest] transformation=DES/CFB104/ZEROBYTE 19:28:17,862 ERROR [main][CipherTest] transformation "DES/CFB104/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,862 INFO [main][CipherTest] transformation=DES/CFB104/ZEROBYTEPADDING 19:28:17,862 ERROR [main][CipherTest] transformation "DES/CFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,862 INFO [main][CipherTest] transformation=DES/CFB112/ 19:28:17,862 ERROR [main][CipherTest] transformation "DES/CFB112/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,862 INFO [main][CipherTest] transformation=DES/CFB112/ISO10126 19:28:17,863 ERROR [main][CipherTest] transformation "DES/CFB112/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,863 INFO [main][CipherTest] transformation=DES/CFB112/ISO10126-2 19:28:17,863 ERROR [main][CipherTest] transformation "DES/CFB112/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,863 INFO [main][CipherTest] transformation=DES/CFB112/ISO10126-2PADDING 19:28:17,863 ERROR [main][CipherTest] transformation "DES/CFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,863 INFO [main][CipherTest] transformation=DES/CFB112/ISO10126PADDING 19:28:17,863 ERROR [main][CipherTest] transformation "DES/CFB112/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,863 INFO [main][CipherTest] transformation=DES/CFB112/ISO7816-4 19:28:17,864 ERROR [main][CipherTest] transformation "DES/CFB112/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,864 INFO [main][CipherTest] transformation=DES/CFB112/ISO7816-4PADDING 19:28:17,864 ERROR [main][CipherTest] transformation "DES/CFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,864 INFO [main][CipherTest] transformation=DES/CFB112/NOPADDING 19:28:17,864 ERROR [main][CipherTest] transformation "DES/CFB112/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,864 INFO [main][CipherTest] transformation=DES/CFB112/PKCS5 19:28:17,864 ERROR [main][CipherTest] transformation "DES/CFB112/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,865 INFO [main][CipherTest] transformation=DES/CFB112/PKCS5PADDING 19:28:17,865 ERROR [main][CipherTest] transformation "DES/CFB112/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,865 INFO [main][CipherTest] transformation=DES/CFB112/PKCS7 19:28:17,865 ERROR [main][CipherTest] transformation "DES/CFB112/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,865 INFO [main][CipherTest] transformation=DES/CFB112/PKCS7PADDING 19:28:17,865 ERROR [main][CipherTest] transformation "DES/CFB112/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,865 INFO [main][CipherTest] transformation=DES/CFB112/TBC 19:28:17,865 ERROR [main][CipherTest] transformation "DES/CFB112/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,865 INFO [main][CipherTest] transformation=DES/CFB112/TBCPADDING 19:28:17,866 ERROR [main][CipherTest] transformation "DES/CFB112/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,866 INFO [main][CipherTest] transformation=DES/CFB112/X9.23 19:28:17,866 ERROR [main][CipherTest] transformation "DES/CFB112/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,866 INFO [main][CipherTest] transformation=DES/CFB112/X9.23PADDING 19:28:17,866 ERROR [main][CipherTest] transformation "DES/CFB112/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,866 INFO [main][CipherTest] transformation=DES/CFB112/ZEROBYTE 19:28:17,866 ERROR [main][CipherTest] transformation "DES/CFB112/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,866 INFO [main][CipherTest] transformation=DES/CFB112/ZEROBYTEPADDING 19:28:17,866 ERROR [main][CipherTest] transformation "DES/CFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,867 INFO [main][CipherTest] transformation=DES/CFB120/ 19:28:17,867 ERROR [main][CipherTest] transformation "DES/CFB120/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,867 INFO [main][CipherTest] transformation=DES/CFB120/ISO10126 19:28:17,867 ERROR [main][CipherTest] transformation "DES/CFB120/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,867 INFO [main][CipherTest] transformation=DES/CFB120/ISO10126-2 19:28:17,867 ERROR [main][CipherTest] transformation "DES/CFB120/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,867 INFO [main][CipherTest] transformation=DES/CFB120/ISO10126-2PADDING 19:28:17,868 ERROR [main][CipherTest] transformation "DES/CFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,868 INFO [main][CipherTest] transformation=DES/CFB120/ISO10126PADDING 19:28:17,868 ERROR [main][CipherTest] transformation "DES/CFB120/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,868 INFO [main][CipherTest] transformation=DES/CFB120/ISO7816-4 19:28:17,868 ERROR [main][CipherTest] transformation "DES/CFB120/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,868 INFO [main][CipherTest] transformation=DES/CFB120/ISO7816-4PADDING 19:28:17,868 ERROR [main][CipherTest] transformation "DES/CFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,868 INFO [main][CipherTest] transformation=DES/CFB120/NOPADDING 19:28:17,869 ERROR [main][CipherTest] transformation "DES/CFB120/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,869 INFO [main][CipherTest] transformation=DES/CFB120/PKCS5 19:28:17,869 ERROR [main][CipherTest] transformation "DES/CFB120/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,869 INFO [main][CipherTest] transformation=DES/CFB120/PKCS5PADDING 19:28:17,869 ERROR [main][CipherTest] transformation "DES/CFB120/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,869 INFO [main][CipherTest] transformation=DES/CFB120/PKCS7 19:28:17,869 ERROR [main][CipherTest] transformation "DES/CFB120/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,869 INFO [main][CipherTest] transformation=DES/CFB120/PKCS7PADDING 19:28:17,870 ERROR [main][CipherTest] transformation "DES/CFB120/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,870 INFO [main][CipherTest] transformation=DES/CFB120/TBC 19:28:17,870 ERROR [main][CipherTest] transformation "DES/CFB120/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,870 INFO [main][CipherTest] transformation=DES/CFB120/TBCPADDING 19:28:17,870 ERROR [main][CipherTest] transformation "DES/CFB120/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,870 INFO [main][CipherTest] transformation=DES/CFB120/X9.23 19:28:17,870 ERROR [main][CipherTest] transformation "DES/CFB120/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,870 INFO [main][CipherTest] transformation=DES/CFB120/X9.23PADDING 19:28:17,871 ERROR [main][CipherTest] transformation "DES/CFB120/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,871 INFO [main][CipherTest] transformation=DES/CFB120/ZEROBYTE 19:28:17,871 ERROR [main][CipherTest] transformation "DES/CFB120/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,871 INFO [main][CipherTest] transformation=DES/CFB120/ZEROBYTEPADDING 19:28:17,871 ERROR [main][CipherTest] transformation "DES/CFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,871 INFO [main][CipherTest] transformation=DES/CFB128/ 19:28:17,871 ERROR [main][CipherTest] transformation "DES/CFB128/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,871 INFO [main][CipherTest] transformation=DES/CFB128/ISO10126 19:28:17,871 ERROR [main][CipherTest] transformation "DES/CFB128/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,872 INFO [main][CipherTest] transformation=DES/CFB128/ISO10126-2 19:28:17,872 ERROR [main][CipherTest] transformation "DES/CFB128/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,872 INFO [main][CipherTest] transformation=DES/CFB128/ISO10126-2PADDING 19:28:17,872 ERROR [main][CipherTest] transformation "DES/CFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,872 INFO [main][CipherTest] transformation=DES/CFB128/ISO10126PADDING 19:28:17,872 ERROR [main][CipherTest] transformation "DES/CFB128/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,872 INFO [main][CipherTest] transformation=DES/CFB128/ISO7816-4 19:28:17,873 ERROR [main][CipherTest] transformation "DES/CFB128/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,873 INFO [main][CipherTest] transformation=DES/CFB128/ISO7816-4PADDING 19:28:17,873 ERROR [main][CipherTest] transformation "DES/CFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,873 INFO [main][CipherTest] transformation=DES/CFB128/NOPADDING 19:28:17,873 ERROR [main][CipherTest] transformation "DES/CFB128/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,873 INFO [main][CipherTest] transformation=DES/CFB128/PKCS5 19:28:17,873 ERROR [main][CipherTest] transformation "DES/CFB128/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,873 INFO [main][CipherTest] transformation=DES/CFB128/PKCS5PADDING 19:28:17,873 ERROR [main][CipherTest] transformation "DES/CFB128/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,874 INFO [main][CipherTest] transformation=DES/CFB128/PKCS7 19:28:17,874 ERROR [main][CipherTest] transformation "DES/CFB128/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,874 INFO [main][CipherTest] transformation=DES/CFB128/PKCS7PADDING 19:28:17,874 ERROR [main][CipherTest] transformation "DES/CFB128/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,874 INFO [main][CipherTest] transformation=DES/CFB128/TBC 19:28:17,874 ERROR [main][CipherTest] transformation "DES/CFB128/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,874 INFO [main][CipherTest] transformation=DES/CFB128/TBCPADDING 19:28:17,874 ERROR [main][CipherTest] transformation "DES/CFB128/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,875 INFO [main][CipherTest] transformation=DES/CFB128/X9.23 19:28:17,875 ERROR [main][CipherTest] transformation "DES/CFB128/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,875 INFO [main][CipherTest] transformation=DES/CFB128/X9.23PADDING 19:28:17,875 ERROR [main][CipherTest] transformation "DES/CFB128/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,875 INFO [main][CipherTest] transformation=DES/CFB128/ZEROBYTE 19:28:17,875 ERROR [main][CipherTest] transformation "DES/CFB128/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,875 INFO [main][CipherTest] transformation=DES/CFB128/ZEROBYTEPADDING 19:28:17,875 ERROR [main][CipherTest] transformation "DES/CFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,875 INFO [main][CipherTest] transformation=DES/CFB136/ 19:28:17,876 ERROR [main][CipherTest] transformation "DES/CFB136/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,876 INFO [main][CipherTest] transformation=DES/CFB136/ISO10126 19:28:17,876 ERROR [main][CipherTest] transformation "DES/CFB136/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,876 INFO [main][CipherTest] transformation=DES/CFB136/ISO10126-2 19:28:17,876 ERROR [main][CipherTest] transformation "DES/CFB136/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,876 INFO [main][CipherTest] transformation=DES/CFB136/ISO10126-2PADDING 19:28:17,876 ERROR [main][CipherTest] transformation "DES/CFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,876 INFO [main][CipherTest] transformation=DES/CFB136/ISO10126PADDING 19:28:17,877 ERROR [main][CipherTest] transformation "DES/CFB136/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,877 INFO [main][CipherTest] transformation=DES/CFB136/ISO7816-4 19:28:17,877 ERROR [main][CipherTest] transformation "DES/CFB136/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,877 INFO [main][CipherTest] transformation=DES/CFB136/ISO7816-4PADDING 19:28:17,877 ERROR [main][CipherTest] transformation "DES/CFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,877 INFO [main][CipherTest] transformation=DES/CFB136/NOPADDING 19:28:17,877 ERROR [main][CipherTest] transformation "DES/CFB136/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,877 INFO [main][CipherTest] transformation=DES/CFB136/PKCS5 19:28:17,878 ERROR [main][CipherTest] transformation "DES/CFB136/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,878 INFO [main][CipherTest] transformation=DES/CFB136/PKCS5PADDING 19:28:17,878 ERROR [main][CipherTest] transformation "DES/CFB136/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,878 INFO [main][CipherTest] transformation=DES/CFB136/PKCS7 19:28:17,878 ERROR [main][CipherTest] transformation "DES/CFB136/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,878 INFO [main][CipherTest] transformation=DES/CFB136/PKCS7PADDING 19:28:17,878 ERROR [main][CipherTest] transformation "DES/CFB136/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,878 INFO [main][CipherTest] transformation=DES/CFB136/TBC 19:28:17,879 ERROR [main][CipherTest] transformation "DES/CFB136/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,879 INFO [main][CipherTest] transformation=DES/CFB136/TBCPADDING 19:28:17,879 ERROR [main][CipherTest] transformation "DES/CFB136/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,879 INFO [main][CipherTest] transformation=DES/CFB136/X9.23 19:28:17,879 ERROR [main][CipherTest] transformation "DES/CFB136/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,879 INFO [main][CipherTest] transformation=DES/CFB136/X9.23PADDING 19:28:17,879 ERROR [main][CipherTest] transformation "DES/CFB136/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,879 INFO [main][CipherTest] transformation=DES/CFB136/ZEROBYTE 19:28:17,879 ERROR [main][CipherTest] transformation "DES/CFB136/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,880 INFO [main][CipherTest] transformation=DES/CFB136/ZEROBYTEPADDING 19:28:17,880 ERROR [main][CipherTest] transformation "DES/CFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,880 INFO [main][CipherTest] transformation=DES/CFB144/ 19:28:17,880 ERROR [main][CipherTest] transformation "DES/CFB144/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,880 INFO [main][CipherTest] transformation=DES/CFB144/ISO10126 19:28:17,880 ERROR [main][CipherTest] transformation "DES/CFB144/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,880 INFO [main][CipherTest] transformation=DES/CFB144/ISO10126-2 19:28:17,881 ERROR [main][CipherTest] transformation "DES/CFB144/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,881 INFO [main][CipherTest] transformation=DES/CFB144/ISO10126-2PADDING 19:28:17,881 ERROR [main][CipherTest] transformation "DES/CFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,881 INFO [main][CipherTest] transformation=DES/CFB144/ISO10126PADDING 19:28:17,881 ERROR [main][CipherTest] transformation "DES/CFB144/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,881 INFO [main][CipherTest] transformation=DES/CFB144/ISO7816-4 19:28:17,881 ERROR [main][CipherTest] transformation "DES/CFB144/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,881 INFO [main][CipherTest] transformation=DES/CFB144/ISO7816-4PADDING 19:28:17,882 ERROR [main][CipherTest] transformation "DES/CFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,882 INFO [main][CipherTest] transformation=DES/CFB144/NOPADDING 19:28:17,882 ERROR [main][CipherTest] transformation "DES/CFB144/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,882 INFO [main][CipherTest] transformation=DES/CFB144/PKCS5 19:28:17,882 ERROR [main][CipherTest] transformation "DES/CFB144/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,882 INFO [main][CipherTest] transformation=DES/CFB144/PKCS5PADDING 19:28:17,882 ERROR [main][CipherTest] transformation "DES/CFB144/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,882 INFO [main][CipherTest] transformation=DES/CFB144/PKCS7 19:28:17,883 ERROR [main][CipherTest] transformation "DES/CFB144/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,883 INFO [main][CipherTest] transformation=DES/CFB144/PKCS7PADDING 19:28:17,883 ERROR [main][CipherTest] transformation "DES/CFB144/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,883 INFO [main][CipherTest] transformation=DES/CFB144/TBC 19:28:17,883 ERROR [main][CipherTest] transformation "DES/CFB144/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,883 INFO [main][CipherTest] transformation=DES/CFB144/TBCPADDING 19:28:17,883 ERROR [main][CipherTest] transformation "DES/CFB144/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,883 INFO [main][CipherTest] transformation=DES/CFB144/X9.23 19:28:17,883 ERROR [main][CipherTest] transformation "DES/CFB144/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,884 INFO [main][CipherTest] transformation=DES/CFB144/X9.23PADDING 19:28:17,884 ERROR [main][CipherTest] transformation "DES/CFB144/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,884 INFO [main][CipherTest] transformation=DES/CFB144/ZEROBYTE 19:28:17,884 ERROR [main][CipherTest] transformation "DES/CFB144/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,884 INFO [main][CipherTest] transformation=DES/CFB144/ZEROBYTEPADDING 19:28:17,884 ERROR [main][CipherTest] transformation "DES/CFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,884 INFO [main][CipherTest] transformation=DES/CFB152/ 19:28:17,884 ERROR [main][CipherTest] transformation "DES/CFB152/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,884 INFO [main][CipherTest] transformation=DES/CFB152/ISO10126 19:28:17,885 ERROR [main][CipherTest] transformation "DES/CFB152/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,885 INFO [main][CipherTest] transformation=DES/CFB152/ISO10126-2 19:28:17,885 ERROR [main][CipherTest] transformation "DES/CFB152/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,885 INFO [main][CipherTest] transformation=DES/CFB152/ISO10126-2PADDING 19:28:17,885 ERROR [main][CipherTest] transformation "DES/CFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,885 INFO [main][CipherTest] transformation=DES/CFB152/ISO10126PADDING 19:28:17,885 ERROR [main][CipherTest] transformation "DES/CFB152/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,886 INFO [main][CipherTest] transformation=DES/CFB152/ISO7816-4 19:28:17,886 ERROR [main][CipherTest] transformation "DES/CFB152/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,886 INFO [main][CipherTest] transformation=DES/CFB152/ISO7816-4PADDING 19:28:17,886 ERROR [main][CipherTest] transformation "DES/CFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,886 INFO [main][CipherTest] transformation=DES/CFB152/NOPADDING 19:28:17,886 ERROR [main][CipherTest] transformation "DES/CFB152/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,886 INFO [main][CipherTest] transformation=DES/CFB152/PKCS5 19:28:17,886 ERROR [main][CipherTest] transformation "DES/CFB152/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,886 INFO [main][CipherTest] transformation=DES/CFB152/PKCS5PADDING 19:28:17,887 ERROR [main][CipherTest] transformation "DES/CFB152/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,887 INFO [main][CipherTest] transformation=DES/CFB152/PKCS7 19:28:17,887 ERROR [main][CipherTest] transformation "DES/CFB152/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,887 INFO [main][CipherTest] transformation=DES/CFB152/PKCS7PADDING 19:28:17,887 ERROR [main][CipherTest] transformation "DES/CFB152/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,887 INFO [main][CipherTest] transformation=DES/CFB152/TBC 19:28:17,887 ERROR [main][CipherTest] transformation "DES/CFB152/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,887 INFO [main][CipherTest] transformation=DES/CFB152/TBCPADDING 19:28:17,887 ERROR [main][CipherTest] transformation "DES/CFB152/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,888 INFO [main][CipherTest] transformation=DES/CFB152/X9.23 19:28:17,888 ERROR [main][CipherTest] transformation "DES/CFB152/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,888 INFO [main][CipherTest] transformation=DES/CFB152/X9.23PADDING 19:28:17,888 ERROR [main][CipherTest] transformation "DES/CFB152/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,888 INFO [main][CipherTest] transformation=DES/CFB152/ZEROBYTE 19:28:17,888 ERROR [main][CipherTest] transformation "DES/CFB152/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,888 INFO [main][CipherTest] transformation=DES/CFB152/ZEROBYTEPADDING 19:28:17,888 ERROR [main][CipherTest] transformation "DES/CFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,888 INFO [main][CipherTest] transformation=DES/CFB16/ 19:28:17,888 ERROR [main][CipherTest] transformation "DES/CFB16/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,889 INFO [main][CipherTest] transformation=DES/CFB16/ISO10126 19:28:17,889 ERROR [main][CipherTest] transformation "DES/CFB16/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,889 INFO [main][CipherTest] transformation=DES/CFB16/ISO10126-2 19:28:17,889 ERROR [main][CipherTest] transformation "DES/CFB16/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,889 INFO [main][CipherTest] transformation=DES/CFB16/ISO10126-2PADDING 19:28:17,889 ERROR [main][CipherTest] transformation "DES/CFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,889 INFO [main][CipherTest] transformation=DES/CFB16/ISO10126PADDING 19:28:17,890 ERROR [main][CipherTest] transformation "DES/CFB16/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,890 INFO [main][CipherTest] transformation=DES/CFB16/ISO7816-4 19:28:17,890 ERROR [main][CipherTest] transformation "DES/CFB16/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,890 INFO [main][CipherTest] transformation=DES/CFB16/ISO7816-4PADDING 19:28:17,890 ERROR [main][CipherTest] transformation "DES/CFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,890 INFO [main][CipherTest] transformation=DES/CFB16/NOPADDING 19:28:17,890 ERROR [main][CipherTest] transformation "DES/CFB16/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,890 INFO [main][CipherTest] transformation=DES/CFB16/PKCS5 19:28:17,890 ERROR [main][CipherTest] transformation "DES/CFB16/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,891 INFO [main][CipherTest] transformation=DES/CFB16/PKCS5PADDING 19:28:17,891 ERROR [main][CipherTest] transformation "DES/CFB16/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,891 INFO [main][CipherTest] transformation=DES/CFB16/PKCS7 19:28:17,891 ERROR [main][CipherTest] transformation "DES/CFB16/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,891 INFO [main][CipherTest] transformation=DES/CFB16/PKCS7PADDING 19:28:17,891 ERROR [main][CipherTest] transformation "DES/CFB16/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,891 INFO [main][CipherTest] transformation=DES/CFB16/TBC 19:28:17,891 ERROR [main][CipherTest] transformation "DES/CFB16/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,891 INFO [main][CipherTest] transformation=DES/CFB16/TBCPADDING 19:28:17,892 ERROR [main][CipherTest] transformation "DES/CFB16/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,892 INFO [main][CipherTest] transformation=DES/CFB16/X9.23 19:28:17,892 ERROR [main][CipherTest] transformation "DES/CFB16/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,892 INFO [main][CipherTest] transformation=DES/CFB16/X9.23PADDING 19:28:17,892 ERROR [main][CipherTest] transformation "DES/CFB16/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,892 INFO [main][CipherTest] transformation=DES/CFB16/ZEROBYTE 19:28:17,892 ERROR [main][CipherTest] transformation "DES/CFB16/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,892 INFO [main][CipherTest] transformation=DES/CFB16/ZEROBYTEPADDING 19:28:17,892 ERROR [main][CipherTest] transformation "DES/CFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,893 INFO [main][CipherTest] transformation=DES/CFB160/ 19:28:17,893 ERROR [main][CipherTest] transformation "DES/CFB160/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,893 INFO [main][CipherTest] transformation=DES/CFB160/ISO10126 19:28:17,893 ERROR [main][CipherTest] transformation "DES/CFB160/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,893 INFO [main][CipherTest] transformation=DES/CFB160/ISO10126-2 19:28:17,893 ERROR [main][CipherTest] transformation "DES/CFB160/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,893 INFO [main][CipherTest] transformation=DES/CFB160/ISO10126-2PADDING 19:28:17,893 ERROR [main][CipherTest] transformation "DES/CFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,894 INFO [main][CipherTest] transformation=DES/CFB160/ISO10126PADDING 19:28:17,894 ERROR [main][CipherTest] transformation "DES/CFB160/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,894 INFO [main][CipherTest] transformation=DES/CFB160/ISO7816-4 19:28:17,894 ERROR [main][CipherTest] transformation "DES/CFB160/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,894 INFO [main][CipherTest] transformation=DES/CFB160/ISO7816-4PADDING 19:28:17,894 ERROR [main][CipherTest] transformation "DES/CFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,894 INFO [main][CipherTest] transformation=DES/CFB160/NOPADDING 19:28:17,894 ERROR [main][CipherTest] transformation "DES/CFB160/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,895 INFO [main][CipherTest] transformation=DES/CFB160/PKCS5 19:28:17,895 ERROR [main][CipherTest] transformation "DES/CFB160/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,895 INFO [main][CipherTest] transformation=DES/CFB160/PKCS5PADDING 19:28:17,895 ERROR [main][CipherTest] transformation "DES/CFB160/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,895 INFO [main][CipherTest] transformation=DES/CFB160/PKCS7 19:28:17,895 ERROR [main][CipherTest] transformation "DES/CFB160/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,895 INFO [main][CipherTest] transformation=DES/CFB160/PKCS7PADDING 19:28:17,895 ERROR [main][CipherTest] transformation "DES/CFB160/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,895 INFO [main][CipherTest] transformation=DES/CFB160/TBC 19:28:17,896 ERROR [main][CipherTest] transformation "DES/CFB160/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,896 INFO [main][CipherTest] transformation=DES/CFB160/TBCPADDING 19:28:17,896 ERROR [main][CipherTest] transformation "DES/CFB160/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,896 INFO [main][CipherTest] transformation=DES/CFB160/X9.23 19:28:17,896 ERROR [main][CipherTest] transformation "DES/CFB160/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,896 INFO [main][CipherTest] transformation=DES/CFB160/X9.23PADDING 19:28:17,896 ERROR [main][CipherTest] transformation "DES/CFB160/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,896 INFO [main][CipherTest] transformation=DES/CFB160/ZEROBYTE 19:28:17,896 ERROR [main][CipherTest] transformation "DES/CFB160/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,897 INFO [main][CipherTest] transformation=DES/CFB160/ZEROBYTEPADDING 19:28:17,897 ERROR [main][CipherTest] transformation "DES/CFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,897 INFO [main][CipherTest] transformation=DES/CFB168/ 19:28:17,897 ERROR [main][CipherTest] transformation "DES/CFB168/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,897 INFO [main][CipherTest] transformation=DES/CFB168/ISO10126 19:28:17,897 ERROR [main][CipherTest] transformation "DES/CFB168/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,897 INFO [main][CipherTest] transformation=DES/CFB168/ISO10126-2 19:28:17,897 ERROR [main][CipherTest] transformation "DES/CFB168/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,898 INFO [main][CipherTest] transformation=DES/CFB168/ISO10126-2PADDING 19:28:17,898 ERROR [main][CipherTest] transformation "DES/CFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,898 INFO [main][CipherTest] transformation=DES/CFB168/ISO10126PADDING 19:28:17,898 ERROR [main][CipherTest] transformation "DES/CFB168/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,898 INFO [main][CipherTest] transformation=DES/CFB168/ISO7816-4 19:28:17,898 ERROR [main][CipherTest] transformation "DES/CFB168/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,898 INFO [main][CipherTest] transformation=DES/CFB168/ISO7816-4PADDING 19:28:17,898 ERROR [main][CipherTest] transformation "DES/CFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,899 INFO [main][CipherTest] transformation=DES/CFB168/NOPADDING 19:28:17,899 ERROR [main][CipherTest] transformation "DES/CFB168/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,899 INFO [main][CipherTest] transformation=DES/CFB168/PKCS5 19:28:17,899 ERROR [main][CipherTest] transformation "DES/CFB168/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,899 INFO [main][CipherTest] transformation=DES/CFB168/PKCS5PADDING 19:28:17,899 ERROR [main][CipherTest] transformation "DES/CFB168/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,899 INFO [main][CipherTest] transformation=DES/CFB168/PKCS7 19:28:17,899 ERROR [main][CipherTest] transformation "DES/CFB168/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,899 INFO [main][CipherTest] transformation=DES/CFB168/PKCS7PADDING 19:28:17,900 ERROR [main][CipherTest] transformation "DES/CFB168/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,900 INFO [main][CipherTest] transformation=DES/CFB168/TBC 19:28:17,900 ERROR [main][CipherTest] transformation "DES/CFB168/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,900 INFO [main][CipherTest] transformation=DES/CFB168/TBCPADDING 19:28:17,900 ERROR [main][CipherTest] transformation "DES/CFB168/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,900 INFO [main][CipherTest] transformation=DES/CFB168/X9.23 19:28:17,900 ERROR [main][CipherTest] transformation "DES/CFB168/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,900 INFO [main][CipherTest] transformation=DES/CFB168/X9.23PADDING 19:28:17,900 ERROR [main][CipherTest] transformation "DES/CFB168/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,900 INFO [main][CipherTest] transformation=DES/CFB168/ZEROBYTE 19:28:17,901 ERROR [main][CipherTest] transformation "DES/CFB168/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,901 INFO [main][CipherTest] transformation=DES/CFB168/ZEROBYTEPADDING 19:28:17,901 ERROR [main][CipherTest] transformation "DES/CFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,901 INFO [main][CipherTest] transformation=DES/CFB176/ 19:28:17,901 ERROR [main][CipherTest] transformation "DES/CFB176/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,901 INFO [main][CipherTest] transformation=DES/CFB176/ISO10126 19:28:17,901 ERROR [main][CipherTest] transformation "DES/CFB176/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,901 INFO [main][CipherTest] transformation=DES/CFB176/ISO10126-2 19:28:17,902 ERROR [main][CipherTest] transformation "DES/CFB176/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,902 INFO [main][CipherTest] transformation=DES/CFB176/ISO10126-2PADDING 19:28:17,902 ERROR [main][CipherTest] transformation "DES/CFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,902 INFO [main][CipherTest] transformation=DES/CFB176/ISO10126PADDING 19:28:17,902 ERROR [main][CipherTest] transformation "DES/CFB176/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,902 INFO [main][CipherTest] transformation=DES/CFB176/ISO7816-4 19:28:17,902 ERROR [main][CipherTest] transformation "DES/CFB176/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,903 INFO [main][CipherTest] transformation=DES/CFB176/ISO7816-4PADDING 19:28:17,903 ERROR [main][CipherTest] transformation "DES/CFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,903 INFO [main][CipherTest] transformation=DES/CFB176/NOPADDING 19:28:17,903 ERROR [main][CipherTest] transformation "DES/CFB176/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,903 INFO [main][CipherTest] transformation=DES/CFB176/PKCS5 19:28:17,903 ERROR [main][CipherTest] transformation "DES/CFB176/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,903 INFO [main][CipherTest] transformation=DES/CFB176/PKCS5PADDING 19:28:17,903 ERROR [main][CipherTest] transformation "DES/CFB176/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,903 INFO [main][CipherTest] transformation=DES/CFB176/PKCS7 19:28:17,904 ERROR [main][CipherTest] transformation "DES/CFB176/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,904 INFO [main][CipherTest] transformation=DES/CFB176/PKCS7PADDING 19:28:17,904 ERROR [main][CipherTest] transformation "DES/CFB176/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,904 INFO [main][CipherTest] transformation=DES/CFB176/TBC 19:28:17,904 ERROR [main][CipherTest] transformation "DES/CFB176/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,904 INFO [main][CipherTest] transformation=DES/CFB176/TBCPADDING 19:28:17,904 ERROR [main][CipherTest] transformation "DES/CFB176/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,904 INFO [main][CipherTest] transformation=DES/CFB176/X9.23 19:28:17,904 ERROR [main][CipherTest] transformation "DES/CFB176/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,904 INFO [main][CipherTest] transformation=DES/CFB176/X9.23PADDING 19:28:17,905 ERROR [main][CipherTest] transformation "DES/CFB176/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,905 INFO [main][CipherTest] transformation=DES/CFB176/ZEROBYTE 19:28:17,905 ERROR [main][CipherTest] transformation "DES/CFB176/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,905 INFO [main][CipherTest] transformation=DES/CFB176/ZEROBYTEPADDING 19:28:17,905 ERROR [main][CipherTest] transformation "DES/CFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,905 INFO [main][CipherTest] transformation=DES/CFB184/ 19:28:17,905 ERROR [main][CipherTest] transformation "DES/CFB184/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,905 INFO [main][CipherTest] transformation=DES/CFB184/ISO10126 19:28:17,906 ERROR [main][CipherTest] transformation "DES/CFB184/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,906 INFO [main][CipherTest] transformation=DES/CFB184/ISO10126-2 19:28:17,906 ERROR [main][CipherTest] transformation "DES/CFB184/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,906 INFO [main][CipherTest] transformation=DES/CFB184/ISO10126-2PADDING 19:28:17,906 ERROR [main][CipherTest] transformation "DES/CFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,906 INFO [main][CipherTest] transformation=DES/CFB184/ISO10126PADDING 19:28:17,906 ERROR [main][CipherTest] transformation "DES/CFB184/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,906 INFO [main][CipherTest] transformation=DES/CFB184/ISO7816-4 19:28:17,907 ERROR [main][CipherTest] transformation "DES/CFB184/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,907 INFO [main][CipherTest] transformation=DES/CFB184/ISO7816-4PADDING 19:28:17,907 ERROR [main][CipherTest] transformation "DES/CFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,907 INFO [main][CipherTest] transformation=DES/CFB184/NOPADDING 19:28:17,907 ERROR [main][CipherTest] transformation "DES/CFB184/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,907 INFO [main][CipherTest] transformation=DES/CFB184/PKCS5 19:28:17,907 ERROR [main][CipherTest] transformation "DES/CFB184/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,907 INFO [main][CipherTest] transformation=DES/CFB184/PKCS5PADDING 19:28:17,907 ERROR [main][CipherTest] transformation "DES/CFB184/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,908 INFO [main][CipherTest] transformation=DES/CFB184/PKCS7 19:28:17,908 ERROR [main][CipherTest] transformation "DES/CFB184/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,908 INFO [main][CipherTest] transformation=DES/CFB184/PKCS7PADDING 19:28:17,908 ERROR [main][CipherTest] transformation "DES/CFB184/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,908 INFO [main][CipherTest] transformation=DES/CFB184/TBC 19:28:17,908 ERROR [main][CipherTest] transformation "DES/CFB184/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,908 INFO [main][CipherTest] transformation=DES/CFB184/TBCPADDING 19:28:17,908 ERROR [main][CipherTest] transformation "DES/CFB184/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,909 INFO [main][CipherTest] transformation=DES/CFB184/X9.23 19:28:17,909 ERROR [main][CipherTest] transformation "DES/CFB184/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,909 INFO [main][CipherTest] transformation=DES/CFB184/X9.23PADDING 19:28:17,909 ERROR [main][CipherTest] transformation "DES/CFB184/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,909 INFO [main][CipherTest] transformation=DES/CFB184/ZEROBYTE 19:28:17,909 ERROR [main][CipherTest] transformation "DES/CFB184/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,909 INFO [main][CipherTest] transformation=DES/CFB184/ZEROBYTEPADDING 19:28:17,909 ERROR [main][CipherTest] transformation "DES/CFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,910 INFO [main][CipherTest] transformation=DES/CFB192/ 19:28:17,910 ERROR [main][CipherTest] transformation "DES/CFB192/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,910 INFO [main][CipherTest] transformation=DES/CFB192/ISO10126 19:28:17,910 ERROR [main][CipherTest] transformation "DES/CFB192/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,910 INFO [main][CipherTest] transformation=DES/CFB192/ISO10126-2 19:28:17,910 ERROR [main][CipherTest] transformation "DES/CFB192/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,910 INFO [main][CipherTest] transformation=DES/CFB192/ISO10126-2PADDING 19:28:17,911 ERROR [main][CipherTest] transformation "DES/CFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,911 INFO [main][CipherTest] transformation=DES/CFB192/ISO10126PADDING 19:28:17,911 ERROR [main][CipherTest] transformation "DES/CFB192/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,911 INFO [main][CipherTest] transformation=DES/CFB192/ISO7816-4 19:28:17,911 ERROR [main][CipherTest] transformation "DES/CFB192/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,911 INFO [main][CipherTest] transformation=DES/CFB192/ISO7816-4PADDING 19:28:17,911 ERROR [main][CipherTest] transformation "DES/CFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,911 INFO [main][CipherTest] transformation=DES/CFB192/NOPADDING 19:28:17,912 ERROR [main][CipherTest] transformation "DES/CFB192/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,912 INFO [main][CipherTest] transformation=DES/CFB192/PKCS5 19:28:17,912 ERROR [main][CipherTest] transformation "DES/CFB192/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,912 INFO [main][CipherTest] transformation=DES/CFB192/PKCS5PADDING 19:28:17,912 ERROR [main][CipherTest] transformation "DES/CFB192/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,912 INFO [main][CipherTest] transformation=DES/CFB192/PKCS7 19:28:17,912 ERROR [main][CipherTest] transformation "DES/CFB192/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,912 INFO [main][CipherTest] transformation=DES/CFB192/PKCS7PADDING 19:28:17,913 ERROR [main][CipherTest] transformation "DES/CFB192/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,913 INFO [main][CipherTest] transformation=DES/CFB192/TBC 19:28:17,913 ERROR [main][CipherTest] transformation "DES/CFB192/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,913 INFO [main][CipherTest] transformation=DES/CFB192/TBCPADDING 19:28:17,913 ERROR [main][CipherTest] transformation "DES/CFB192/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,913 INFO [main][CipherTest] transformation=DES/CFB192/X9.23 19:28:17,913 ERROR [main][CipherTest] transformation "DES/CFB192/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,913 INFO [main][CipherTest] transformation=DES/CFB192/X9.23PADDING 19:28:17,913 ERROR [main][CipherTest] transformation "DES/CFB192/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,914 INFO [main][CipherTest] transformation=DES/CFB192/ZEROBYTE 19:28:17,914 ERROR [main][CipherTest] transformation "DES/CFB192/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,914 INFO [main][CipherTest] transformation=DES/CFB192/ZEROBYTEPADDING 19:28:17,914 ERROR [main][CipherTest] transformation "DES/CFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,914 INFO [main][CipherTest] transformation=DES/CFB200/ 19:28:17,914 ERROR [main][CipherTest] transformation "DES/CFB200/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,914 INFO [main][CipherTest] transformation=DES/CFB200/ISO10126 19:28:17,914 ERROR [main][CipherTest] transformation "DES/CFB200/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,915 INFO [main][CipherTest] transformation=DES/CFB200/ISO10126-2 19:28:17,915 ERROR [main][CipherTest] transformation "DES/CFB200/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,915 INFO [main][CipherTest] transformation=DES/CFB200/ISO10126-2PADDING 19:28:17,915 ERROR [main][CipherTest] transformation "DES/CFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,915 INFO [main][CipherTest] transformation=DES/CFB200/ISO10126PADDING 19:28:17,915 ERROR [main][CipherTest] transformation "DES/CFB200/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,915 INFO [main][CipherTest] transformation=DES/CFB200/ISO7816-4 19:28:17,916 ERROR [main][CipherTest] transformation "DES/CFB200/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,916 INFO [main][CipherTest] transformation=DES/CFB200/ISO7816-4PADDING 19:28:17,916 ERROR [main][CipherTest] transformation "DES/CFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,916 INFO [main][CipherTest] transformation=DES/CFB200/NOPADDING 19:28:17,916 ERROR [main][CipherTest] transformation "DES/CFB200/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,916 INFO [main][CipherTest] transformation=DES/CFB200/PKCS5 19:28:17,916 ERROR [main][CipherTest] transformation "DES/CFB200/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,916 INFO [main][CipherTest] transformation=DES/CFB200/PKCS5PADDING 19:28:17,916 ERROR [main][CipherTest] transformation "DES/CFB200/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,916 INFO [main][CipherTest] transformation=DES/CFB200/PKCS7 19:28:17,917 ERROR [main][CipherTest] transformation "DES/CFB200/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,917 INFO [main][CipherTest] transformation=DES/CFB200/PKCS7PADDING 19:28:17,917 ERROR [main][CipherTest] transformation "DES/CFB200/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,917 INFO [main][CipherTest] transformation=DES/CFB200/TBC 19:28:17,917 ERROR [main][CipherTest] transformation "DES/CFB200/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,917 INFO [main][CipherTest] transformation=DES/CFB200/TBCPADDING 19:28:17,917 ERROR [main][CipherTest] transformation "DES/CFB200/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,917 INFO [main][CipherTest] transformation=DES/CFB200/X9.23 19:28:17,918 ERROR [main][CipherTest] transformation "DES/CFB200/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,918 INFO [main][CipherTest] transformation=DES/CFB200/X9.23PADDING 19:28:17,918 ERROR [main][CipherTest] transformation "DES/CFB200/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,918 INFO [main][CipherTest] transformation=DES/CFB200/ZEROBYTE 19:28:17,918 ERROR [main][CipherTest] transformation "DES/CFB200/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,918 INFO [main][CipherTest] transformation=DES/CFB200/ZEROBYTEPADDING 19:28:17,918 ERROR [main][CipherTest] transformation "DES/CFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,918 INFO [main][CipherTest] transformation=DES/CFB208/ 19:28:17,918 ERROR [main][CipherTest] transformation "DES/CFB208/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,918 INFO [main][CipherTest] transformation=DES/CFB208/ISO10126 19:28:17,919 ERROR [main][CipherTest] transformation "DES/CFB208/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,919 INFO [main][CipherTest] transformation=DES/CFB208/ISO10126-2 19:28:17,919 ERROR [main][CipherTest] transformation "DES/CFB208/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,919 INFO [main][CipherTest] transformation=DES/CFB208/ISO10126-2PADDING 19:28:17,919 ERROR [main][CipherTest] transformation "DES/CFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,919 INFO [main][CipherTest] transformation=DES/CFB208/ISO10126PADDING 19:28:17,920 ERROR [main][CipherTest] transformation "DES/CFB208/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,920 INFO [main][CipherTest] transformation=DES/CFB208/ISO7816-4 19:28:17,920 ERROR [main][CipherTest] transformation "DES/CFB208/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,920 INFO [main][CipherTest] transformation=DES/CFB208/ISO7816-4PADDING 19:28:17,920 ERROR [main][CipherTest] transformation "DES/CFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,920 INFO [main][CipherTest] transformation=DES/CFB208/NOPADDING 19:28:17,920 ERROR [main][CipherTest] transformation "DES/CFB208/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,920 INFO [main][CipherTest] transformation=DES/CFB208/PKCS5 19:28:17,920 ERROR [main][CipherTest] transformation "DES/CFB208/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,920 INFO [main][CipherTest] transformation=DES/CFB208/PKCS5PADDING 19:28:17,921 ERROR [main][CipherTest] transformation "DES/CFB208/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,921 INFO [main][CipherTest] transformation=DES/CFB208/PKCS7 19:28:17,921 ERROR [main][CipherTest] transformation "DES/CFB208/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,921 INFO [main][CipherTest] transformation=DES/CFB208/PKCS7PADDING 19:28:17,921 ERROR [main][CipherTest] transformation "DES/CFB208/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,921 INFO [main][CipherTest] transformation=DES/CFB208/TBC 19:28:17,921 ERROR [main][CipherTest] transformation "DES/CFB208/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,921 INFO [main][CipherTest] transformation=DES/CFB208/TBCPADDING 19:28:17,922 ERROR [main][CipherTest] transformation "DES/CFB208/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,922 INFO [main][CipherTest] transformation=DES/CFB208/X9.23 19:28:17,922 ERROR [main][CipherTest] transformation "DES/CFB208/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,922 INFO [main][CipherTest] transformation=DES/CFB208/X9.23PADDING 19:28:17,922 ERROR [main][CipherTest] transformation "DES/CFB208/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,922 INFO [main][CipherTest] transformation=DES/CFB208/ZEROBYTE 19:28:17,922 ERROR [main][CipherTest] transformation "DES/CFB208/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,922 INFO [main][CipherTest] transformation=DES/CFB208/ZEROBYTEPADDING 19:28:17,922 ERROR [main][CipherTest] transformation "DES/CFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,923 INFO [main][CipherTest] transformation=DES/CFB216/ 19:28:17,923 ERROR [main][CipherTest] transformation "DES/CFB216/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,923 INFO [main][CipherTest] transformation=DES/CFB216/ISO10126 19:28:17,923 ERROR [main][CipherTest] transformation "DES/CFB216/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,923 INFO [main][CipherTest] transformation=DES/CFB216/ISO10126-2 19:28:17,923 ERROR [main][CipherTest] transformation "DES/CFB216/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,923 INFO [main][CipherTest] transformation=DES/CFB216/ISO10126-2PADDING 19:28:17,923 ERROR [main][CipherTest] transformation "DES/CFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,924 INFO [main][CipherTest] transformation=DES/CFB216/ISO10126PADDING 19:28:17,924 ERROR [main][CipherTest] transformation "DES/CFB216/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,924 INFO [main][CipherTest] transformation=DES/CFB216/ISO7816-4 19:28:17,924 ERROR [main][CipherTest] transformation "DES/CFB216/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,924 INFO [main][CipherTest] transformation=DES/CFB216/ISO7816-4PADDING 19:28:17,924 ERROR [main][CipherTest] transformation "DES/CFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,924 INFO [main][CipherTest] transformation=DES/CFB216/NOPADDING 19:28:17,924 ERROR [main][CipherTest] transformation "DES/CFB216/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,925 INFO [main][CipherTest] transformation=DES/CFB216/PKCS5 19:28:17,925 ERROR [main][CipherTest] transformation "DES/CFB216/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,925 INFO [main][CipherTest] transformation=DES/CFB216/PKCS5PADDING 19:28:17,925 ERROR [main][CipherTest] transformation "DES/CFB216/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,925 INFO [main][CipherTest] transformation=DES/CFB216/PKCS7 19:28:17,925 ERROR [main][CipherTest] transformation "DES/CFB216/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,925 INFO [main][CipherTest] transformation=DES/CFB216/PKCS7PADDING 19:28:17,925 ERROR [main][CipherTest] transformation "DES/CFB216/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,925 INFO [main][CipherTest] transformation=DES/CFB216/TBC 19:28:17,926 ERROR [main][CipherTest] transformation "DES/CFB216/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,926 INFO [main][CipherTest] transformation=DES/CFB216/TBCPADDING 19:28:17,926 ERROR [main][CipherTest] transformation "DES/CFB216/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,926 INFO [main][CipherTest] transformation=DES/CFB216/X9.23 19:28:17,926 ERROR [main][CipherTest] transformation "DES/CFB216/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,926 INFO [main][CipherTest] transformation=DES/CFB216/X9.23PADDING 19:28:17,926 ERROR [main][CipherTest] transformation "DES/CFB216/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,926 INFO [main][CipherTest] transformation=DES/CFB216/ZEROBYTE 19:28:17,926 ERROR [main][CipherTest] transformation "DES/CFB216/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,927 INFO [main][CipherTest] transformation=DES/CFB216/ZEROBYTEPADDING 19:28:17,927 ERROR [main][CipherTest] transformation "DES/CFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,927 INFO [main][CipherTest] transformation=DES/CFB224/ 19:28:17,927 ERROR [main][CipherTest] transformation "DES/CFB224/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,927 INFO [main][CipherTest] transformation=DES/CFB224/ISO10126 19:28:17,927 ERROR [main][CipherTest] transformation "DES/CFB224/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,927 INFO [main][CipherTest] transformation=DES/CFB224/ISO10126-2 19:28:17,927 ERROR [main][CipherTest] transformation "DES/CFB224/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,928 INFO [main][CipherTest] transformation=DES/CFB224/ISO10126-2PADDING 19:28:17,928 ERROR [main][CipherTest] transformation "DES/CFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,928 INFO [main][CipherTest] transformation=DES/CFB224/ISO10126PADDING 19:28:17,928 ERROR [main][CipherTest] transformation "DES/CFB224/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,928 INFO [main][CipherTest] transformation=DES/CFB224/ISO7816-4 19:28:17,928 ERROR [main][CipherTest] transformation "DES/CFB224/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,928 INFO [main][CipherTest] transformation=DES/CFB224/ISO7816-4PADDING 19:28:17,928 ERROR [main][CipherTest] transformation "DES/CFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,928 INFO [main][CipherTest] transformation=DES/CFB224/NOPADDING 19:28:17,929 ERROR [main][CipherTest] transformation "DES/CFB224/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,929 INFO [main][CipherTest] transformation=DES/CFB224/PKCS5 19:28:17,929 ERROR [main][CipherTest] transformation "DES/CFB224/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,929 INFO [main][CipherTest] transformation=DES/CFB224/PKCS5PADDING 19:28:17,929 ERROR [main][CipherTest] transformation "DES/CFB224/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,929 INFO [main][CipherTest] transformation=DES/CFB224/PKCS7 19:28:17,929 ERROR [main][CipherTest] transformation "DES/CFB224/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,929 INFO [main][CipherTest] transformation=DES/CFB224/PKCS7PADDING 19:28:17,929 ERROR [main][CipherTest] transformation "DES/CFB224/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,930 INFO [main][CipherTest] transformation=DES/CFB224/TBC 19:28:17,930 ERROR [main][CipherTest] transformation "DES/CFB224/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,930 INFO [main][CipherTest] transformation=DES/CFB224/TBCPADDING 19:28:17,930 ERROR [main][CipherTest] transformation "DES/CFB224/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,930 INFO [main][CipherTest] transformation=DES/CFB224/X9.23 19:28:17,930 ERROR [main][CipherTest] transformation "DES/CFB224/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,930 INFO [main][CipherTest] transformation=DES/CFB224/X9.23PADDING 19:28:17,930 ERROR [main][CipherTest] transformation "DES/CFB224/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,930 INFO [main][CipherTest] transformation=DES/CFB224/ZEROBYTE 19:28:17,930 ERROR [main][CipherTest] transformation "DES/CFB224/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,931 INFO [main][CipherTest] transformation=DES/CFB224/ZEROBYTEPADDING 19:28:17,931 ERROR [main][CipherTest] transformation "DES/CFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,931 INFO [main][CipherTest] transformation=DES/CFB232/ 19:28:17,931 ERROR [main][CipherTest] transformation "DES/CFB232/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,931 INFO [main][CipherTest] transformation=DES/CFB232/ISO10126 19:28:17,931 ERROR [main][CipherTest] transformation "DES/CFB232/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,931 INFO [main][CipherTest] transformation=DES/CFB232/ISO10126-2 19:28:17,931 ERROR [main][CipherTest] transformation "DES/CFB232/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,931 INFO [main][CipherTest] transformation=DES/CFB232/ISO10126-2PADDING 19:28:17,932 ERROR [main][CipherTest] transformation "DES/CFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,932 INFO [main][CipherTest] transformation=DES/CFB232/ISO10126PADDING 19:28:17,932 ERROR [main][CipherTest] transformation "DES/CFB232/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,932 INFO [main][CipherTest] transformation=DES/CFB232/ISO7816-4 19:28:17,932 ERROR [main][CipherTest] transformation "DES/CFB232/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,932 INFO [main][CipherTest] transformation=DES/CFB232/ISO7816-4PADDING 19:28:17,932 ERROR [main][CipherTest] transformation "DES/CFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,932 INFO [main][CipherTest] transformation=DES/CFB232/NOPADDING 19:28:17,933 ERROR [main][CipherTest] transformation "DES/CFB232/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,933 INFO [main][CipherTest] transformation=DES/CFB232/PKCS5 19:28:17,933 ERROR [main][CipherTest] transformation "DES/CFB232/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,933 INFO [main][CipherTest] transformation=DES/CFB232/PKCS5PADDING 19:28:17,933 ERROR [main][CipherTest] transformation "DES/CFB232/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,933 INFO [main][CipherTest] transformation=DES/CFB232/PKCS7 19:28:17,933 ERROR [main][CipherTest] transformation "DES/CFB232/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,933 INFO [main][CipherTest] transformation=DES/CFB232/PKCS7PADDING 19:28:17,933 ERROR [main][CipherTest] transformation "DES/CFB232/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,933 INFO [main][CipherTest] transformation=DES/CFB232/TBC 19:28:17,934 ERROR [main][CipherTest] transformation "DES/CFB232/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,934 INFO [main][CipherTest] transformation=DES/CFB232/TBCPADDING 19:28:17,934 ERROR [main][CipherTest] transformation "DES/CFB232/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,934 INFO [main][CipherTest] transformation=DES/CFB232/X9.23 19:28:17,934 ERROR [main][CipherTest] transformation "DES/CFB232/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,934 INFO [main][CipherTest] transformation=DES/CFB232/X9.23PADDING 19:28:17,934 ERROR [main][CipherTest] transformation "DES/CFB232/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,934 INFO [main][CipherTest] transformation=DES/CFB232/ZEROBYTE 19:28:17,934 ERROR [main][CipherTest] transformation "DES/CFB232/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,935 INFO [main][CipherTest] transformation=DES/CFB232/ZEROBYTEPADDING 19:28:17,935 ERROR [main][CipherTest] transformation "DES/CFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,935 INFO [main][CipherTest] transformation=DES/CFB24/ 19:28:17,935 ERROR [main][CipherTest] transformation "DES/CFB24/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,935 INFO [main][CipherTest] transformation=DES/CFB24/ISO10126 19:28:17,935 ERROR [main][CipherTest] transformation "DES/CFB24/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,935 INFO [main][CipherTest] transformation=DES/CFB24/ISO10126-2 19:28:17,935 ERROR [main][CipherTest] transformation "DES/CFB24/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,935 INFO [main][CipherTest] transformation=DES/CFB24/ISO10126-2PADDING 19:28:17,936 ERROR [main][CipherTest] transformation "DES/CFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,936 INFO [main][CipherTest] transformation=DES/CFB24/ISO10126PADDING 19:28:17,936 ERROR [main][CipherTest] transformation "DES/CFB24/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,936 INFO [main][CipherTest] transformation=DES/CFB24/ISO7816-4 19:28:17,936 ERROR [main][CipherTest] transformation "DES/CFB24/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,936 INFO [main][CipherTest] transformation=DES/CFB24/ISO7816-4PADDING 19:28:17,936 ERROR [main][CipherTest] transformation "DES/CFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,936 INFO [main][CipherTest] transformation=DES/CFB24/NOPADDING 19:28:17,937 ERROR [main][CipherTest] transformation "DES/CFB24/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,937 INFO [main][CipherTest] transformation=DES/CFB24/PKCS5 19:28:17,937 ERROR [main][CipherTest] transformation "DES/CFB24/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,937 INFO [main][CipherTest] transformation=DES/CFB24/PKCS5PADDING 19:28:17,937 ERROR [main][CipherTest] transformation "DES/CFB24/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,937 INFO [main][CipherTest] transformation=DES/CFB24/PKCS7 19:28:17,937 ERROR [main][CipherTest] transformation "DES/CFB24/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,937 INFO [main][CipherTest] transformation=DES/CFB24/PKCS7PADDING 19:28:17,937 ERROR [main][CipherTest] transformation "DES/CFB24/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,937 INFO [main][CipherTest] transformation=DES/CFB24/TBC 19:28:17,938 ERROR [main][CipherTest] transformation "DES/CFB24/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,938 INFO [main][CipherTest] transformation=DES/CFB24/TBCPADDING 19:28:17,938 ERROR [main][CipherTest] transformation "DES/CFB24/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,938 INFO [main][CipherTest] transformation=DES/CFB24/X9.23 19:28:17,938 ERROR [main][CipherTest] transformation "DES/CFB24/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,938 INFO [main][CipherTest] transformation=DES/CFB24/X9.23PADDING 19:28:17,938 ERROR [main][CipherTest] transformation "DES/CFB24/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,938 INFO [main][CipherTest] transformation=DES/CFB24/ZEROBYTE 19:28:17,938 ERROR [main][CipherTest] transformation "DES/CFB24/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,939 INFO [main][CipherTest] transformation=DES/CFB24/ZEROBYTEPADDING 19:28:17,939 ERROR [main][CipherTest] transformation "DES/CFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,939 INFO [main][CipherTest] transformation=DES/CFB240/ 19:28:17,939 ERROR [main][CipherTest] transformation "DES/CFB240/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,939 INFO [main][CipherTest] transformation=DES/CFB240/ISO10126 19:28:17,939 ERROR [main][CipherTest] transformation "DES/CFB240/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,939 INFO [main][CipherTest] transformation=DES/CFB240/ISO10126-2 19:28:17,939 ERROR [main][CipherTest] transformation "DES/CFB240/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,940 INFO [main][CipherTest] transformation=DES/CFB240/ISO10126-2PADDING 19:28:17,940 ERROR [main][CipherTest] transformation "DES/CFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,940 INFO [main][CipherTest] transformation=DES/CFB240/ISO10126PADDING 19:28:17,940 ERROR [main][CipherTest] transformation "DES/CFB240/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,940 INFO [main][CipherTest] transformation=DES/CFB240/ISO7816-4 19:28:17,940 ERROR [main][CipherTest] transformation "DES/CFB240/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,940 INFO [main][CipherTest] transformation=DES/CFB240/ISO7816-4PADDING 19:28:17,940 ERROR [main][CipherTest] transformation "DES/CFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,940 INFO [main][CipherTest] transformation=DES/CFB240/NOPADDING 19:28:17,941 ERROR [main][CipherTest] transformation "DES/CFB240/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,941 INFO [main][CipherTest] transformation=DES/CFB240/PKCS5 19:28:17,941 ERROR [main][CipherTest] transformation "DES/CFB240/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,941 INFO [main][CipherTest] transformation=DES/CFB240/PKCS5PADDING 19:28:17,941 ERROR [main][CipherTest] transformation "DES/CFB240/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,941 INFO [main][CipherTest] transformation=DES/CFB240/PKCS7 19:28:17,941 ERROR [main][CipherTest] transformation "DES/CFB240/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,941 INFO [main][CipherTest] transformation=DES/CFB240/PKCS7PADDING 19:28:17,941 ERROR [main][CipherTest] transformation "DES/CFB240/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,942 INFO [main][CipherTest] transformation=DES/CFB240/TBC 19:28:17,942 ERROR [main][CipherTest] transformation "DES/CFB240/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,942 INFO [main][CipherTest] transformation=DES/CFB240/TBCPADDING 19:28:17,942 ERROR [main][CipherTest] transformation "DES/CFB240/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,942 INFO [main][CipherTest] transformation=DES/CFB240/X9.23 19:28:17,942 ERROR [main][CipherTest] transformation "DES/CFB240/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,942 INFO [main][CipherTest] transformation=DES/CFB240/X9.23PADDING 19:28:17,942 ERROR [main][CipherTest] transformation "DES/CFB240/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,942 INFO [main][CipherTest] transformation=DES/CFB240/ZEROBYTE 19:28:17,943 ERROR [main][CipherTest] transformation "DES/CFB240/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,943 INFO [main][CipherTest] transformation=DES/CFB240/ZEROBYTEPADDING 19:28:17,943 ERROR [main][CipherTest] transformation "DES/CFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,943 INFO [main][CipherTest] transformation=DES/CFB248/ 19:28:17,943 ERROR [main][CipherTest] transformation "DES/CFB248/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,943 INFO [main][CipherTest] transformation=DES/CFB248/ISO10126 19:28:17,943 ERROR [main][CipherTest] transformation "DES/CFB248/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,943 INFO [main][CipherTest] transformation=DES/CFB248/ISO10126-2 19:28:17,943 ERROR [main][CipherTest] transformation "DES/CFB248/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,944 INFO [main][CipherTest] transformation=DES/CFB248/ISO10126-2PADDING 19:28:17,944 ERROR [main][CipherTest] transformation "DES/CFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,944 INFO [main][CipherTest] transformation=DES/CFB248/ISO10126PADDING 19:28:17,944 ERROR [main][CipherTest] transformation "DES/CFB248/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,944 INFO [main][CipherTest] transformation=DES/CFB248/ISO7816-4 19:28:17,944 ERROR [main][CipherTest] transformation "DES/CFB248/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,944 INFO [main][CipherTest] transformation=DES/CFB248/ISO7816-4PADDING 19:28:17,944 ERROR [main][CipherTest] transformation "DES/CFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,944 INFO [main][CipherTest] transformation=DES/CFB248/NOPADDING 19:28:17,945 ERROR [main][CipherTest] transformation "DES/CFB248/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,945 INFO [main][CipherTest] transformation=DES/CFB248/PKCS5 19:28:17,945 ERROR [main][CipherTest] transformation "DES/CFB248/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,945 INFO [main][CipherTest] transformation=DES/CFB248/PKCS5PADDING 19:28:17,945 ERROR [main][CipherTest] transformation "DES/CFB248/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,945 INFO [main][CipherTest] transformation=DES/CFB248/PKCS7 19:28:17,945 ERROR [main][CipherTest] transformation "DES/CFB248/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,945 INFO [main][CipherTest] transformation=DES/CFB248/PKCS7PADDING 19:28:17,945 ERROR [main][CipherTest] transformation "DES/CFB248/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,946 INFO [main][CipherTest] transformation=DES/CFB248/TBC 19:28:17,946 ERROR [main][CipherTest] transformation "DES/CFB248/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,946 INFO [main][CipherTest] transformation=DES/CFB248/TBCPADDING 19:28:17,946 ERROR [main][CipherTest] transformation "DES/CFB248/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,946 INFO [main][CipherTest] transformation=DES/CFB248/X9.23 19:28:17,946 ERROR [main][CipherTest] transformation "DES/CFB248/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,946 INFO [main][CipherTest] transformation=DES/CFB248/X9.23PADDING 19:28:17,946 ERROR [main][CipherTest] transformation "DES/CFB248/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,946 INFO [main][CipherTest] transformation=DES/CFB248/ZEROBYTE 19:28:17,947 ERROR [main][CipherTest] transformation "DES/CFB248/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,947 INFO [main][CipherTest] transformation=DES/CFB248/ZEROBYTEPADDING 19:28:17,947 ERROR [main][CipherTest] transformation "DES/CFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,947 INFO [main][CipherTest] transformation=DES/CFB256/ 19:28:17,947 ERROR [main][CipherTest] transformation "DES/CFB256/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,947 INFO [main][CipherTest] transformation=DES/CFB256/ISO10126 19:28:17,947 ERROR [main][CipherTest] transformation "DES/CFB256/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,947 INFO [main][CipherTest] transformation=DES/CFB256/ISO10126-2 19:28:17,947 ERROR [main][CipherTest] transformation "DES/CFB256/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,948 INFO [main][CipherTest] transformation=DES/CFB256/ISO10126-2PADDING 19:28:17,948 ERROR [main][CipherTest] transformation "DES/CFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,948 INFO [main][CipherTest] transformation=DES/CFB256/ISO10126PADDING 19:28:17,948 ERROR [main][CipherTest] transformation "DES/CFB256/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,948 INFO [main][CipherTest] transformation=DES/CFB256/ISO7816-4 19:28:17,948 ERROR [main][CipherTest] transformation "DES/CFB256/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,948 INFO [main][CipherTest] transformation=DES/CFB256/ISO7816-4PADDING 19:28:17,948 ERROR [main][CipherTest] transformation "DES/CFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,948 INFO [main][CipherTest] transformation=DES/CFB256/NOPADDING 19:28:17,949 ERROR [main][CipherTest] transformation "DES/CFB256/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,949 INFO [main][CipherTest] transformation=DES/CFB256/PKCS5 19:28:17,949 ERROR [main][CipherTest] transformation "DES/CFB256/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,949 INFO [main][CipherTest] transformation=DES/CFB256/PKCS5PADDING 19:28:17,949 ERROR [main][CipherTest] transformation "DES/CFB256/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,949 INFO [main][CipherTest] transformation=DES/CFB256/PKCS7 19:28:17,949 ERROR [main][CipherTest] transformation "DES/CFB256/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,949 INFO [main][CipherTest] transformation=DES/CFB256/PKCS7PADDING 19:28:17,949 ERROR [main][CipherTest] transformation "DES/CFB256/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,949 INFO [main][CipherTest] transformation=DES/CFB256/TBC 19:28:17,950 ERROR [main][CipherTest] transformation "DES/CFB256/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,950 INFO [main][CipherTest] transformation=DES/CFB256/TBCPADDING 19:28:17,950 ERROR [main][CipherTest] transformation "DES/CFB256/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,950 INFO [main][CipherTest] transformation=DES/CFB256/X9.23 19:28:17,950 ERROR [main][CipherTest] transformation "DES/CFB256/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,950 INFO [main][CipherTest] transformation=DES/CFB256/X9.23PADDING 19:28:17,950 ERROR [main][CipherTest] transformation "DES/CFB256/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,950 INFO [main][CipherTest] transformation=DES/CFB256/ZEROBYTE 19:28:17,951 ERROR [main][CipherTest] transformation "DES/CFB256/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,951 INFO [main][CipherTest] transformation=DES/CFB256/ZEROBYTEPADDING 19:28:17,951 ERROR [main][CipherTest] transformation "DES/CFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,951 INFO [main][CipherTest] transformation=DES/CFB32/ 19:28:17,951 ERROR [main][CipherTest] transformation "DES/CFB32/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,951 INFO [main][CipherTest] transformation=DES/CFB32/ISO10126 19:28:17,951 ERROR [main][CipherTest] transformation "DES/CFB32/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,951 INFO [main][CipherTest] transformation=DES/CFB32/ISO10126-2 19:28:17,951 ERROR [main][CipherTest] transformation "DES/CFB32/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,952 INFO [main][CipherTest] transformation=DES/CFB32/ISO10126-2PADDING 19:28:17,952 ERROR [main][CipherTest] transformation "DES/CFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,952 INFO [main][CipherTest] transformation=DES/CFB32/ISO10126PADDING 19:28:17,952 ERROR [main][CipherTest] transformation "DES/CFB32/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,952 INFO [main][CipherTest] transformation=DES/CFB32/ISO7816-4 19:28:17,952 ERROR [main][CipherTest] transformation "DES/CFB32/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,952 INFO [main][CipherTest] transformation=DES/CFB32/ISO7816-4PADDING 19:28:17,952 ERROR [main][CipherTest] transformation "DES/CFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,952 INFO [main][CipherTest] transformation=DES/CFB32/NOPADDING 19:28:17,953 ERROR [main][CipherTest] transformation "DES/CFB32/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,953 INFO [main][CipherTest] transformation=DES/CFB32/PKCS5 19:28:17,953 ERROR [main][CipherTest] transformation "DES/CFB32/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,953 INFO [main][CipherTest] transformation=DES/CFB32/PKCS5PADDING 19:28:17,953 ERROR [main][CipherTest] transformation "DES/CFB32/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,953 INFO [main][CipherTest] transformation=DES/CFB32/PKCS7 19:28:17,953 ERROR [main][CipherTest] transformation "DES/CFB32/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,953 INFO [main][CipherTest] transformation=DES/CFB32/PKCS7PADDING 19:28:17,953 ERROR [main][CipherTest] transformation "DES/CFB32/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,953 INFO [main][CipherTest] transformation=DES/CFB32/TBC 19:28:17,954 ERROR [main][CipherTest] transformation "DES/CFB32/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,954 INFO [main][CipherTest] transformation=DES/CFB32/TBCPADDING 19:28:17,954 ERROR [main][CipherTest] transformation "DES/CFB32/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,954 INFO [main][CipherTest] transformation=DES/CFB32/X9.23 19:28:17,954 ERROR [main][CipherTest] transformation "DES/CFB32/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,954 INFO [main][CipherTest] transformation=DES/CFB32/X9.23PADDING 19:28:17,954 ERROR [main][CipherTest] transformation "DES/CFB32/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,954 INFO [main][CipherTest] transformation=DES/CFB32/ZEROBYTE 19:28:17,955 ERROR [main][CipherTest] transformation "DES/CFB32/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,955 INFO [main][CipherTest] transformation=DES/CFB32/ZEROBYTEPADDING 19:28:17,955 ERROR [main][CipherTest] transformation "DES/CFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,955 INFO [main][CipherTest] transformation=DES/CFB40/ 19:28:17,955 ERROR [main][CipherTest] transformation "DES/CFB40/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,955 INFO [main][CipherTest] transformation=DES/CFB40/ISO10126 19:28:17,955 ERROR [main][CipherTest] transformation "DES/CFB40/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,955 INFO [main][CipherTest] transformation=DES/CFB40/ISO10126-2 19:28:17,955 ERROR [main][CipherTest] transformation "DES/CFB40/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,955 INFO [main][CipherTest] transformation=DES/CFB40/ISO10126-2PADDING 19:28:17,956 ERROR [main][CipherTest] transformation "DES/CFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,956 INFO [main][CipherTest] transformation=DES/CFB40/ISO10126PADDING 19:28:17,956 ERROR [main][CipherTest] transformation "DES/CFB40/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,956 INFO [main][CipherTest] transformation=DES/CFB40/ISO7816-4 19:28:17,956 ERROR [main][CipherTest] transformation "DES/CFB40/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,956 INFO [main][CipherTest] transformation=DES/CFB40/ISO7816-4PADDING 19:28:17,956 ERROR [main][CipherTest] transformation "DES/CFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,956 INFO [main][CipherTest] transformation=DES/CFB40/NOPADDING 19:28:17,957 ERROR [main][CipherTest] transformation "DES/CFB40/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,957 INFO [main][CipherTest] transformation=DES/CFB40/PKCS5 19:28:17,957 ERROR [main][CipherTest] transformation "DES/CFB40/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,957 INFO [main][CipherTest] transformation=DES/CFB40/PKCS5PADDING 19:28:17,957 ERROR [main][CipherTest] transformation "DES/CFB40/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,957 INFO [main][CipherTest] transformation=DES/CFB40/PKCS7 19:28:17,957 ERROR [main][CipherTest] transformation "DES/CFB40/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,957 INFO [main][CipherTest] transformation=DES/CFB40/PKCS7PADDING 19:28:17,957 ERROR [main][CipherTest] transformation "DES/CFB40/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,957 INFO [main][CipherTest] transformation=DES/CFB40/TBC 19:28:17,958 ERROR [main][CipherTest] transformation "DES/CFB40/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,958 INFO [main][CipherTest] transformation=DES/CFB40/TBCPADDING 19:28:17,958 ERROR [main][CipherTest] transformation "DES/CFB40/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,958 INFO [main][CipherTest] transformation=DES/CFB40/X9.23 19:28:17,958 ERROR [main][CipherTest] transformation "DES/CFB40/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,958 INFO [main][CipherTest] transformation=DES/CFB40/X9.23PADDING 19:28:17,958 ERROR [main][CipherTest] transformation "DES/CFB40/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,958 INFO [main][CipherTest] transformation=DES/CFB40/ZEROBYTE 19:28:17,958 ERROR [main][CipherTest] transformation "DES/CFB40/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,958 INFO [main][CipherTest] transformation=DES/CFB40/ZEROBYTEPADDING 19:28:17,958 ERROR [main][CipherTest] transformation "DES/CFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,958 INFO [main][CipherTest] transformation=DES/CFB48/ 19:28:17,958 ERROR [main][CipherTest] transformation "DES/CFB48/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,958 INFO [main][CipherTest] transformation=DES/CFB48/ISO10126 19:28:17,958 ERROR [main][CipherTest] transformation "DES/CFB48/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,958 INFO [main][CipherTest] transformation=DES/CFB48/ISO10126-2 19:28:17,958 ERROR [main][CipherTest] transformation "DES/CFB48/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,958 INFO [main][CipherTest] transformation=DES/CFB48/ISO10126-2PADDING 19:28:17,959 ERROR [main][CipherTest] transformation "DES/CFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,959 INFO [main][CipherTest] transformation=DES/CFB48/ISO10126PADDING 19:28:17,959 ERROR [main][CipherTest] transformation "DES/CFB48/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,959 INFO [main][CipherTest] transformation=DES/CFB48/ISO7816-4 19:28:17,959 ERROR [main][CipherTest] transformation "DES/CFB48/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,959 INFO [main][CipherTest] transformation=DES/CFB48/ISO7816-4PADDING 19:28:17,959 ERROR [main][CipherTest] transformation "DES/CFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,959 INFO [main][CipherTest] transformation=DES/CFB48/NOPADDING 19:28:17,959 ERROR [main][CipherTest] transformation "DES/CFB48/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,959 INFO [main][CipherTest] transformation=DES/CFB48/PKCS5 19:28:17,959 ERROR [main][CipherTest] transformation "DES/CFB48/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,959 INFO [main][CipherTest] transformation=DES/CFB48/PKCS5PADDING 19:28:17,959 ERROR [main][CipherTest] transformation "DES/CFB48/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,959 INFO [main][CipherTest] transformation=DES/CFB48/PKCS7 19:28:17,959 ERROR [main][CipherTest] transformation "DES/CFB48/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,959 INFO [main][CipherTest] transformation=DES/CFB48/PKCS7PADDING 19:28:17,959 ERROR [main][CipherTest] transformation "DES/CFB48/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,959 INFO [main][CipherTest] transformation=DES/CFB48/TBC 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB48/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB48/TBCPADDING 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB48/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB48/X9.23 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB48/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB48/X9.23PADDING 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB48/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB48/ZEROBYTE 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB48/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB48/ZEROBYTEPADDING 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB56/ 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB56/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB56/ISO10126 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB56/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB56/ISO10126-2 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB56/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB56/ISO10126-2PADDING 19:28:17,960 ERROR [main][CipherTest] transformation "DES/CFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,960 INFO [main][CipherTest] transformation=DES/CFB56/ISO10126PADDING 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/ISO7816-4 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/ISO7816-4PADDING 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/NOPADDING 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/PKCS5 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/PKCS5PADDING 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/PKCS7 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/PKCS7PADDING 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/TBC 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/TBCPADDING 19:28:17,961 ERROR [main][CipherTest] transformation "DES/CFB56/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,961 INFO [main][CipherTest] transformation=DES/CFB56/X9.23 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB56/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,962 INFO [main][CipherTest] transformation=DES/CFB56/X9.23PADDING 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB56/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,962 INFO [main][CipherTest] transformation=DES/CFB56/ZEROBYTE 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB56/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,962 INFO [main][CipherTest] transformation=DES/CFB56/ZEROBYTEPADDING 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,962 INFO [main][CipherTest] transformation=DES/CFB64/ 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB64/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,962 INFO [main][CipherTest] transformation=DES/CFB64/ISO10126 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB64/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,962 INFO [main][CipherTest] transformation=DES/CFB64/ISO10126-2 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB64/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,962 INFO [main][CipherTest] transformation=DES/CFB64/ISO10126-2PADDING 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,962 INFO [main][CipherTest] transformation=DES/CFB64/ISO10126PADDING 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB64/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,962 INFO [main][CipherTest] transformation=DES/CFB64/ISO7816-4 19:28:17,962 ERROR [main][CipherTest] transformation "DES/CFB64/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/ISO7816-4PADDING 19:28:17,963 ERROR [main][CipherTest] transformation "DES/CFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/NOPADDING 19:28:17,963 ERROR [main][CipherTest] transformation "DES/CFB64/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/PKCS5 19:28:17,963 ERROR [main][CipherTest] transformation "DES/CFB64/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/PKCS5PADDING 19:28:17,963 ERROR [main][CipherTest] transformation "DES/CFB64/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/PKCS7 19:28:17,963 ERROR [main][CipherTest] transformation "DES/CFB64/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/PKCS7PADDING 19:28:17,963 ERROR [main][CipherTest] transformation "DES/CFB64/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/TBC 19:28:17,963 ERROR [main][CipherTest] transformation "DES/CFB64/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/TBCPADDING 19:28:17,963 ERROR [main][CipherTest] transformation "DES/CFB64/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/X9.23 19:28:17,963 ERROR [main][CipherTest] transformation "DES/CFB64/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,963 INFO [main][CipherTest] transformation=DES/CFB64/X9.23PADDING 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB64/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,964 INFO [main][CipherTest] transformation=DES/CFB64/ZEROBYTE 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB64/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,964 INFO [main][CipherTest] transformation=DES/CFB64/ZEROBYTEPADDING 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,964 INFO [main][CipherTest] transformation=DES/CFB72/ 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB72/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,964 INFO [main][CipherTest] transformation=DES/CFB72/ISO10126 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB72/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,964 INFO [main][CipherTest] transformation=DES/CFB72/ISO10126-2 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB72/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,964 INFO [main][CipherTest] transformation=DES/CFB72/ISO10126-2PADDING 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,964 INFO [main][CipherTest] transformation=DES/CFB72/ISO10126PADDING 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB72/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,964 INFO [main][CipherTest] transformation=DES/CFB72/ISO7816-4 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB72/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,964 INFO [main][CipherTest] transformation=DES/CFB72/ISO7816-4PADDING 19:28:17,964 ERROR [main][CipherTest] transformation "DES/CFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/NOPADDING 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/PKCS5 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/PKCS5PADDING 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/PKCS7 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/PKCS7PADDING 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/TBC 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/TBCPADDING 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/X9.23 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/X9.23PADDING 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,965 INFO [main][CipherTest] transformation=DES/CFB72/ZEROBYTE 19:28:17,965 ERROR [main][CipherTest] transformation "DES/CFB72/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,966 INFO [main][CipherTest] transformation=DES/CFB72/ZEROBYTEPADDING 19:28:17,966 ERROR [main][CipherTest] transformation "DES/CFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,966 INFO [main][CipherTest] transformation=DES/CFB8/ 19:28:17,966 ERROR [main][CipherTest] transformation "DES/CFB8/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,966 INFO [main][CipherTest] transformation=DES/CFB8/ISO10126 19:28:17,966 ERROR [main][CipherTest] transformation "DES/CFB8/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,966 INFO [main][CipherTest] transformation=DES/CFB8/ISO10126-2 19:28:17,966 ERROR [main][CipherTest] transformation "DES/CFB8/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,966 INFO [main][CipherTest] transformation=DES/CFB8/ISO10126-2PADDING 19:28:17,966 ERROR [main][CipherTest] transformation "DES/CFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,966 INFO [main][CipherTest] transformation=DES/CFB8/ISO10126PADDING 19:28:17,966 ERROR [main][CipherTest] transformation "DES/CFB8/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,966 INFO [main][CipherTest] transformation=DES/CFB8/ISO7816-4 19:28:17,966 ERROR [main][CipherTest] transformation "DES/CFB8/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,966 INFO [main][CipherTest] transformation=DES/CFB8/ISO7816-4PADDING 19:28:17,966 ERROR [main][CipherTest] transformation "DES/CFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,966 INFO [main][CipherTest] transformation=DES/CFB8/NOPADDING 19:28:17,966 ERROR [main][CipherTest] transformation "DES/CFB8/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,967 INFO [main][CipherTest] transformation=DES/CFB8/PKCS5 19:28:17,967 ERROR [main][CipherTest] transformation "DES/CFB8/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,967 INFO [main][CipherTest] transformation=DES/CFB8/PKCS5PADDING 19:28:17,967 ERROR [main][CipherTest] transformation "DES/CFB8/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,967 INFO [main][CipherTest] transformation=DES/CFB8/PKCS7 19:28:17,967 ERROR [main][CipherTest] transformation "DES/CFB8/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,967 INFO [main][CipherTest] transformation=DES/CFB8/PKCS7PADDING 19:28:17,967 ERROR [main][CipherTest] transformation "DES/CFB8/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,967 INFO [main][CipherTest] transformation=DES/CFB8/TBC 19:28:17,967 ERROR [main][CipherTest] transformation "DES/CFB8/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,967 INFO [main][CipherTest] transformation=DES/CFB8/TBCPADDING 19:28:17,967 ERROR [main][CipherTest] transformation "DES/CFB8/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,967 INFO [main][CipherTest] transformation=DES/CFB8/X9.23 19:28:17,967 ERROR [main][CipherTest] transformation "DES/CFB8/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,967 INFO [main][CipherTest] transformation=DES/CFB8/X9.23PADDING 19:28:17,967 ERROR [main][CipherTest] transformation "DES/CFB8/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,967 INFO [main][CipherTest] transformation=DES/CFB8/ZEROBYTE 19:28:17,967 ERROR [main][CipherTest] transformation "DES/CFB8/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB8/ZEROBYTEPADDING 19:28:17,968 ERROR [main][CipherTest] transformation "DES/CFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB80/ 19:28:17,968 ERROR [main][CipherTest] transformation "DES/CFB80/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB80/ISO10126 19:28:17,968 ERROR [main][CipherTest] transformation "DES/CFB80/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB80/ISO10126-2 19:28:17,968 ERROR [main][CipherTest] transformation "DES/CFB80/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB80/ISO10126-2PADDING 19:28:17,968 ERROR [main][CipherTest] transformation "DES/CFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB80/ISO10126PADDING 19:28:17,968 ERROR [main][CipherTest] transformation "DES/CFB80/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB80/ISO7816-4 19:28:17,968 ERROR [main][CipherTest] transformation "DES/CFB80/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB80/ISO7816-4PADDING 19:28:17,968 ERROR [main][CipherTest] transformation "DES/CFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB80/NOPADDING 19:28:17,968 ERROR [main][CipherTest] transformation "DES/CFB80/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,968 INFO [main][CipherTest] transformation=DES/CFB80/PKCS5 19:28:17,969 ERROR [main][CipherTest] transformation "DES/CFB80/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,969 INFO [main][CipherTest] transformation=DES/CFB80/PKCS5PADDING 19:28:17,969 ERROR [main][CipherTest] transformation "DES/CFB80/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,969 INFO [main][CipherTest] transformation=DES/CFB80/PKCS7 19:28:17,969 ERROR [main][CipherTest] transformation "DES/CFB80/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,969 INFO [main][CipherTest] transformation=DES/CFB80/PKCS7PADDING 19:28:17,969 ERROR [main][CipherTest] transformation "DES/CFB80/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,969 INFO [main][CipherTest] transformation=DES/CFB80/TBC 19:28:17,969 ERROR [main][CipherTest] transformation "DES/CFB80/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,969 INFO [main][CipherTest] transformation=DES/CFB80/TBCPADDING 19:28:17,969 ERROR [main][CipherTest] transformation "DES/CFB80/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,969 INFO [main][CipherTest] transformation=DES/CFB80/X9.23 19:28:17,969 ERROR [main][CipherTest] transformation "DES/CFB80/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,969 INFO [main][CipherTest] transformation=DES/CFB80/X9.23PADDING 19:28:17,969 ERROR [main][CipherTest] transformation "DES/CFB80/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,969 INFO [main][CipherTest] transformation=DES/CFB80/ZEROBYTE 19:28:17,969 ERROR [main][CipherTest] transformation "DES/CFB80/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,969 INFO [main][CipherTest] transformation=DES/CFB80/ZEROBYTEPADDING 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/ 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB88/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/ISO10126 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB88/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/ISO10126-2 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB88/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/ISO10126-2PADDING 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/ISO10126PADDING 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB88/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/ISO7816-4 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB88/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/ISO7816-4PADDING 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/NOPADDING 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB88/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/PKCS5 19:28:17,970 ERROR [main][CipherTest] transformation "DES/CFB88/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,970 INFO [main][CipherTest] transformation=DES/CFB88/PKCS5PADDING 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB88/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB88/PKCS7 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB88/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB88/PKCS7PADDING 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB88/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB88/TBC 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB88/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB88/TBCPADDING 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB88/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB88/X9.23 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB88/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB88/X9.23PADDING 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB88/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB88/ZEROBYTE 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB88/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB88/ZEROBYTEPADDING 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB96/ 19:28:17,971 ERROR [main][CipherTest] transformation "DES/CFB96/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,971 INFO [main][CipherTest] transformation=DES/CFB96/ISO10126 19:28:17,972 ERROR [main][CipherTest] transformation "DES/CFB96/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,972 INFO [main][CipherTest] transformation=DES/CFB96/ISO10126-2 19:28:17,972 ERROR [main][CipherTest] transformation "DES/CFB96/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,972 INFO [main][CipherTest] transformation=DES/CFB96/ISO10126-2PADDING 19:28:17,972 ERROR [main][CipherTest] transformation "DES/CFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,972 INFO [main][CipherTest] transformation=DES/CFB96/ISO10126PADDING 19:28:17,972 ERROR [main][CipherTest] transformation "DES/CFB96/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,972 INFO [main][CipherTest] transformation=DES/CFB96/ISO7816-4 19:28:17,972 ERROR [main][CipherTest] transformation "DES/CFB96/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,972 INFO [main][CipherTest] transformation=DES/CFB96/ISO7816-4PADDING 19:28:17,972 ERROR [main][CipherTest] transformation "DES/CFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,972 INFO [main][CipherTest] transformation=DES/CFB96/NOPADDING 19:28:17,972 ERROR [main][CipherTest] transformation "DES/CFB96/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,972 INFO [main][CipherTest] transformation=DES/CFB96/PKCS5 19:28:17,972 ERROR [main][CipherTest] transformation "DES/CFB96/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,972 INFO [main][CipherTest] transformation=DES/CFB96/PKCS5PADDING 19:28:17,972 ERROR [main][CipherTest] transformation "DES/CFB96/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,972 INFO [main][CipherTest] transformation=DES/CFB96/PKCS7 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CFB96/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,973 INFO [main][CipherTest] transformation=DES/CFB96/PKCS7PADDING 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CFB96/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,973 INFO [main][CipherTest] transformation=DES/CFB96/TBC 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CFB96/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,973 INFO [main][CipherTest] transformation=DES/CFB96/TBCPADDING 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CFB96/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,973 INFO [main][CipherTest] transformation=DES/CFB96/X9.23 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CFB96/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,973 INFO [main][CipherTest] transformation=DES/CFB96/X9.23PADDING 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CFB96/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,973 INFO [main][CipherTest] transformation=DES/CFB96/ZEROBYTE 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CFB96/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,973 INFO [main][CipherTest] transformation=DES/CFB96/ZEROBYTEPADDING 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,973 INFO [main][CipherTest] transformation=DES/CTS/ 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CTS/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,973 INFO [main][CipherTest] transformation=DES/CTS/NOPADDING 19:28:17,973 ERROR [main][CipherTest] transformation "DES/CTS/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,974 INFO [main][CipherTest] transformation=DES/EAX/ 19:28:17,974 ERROR [main][CipherTest] transformation "DES/EAX/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,974 INFO [main][CipherTest] transformation=DES/EAX/NOPADDING 19:28:17,974 ERROR [main][CipherTest] transformation "DES/EAX/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,974 INFO [main][CipherTest] transformation=DES/ECB/ 19:28:17,974 ERROR [main][CipherTest] transformation "DES/ECB/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,974 INFO [main][CipherTest] transformation=DES/ECB/NOPADDING 19:28:17,974 ERROR [main][CipherTest] transformation "DES/ECB/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,974 INFO [main][CipherTest] transformation=DES/GOFB/ 19:28:17,974 ERROR [main][CipherTest] transformation "DES/GOFB/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,974 INFO [main][CipherTest] transformation=DES/GOFB/ISO10126 19:28:17,974 ERROR [main][CipherTest] transformation "DES/GOFB/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,974 INFO [main][CipherTest] transformation=DES/GOFB/ISO10126-2 19:28:17,974 ERROR [main][CipherTest] transformation "DES/GOFB/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,974 INFO [main][CipherTest] transformation=DES/GOFB/ISO10126-2PADDING 19:28:17,974 ERROR [main][CipherTest] transformation "DES/GOFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/ISO10126PADDING 19:28:17,975 ERROR [main][CipherTest] transformation "DES/GOFB/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/ISO7816-4 19:28:17,975 ERROR [main][CipherTest] transformation "DES/GOFB/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/ISO7816-4PADDING 19:28:17,975 ERROR [main][CipherTest] transformation "DES/GOFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/NOPADDING 19:28:17,975 ERROR [main][CipherTest] transformation "DES/GOFB/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/PKCS5 19:28:17,975 ERROR [main][CipherTest] transformation "DES/GOFB/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/PKCS5PADDING 19:28:17,975 ERROR [main][CipherTest] transformation "DES/GOFB/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/PKCS7 19:28:17,975 ERROR [main][CipherTest] transformation "DES/GOFB/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/PKCS7PADDING 19:28:17,975 ERROR [main][CipherTest] transformation "DES/GOFB/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/TBC 19:28:17,975 ERROR [main][CipherTest] transformation "DES/GOFB/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,975 INFO [main][CipherTest] transformation=DES/GOFB/TBCPADDING 19:28:17,976 ERROR [main][CipherTest] transformation "DES/GOFB/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/GOFB/X9.23 19:28:17,976 ERROR [main][CipherTest] transformation "DES/GOFB/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/GOFB/X9.23PADDING 19:28:17,976 ERROR [main][CipherTest] transformation "DES/GOFB/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/GOFB/ZEROBYTE 19:28:17,976 ERROR [main][CipherTest] transformation "DES/GOFB/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/GOFB/ZEROBYTEPADDING 19:28:17,976 ERROR [main][CipherTest] transformation "DES/GOFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/OFB/ 19:28:17,976 ERROR [main][CipherTest] transformation "DES/OFB/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/OFB/ISO10126 19:28:17,976 ERROR [main][CipherTest] transformation "DES/OFB/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/OFB/ISO10126-2 19:28:17,976 ERROR [main][CipherTest] transformation "DES/OFB/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/OFB/ISO10126-2PADDING 19:28:17,976 ERROR [main][CipherTest] transformation "DES/OFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/OFB/ISO10126PADDING 19:28:17,976 ERROR [main][CipherTest] transformation "DES/OFB/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,976 INFO [main][CipherTest] transformation=DES/OFB/ISO7816-4 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,977 INFO [main][CipherTest] transformation=DES/OFB/ISO7816-4PADDING 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,977 INFO [main][CipherTest] transformation=DES/OFB/NOPADDING 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,977 INFO [main][CipherTest] transformation=DES/OFB/PKCS5 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,977 INFO [main][CipherTest] transformation=DES/OFB/PKCS5PADDING 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,977 INFO [main][CipherTest] transformation=DES/OFB/PKCS7 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,977 INFO [main][CipherTest] transformation=DES/OFB/PKCS7PADDING 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,977 INFO [main][CipherTest] transformation=DES/OFB/TBC 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,977 INFO [main][CipherTest] transformation=DES/OFB/TBCPADDING 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,977 INFO [main][CipherTest] transformation=DES/OFB/X9.23 19:28:17,977 ERROR [main][CipherTest] transformation "DES/OFB/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,978 INFO [main][CipherTest] transformation=DES/OFB/X9.23PADDING 19:28:17,978 ERROR [main][CipherTest] transformation "DES/OFB/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,978 INFO [main][CipherTest] transformation=DES/OFB/ZEROBYTE 19:28:17,978 ERROR [main][CipherTest] transformation "DES/OFB/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,978 INFO [main][CipherTest] transformation=DES/OFB/ZEROBYTEPADDING 19:28:17,978 ERROR [main][CipherTest] transformation "DES/OFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,978 INFO [main][CipherTest] transformation=DES/OFB104/ 19:28:17,978 ERROR [main][CipherTest] transformation "DES/OFB104/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,978 INFO [main][CipherTest] transformation=DES/OFB104/ISO10126 19:28:17,978 ERROR [main][CipherTest] transformation "DES/OFB104/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,978 INFO [main][CipherTest] transformation=DES/OFB104/ISO10126-2 19:28:17,978 ERROR [main][CipherTest] transformation "DES/OFB104/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,978 INFO [main][CipherTest] transformation=DES/OFB104/ISO10126-2PADDING 19:28:17,978 ERROR [main][CipherTest] transformation "DES/OFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,978 INFO [main][CipherTest] transformation=DES/OFB104/ISO10126PADDING 19:28:17,979 ERROR [main][CipherTest] transformation "DES/OFB104/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,979 INFO [main][CipherTest] transformation=DES/OFB104/ISO7816-4 19:28:17,979 ERROR [main][CipherTest] transformation "DES/OFB104/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,979 INFO [main][CipherTest] transformation=DES/OFB104/ISO7816-4PADDING 19:28:17,979 ERROR [main][CipherTest] transformation "DES/OFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,979 INFO [main][CipherTest] transformation=DES/OFB104/NOPADDING 19:28:17,979 ERROR [main][CipherTest] transformation "DES/OFB104/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,979 INFO [main][CipherTest] transformation=DES/OFB104/PKCS5 19:28:17,979 ERROR [main][CipherTest] transformation "DES/OFB104/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,979 INFO [main][CipherTest] transformation=DES/OFB104/PKCS5PADDING 19:28:17,979 ERROR [main][CipherTest] transformation "DES/OFB104/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,979 INFO [main][CipherTest] transformation=DES/OFB104/PKCS7 19:28:17,979 ERROR [main][CipherTest] transformation "DES/OFB104/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,979 INFO [main][CipherTest] transformation=DES/OFB104/PKCS7PADDING 19:28:17,979 ERROR [main][CipherTest] transformation "DES/OFB104/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,979 INFO [main][CipherTest] transformation=DES/OFB104/TBC 19:28:17,979 ERROR [main][CipherTest] transformation "DES/OFB104/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,979 INFO [main][CipherTest] transformation=DES/OFB104/TBCPADDING 19:28:17,980 ERROR [main][CipherTest] transformation "DES/OFB104/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,980 INFO [main][CipherTest] transformation=DES/OFB104/X9.23 19:28:17,980 ERROR [main][CipherTest] transformation "DES/OFB104/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,980 INFO [main][CipherTest] transformation=DES/OFB104/X9.23PADDING 19:28:17,980 ERROR [main][CipherTest] transformation "DES/OFB104/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,980 INFO [main][CipherTest] transformation=DES/OFB104/ZEROBYTE 19:28:17,980 ERROR [main][CipherTest] transformation "DES/OFB104/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,980 INFO [main][CipherTest] transformation=DES/OFB104/ZEROBYTEPADDING 19:28:17,980 ERROR [main][CipherTest] transformation "DES/OFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,980 INFO [main][CipherTest] transformation=DES/OFB112/ 19:28:17,980 ERROR [main][CipherTest] transformation "DES/OFB112/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,981 INFO [main][CipherTest] transformation=DES/OFB112/ISO10126 19:28:17,981 ERROR [main][CipherTest] transformation "DES/OFB112/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,981 INFO [main][CipherTest] transformation=DES/OFB112/ISO10126-2 19:28:17,981 ERROR [main][CipherTest] transformation "DES/OFB112/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,981 INFO [main][CipherTest] transformation=DES/OFB112/ISO10126-2PADDING 19:28:17,981 ERROR [main][CipherTest] transformation "DES/OFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,981 INFO [main][CipherTest] transformation=DES/OFB112/ISO10126PADDING 19:28:17,981 ERROR [main][CipherTest] transformation "DES/OFB112/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,981 INFO [main][CipherTest] transformation=DES/OFB112/ISO7816-4 19:28:17,981 ERROR [main][CipherTest] transformation "DES/OFB112/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,981 INFO [main][CipherTest] transformation=DES/OFB112/ISO7816-4PADDING 19:28:17,981 ERROR [main][CipherTest] transformation "DES/OFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,981 INFO [main][CipherTest] transformation=DES/OFB112/NOPADDING 19:28:17,981 ERROR [main][CipherTest] transformation "DES/OFB112/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,981 INFO [main][CipherTest] transformation=DES/OFB112/PKCS5 19:28:17,981 ERROR [main][CipherTest] transformation "DES/OFB112/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,982 INFO [main][CipherTest] transformation=DES/OFB112/PKCS5PADDING 19:28:17,982 ERROR [main][CipherTest] transformation "DES/OFB112/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,982 INFO [main][CipherTest] transformation=DES/OFB112/PKCS7 19:28:17,982 ERROR [main][CipherTest] transformation "DES/OFB112/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,982 INFO [main][CipherTest] transformation=DES/OFB112/PKCS7PADDING 19:28:17,982 ERROR [main][CipherTest] transformation "DES/OFB112/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,982 INFO [main][CipherTest] transformation=DES/OFB112/TBC 19:28:17,982 ERROR [main][CipherTest] transformation "DES/OFB112/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,982 INFO [main][CipherTest] transformation=DES/OFB112/TBCPADDING 19:28:17,982 ERROR [main][CipherTest] transformation "DES/OFB112/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,982 INFO [main][CipherTest] transformation=DES/OFB112/X9.23 19:28:17,982 ERROR [main][CipherTest] transformation "DES/OFB112/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,982 INFO [main][CipherTest] transformation=DES/OFB112/X9.23PADDING 19:28:17,982 ERROR [main][CipherTest] transformation "DES/OFB112/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,982 INFO [main][CipherTest] transformation=DES/OFB112/ZEROBYTE 19:28:17,982 ERROR [main][CipherTest] transformation "DES/OFB112/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,982 INFO [main][CipherTest] transformation=DES/OFB112/ZEROBYTEPADDING 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,983 INFO [main][CipherTest] transformation=DES/OFB120/ 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB120/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,983 INFO [main][CipherTest] transformation=DES/OFB120/ISO10126 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB120/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,983 INFO [main][CipherTest] transformation=DES/OFB120/ISO10126-2 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB120/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,983 INFO [main][CipherTest] transformation=DES/OFB120/ISO10126-2PADDING 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,983 INFO [main][CipherTest] transformation=DES/OFB120/ISO10126PADDING 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB120/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,983 INFO [main][CipherTest] transformation=DES/OFB120/ISO7816-4 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB120/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,983 INFO [main][CipherTest] transformation=DES/OFB120/ISO7816-4PADDING 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,983 INFO [main][CipherTest] transformation=DES/OFB120/NOPADDING 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB120/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,983 INFO [main][CipherTest] transformation=DES/OFB120/PKCS5 19:28:17,983 ERROR [main][CipherTest] transformation "DES/OFB120/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,984 INFO [main][CipherTest] transformation=DES/OFB120/PKCS5PADDING 19:28:17,984 ERROR [main][CipherTest] transformation "DES/OFB120/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,984 INFO [main][CipherTest] transformation=DES/OFB120/PKCS7 19:28:17,984 ERROR [main][CipherTest] transformation "DES/OFB120/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,984 INFO [main][CipherTest] transformation=DES/OFB120/PKCS7PADDING 19:28:17,984 ERROR [main][CipherTest] transformation "DES/OFB120/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,984 INFO [main][CipherTest] transformation=DES/OFB120/TBC 19:28:17,984 ERROR [main][CipherTest] transformation "DES/OFB120/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,984 INFO [main][CipherTest] transformation=DES/OFB120/TBCPADDING 19:28:17,984 ERROR [main][CipherTest] transformation "DES/OFB120/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,984 INFO [main][CipherTest] transformation=DES/OFB120/X9.23 19:28:17,984 ERROR [main][CipherTest] transformation "DES/OFB120/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,984 INFO [main][CipherTest] transformation=DES/OFB120/X9.23PADDING 19:28:17,984 ERROR [main][CipherTest] transformation "DES/OFB120/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,984 INFO [main][CipherTest] transformation=DES/OFB120/ZEROBYTE 19:28:17,984 ERROR [main][CipherTest] transformation "DES/OFB120/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,984 INFO [main][CipherTest] transformation=DES/OFB120/ZEROBYTEPADDING 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,985 INFO [main][CipherTest] transformation=DES/OFB128/ 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB128/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,985 INFO [main][CipherTest] transformation=DES/OFB128/ISO10126 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB128/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,985 INFO [main][CipherTest] transformation=DES/OFB128/ISO10126-2 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB128/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,985 INFO [main][CipherTest] transformation=DES/OFB128/ISO10126-2PADDING 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,985 INFO [main][CipherTest] transformation=DES/OFB128/ISO10126PADDING 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB128/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,985 INFO [main][CipherTest] transformation=DES/OFB128/ISO7816-4 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB128/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,985 INFO [main][CipherTest] transformation=DES/OFB128/ISO7816-4PADDING 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,985 INFO [main][CipherTest] transformation=DES/OFB128/NOPADDING 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB128/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,985 INFO [main][CipherTest] transformation=DES/OFB128/PKCS5 19:28:17,985 ERROR [main][CipherTest] transformation "DES/OFB128/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,986 INFO [main][CipherTest] transformation=DES/OFB128/PKCS5PADDING 19:28:17,986 ERROR [main][CipherTest] transformation "DES/OFB128/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,986 INFO [main][CipherTest] transformation=DES/OFB128/PKCS7 19:28:17,986 ERROR [main][CipherTest] transformation "DES/OFB128/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,986 INFO [main][CipherTest] transformation=DES/OFB128/PKCS7PADDING 19:28:17,986 ERROR [main][CipherTest] transformation "DES/OFB128/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,986 INFO [main][CipherTest] transformation=DES/OFB128/TBC 19:28:17,986 ERROR [main][CipherTest] transformation "DES/OFB128/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,986 INFO [main][CipherTest] transformation=DES/OFB128/TBCPADDING 19:28:17,986 ERROR [main][CipherTest] transformation "DES/OFB128/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,986 INFO [main][CipherTest] transformation=DES/OFB128/X9.23 19:28:17,986 ERROR [main][CipherTest] transformation "DES/OFB128/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,986 INFO [main][CipherTest] transformation=DES/OFB128/X9.23PADDING 19:28:17,986 ERROR [main][CipherTest] transformation "DES/OFB128/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,986 INFO [main][CipherTest] transformation=DES/OFB128/ZEROBYTE 19:28:17,986 ERROR [main][CipherTest] transformation "DES/OFB128/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,986 INFO [main][CipherTest] transformation=DES/OFB128/ZEROBYTEPADDING 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,987 INFO [main][CipherTest] transformation=DES/OFB136/ 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB136/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,987 INFO [main][CipherTest] transformation=DES/OFB136/ISO10126 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB136/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,987 INFO [main][CipherTest] transformation=DES/OFB136/ISO10126-2 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB136/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,987 INFO [main][CipherTest] transformation=DES/OFB136/ISO10126-2PADDING 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,987 INFO [main][CipherTest] transformation=DES/OFB136/ISO10126PADDING 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB136/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,987 INFO [main][CipherTest] transformation=DES/OFB136/ISO7816-4 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB136/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,987 INFO [main][CipherTest] transformation=DES/OFB136/ISO7816-4PADDING 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,987 INFO [main][CipherTest] transformation=DES/OFB136/NOPADDING 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB136/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,987 INFO [main][CipherTest] transformation=DES/OFB136/PKCS5 19:28:17,987 ERROR [main][CipherTest] transformation "DES/OFB136/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB136/PKCS5PADDING 19:28:17,988 ERROR [main][CipherTest] transformation "DES/OFB136/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB136/PKCS7 19:28:17,988 ERROR [main][CipherTest] transformation "DES/OFB136/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB136/PKCS7PADDING 19:28:17,988 ERROR [main][CipherTest] transformation "DES/OFB136/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB136/TBC 19:28:17,988 ERROR [main][CipherTest] transformation "DES/OFB136/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB136/TBCPADDING 19:28:17,988 ERROR [main][CipherTest] transformation "DES/OFB136/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB136/X9.23 19:28:17,988 ERROR [main][CipherTest] transformation "DES/OFB136/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB136/X9.23PADDING 19:28:17,988 ERROR [main][CipherTest] transformation "DES/OFB136/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB136/ZEROBYTE 19:28:17,988 ERROR [main][CipherTest] transformation "DES/OFB136/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB136/ZEROBYTEPADDING 19:28:17,988 ERROR [main][CipherTest] transformation "DES/OFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,988 INFO [main][CipherTest] transformation=DES/OFB144/ 19:28:17,989 ERROR [main][CipherTest] transformation "DES/OFB144/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,989 INFO [main][CipherTest] transformation=DES/OFB144/ISO10126 19:28:17,989 ERROR [main][CipherTest] transformation "DES/OFB144/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,989 INFO [main][CipherTest] transformation=DES/OFB144/ISO10126-2 19:28:17,989 ERROR [main][CipherTest] transformation "DES/OFB144/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,989 INFO [main][CipherTest] transformation=DES/OFB144/ISO10126-2PADDING 19:28:17,989 ERROR [main][CipherTest] transformation "DES/OFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,989 INFO [main][CipherTest] transformation=DES/OFB144/ISO10126PADDING 19:28:17,989 ERROR [main][CipherTest] transformation "DES/OFB144/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,989 INFO [main][CipherTest] transformation=DES/OFB144/ISO7816-4 19:28:17,989 ERROR [main][CipherTest] transformation "DES/OFB144/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,989 INFO [main][CipherTest] transformation=DES/OFB144/ISO7816-4PADDING 19:28:17,989 ERROR [main][CipherTest] transformation "DES/OFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,989 INFO [main][CipherTest] transformation=DES/OFB144/NOPADDING 19:28:17,989 ERROR [main][CipherTest] transformation "DES/OFB144/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,989 INFO [main][CipherTest] transformation=DES/OFB144/PKCS5 19:28:17,989 ERROR [main][CipherTest] transformation "DES/OFB144/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,989 INFO [main][CipherTest] transformation=DES/OFB144/PKCS5PADDING 19:28:17,990 ERROR [main][CipherTest] transformation "DES/OFB144/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,990 INFO [main][CipherTest] transformation=DES/OFB144/PKCS7 19:28:17,990 ERROR [main][CipherTest] transformation "DES/OFB144/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,990 INFO [main][CipherTest] transformation=DES/OFB144/PKCS7PADDING 19:28:17,990 ERROR [main][CipherTest] transformation "DES/OFB144/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,990 INFO [main][CipherTest] transformation=DES/OFB144/TBC 19:28:17,990 ERROR [main][CipherTest] transformation "DES/OFB144/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,990 INFO [main][CipherTest] transformation=DES/OFB144/TBCPADDING 19:28:17,990 ERROR [main][CipherTest] transformation "DES/OFB144/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,990 INFO [main][CipherTest] transformation=DES/OFB144/X9.23 19:28:17,990 ERROR [main][CipherTest] transformation "DES/OFB144/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,990 INFO [main][CipherTest] transformation=DES/OFB144/X9.23PADDING 19:28:17,990 ERROR [main][CipherTest] transformation "DES/OFB144/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,990 INFO [main][CipherTest] transformation=DES/OFB144/ZEROBYTE 19:28:17,990 ERROR [main][CipherTest] transformation "DES/OFB144/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,990 INFO [main][CipherTest] transformation=DES/OFB144/ZEROBYTEPADDING 19:28:17,990 ERROR [main][CipherTest] transformation "DES/OFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,990 INFO [main][CipherTest] transformation=DES/OFB152/ 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/ISO10126 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/ISO10126-2 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/ISO10126-2PADDING 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/ISO10126PADDING 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/ISO7816-4 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/ISO7816-4PADDING 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/NOPADDING 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/PKCS5 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/PKCS5PADDING 19:28:17,991 ERROR [main][CipherTest] transformation "DES/OFB152/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,991 INFO [main][CipherTest] transformation=DES/OFB152/PKCS7 19:28:17,992 ERROR [main][CipherTest] transformation "DES/OFB152/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,992 INFO [main][CipherTest] transformation=DES/OFB152/PKCS7PADDING 19:28:17,992 ERROR [main][CipherTest] transformation "DES/OFB152/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,992 INFO [main][CipherTest] transformation=DES/OFB152/TBC 19:28:17,992 ERROR [main][CipherTest] transformation "DES/OFB152/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,992 INFO [main][CipherTest] transformation=DES/OFB152/TBCPADDING 19:28:17,992 ERROR [main][CipherTest] transformation "DES/OFB152/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,992 INFO [main][CipherTest] transformation=DES/OFB152/X9.23 19:28:17,992 ERROR [main][CipherTest] transformation "DES/OFB152/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,992 INFO [main][CipherTest] transformation=DES/OFB152/X9.23PADDING 19:28:17,992 ERROR [main][CipherTest] transformation "DES/OFB152/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,992 INFO [main][CipherTest] transformation=DES/OFB152/ZEROBYTE 19:28:17,992 ERROR [main][CipherTest] transformation "DES/OFB152/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,992 INFO [main][CipherTest] transformation=DES/OFB152/ZEROBYTEPADDING 19:28:17,992 ERROR [main][CipherTest] transformation "DES/OFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,992 INFO [main][CipherTest] transformation=DES/OFB16/ 19:28:17,992 ERROR [main][CipherTest] transformation "DES/OFB16/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,992 INFO [main][CipherTest] transformation=DES/OFB16/ISO10126 19:28:17,993 ERROR [main][CipherTest] transformation "DES/OFB16/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,993 INFO [main][CipherTest] transformation=DES/OFB16/ISO10126-2 19:28:17,993 ERROR [main][CipherTest] transformation "DES/OFB16/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,993 INFO [main][CipherTest] transformation=DES/OFB16/ISO10126-2PADDING 19:28:17,993 ERROR [main][CipherTest] transformation "DES/OFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,993 INFO [main][CipherTest] transformation=DES/OFB16/ISO10126PADDING 19:28:17,993 ERROR [main][CipherTest] transformation "DES/OFB16/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,993 INFO [main][CipherTest] transformation=DES/OFB16/ISO7816-4 19:28:17,993 ERROR [main][CipherTest] transformation "DES/OFB16/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,993 INFO [main][CipherTest] transformation=DES/OFB16/ISO7816-4PADDING 19:28:17,993 ERROR [main][CipherTest] transformation "DES/OFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,993 INFO [main][CipherTest] transformation=DES/OFB16/NOPADDING 19:28:17,993 ERROR [main][CipherTest] transformation "DES/OFB16/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,993 INFO [main][CipherTest] transformation=DES/OFB16/PKCS5 19:28:17,993 ERROR [main][CipherTest] transformation "DES/OFB16/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,993 INFO [main][CipherTest] transformation=DES/OFB16/PKCS5PADDING 19:28:17,993 ERROR [main][CipherTest] transformation "DES/OFB16/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB16/PKCS7 19:28:17,994 ERROR [main][CipherTest] transformation "DES/OFB16/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB16/PKCS7PADDING 19:28:17,994 ERROR [main][CipherTest] transformation "DES/OFB16/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB16/TBC 19:28:17,994 ERROR [main][CipherTest] transformation "DES/OFB16/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB16/TBCPADDING 19:28:17,994 ERROR [main][CipherTest] transformation "DES/OFB16/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB16/X9.23 19:28:17,994 ERROR [main][CipherTest] transformation "DES/OFB16/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB16/X9.23PADDING 19:28:17,994 ERROR [main][CipherTest] transformation "DES/OFB16/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB16/ZEROBYTE 19:28:17,994 ERROR [main][CipherTest] transformation "DES/OFB16/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB16/ZEROBYTEPADDING 19:28:17,994 ERROR [main][CipherTest] transformation "DES/OFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB160/ 19:28:17,994 ERROR [main][CipherTest] transformation "DES/OFB160/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,994 INFO [main][CipherTest] transformation=DES/OFB160/ISO10126 19:28:17,995 ERROR [main][CipherTest] transformation "DES/OFB160/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,995 INFO [main][CipherTest] transformation=DES/OFB160/ISO10126-2 19:28:17,995 ERROR [main][CipherTest] transformation "DES/OFB160/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,995 INFO [main][CipherTest] transformation=DES/OFB160/ISO10126-2PADDING 19:28:17,995 ERROR [main][CipherTest] transformation "DES/OFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,995 INFO [main][CipherTest] transformation=DES/OFB160/ISO10126PADDING 19:28:17,995 ERROR [main][CipherTest] transformation "DES/OFB160/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,995 INFO [main][CipherTest] transformation=DES/OFB160/ISO7816-4 19:28:17,995 ERROR [main][CipherTest] transformation "DES/OFB160/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,995 INFO [main][CipherTest] transformation=DES/OFB160/ISO7816-4PADDING 19:28:17,995 ERROR [main][CipherTest] transformation "DES/OFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,995 INFO [main][CipherTest] transformation=DES/OFB160/NOPADDING 19:28:17,995 ERROR [main][CipherTest] transformation "DES/OFB160/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,995 INFO [main][CipherTest] transformation=DES/OFB160/PKCS5 19:28:17,995 ERROR [main][CipherTest] transformation "DES/OFB160/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,995 INFO [main][CipherTest] transformation=DES/OFB160/PKCS5PADDING 19:28:17,996 ERROR [main][CipherTest] transformation "DES/OFB160/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,996 INFO [main][CipherTest] transformation=DES/OFB160/PKCS7 19:28:17,996 ERROR [main][CipherTest] transformation "DES/OFB160/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,996 INFO [main][CipherTest] transformation=DES/OFB160/PKCS7PADDING 19:28:17,996 ERROR [main][CipherTest] transformation "DES/OFB160/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,996 INFO [main][CipherTest] transformation=DES/OFB160/TBC 19:28:17,996 ERROR [main][CipherTest] transformation "DES/OFB160/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,996 INFO [main][CipherTest] transformation=DES/OFB160/TBCPADDING 19:28:17,996 ERROR [main][CipherTest] transformation "DES/OFB160/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,996 INFO [main][CipherTest] transformation=DES/OFB160/X9.23 19:28:17,996 ERROR [main][CipherTest] transformation "DES/OFB160/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,996 INFO [main][CipherTest] transformation=DES/OFB160/X9.23PADDING 19:28:17,996 ERROR [main][CipherTest] transformation "DES/OFB160/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,996 INFO [main][CipherTest] transformation=DES/OFB160/ZEROBYTE 19:28:17,996 ERROR [main][CipherTest] transformation "DES/OFB160/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,996 INFO [main][CipherTest] transformation=DES/OFB160/ZEROBYTEPADDING 19:28:17,996 ERROR [main][CipherTest] transformation "DES/OFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,996 INFO [main][CipherTest] transformation=DES/OFB168/ 19:28:17,997 ERROR [main][CipherTest] transformation "DES/OFB168/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,997 INFO [main][CipherTest] transformation=DES/OFB168/ISO10126 19:28:17,997 ERROR [main][CipherTest] transformation "DES/OFB168/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,997 INFO [main][CipherTest] transformation=DES/OFB168/ISO10126-2 19:28:17,997 ERROR [main][CipherTest] transformation "DES/OFB168/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,997 INFO [main][CipherTest] transformation=DES/OFB168/ISO10126-2PADDING 19:28:17,997 ERROR [main][CipherTest] transformation "DES/OFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,997 INFO [main][CipherTest] transformation=DES/OFB168/ISO10126PADDING 19:28:17,997 ERROR [main][CipherTest] transformation "DES/OFB168/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,997 INFO [main][CipherTest] transformation=DES/OFB168/ISO7816-4 19:28:17,997 ERROR [main][CipherTest] transformation "DES/OFB168/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,997 INFO [main][CipherTest] transformation=DES/OFB168/ISO7816-4PADDING 19:28:17,997 ERROR [main][CipherTest] transformation "DES/OFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,997 INFO [main][CipherTest] transformation=DES/OFB168/NOPADDING 19:28:17,997 ERROR [main][CipherTest] transformation "DES/OFB168/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,997 INFO [main][CipherTest] transformation=DES/OFB168/PKCS5 19:28:17,997 ERROR [main][CipherTest] transformation "DES/OFB168/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,997 INFO [main][CipherTest] transformation=DES/OFB168/PKCS5PADDING 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB168/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,998 INFO [main][CipherTest] transformation=DES/OFB168/PKCS7 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB168/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,998 INFO [main][CipherTest] transformation=DES/OFB168/PKCS7PADDING 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB168/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,998 INFO [main][CipherTest] transformation=DES/OFB168/TBC 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB168/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,998 INFO [main][CipherTest] transformation=DES/OFB168/TBCPADDING 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB168/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,998 INFO [main][CipherTest] transformation=DES/OFB168/X9.23 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB168/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,998 INFO [main][CipherTest] transformation=DES/OFB168/X9.23PADDING 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB168/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,998 INFO [main][CipherTest] transformation=DES/OFB168/ZEROBYTE 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB168/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,998 INFO [main][CipherTest] transformation=DES/OFB168/ZEROBYTEPADDING 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,998 INFO [main][CipherTest] transformation=DES/OFB176/ 19:28:17,998 ERROR [main][CipherTest] transformation "DES/OFB176/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/ISO10126 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/ISO10126-2 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/ISO10126-2PADDING 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/ISO10126PADDING 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/ISO7816-4 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/ISO7816-4PADDING 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/NOPADDING 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/PKCS5 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/PKCS5PADDING 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/PKCS7 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/PKCS7PADDING 19:28:17,999 ERROR [main][CipherTest] transformation "DES/OFB176/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:17,999 INFO [main][CipherTest] transformation=DES/OFB176/TBC 19:28:18,000 ERROR [main][CipherTest] transformation "DES/OFB176/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,000 INFO [main][CipherTest] transformation=DES/OFB176/TBCPADDING 19:28:18,000 ERROR [main][CipherTest] transformation "DES/OFB176/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,000 INFO [main][CipherTest] transformation=DES/OFB176/X9.23 19:28:18,000 ERROR [main][CipherTest] transformation "DES/OFB176/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,000 INFO [main][CipherTest] transformation=DES/OFB176/X9.23PADDING 19:28:18,000 ERROR [main][CipherTest] transformation "DES/OFB176/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,000 INFO [main][CipherTest] transformation=DES/OFB176/ZEROBYTE 19:28:18,000 ERROR [main][CipherTest] transformation "DES/OFB176/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,000 INFO [main][CipherTest] transformation=DES/OFB176/ZEROBYTEPADDING 19:28:18,000 ERROR [main][CipherTest] transformation "DES/OFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,000 INFO [main][CipherTest] transformation=DES/OFB184/ 19:28:18,000 ERROR [main][CipherTest] transformation "DES/OFB184/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,000 INFO [main][CipherTest] transformation=DES/OFB184/ISO10126 19:28:18,000 ERROR [main][CipherTest] transformation "DES/OFB184/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,000 INFO [main][CipherTest] transformation=DES/OFB184/ISO10126-2 19:28:18,000 ERROR [main][CipherTest] transformation "DES/OFB184/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,000 INFO [main][CipherTest] transformation=DES/OFB184/ISO10126-2PADDING 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/ISO10126PADDING 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/ISO7816-4 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/ISO7816-4PADDING 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/NOPADDING 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/PKCS5 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/PKCS5PADDING 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/PKCS7 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/PKCS7PADDING 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/TBC 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/TBCPADDING 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/X9.23 19:28:18,001 ERROR [main][CipherTest] transformation "DES/OFB184/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,001 INFO [main][CipherTest] transformation=DES/OFB184/X9.23PADDING 19:28:18,010 ERROR [main][CipherTest] transformation "DES/OFB184/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,010 INFO [main][CipherTest] transformation=DES/OFB184/ZEROBYTE 19:28:18,010 ERROR [main][CipherTest] transformation "DES/OFB184/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,010 INFO [main][CipherTest] transformation=DES/OFB184/ZEROBYTEPADDING 19:28:18,010 ERROR [main][CipherTest] transformation "DES/OFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,013 INFO [main][CipherTest] transformation=DES/OFB192/ 19:28:18,014 ERROR [main][CipherTest] transformation "DES/OFB192/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,014 INFO [main][CipherTest] transformation=DES/OFB192/ISO10126 19:28:18,014 ERROR [main][CipherTest] transformation "DES/OFB192/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,014 INFO [main][CipherTest] transformation=DES/OFB192/ISO10126-2 19:28:18,014 ERROR [main][CipherTest] transformation "DES/OFB192/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,014 INFO [main][CipherTest] transformation=DES/OFB192/ISO10126-2PADDING 19:28:18,014 ERROR [main][CipherTest] transformation "DES/OFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,014 INFO [main][CipherTest] transformation=DES/OFB192/ISO10126PADDING 19:28:18,015 ERROR [main][CipherTest] transformation "DES/OFB192/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,015 INFO [main][CipherTest] transformation=DES/OFB192/ISO7816-4 19:28:18,015 ERROR [main][CipherTest] transformation "DES/OFB192/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,015 INFO [main][CipherTest] transformation=DES/OFB192/ISO7816-4PADDING 19:28:18,015 ERROR [main][CipherTest] transformation "DES/OFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,015 INFO [main][CipherTest] transformation=DES/OFB192/NOPADDING 19:28:18,015 ERROR [main][CipherTest] transformation "DES/OFB192/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,015 INFO [main][CipherTest] transformation=DES/OFB192/PKCS5 19:28:18,015 ERROR [main][CipherTest] transformation "DES/OFB192/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,016 INFO [main][CipherTest] transformation=DES/OFB192/PKCS5PADDING 19:28:18,016 ERROR [main][CipherTest] transformation "DES/OFB192/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,016 INFO [main][CipherTest] transformation=DES/OFB192/PKCS7 19:28:18,016 ERROR [main][CipherTest] transformation "DES/OFB192/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,016 INFO [main][CipherTest] transformation=DES/OFB192/PKCS7PADDING 19:28:18,016 ERROR [main][CipherTest] transformation "DES/OFB192/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,016 INFO [main][CipherTest] transformation=DES/OFB192/TBC 19:28:18,016 ERROR [main][CipherTest] transformation "DES/OFB192/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,016 INFO [main][CipherTest] transformation=DES/OFB192/TBCPADDING 19:28:18,016 ERROR [main][CipherTest] transformation "DES/OFB192/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,017 INFO [main][CipherTest] transformation=DES/OFB192/X9.23 19:28:18,017 ERROR [main][CipherTest] transformation "DES/OFB192/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,017 INFO [main][CipherTest] transformation=DES/OFB192/X9.23PADDING 19:28:18,017 ERROR [main][CipherTest] transformation "DES/OFB192/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,017 INFO [main][CipherTest] transformation=DES/OFB192/ZEROBYTE 19:28:18,017 ERROR [main][CipherTest] transformation "DES/OFB192/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,017 INFO [main][CipherTest] transformation=DES/OFB192/ZEROBYTEPADDING 19:28:18,017 ERROR [main][CipherTest] transformation "DES/OFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,019 INFO [main][CipherTest] transformation=DES/OFB200/ 19:28:18,019 ERROR [main][CipherTest] transformation "DES/OFB200/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,020 INFO [main][CipherTest] transformation=DES/OFB200/ISO10126 19:28:18,020 ERROR [main][CipherTest] transformation "DES/OFB200/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,020 INFO [main][CipherTest] transformation=DES/OFB200/ISO10126-2 19:28:18,020 ERROR [main][CipherTest] transformation "DES/OFB200/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,020 INFO [main][CipherTest] transformation=DES/OFB200/ISO10126-2PADDING 19:28:18,020 ERROR [main][CipherTest] transformation "DES/OFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,020 INFO [main][CipherTest] transformation=DES/OFB200/ISO10126PADDING 19:28:18,020 ERROR [main][CipherTest] transformation "DES/OFB200/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,020 INFO [main][CipherTest] transformation=DES/OFB200/ISO7816-4 19:28:18,020 ERROR [main][CipherTest] transformation "DES/OFB200/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,020 INFO [main][CipherTest] transformation=DES/OFB200/ISO7816-4PADDING 19:28:18,020 ERROR [main][CipherTest] transformation "DES/OFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,020 INFO [main][CipherTest] transformation=DES/OFB200/NOPADDING 19:28:18,020 ERROR [main][CipherTest] transformation "DES/OFB200/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,020 INFO [main][CipherTest] transformation=DES/OFB200/PKCS5 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB200/PKCS5PADDING 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB200/PKCS7 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB200/PKCS7PADDING 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB200/TBC 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB200/TBCPADDING 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB200/X9.23 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB200/X9.23PADDING 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB200/ZEROBYTE 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB200/ZEROBYTEPADDING 19:28:18,021 ERROR [main][CipherTest] transformation "DES/OFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,021 INFO [main][CipherTest] transformation=DES/OFB208/ 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,022 INFO [main][CipherTest] transformation=DES/OFB208/ISO10126 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,022 INFO [main][CipherTest] transformation=DES/OFB208/ISO10126-2 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,022 INFO [main][CipherTest] transformation=DES/OFB208/ISO10126-2PADDING 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,022 INFO [main][CipherTest] transformation=DES/OFB208/ISO10126PADDING 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,022 INFO [main][CipherTest] transformation=DES/OFB208/ISO7816-4 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,022 INFO [main][CipherTest] transformation=DES/OFB208/ISO7816-4PADDING 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,022 INFO [main][CipherTest] transformation=DES/OFB208/NOPADDING 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,022 INFO [main][CipherTest] transformation=DES/OFB208/PKCS5 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,022 INFO [main][CipherTest] transformation=DES/OFB208/PKCS5PADDING 19:28:18,022 ERROR [main][CipherTest] transformation "DES/OFB208/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB208/PKCS7 19:28:18,023 ERROR [main][CipherTest] transformation "DES/OFB208/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB208/PKCS7PADDING 19:28:18,023 ERROR [main][CipherTest] transformation "DES/OFB208/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB208/TBC 19:28:18,023 ERROR [main][CipherTest] transformation "DES/OFB208/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB208/TBCPADDING 19:28:18,023 ERROR [main][CipherTest] transformation "DES/OFB208/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB208/X9.23 19:28:18,023 ERROR [main][CipherTest] transformation "DES/OFB208/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB208/X9.23PADDING 19:28:18,023 ERROR [main][CipherTest] transformation "DES/OFB208/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB208/ZEROBYTE 19:28:18,023 ERROR [main][CipherTest] transformation "DES/OFB208/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB208/ZEROBYTEPADDING 19:28:18,023 ERROR [main][CipherTest] transformation "DES/OFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB216/ 19:28:18,023 ERROR [main][CipherTest] transformation "DES/OFB216/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,023 INFO [main][CipherTest] transformation=DES/OFB216/ISO10126 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/ISO10126-2 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/ISO10126-2PADDING 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/ISO10126PADDING 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/ISO7816-4 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/ISO7816-4PADDING 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/NOPADDING 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/PKCS5 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/PKCS5PADDING 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/PKCS7 19:28:18,024 ERROR [main][CipherTest] transformation "DES/OFB216/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,024 INFO [main][CipherTest] transformation=DES/OFB216/PKCS7PADDING 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB216/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB216/TBC 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB216/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB216/TBCPADDING 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB216/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB216/X9.23 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB216/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB216/X9.23PADDING 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB216/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB216/ZEROBYTE 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB216/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB216/ZEROBYTEPADDING 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB224/ 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB224/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB224/ISO10126 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB224/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB224/ISO10126-2 19:28:18,025 ERROR [main][CipherTest] transformation "DES/OFB224/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,025 INFO [main][CipherTest] transformation=DES/OFB224/ISO10126-2PADDING 19:28:18,026 ERROR [main][CipherTest] transformation "DES/OFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,026 INFO [main][CipherTest] transformation=DES/OFB224/ISO10126PADDING 19:28:18,026 ERROR [main][CipherTest] transformation "DES/OFB224/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,026 INFO [main][CipherTest] transformation=DES/OFB224/ISO7816-4 19:28:18,026 ERROR [main][CipherTest] transformation "DES/OFB224/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,026 INFO [main][CipherTest] transformation=DES/OFB224/ISO7816-4PADDING 19:28:18,026 ERROR [main][CipherTest] transformation "DES/OFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,026 INFO [main][CipherTest] transformation=DES/OFB224/NOPADDING 19:28:18,026 ERROR [main][CipherTest] transformation "DES/OFB224/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,026 INFO [main][CipherTest] transformation=DES/OFB224/PKCS5 19:28:18,026 ERROR [main][CipherTest] transformation "DES/OFB224/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,026 INFO [main][CipherTest] transformation=DES/OFB224/PKCS5PADDING 19:28:18,026 ERROR [main][CipherTest] transformation "DES/OFB224/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,026 INFO [main][CipherTest] transformation=DES/OFB224/PKCS7 19:28:18,026 ERROR [main][CipherTest] transformation "DES/OFB224/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,026 INFO [main][CipherTest] transformation=DES/OFB224/PKCS7PADDING 19:28:18,026 ERROR [main][CipherTest] transformation "DES/OFB224/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,026 INFO [main][CipherTest] transformation=DES/OFB224/TBC 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB224/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB224/TBCPADDING 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB224/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB224/X9.23 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB224/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB224/X9.23PADDING 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB224/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB224/ZEROBYTE 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB224/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB224/ZEROBYTEPADDING 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB232/ 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB232/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB232/ISO10126 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB232/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB232/ISO10126-2 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB232/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB232/ISO10126-2PADDING 19:28:18,027 ERROR [main][CipherTest] transformation "DES/OFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,027 INFO [main][CipherTest] transformation=DES/OFB232/ISO10126PADDING 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/ISO7816-4 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/ISO7816-4PADDING 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/NOPADDING 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/PKCS5 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/PKCS5PADDING 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/PKCS7 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/PKCS7PADDING 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/TBC 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/TBCPADDING 19:28:18,028 ERROR [main][CipherTest] transformation "DES/OFB232/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,028 INFO [main][CipherTest] transformation=DES/OFB232/X9.23 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB232/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,029 INFO [main][CipherTest] transformation=DES/OFB232/X9.23PADDING 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB232/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,029 INFO [main][CipherTest] transformation=DES/OFB232/ZEROBYTE 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB232/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,029 INFO [main][CipherTest] transformation=DES/OFB232/ZEROBYTEPADDING 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,029 INFO [main][CipherTest] transformation=DES/OFB24/ 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB24/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,029 INFO [main][CipherTest] transformation=DES/OFB24/ISO10126 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB24/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,029 INFO [main][CipherTest] transformation=DES/OFB24/ISO10126-2 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB24/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,029 INFO [main][CipherTest] transformation=DES/OFB24/ISO10126-2PADDING 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,029 INFO [main][CipherTest] transformation=DES/OFB24/ISO10126PADDING 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB24/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,029 INFO [main][CipherTest] transformation=DES/OFB24/ISO7816-4 19:28:18,029 ERROR [main][CipherTest] transformation "DES/OFB24/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,030 INFO [main][CipherTest] transformation=DES/OFB24/ISO7816-4PADDING 19:28:18,030 ERROR [main][CipherTest] transformation "DES/OFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,030 INFO [main][CipherTest] transformation=DES/OFB24/NOPADDING 19:28:18,030 ERROR [main][CipherTest] transformation "DES/OFB24/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,030 INFO [main][CipherTest] transformation=DES/OFB24/PKCS5 19:28:18,030 ERROR [main][CipherTest] transformation "DES/OFB24/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,030 INFO [main][CipherTest] transformation=DES/OFB24/PKCS5PADDING 19:28:18,030 ERROR [main][CipherTest] transformation "DES/OFB24/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,030 INFO [main][CipherTest] transformation=DES/OFB24/PKCS7 19:28:18,030 ERROR [main][CipherTest] transformation "DES/OFB24/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,030 INFO [main][CipherTest] transformation=DES/OFB24/PKCS7PADDING 19:28:18,030 ERROR [main][CipherTest] transformation "DES/OFB24/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,030 INFO [main][CipherTest] transformation=DES/OFB24/TBC 19:28:18,030 ERROR [main][CipherTest] transformation "DES/OFB24/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,030 INFO [main][CipherTest] transformation=DES/OFB24/TBCPADDING 19:28:18,030 ERROR [main][CipherTest] transformation "DES/OFB24/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,030 INFO [main][CipherTest] transformation=DES/OFB24/X9.23 19:28:18,030 ERROR [main][CipherTest] transformation "DES/OFB24/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,031 INFO [main][CipherTest] transformation=DES/OFB24/X9.23PADDING 19:28:18,031 ERROR [main][CipherTest] transformation "DES/OFB24/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,031 INFO [main][CipherTest] transformation=DES/OFB24/ZEROBYTE 19:28:18,031 ERROR [main][CipherTest] transformation "DES/OFB24/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,031 INFO [main][CipherTest] transformation=DES/OFB24/ZEROBYTEPADDING 19:28:18,031 ERROR [main][CipherTest] transformation "DES/OFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,031 INFO [main][CipherTest] transformation=DES/OFB240/ 19:28:18,031 ERROR [main][CipherTest] transformation "DES/OFB240/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,031 INFO [main][CipherTest] transformation=DES/OFB240/ISO10126 19:28:18,031 ERROR [main][CipherTest] transformation "DES/OFB240/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,031 INFO [main][CipherTest] transformation=DES/OFB240/ISO10126-2 19:28:18,031 ERROR [main][CipherTest] transformation "DES/OFB240/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,031 INFO [main][CipherTest] transformation=DES/OFB240/ISO10126-2PADDING 19:28:18,031 ERROR [main][CipherTest] transformation "DES/OFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,031 INFO [main][CipherTest] transformation=DES/OFB240/ISO10126PADDING 19:28:18,031 ERROR [main][CipherTest] transformation "DES/OFB240/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,031 INFO [main][CipherTest] transformation=DES/OFB240/ISO7816-4 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/ISO7816-4PADDING 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/NOPADDING 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/PKCS5 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/PKCS5PADDING 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/PKCS7 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/PKCS7PADDING 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/TBC 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/TBCPADDING 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/X9.23 19:28:18,032 ERROR [main][CipherTest] transformation "DES/OFB240/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,032 INFO [main][CipherTest] transformation=DES/OFB240/X9.23PADDING 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB240/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,033 INFO [main][CipherTest] transformation=DES/OFB240/ZEROBYTE 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB240/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,033 INFO [main][CipherTest] transformation=DES/OFB240/ZEROBYTEPADDING 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,033 INFO [main][CipherTest] transformation=DES/OFB248/ 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB248/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,033 INFO [main][CipherTest] transformation=DES/OFB248/ISO10126 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB248/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,033 INFO [main][CipherTest] transformation=DES/OFB248/ISO10126-2 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB248/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,033 INFO [main][CipherTest] transformation=DES/OFB248/ISO10126-2PADDING 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,033 INFO [main][CipherTest] transformation=DES/OFB248/ISO10126PADDING 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB248/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,033 INFO [main][CipherTest] transformation=DES/OFB248/ISO7816-4 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB248/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,033 INFO [main][CipherTest] transformation=DES/OFB248/ISO7816-4PADDING 19:28:18,033 ERROR [main][CipherTest] transformation "DES/OFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/NOPADDING 19:28:18,034 ERROR [main][CipherTest] transformation "DES/OFB248/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/PKCS5 19:28:18,034 ERROR [main][CipherTest] transformation "DES/OFB248/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/PKCS5PADDING 19:28:18,034 ERROR [main][CipherTest] transformation "DES/OFB248/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/PKCS7 19:28:18,034 ERROR [main][CipherTest] transformation "DES/OFB248/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/PKCS7PADDING 19:28:18,034 ERROR [main][CipherTest] transformation "DES/OFB248/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/TBC 19:28:18,034 ERROR [main][CipherTest] transformation "DES/OFB248/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/TBCPADDING 19:28:18,034 ERROR [main][CipherTest] transformation "DES/OFB248/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/X9.23 19:28:18,034 ERROR [main][CipherTest] transformation "DES/OFB248/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/X9.23PADDING 19:28:18,034 ERROR [main][CipherTest] transformation "DES/OFB248/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,034 INFO [main][CipherTest] transformation=DES/OFB248/ZEROBYTE 19:28:18,035 ERROR [main][CipherTest] transformation "DES/OFB248/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,035 INFO [main][CipherTest] transformation=DES/OFB248/ZEROBYTEPADDING 19:28:18,035 ERROR [main][CipherTest] transformation "DES/OFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,035 INFO [main][CipherTest] transformation=DES/OFB256/ 19:28:18,035 ERROR [main][CipherTest] transformation "DES/OFB256/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,035 INFO [main][CipherTest] transformation=DES/OFB256/ISO10126 19:28:18,035 ERROR [main][CipherTest] transformation "DES/OFB256/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,035 INFO [main][CipherTest] transformation=DES/OFB256/ISO10126-2 19:28:18,035 ERROR [main][CipherTest] transformation "DES/OFB256/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,035 INFO [main][CipherTest] transformation=DES/OFB256/ISO10126-2PADDING 19:28:18,035 ERROR [main][CipherTest] transformation "DES/OFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,035 INFO [main][CipherTest] transformation=DES/OFB256/ISO10126PADDING 19:28:18,035 ERROR [main][CipherTest] transformation "DES/OFB256/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,035 INFO [main][CipherTest] transformation=DES/OFB256/ISO7816-4 19:28:18,035 ERROR [main][CipherTest] transformation "DES/OFB256/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,035 INFO [main][CipherTest] transformation=DES/OFB256/ISO7816-4PADDING 19:28:18,035 ERROR [main][CipherTest] transformation "DES/OFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,035 INFO [main][CipherTest] transformation=DES/OFB256/NOPADDING 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/PKCS5 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/PKCS5PADDING 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/PKCS7 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/PKCS7PADDING 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/TBC 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/TBCPADDING 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/X9.23 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/X9.23PADDING 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/ZEROBYTE 19:28:18,036 ERROR [main][CipherTest] transformation "DES/OFB256/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,036 INFO [main][CipherTest] transformation=DES/OFB256/ZEROBYTEPADDING 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,037 INFO [main][CipherTest] transformation=DES/OFB32/ 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB32/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,037 INFO [main][CipherTest] transformation=DES/OFB32/ISO10126 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB32/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,037 INFO [main][CipherTest] transformation=DES/OFB32/ISO10126-2 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB32/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,037 INFO [main][CipherTest] transformation=DES/OFB32/ISO10126-2PADDING 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,037 INFO [main][CipherTest] transformation=DES/OFB32/ISO10126PADDING 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB32/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,037 INFO [main][CipherTest] transformation=DES/OFB32/ISO7816-4 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB32/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,037 INFO [main][CipherTest] transformation=DES/OFB32/ISO7816-4PADDING 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,037 INFO [main][CipherTest] transformation=DES/OFB32/NOPADDING 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB32/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,037 INFO [main][CipherTest] transformation=DES/OFB32/PKCS5 19:28:18,037 ERROR [main][CipherTest] transformation "DES/OFB32/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB32/PKCS5PADDING 19:28:18,038 ERROR [main][CipherTest] transformation "DES/OFB32/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB32/PKCS7 19:28:18,038 ERROR [main][CipherTest] transformation "DES/OFB32/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB32/PKCS7PADDING 19:28:18,038 ERROR [main][CipherTest] transformation "DES/OFB32/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB32/TBC 19:28:18,038 ERROR [main][CipherTest] transformation "DES/OFB32/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB32/TBCPADDING 19:28:18,038 ERROR [main][CipherTest] transformation "DES/OFB32/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB32/X9.23 19:28:18,038 ERROR [main][CipherTest] transformation "DES/OFB32/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB32/X9.23PADDING 19:28:18,038 ERROR [main][CipherTest] transformation "DES/OFB32/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB32/ZEROBYTE 19:28:18,038 ERROR [main][CipherTest] transformation "DES/OFB32/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB32/ZEROBYTEPADDING 19:28:18,038 ERROR [main][CipherTest] transformation "DES/OFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,038 INFO [main][CipherTest] transformation=DES/OFB40/ 19:28:18,039 ERROR [main][CipherTest] transformation "DES/OFB40/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,039 INFO [main][CipherTest] transformation=DES/OFB40/ISO10126 19:28:18,039 ERROR [main][CipherTest] transformation "DES/OFB40/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,039 INFO [main][CipherTest] transformation=DES/OFB40/ISO10126-2 19:28:18,039 ERROR [main][CipherTest] transformation "DES/OFB40/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,039 INFO [main][CipherTest] transformation=DES/OFB40/ISO10126-2PADDING 19:28:18,039 ERROR [main][CipherTest] transformation "DES/OFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,039 INFO [main][CipherTest] transformation=DES/OFB40/ISO10126PADDING 19:28:18,039 ERROR [main][CipherTest] transformation "DES/OFB40/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,039 INFO [main][CipherTest] transformation=DES/OFB40/ISO7816-4 19:28:18,039 ERROR [main][CipherTest] transformation "DES/OFB40/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,039 INFO [main][CipherTest] transformation=DES/OFB40/ISO7816-4PADDING 19:28:18,039 ERROR [main][CipherTest] transformation "DES/OFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,039 INFO [main][CipherTest] transformation=DES/OFB40/NOPADDING 19:28:18,039 ERROR [main][CipherTest] transformation "DES/OFB40/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,039 INFO [main][CipherTest] transformation=DES/OFB40/PKCS5 19:28:18,039 ERROR [main][CipherTest] transformation "DES/OFB40/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,039 INFO [main][CipherTest] transformation=DES/OFB40/PKCS5PADDING 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB40/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB40/PKCS7 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB40/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB40/PKCS7PADDING 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB40/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB40/TBC 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB40/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB40/TBCPADDING 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB40/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB40/X9.23 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB40/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB40/X9.23PADDING 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB40/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB40/ZEROBYTE 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB40/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB40/ZEROBYTEPADDING 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB48/ 19:28:18,040 ERROR [main][CipherTest] transformation "DES/OFB48/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,040 INFO [main][CipherTest] transformation=DES/OFB48/ISO10126 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/ISO10126-2 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/ISO10126-2PADDING 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/ISO10126PADDING 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/ISO7816-4 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/ISO7816-4PADDING 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/NOPADDING 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/PKCS5 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/PKCS5PADDING 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/PKCS7 19:28:18,041 ERROR [main][CipherTest] transformation "DES/OFB48/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,041 INFO [main][CipherTest] transformation=DES/OFB48/PKCS7PADDING 19:28:18,042 ERROR [main][CipherTest] transformation "DES/OFB48/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,042 INFO [main][CipherTest] transformation=DES/OFB48/TBC 19:28:18,042 ERROR [main][CipherTest] transformation "DES/OFB48/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,042 INFO [main][CipherTest] transformation=DES/OFB48/TBCPADDING 19:28:18,042 ERROR [main][CipherTest] transformation "DES/OFB48/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,042 INFO [main][CipherTest] transformation=DES/OFB48/X9.23 19:28:18,042 ERROR [main][CipherTest] transformation "DES/OFB48/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,042 INFO [main][CipherTest] transformation=DES/OFB48/X9.23PADDING 19:28:18,042 ERROR [main][CipherTest] transformation "DES/OFB48/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,042 INFO [main][CipherTest] transformation=DES/OFB48/ZEROBYTE 19:28:18,042 ERROR [main][CipherTest] transformation "DES/OFB48/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,042 INFO [main][CipherTest] transformation=DES/OFB48/ZEROBYTEPADDING 19:28:18,042 ERROR [main][CipherTest] transformation "DES/OFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,042 INFO [main][CipherTest] transformation=DES/OFB56/ 19:28:18,042 ERROR [main][CipherTest] transformation "DES/OFB56/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,042 INFO [main][CipherTest] transformation=DES/OFB56/ISO10126 19:28:18,042 ERROR [main][CipherTest] transformation "DES/OFB56/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,042 INFO [main][CipherTest] transformation=DES/OFB56/ISO10126-2 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/ISO10126-2PADDING 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/ISO10126PADDING 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/ISO7816-4 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/ISO7816-4PADDING 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/NOPADDING 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/PKCS5 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/PKCS5PADDING 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/PKCS7 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/PKCS7PADDING 19:28:18,043 ERROR [main][CipherTest] transformation "DES/OFB56/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,043 INFO [main][CipherTest] transformation=DES/OFB56/TBC 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB56/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB56/TBCPADDING 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB56/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB56/X9.23 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB56/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB56/X9.23PADDING 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB56/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB56/ZEROBYTE 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB56/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB56/ZEROBYTEPADDING 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB64/ 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB64/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB64/ISO10126 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB64/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB64/ISO10126-2 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB64/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB64/ISO10126-2PADDING 19:28:18,044 ERROR [main][CipherTest] transformation "DES/OFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,044 INFO [main][CipherTest] transformation=DES/OFB64/ISO10126PADDING 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/ISO7816-4 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/ISO7816-4PADDING 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/NOPADDING 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/PKCS5 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/PKCS5PADDING 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/PKCS7 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/PKCS7PADDING 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/TBC 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/TBCPADDING 19:28:18,045 ERROR [main][CipherTest] transformation "DES/OFB64/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,045 INFO [main][CipherTest] transformation=DES/OFB64/X9.23 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB64/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,046 INFO [main][CipherTest] transformation=DES/OFB64/X9.23PADDING 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB64/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,046 INFO [main][CipherTest] transformation=DES/OFB64/ZEROBYTE 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB64/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,046 INFO [main][CipherTest] transformation=DES/OFB64/ZEROBYTEPADDING 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,046 INFO [main][CipherTest] transformation=DES/OFB72/ 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB72/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,046 INFO [main][CipherTest] transformation=DES/OFB72/ISO10126 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB72/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,046 INFO [main][CipherTest] transformation=DES/OFB72/ISO10126-2 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB72/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,046 INFO [main][CipherTest] transformation=DES/OFB72/ISO10126-2PADDING 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,046 INFO [main][CipherTest] transformation=DES/OFB72/ISO10126PADDING 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB72/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,046 INFO [main][CipherTest] transformation=DES/OFB72/ISO7816-4 19:28:18,046 ERROR [main][CipherTest] transformation "DES/OFB72/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/ISO7816-4PADDING 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/NOPADDING 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/PKCS5 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/PKCS5PADDING 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/PKCS7 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/PKCS7PADDING 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/TBC 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/TBCPADDING 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/X9.23 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,047 INFO [main][CipherTest] transformation=DES/OFB72/X9.23PADDING 19:28:18,047 ERROR [main][CipherTest] transformation "DES/OFB72/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,048 INFO [main][CipherTest] transformation=DES/OFB72/ZEROBYTE 19:28:18,048 ERROR [main][CipherTest] transformation "DES/OFB72/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,048 INFO [main][CipherTest] transformation=DES/OFB72/ZEROBYTEPADDING 19:28:18,048 ERROR [main][CipherTest] transformation "DES/OFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,048 INFO [main][CipherTest] transformation=DES/OFB8/ 19:28:18,048 ERROR [main][CipherTest] transformation "DES/OFB8/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,048 INFO [main][CipherTest] transformation=DES/OFB8/ISO10126 19:28:18,048 ERROR [main][CipherTest] transformation "DES/OFB8/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,048 INFO [main][CipherTest] transformation=DES/OFB8/ISO10126-2 19:28:18,048 ERROR [main][CipherTest] transformation "DES/OFB8/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,048 INFO [main][CipherTest] transformation=DES/OFB8/ISO10126-2PADDING 19:28:18,048 ERROR [main][CipherTest] transformation "DES/OFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,048 INFO [main][CipherTest] transformation=DES/OFB8/ISO10126PADDING 19:28:18,048 ERROR [main][CipherTest] transformation "DES/OFB8/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,048 INFO [main][CipherTest] transformation=DES/OFB8/ISO7816-4 19:28:18,048 ERROR [main][CipherTest] transformation "DES/OFB8/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,048 INFO [main][CipherTest] transformation=DES/OFB8/ISO7816-4PADDING 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/NOPADDING 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/PKCS5 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/PKCS5PADDING 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/PKCS7 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/PKCS7PADDING 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/TBC 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/TBCPADDING 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/X9.23 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/X9.23PADDING 19:28:18,049 ERROR [main][CipherTest] transformation "DES/OFB8/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,049 INFO [main][CipherTest] transformation=DES/OFB8/ZEROBYTE 19:28:18,050 ERROR [main][CipherTest] transformation "DES/OFB8/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,050 INFO [main][CipherTest] transformation=DES/OFB8/ZEROBYTEPADDING 19:28:18,050 ERROR [main][CipherTest] transformation "DES/OFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,050 INFO [main][CipherTest] transformation=DES/OFB80/ 19:28:18,050 ERROR [main][CipherTest] transformation "DES/OFB80/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,050 INFO [main][CipherTest] transformation=DES/OFB80/ISO10126 19:28:18,050 ERROR [main][CipherTest] transformation "DES/OFB80/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,050 INFO [main][CipherTest] transformation=DES/OFB80/ISO10126-2 19:28:18,050 ERROR [main][CipherTest] transformation "DES/OFB80/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,050 INFO [main][CipherTest] transformation=DES/OFB80/ISO10126-2PADDING 19:28:18,050 ERROR [main][CipherTest] transformation "DES/OFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,050 INFO [main][CipherTest] transformation=DES/OFB80/ISO10126PADDING 19:28:18,050 ERROR [main][CipherTest] transformation "DES/OFB80/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,050 INFO [main][CipherTest] transformation=DES/OFB80/ISO7816-4 19:28:18,050 ERROR [main][CipherTest] transformation "DES/OFB80/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,050 INFO [main][CipherTest] transformation=DES/OFB80/ISO7816-4PADDING 19:28:18,050 ERROR [main][CipherTest] transformation "DES/OFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,050 INFO [main][CipherTest] transformation=DES/OFB80/NOPADDING 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,051 INFO [main][CipherTest] transformation=DES/OFB80/PKCS5 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,051 INFO [main][CipherTest] transformation=DES/OFB80/PKCS5PADDING 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,051 INFO [main][CipherTest] transformation=DES/OFB80/PKCS7 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,051 INFO [main][CipherTest] transformation=DES/OFB80/PKCS7PADDING 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,051 INFO [main][CipherTest] transformation=DES/OFB80/TBC 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,051 INFO [main][CipherTest] transformation=DES/OFB80/TBCPADDING 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,051 INFO [main][CipherTest] transformation=DES/OFB80/X9.23 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,051 INFO [main][CipherTest] transformation=DES/OFB80/X9.23PADDING 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,051 INFO [main][CipherTest] transformation=DES/OFB80/ZEROBYTE 19:28:18,051 ERROR [main][CipherTest] transformation "DES/OFB80/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB80/ZEROBYTEPADDING 19:28:18,052 ERROR [main][CipherTest] transformation "DES/OFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB88/ 19:28:18,052 ERROR [main][CipherTest] transformation "DES/OFB88/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB88/ISO10126 19:28:18,052 ERROR [main][CipherTest] transformation "DES/OFB88/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB88/ISO10126-2 19:28:18,052 ERROR [main][CipherTest] transformation "DES/OFB88/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB88/ISO10126-2PADDING 19:28:18,052 ERROR [main][CipherTest] transformation "DES/OFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB88/ISO10126PADDING 19:28:18,052 ERROR [main][CipherTest] transformation "DES/OFB88/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB88/ISO7816-4 19:28:18,052 ERROR [main][CipherTest] transformation "DES/OFB88/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB88/ISO7816-4PADDING 19:28:18,052 ERROR [main][CipherTest] transformation "DES/OFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB88/NOPADDING 19:28:18,052 ERROR [main][CipherTest] transformation "DES/OFB88/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,052 INFO [main][CipherTest] transformation=DES/OFB88/PKCS5 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB88/PKCS5PADDING 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB88/PKCS7 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB88/PKCS7PADDING 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB88/TBC 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB88/TBCPADDING 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB88/X9.23 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB88/X9.23PADDING 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB88/ZEROBYTE 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB88/ZEROBYTEPADDING 19:28:18,053 ERROR [main][CipherTest] transformation "DES/OFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,053 INFO [main][CipherTest] transformation=DES/OFB96/ 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/ISO10126 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/ISO10126-2 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/ISO10126-2PADDING 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/ISO10126PADDING 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/ISO7816-4 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/ISO7816-4PADDING 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/NOPADDING 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/PKCS5 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/PKCS5PADDING 19:28:18,054 ERROR [main][CipherTest] transformation "DES/OFB96/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,054 INFO [main][CipherTest] transformation=DES/OFB96/PKCS7 19:28:18,055 ERROR [main][CipherTest] transformation "DES/OFB96/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,055 INFO [main][CipherTest] transformation=DES/OFB96/PKCS7PADDING 19:28:18,055 ERROR [main][CipherTest] transformation "DES/OFB96/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,055 INFO [main][CipherTest] transformation=DES/OFB96/TBC 19:28:18,055 ERROR [main][CipherTest] transformation "DES/OFB96/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,055 INFO [main][CipherTest] transformation=DES/OFB96/TBCPADDING 19:28:18,055 ERROR [main][CipherTest] transformation "DES/OFB96/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,055 INFO [main][CipherTest] transformation=DES/OFB96/X9.23 19:28:18,055 ERROR [main][CipherTest] transformation "DES/OFB96/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,055 INFO [main][CipherTest] transformation=DES/OFB96/X9.23PADDING 19:28:18,055 ERROR [main][CipherTest] transformation "DES/OFB96/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,055 INFO [main][CipherTest] transformation=DES/OFB96/ZEROBYTE 19:28:18,055 ERROR [main][CipherTest] transformation "DES/OFB96/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,055 INFO [main][CipherTest] transformation=DES/OFB96/ZEROBYTEPADDING 19:28:18,055 ERROR [main][CipherTest] transformation "DES/OFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,055 INFO [main][CipherTest] transformation=DES/SIC/ 19:28:18,055 ERROR [main][CipherTest] transformation "DES/SIC/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,055 INFO [main][CipherTest] transformation=DES/SIC/ISO10126 19:28:18,056 ERROR [main][CipherTest] transformation "DES/SIC/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,056 INFO [main][CipherTest] transformation=DES/SIC/ISO10126-2 19:28:18,056 ERROR [main][CipherTest] transformation "DES/SIC/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,056 INFO [main][CipherTest] transformation=DES/SIC/ISO10126-2PADDING 19:28:18,056 ERROR [main][CipherTest] transformation "DES/SIC/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,056 INFO [main][CipherTest] transformation=DES/SIC/ISO10126PADDING 19:28:18,056 ERROR [main][CipherTest] transformation "DES/SIC/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,056 INFO [main][CipherTest] transformation=DES/SIC/ISO7816-4 19:28:18,056 ERROR [main][CipherTest] transformation "DES/SIC/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,056 INFO [main][CipherTest] transformation=DES/SIC/ISO7816-4PADDING 19:28:18,056 ERROR [main][CipherTest] transformation "DES/SIC/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,056 INFO [main][CipherTest] transformation=DES/SIC/NOPADDING 19:28:18,056 ERROR [main][CipherTest] transformation "DES/SIC/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,056 INFO [main][CipherTest] transformation=DES/SIC/PKCS5 19:28:18,056 ERROR [main][CipherTest] transformation "DES/SIC/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,056 INFO [main][CipherTest] transformation=DES/SIC/PKCS5PADDING 19:28:18,057 ERROR [main][CipherTest] transformation "DES/SIC/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,057 INFO [main][CipherTest] transformation=DES/SIC/PKCS7 19:28:18,057 ERROR [main][CipherTest] transformation "DES/SIC/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,057 INFO [main][CipherTest] transformation=DES/SIC/PKCS7PADDING 19:28:18,057 ERROR [main][CipherTest] transformation "DES/SIC/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,057 INFO [main][CipherTest] transformation=DES/SIC/TBC 19:28:18,057 ERROR [main][CipherTest] transformation "DES/SIC/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,057 INFO [main][CipherTest] transformation=DES/SIC/TBCPADDING 19:28:18,057 ERROR [main][CipherTest] transformation "DES/SIC/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,057 INFO [main][CipherTest] transformation=DES/SIC/X9.23 19:28:18,057 ERROR [main][CipherTest] transformation "DES/SIC/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,057 INFO [main][CipherTest] transformation=DES/SIC/X9.23PADDING 19:28:18,057 ERROR [main][CipherTest] transformation "DES/SIC/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,057 INFO [main][CipherTest] transformation=DES/SIC/ZEROBYTE 19:28:18,057 ERROR [main][CipherTest] transformation "DES/SIC/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,057 INFO [main][CipherTest] transformation=DES/SIC/ZEROBYTEPADDING 19:28:18,057 ERROR [main][CipherTest] transformation "DES/SIC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 19:28:18,057 INFO [main][CipherTest] transformation=DESEDE// 19:28:18,057 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE//" does not support IV => Skipping. 19:28:18,057 INFO [main][CipherTest] transformation=DESEDE//NOPADDING 19:28:18,058 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE//NOPADDING" does not support IV => Skipping. 19:28:18,058 INFO [main][CipherTest] transformation=DESEDE/CBC-CTS/ 19:28:18,058 INFO [main][CipherTest] transformation=DESEDE/CBC-CTS/NOPADDING 19:28:18,058 INFO [main][CipherTest] transformation=DESEDE/CBC/ 19:28:18,058 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO10126 19:28:18,058 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO10126-2 19:28:18,059 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO10126-2PADDING 19:28:18,060 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO10126PADDING 19:28:18,060 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO7816-4 19:28:18,060 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO7816-4PADDING 19:28:18,060 INFO [main][CipherTest] transformation=DESEDE/CBC/NOPADDING 19:28:18,060 INFO [main][CipherTest] transformation=DESEDE/CBC/PKCS5 19:28:18,061 INFO [main][CipherTest] transformation=DESEDE/CBC/PKCS5PADDING 19:28:18,061 INFO [main][CipherTest] transformation=DESEDE/CBC/PKCS7 19:28:18,061 INFO [main][CipherTest] transformation=DESEDE/CBC/PKCS7PADDING 19:28:18,061 INFO [main][CipherTest] transformation=DESEDE/CBC/TBC 19:28:18,061 INFO [main][CipherTest] transformation=DESEDE/CBC/TBCPADDING 19:28:18,061 INFO [main][CipherTest] transformation=DESEDE/CBC/X9.23 19:28:18,061 INFO [main][CipherTest] transformation=DESEDE/CBC/X9.23PADDING 19:28:18,062 INFO [main][CipherTest] transformation=DESEDE/CBC/ZEROBYTE 19:28:18,062 INFO [main][CipherTest] transformation=DESEDE/CBC/ZEROBYTEPADDING 19:28:18,062 INFO [main][CipherTest] transformation=DESEDE/CFB/ 19:28:18,062 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO10126 19:28:18,062 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO10126-2 19:28:18,063 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO10126-2PADDING 19:28:18,063 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO10126PADDING 19:28:18,063 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO7816-4 19:28:18,063 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO7816-4PADDING 19:28:18,063 INFO [main][CipherTest] transformation=DESEDE/CFB/NOPADDING 19:28:18,063 INFO [main][CipherTest] transformation=DESEDE/CFB/PKCS5 19:28:18,063 INFO [main][CipherTest] transformation=DESEDE/CFB/PKCS5PADDING 19:28:18,063 INFO [main][CipherTest] transformation=DESEDE/CFB/PKCS7 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB/PKCS7PADDING 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB/TBC 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB/TBCPADDING 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB/X9.23 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB/X9.23PADDING 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB/ZEROBYTE 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB/ZEROBYTEPADDING 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB104/ 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO10126 19:28:18,064 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO10126-2 19:28:18,065 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO10126-2PADDING 19:28:18,065 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO10126PADDING 19:28:18,065 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO7816-4 19:28:18,065 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO7816-4PADDING 19:28:18,065 INFO [main][CipherTest] transformation=DESEDE/CFB104/NOPADDING 19:28:18,065 INFO [main][CipherTest] transformation=DESEDE/CFB104/PKCS5 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB104/PKCS5PADDING 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB104/PKCS7 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB104/PKCS7PADDING 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB104/TBC 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB104/TBCPADDING 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB104/X9.23 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB104/X9.23PADDING 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB104/ZEROBYTE 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB104/ZEROBYTEPADDING 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB112/ 19:28:18,066 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO10126 19:28:18,067 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO10126-2 19:28:18,067 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO10126-2PADDING 19:28:18,067 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO10126PADDING 19:28:18,067 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO7816-4 19:28:18,067 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO7816-4PADDING 19:28:18,067 INFO [main][CipherTest] transformation=DESEDE/CFB112/NOPADDING 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/PKCS5 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/PKCS5PADDING 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/PKCS7 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/PKCS7PADDING 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/TBC 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/TBCPADDING 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/X9.23 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/X9.23PADDING 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/ZEROBYTE 19:28:18,068 INFO [main][CipherTest] transformation=DESEDE/CFB112/ZEROBYTEPADDING 19:28:18,069 INFO [main][CipherTest] transformation=DESEDE/CFB120/ 19:28:18,069 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO10126 19:28:18,069 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO10126-2 19:28:18,069 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO10126-2PADDING 19:28:18,069 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO10126PADDING 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO7816-4 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO7816-4PADDING 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/NOPADDING 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/PKCS5 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/PKCS5PADDING 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/PKCS7 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/PKCS7PADDING 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/TBC 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/TBCPADDING 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/X9.23 19:28:18,070 INFO [main][CipherTest] transformation=DESEDE/CFB120/X9.23PADDING 19:28:18,071 INFO [main][CipherTest] transformation=DESEDE/CFB120/ZEROBYTE 19:28:18,071 INFO [main][CipherTest] transformation=DESEDE/CFB120/ZEROBYTEPADDING 19:28:18,071 INFO [main][CipherTest] transformation=DESEDE/CFB128/ 19:28:18,071 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO10126 19:28:18,071 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO10126-2 19:28:18,071 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO10126-2PADDING 19:28:18,071 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO10126PADDING 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO7816-4 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO7816-4PADDING 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/NOPADDING 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/PKCS5 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/PKCS5PADDING 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/PKCS7 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/PKCS7PADDING 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/TBC 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/TBCPADDING 19:28:18,072 INFO [main][CipherTest] transformation=DESEDE/CFB128/X9.23 19:28:18,073 INFO [main][CipherTest] transformation=DESEDE/CFB128/X9.23PADDING 19:28:18,073 INFO [main][CipherTest] transformation=DESEDE/CFB128/ZEROBYTE 19:28:18,073 INFO [main][CipherTest] transformation=DESEDE/CFB128/ZEROBYTEPADDING 19:28:18,073 INFO [main][CipherTest] transformation=DESEDE/CFB136/ 19:28:18,073 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO10126 19:28:18,073 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO10126-2 19:28:18,073 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO10126-2PADDING 19:28:18,074 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO10126PADDING 19:28:18,074 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO7816-4 19:28:18,074 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO7816-4PADDING 19:28:18,074 INFO [main][CipherTest] transformation=DESEDE/CFB136/NOPADDING 19:28:18,074 INFO [main][CipherTest] transformation=DESEDE/CFB136/PKCS5 19:28:18,074 INFO [main][CipherTest] transformation=DESEDE/CFB136/PKCS5PADDING 19:28:18,074 INFO [main][CipherTest] transformation=DESEDE/CFB136/PKCS7 19:28:18,074 INFO [main][CipherTest] transformation=DESEDE/CFB136/PKCS7PADDING 19:28:18,074 INFO [main][CipherTest] transformation=DESEDE/CFB136/TBC 19:28:18,075 INFO [main][CipherTest] transformation=DESEDE/CFB136/TBCPADDING 19:28:18,075 INFO [main][CipherTest] transformation=DESEDE/CFB136/X9.23 19:28:18,075 INFO [main][CipherTest] transformation=DESEDE/CFB136/X9.23PADDING 19:28:18,075 INFO [main][CipherTest] transformation=DESEDE/CFB136/ZEROBYTE 19:28:18,075 INFO [main][CipherTest] transformation=DESEDE/CFB136/ZEROBYTEPADDING 19:28:18,075 INFO [main][CipherTest] transformation=DESEDE/CFB144/ 19:28:18,075 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO10126 19:28:18,075 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO10126-2 19:28:18,076 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO10126-2PADDING 19:28:18,076 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO10126PADDING 19:28:18,076 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO7816-4 19:28:18,076 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO7816-4PADDING 19:28:18,076 INFO [main][CipherTest] transformation=DESEDE/CFB144/NOPADDING 19:28:18,076 INFO [main][CipherTest] transformation=DESEDE/CFB144/PKCS5 19:28:18,076 INFO [main][CipherTest] transformation=DESEDE/CFB144/PKCS5PADDING 19:28:18,076 INFO [main][CipherTest] transformation=DESEDE/CFB144/PKCS7 19:28:18,077 INFO [main][CipherTest] transformation=DESEDE/CFB144/PKCS7PADDING 19:28:18,077 INFO [main][CipherTest] transformation=DESEDE/CFB144/TBC 19:28:18,077 INFO [main][CipherTest] transformation=DESEDE/CFB144/TBCPADDING 19:28:18,077 INFO [main][CipherTest] transformation=DESEDE/CFB144/X9.23 19:28:18,077 INFO [main][CipherTest] transformation=DESEDE/CFB144/X9.23PADDING 19:28:18,077 INFO [main][CipherTest] transformation=DESEDE/CFB144/ZEROBYTE 19:28:18,077 INFO [main][CipherTest] transformation=DESEDE/CFB144/ZEROBYTEPADDING 19:28:18,077 INFO [main][CipherTest] transformation=DESEDE/CFB152/ 19:28:18,077 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO10126 19:28:18,078 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO10126-2 19:28:18,078 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO10126-2PADDING 19:28:18,078 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO10126PADDING 19:28:18,078 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO7816-4 19:28:18,078 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO7816-4PADDING 19:28:18,078 INFO [main][CipherTest] transformation=DESEDE/CFB152/NOPADDING 19:28:18,078 INFO [main][CipherTest] transformation=DESEDE/CFB152/PKCS5 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB152/PKCS5PADDING 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB152/PKCS7 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB152/PKCS7PADDING 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB152/TBC 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB152/TBCPADDING 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB152/X9.23 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB152/X9.23PADDING 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB152/ZEROBYTE 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB152/ZEROBYTEPADDING 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB16/ 19:28:18,079 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO10126 19:28:18,080 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO10126-2 19:28:18,080 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO10126-2PADDING 19:28:18,080 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO10126PADDING 19:28:18,080 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO7816-4 19:28:18,080 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO7816-4PADDING 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/NOPADDING 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/PKCS5 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/PKCS5PADDING 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/PKCS7 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/PKCS7PADDING 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/TBC 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/TBCPADDING 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/X9.23 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/X9.23PADDING 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/ZEROBYTE 19:28:18,081 INFO [main][CipherTest] transformation=DESEDE/CFB16/ZEROBYTEPADDING 19:28:18,082 INFO [main][CipherTest] transformation=DESEDE/CFB160/ 19:28:18,082 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO10126 19:28:18,082 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO10126-2 19:28:18,082 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO10126-2PADDING 19:28:18,082 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO10126PADDING 19:28:18,082 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO7816-4 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO7816-4PADDING 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/NOPADDING 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/PKCS5 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/PKCS5PADDING 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/PKCS7 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/PKCS7PADDING 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/TBC 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/TBCPADDING 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/X9.23 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/X9.23PADDING 19:28:18,083 INFO [main][CipherTest] transformation=DESEDE/CFB160/ZEROBYTE 19:28:18,084 INFO [main][CipherTest] transformation=DESEDE/CFB160/ZEROBYTEPADDING 19:28:18,084 INFO [main][CipherTest] transformation=DESEDE/CFB168/ 19:28:18,084 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO10126 19:28:18,084 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO10126-2 19:28:18,084 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO10126-2PADDING 19:28:18,084 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO10126PADDING 19:28:18,085 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO7816-4 19:28:18,085 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO7816-4PADDING 19:28:18,085 INFO [main][CipherTest] transformation=DESEDE/CFB168/NOPADDING 19:28:18,085 INFO [main][CipherTest] transformation=DESEDE/CFB168/PKCS5 19:28:18,085 INFO [main][CipherTest] transformation=DESEDE/CFB168/PKCS5PADDING 19:28:18,085 INFO [main][CipherTest] transformation=DESEDE/CFB168/PKCS7 19:28:18,085 INFO [main][CipherTest] transformation=DESEDE/CFB168/PKCS7PADDING 19:28:18,085 INFO [main][CipherTest] transformation=DESEDE/CFB168/TBC 19:28:18,085 INFO [main][CipherTest] transformation=DESEDE/CFB168/TBCPADDING 19:28:18,086 INFO [main][CipherTest] transformation=DESEDE/CFB168/X9.23 19:28:18,086 INFO [main][CipherTest] transformation=DESEDE/CFB168/X9.23PADDING 19:28:18,086 INFO [main][CipherTest] transformation=DESEDE/CFB168/ZEROBYTE 19:28:18,086 INFO [main][CipherTest] transformation=DESEDE/CFB168/ZEROBYTEPADDING 19:28:18,086 INFO [main][CipherTest] transformation=DESEDE/CFB176/ 19:28:18,086 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO10126 19:28:18,086 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO10126-2 19:28:18,086 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO10126-2PADDING 19:28:18,087 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO10126PADDING 19:28:18,087 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO7816-4 19:28:18,087 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO7816-4PADDING 19:28:18,087 INFO [main][CipherTest] transformation=DESEDE/CFB176/NOPADDING 19:28:18,087 INFO [main][CipherTest] transformation=DESEDE/CFB176/PKCS5 19:28:18,087 INFO [main][CipherTest] transformation=DESEDE/CFB176/PKCS5PADDING 19:28:18,087 INFO [main][CipherTest] transformation=DESEDE/CFB176/PKCS7 19:28:18,087 INFO [main][CipherTest] transformation=DESEDE/CFB176/PKCS7PADDING 19:28:18,088 INFO [main][CipherTest] transformation=DESEDE/CFB176/TBC 19:28:18,088 INFO [main][CipherTest] transformation=DESEDE/CFB176/TBCPADDING 19:28:18,088 INFO [main][CipherTest] transformation=DESEDE/CFB176/X9.23 19:28:18,088 INFO [main][CipherTest] transformation=DESEDE/CFB176/X9.23PADDING 19:28:18,088 INFO [main][CipherTest] transformation=DESEDE/CFB176/ZEROBYTE 19:28:18,088 INFO [main][CipherTest] transformation=DESEDE/CFB176/ZEROBYTEPADDING 19:28:18,088 INFO [main][CipherTest] transformation=DESEDE/CFB184/ 19:28:18,088 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO10126 19:28:18,088 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO10126-2 19:28:18,089 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO10126-2PADDING 19:28:18,089 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO10126PADDING 19:28:18,089 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO7816-4 19:28:18,089 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO7816-4PADDING 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/NOPADDING 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/PKCS5 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/PKCS5PADDING 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/PKCS7 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/PKCS7PADDING 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/TBC 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/TBCPADDING 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/X9.23 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/X9.23PADDING 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/ZEROBYTE 19:28:18,090 INFO [main][CipherTest] transformation=DESEDE/CFB184/ZEROBYTEPADDING 19:28:18,091 INFO [main][CipherTest] transformation=DESEDE/CFB192/ 19:28:18,091 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO10126 19:28:18,091 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO10126-2 19:28:18,091 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO10126-2PADDING 19:28:18,091 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO10126PADDING 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO7816-4 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO7816-4PADDING 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/NOPADDING 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/PKCS5 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/PKCS5PADDING 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/PKCS7 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/PKCS7PADDING 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/TBC 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/TBCPADDING 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/X9.23 19:28:18,092 INFO [main][CipherTest] transformation=DESEDE/CFB192/X9.23PADDING 19:28:18,093 INFO [main][CipherTest] transformation=DESEDE/CFB192/ZEROBYTE 19:28:18,093 INFO [main][CipherTest] transformation=DESEDE/CFB192/ZEROBYTEPADDING 19:28:18,093 INFO [main][CipherTest] transformation=DESEDE/CFB200/ 19:28:18,093 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO10126 19:28:18,093 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO10126-2 19:28:18,093 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO10126-2PADDING 19:28:18,093 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO10126PADDING 19:28:18,094 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO7816-4 19:28:18,094 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO7816-4PADDING 19:28:18,094 INFO [main][CipherTest] transformation=DESEDE/CFB200/NOPADDING 19:28:18,094 INFO [main][CipherTest] transformation=DESEDE/CFB200/PKCS5 19:28:18,094 INFO [main][CipherTest] transformation=DESEDE/CFB200/PKCS5PADDING 19:28:18,094 INFO [main][CipherTest] transformation=DESEDE/CFB200/PKCS7 19:28:18,094 INFO [main][CipherTest] transformation=DESEDE/CFB200/PKCS7PADDING 19:28:18,094 INFO [main][CipherTest] transformation=DESEDE/CFB200/TBC 19:28:18,094 INFO [main][CipherTest] transformation=DESEDE/CFB200/TBCPADDING 19:28:18,095 INFO [main][CipherTest] transformation=DESEDE/CFB200/X9.23 19:28:18,095 INFO [main][CipherTest] transformation=DESEDE/CFB200/X9.23PADDING 19:28:18,095 INFO [main][CipherTest] transformation=DESEDE/CFB200/ZEROBYTE 19:28:18,095 INFO [main][CipherTest] transformation=DESEDE/CFB200/ZEROBYTEPADDING 19:28:18,095 INFO [main][CipherTest] transformation=DESEDE/CFB208/ 19:28:18,095 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO10126 19:28:18,095 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO10126-2 19:28:18,095 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO10126-2PADDING 19:28:18,096 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO10126PADDING 19:28:18,096 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO7816-4 19:28:18,096 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO7816-4PADDING 19:28:18,096 INFO [main][CipherTest] transformation=DESEDE/CFB208/NOPADDING 19:28:18,096 INFO [main][CipherTest] transformation=DESEDE/CFB208/PKCS5 19:28:18,096 INFO [main][CipherTest] transformation=DESEDE/CFB208/PKCS5PADDING 19:28:18,096 INFO [main][CipherTest] transformation=DESEDE/CFB208/PKCS7 19:28:18,096 INFO [main][CipherTest] transformation=DESEDE/CFB208/PKCS7PADDING 19:28:18,096 INFO [main][CipherTest] transformation=DESEDE/CFB208/TBC 19:28:18,097 INFO [main][CipherTest] transformation=DESEDE/CFB208/TBCPADDING 19:28:18,097 INFO [main][CipherTest] transformation=DESEDE/CFB208/X9.23 19:28:18,097 INFO [main][CipherTest] transformation=DESEDE/CFB208/X9.23PADDING 19:28:18,097 INFO [main][CipherTest] transformation=DESEDE/CFB208/ZEROBYTE 19:28:18,097 INFO [main][CipherTest] transformation=DESEDE/CFB208/ZEROBYTEPADDING 19:28:18,097 INFO [main][CipherTest] transformation=DESEDE/CFB216/ 19:28:18,097 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO10126 19:28:18,097 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO10126-2 19:28:18,098 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO10126-2PADDING 19:28:18,098 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO10126PADDING 19:28:18,098 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO7816-4 19:28:18,098 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO7816-4PADDING 19:28:18,098 INFO [main][CipherTest] transformation=DESEDE/CFB216/NOPADDING 19:28:18,098 INFO [main][CipherTest] transformation=DESEDE/CFB216/PKCS5 19:28:18,098 INFO [main][CipherTest] transformation=DESEDE/CFB216/PKCS5PADDING 19:28:18,098 INFO [main][CipherTest] transformation=DESEDE/CFB216/PKCS7 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB216/PKCS7PADDING 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB216/TBC 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB216/TBCPADDING 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB216/X9.23 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB216/X9.23PADDING 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB216/ZEROBYTE 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB216/ZEROBYTEPADDING 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB224/ 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO10126 19:28:18,099 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO10126-2 19:28:18,100 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO10126-2PADDING 19:28:18,100 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO10126PADDING 19:28:18,100 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO7816-4 19:28:18,100 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO7816-4PADDING 19:28:18,100 INFO [main][CipherTest] transformation=DESEDE/CFB224/NOPADDING 19:28:18,100 INFO [main][CipherTest] transformation=DESEDE/CFB224/PKCS5 19:28:18,100 INFO [main][CipherTest] transformation=DESEDE/CFB224/PKCS5PADDING 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB224/PKCS7 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB224/PKCS7PADDING 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB224/TBC 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB224/TBCPADDING 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB224/X9.23 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB224/X9.23PADDING 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB224/ZEROBYTE 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB224/ZEROBYTEPADDING 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB232/ 19:28:18,101 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO10126 19:28:18,102 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO10126-2 19:28:18,102 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO10126-2PADDING 19:28:18,102 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO10126PADDING 19:28:18,102 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO7816-4 19:28:18,103 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO7816-4PADDING 19:28:18,103 INFO [main][CipherTest] transformation=DESEDE/CFB232/NOPADDING 19:28:18,103 INFO [main][CipherTest] transformation=DESEDE/CFB232/PKCS5 19:28:18,103 INFO [main][CipherTest] transformation=DESEDE/CFB232/PKCS5PADDING 19:28:18,103 INFO [main][CipherTest] transformation=DESEDE/CFB232/PKCS7 19:28:18,103 INFO [main][CipherTest] transformation=DESEDE/CFB232/PKCS7PADDING 19:28:18,104 INFO [main][CipherTest] transformation=DESEDE/CFB232/TBC 19:28:18,104 INFO [main][CipherTest] transformation=DESEDE/CFB232/TBCPADDING 19:28:18,104 INFO [main][CipherTest] transformation=DESEDE/CFB232/X9.23 19:28:18,104 INFO [main][CipherTest] transformation=DESEDE/CFB232/X9.23PADDING 19:28:18,104 INFO [main][CipherTest] transformation=DESEDE/CFB232/ZEROBYTE 19:28:18,104 INFO [main][CipherTest] transformation=DESEDE/CFB232/ZEROBYTEPADDING 19:28:18,105 INFO [main][CipherTest] transformation=DESEDE/CFB24/ 19:28:18,105 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO10126 19:28:18,105 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO10126-2 19:28:18,105 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO10126-2PADDING 19:28:18,106 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO10126PADDING 19:28:18,106 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO7816-4 19:28:18,106 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO7816-4PADDING 19:28:18,106 INFO [main][CipherTest] transformation=DESEDE/CFB24/NOPADDING 19:28:18,106 INFO [main][CipherTest] transformation=DESEDE/CFB24/PKCS5 19:28:18,107 INFO [main][CipherTest] transformation=DESEDE/CFB24/PKCS5PADDING 19:28:18,107 INFO [main][CipherTest] transformation=DESEDE/CFB24/PKCS7 19:28:18,107 INFO [main][CipherTest] transformation=DESEDE/CFB24/PKCS7PADDING 19:28:18,107 INFO [main][CipherTest] transformation=DESEDE/CFB24/TBC 19:28:18,107 INFO [main][CipherTest] transformation=DESEDE/CFB24/TBCPADDING 19:28:18,107 INFO [main][CipherTest] transformation=DESEDE/CFB24/X9.23 19:28:18,107 INFO [main][CipherTest] transformation=DESEDE/CFB24/X9.23PADDING 19:28:18,108 INFO [main][CipherTest] transformation=DESEDE/CFB24/ZEROBYTE 19:28:18,108 INFO [main][CipherTest] transformation=DESEDE/CFB24/ZEROBYTEPADDING 19:28:18,108 INFO [main][CipherTest] transformation=DESEDE/CFB240/ 19:28:18,108 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO10126 19:28:18,108 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO10126-2 19:28:18,109 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO10126-2PADDING 19:28:18,109 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO10126PADDING 19:28:18,109 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO7816-4 19:28:18,109 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO7816-4PADDING 19:28:18,110 INFO [main][CipherTest] transformation=DESEDE/CFB240/NOPADDING 19:28:18,110 INFO [main][CipherTest] transformation=DESEDE/CFB240/PKCS5 19:28:18,110 INFO [main][CipherTest] transformation=DESEDE/CFB240/PKCS5PADDING 19:28:18,110 INFO [main][CipherTest] transformation=DESEDE/CFB240/PKCS7 19:28:18,110 INFO [main][CipherTest] transformation=DESEDE/CFB240/PKCS7PADDING 19:28:18,110 INFO [main][CipherTest] transformation=DESEDE/CFB240/TBC 19:28:18,110 INFO [main][CipherTest] transformation=DESEDE/CFB240/TBCPADDING 19:28:18,110 INFO [main][CipherTest] transformation=DESEDE/CFB240/X9.23 19:28:18,110 INFO [main][CipherTest] transformation=DESEDE/CFB240/X9.23PADDING 19:28:18,111 INFO [main][CipherTest] transformation=DESEDE/CFB240/ZEROBYTE 19:28:18,111 INFO [main][CipherTest] transformation=DESEDE/CFB240/ZEROBYTEPADDING 19:28:18,111 INFO [main][CipherTest] transformation=DESEDE/CFB248/ 19:28:18,111 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO10126 19:28:18,111 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO10126-2 19:28:18,111 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO10126-2PADDING 19:28:18,111 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO10126PADDING 19:28:18,112 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO7816-4 19:28:18,112 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO7816-4PADDING 19:28:18,112 INFO [main][CipherTest] transformation=DESEDE/CFB248/NOPADDING 19:28:18,112 INFO [main][CipherTest] transformation=DESEDE/CFB248/PKCS5 19:28:18,112 INFO [main][CipherTest] transformation=DESEDE/CFB248/PKCS5PADDING 19:28:18,112 INFO [main][CipherTest] transformation=DESEDE/CFB248/PKCS7 19:28:18,112 INFO [main][CipherTest] transformation=DESEDE/CFB248/PKCS7PADDING 19:28:18,112 INFO [main][CipherTest] transformation=DESEDE/CFB248/TBC 19:28:18,112 INFO [main][CipherTest] transformation=DESEDE/CFB248/TBCPADDING 19:28:18,113 INFO [main][CipherTest] transformation=DESEDE/CFB248/X9.23 19:28:18,113 INFO [main][CipherTest] transformation=DESEDE/CFB248/X9.23PADDING 19:28:18,113 INFO [main][CipherTest] transformation=DESEDE/CFB248/ZEROBYTE 19:28:18,113 INFO [main][CipherTest] transformation=DESEDE/CFB248/ZEROBYTEPADDING 19:28:18,113 INFO [main][CipherTest] transformation=DESEDE/CFB256/ 19:28:18,113 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO10126 19:28:18,113 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO10126-2 19:28:18,113 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO10126-2PADDING 19:28:18,114 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO10126PADDING 19:28:18,114 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO7816-4 19:28:18,114 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO7816-4PADDING 19:28:18,114 INFO [main][CipherTest] transformation=DESEDE/CFB256/NOPADDING 19:28:18,114 INFO [main][CipherTest] transformation=DESEDE/CFB256/PKCS5 19:28:18,114 INFO [main][CipherTest] transformation=DESEDE/CFB256/PKCS5PADDING 19:28:18,114 INFO [main][CipherTest] transformation=DESEDE/CFB256/PKCS7 19:28:18,114 INFO [main][CipherTest] transformation=DESEDE/CFB256/PKCS7PADDING 19:28:18,115 INFO [main][CipherTest] transformation=DESEDE/CFB256/TBC 19:28:18,115 INFO [main][CipherTest] transformation=DESEDE/CFB256/TBCPADDING 19:28:18,115 INFO [main][CipherTest] transformation=DESEDE/CFB256/X9.23 19:28:18,115 INFO [main][CipherTest] transformation=DESEDE/CFB256/X9.23PADDING 19:28:18,115 INFO [main][CipherTest] transformation=DESEDE/CFB256/ZEROBYTE 19:28:18,115 INFO [main][CipherTest] transformation=DESEDE/CFB256/ZEROBYTEPADDING 19:28:18,115 INFO [main][CipherTest] transformation=DESEDE/CFB32/ 19:28:18,115 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO10126 19:28:18,115 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO10126-2 19:28:18,116 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO10126-2PADDING 19:28:18,116 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO10126PADDING 19:28:18,116 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO7816-4 19:28:18,116 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO7816-4PADDING 19:28:18,116 INFO [main][CipherTest] transformation=DESEDE/CFB32/NOPADDING 19:28:18,116 INFO [main][CipherTest] transformation=DESEDE/CFB32/PKCS5 19:28:18,116 INFO [main][CipherTest] transformation=DESEDE/CFB32/PKCS5PADDING 19:28:18,116 INFO [main][CipherTest] transformation=DESEDE/CFB32/PKCS7 19:28:18,117 INFO [main][CipherTest] transformation=DESEDE/CFB32/PKCS7PADDING 19:28:18,117 INFO [main][CipherTest] transformation=DESEDE/CFB32/TBC 19:28:18,117 INFO [main][CipherTest] transformation=DESEDE/CFB32/TBCPADDING 19:28:18,117 INFO [main][CipherTest] transformation=DESEDE/CFB32/X9.23 19:28:18,117 INFO [main][CipherTest] transformation=DESEDE/CFB32/X9.23PADDING 19:28:18,117 INFO [main][CipherTest] transformation=DESEDE/CFB32/ZEROBYTE 19:28:18,117 INFO [main][CipherTest] transformation=DESEDE/CFB32/ZEROBYTEPADDING 19:28:18,117 INFO [main][CipherTest] transformation=DESEDE/CFB40/ 19:28:18,117 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO10126 19:28:18,118 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO10126-2 19:28:18,118 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO10126-2PADDING 19:28:18,118 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO10126PADDING 19:28:18,118 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO7816-4 19:28:18,118 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO7816-4PADDING 19:28:18,118 INFO [main][CipherTest] transformation=DESEDE/CFB40/NOPADDING 19:28:18,118 INFO [main][CipherTest] transformation=DESEDE/CFB40/PKCS5 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB40/PKCS5PADDING 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB40/PKCS7 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB40/PKCS7PADDING 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB40/TBC 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB40/TBCPADDING 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB40/X9.23 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB40/X9.23PADDING 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB40/ZEROBYTE 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB40/ZEROBYTEPADDING 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB48/ 19:28:18,119 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO10126 19:28:18,120 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO10126-2 19:28:18,120 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO10126-2PADDING 19:28:18,120 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO10126PADDING 19:28:18,120 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO7816-4 19:28:18,120 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO7816-4PADDING 19:28:18,120 INFO [main][CipherTest] transformation=DESEDE/CFB48/NOPADDING 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/PKCS5 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/PKCS5PADDING 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/PKCS7 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/PKCS7PADDING 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/TBC 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/TBCPADDING 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/X9.23 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/X9.23PADDING 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/ZEROBYTE 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB48/ZEROBYTEPADDING 19:28:18,121 INFO [main][CipherTest] transformation=DESEDE/CFB56/ 19:28:18,122 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO10126 19:28:18,122 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO10126-2 19:28:18,122 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO10126-2PADDING 19:28:18,122 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO10126PADDING 19:28:18,122 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO7816-4 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO7816-4PADDING 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/NOPADDING 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/PKCS5 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/PKCS5PADDING 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/PKCS7 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/PKCS7PADDING 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/TBC 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/TBCPADDING 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/X9.23 19:28:18,123 INFO [main][CipherTest] transformation=DESEDE/CFB56/X9.23PADDING 19:28:18,124 INFO [main][CipherTest] transformation=DESEDE/CFB56/ZEROBYTE 19:28:18,124 INFO [main][CipherTest] transformation=DESEDE/CFB56/ZEROBYTEPADDING 19:28:18,124 INFO [main][CipherTest] transformation=DESEDE/CFB64/ 19:28:18,124 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO10126 19:28:18,124 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO10126-2 19:28:18,124 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO10126-2PADDING 19:28:18,125 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO10126PADDING 19:28:18,125 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO7816-4 19:28:18,125 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO7816-4PADDING 19:28:18,125 INFO [main][CipherTest] transformation=DESEDE/CFB64/NOPADDING 19:28:18,125 INFO [main][CipherTest] transformation=DESEDE/CFB64/PKCS5 19:28:18,126 INFO [main][CipherTest] transformation=DESEDE/CFB64/PKCS5PADDING 19:28:18,126 INFO [main][CipherTest] transformation=DESEDE/CFB64/PKCS7 19:28:18,126 INFO [main][CipherTest] transformation=DESEDE/CFB64/PKCS7PADDING 19:28:18,126 INFO [main][CipherTest] transformation=DESEDE/CFB64/TBC 19:28:18,126 INFO [main][CipherTest] transformation=DESEDE/CFB64/TBCPADDING 19:28:18,126 INFO [main][CipherTest] transformation=DESEDE/CFB64/X9.23 19:28:18,127 INFO [main][CipherTest] transformation=DESEDE/CFB64/X9.23PADDING 19:28:18,127 INFO [main][CipherTest] transformation=DESEDE/CFB64/ZEROBYTE 19:28:18,127 INFO [main][CipherTest] transformation=DESEDE/CFB64/ZEROBYTEPADDING 19:28:18,127 INFO [main][CipherTest] transformation=DESEDE/CFB72/ 19:28:18,127 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO10126 19:28:18,127 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO10126-2 19:28:18,128 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO10126-2PADDING 19:28:18,128 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO10126PADDING 19:28:18,128 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO7816-4 19:28:18,128 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO7816-4PADDING 19:28:18,128 INFO [main][CipherTest] transformation=DESEDE/CFB72/NOPADDING 19:28:18,128 INFO [main][CipherTest] transformation=DESEDE/CFB72/PKCS5 19:28:18,128 INFO [main][CipherTest] transformation=DESEDE/CFB72/PKCS5PADDING 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB72/PKCS7 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB72/PKCS7PADDING 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB72/TBC 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB72/TBCPADDING 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB72/X9.23 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB72/X9.23PADDING 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB72/ZEROBYTE 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB72/ZEROBYTEPADDING 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB8/ 19:28:18,129 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO10126 19:28:18,130 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO10126-2 19:28:18,130 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO10126-2PADDING 19:28:18,130 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO10126PADDING 19:28:18,130 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO7816-4 19:28:18,130 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO7816-4PADDING 19:28:18,130 INFO [main][CipherTest] transformation=DESEDE/CFB8/NOPADDING 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/PKCS5 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/PKCS5PADDING 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/PKCS7 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/PKCS7PADDING 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/TBC 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/TBCPADDING 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/X9.23 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/X9.23PADDING 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/ZEROBYTE 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB8/ZEROBYTEPADDING 19:28:18,131 INFO [main][CipherTest] transformation=DESEDE/CFB80/ 19:28:18,132 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO10126 19:28:18,132 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO10126-2 19:28:18,132 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO10126-2PADDING 19:28:18,132 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO10126PADDING 19:28:18,132 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO7816-4 19:28:18,132 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO7816-4PADDING 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/NOPADDING 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/PKCS5 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/PKCS5PADDING 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/PKCS7 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/PKCS7PADDING 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/TBC 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/TBCPADDING 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/X9.23 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/X9.23PADDING 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/ZEROBYTE 19:28:18,133 INFO [main][CipherTest] transformation=DESEDE/CFB80/ZEROBYTEPADDING 19:28:18,134 INFO [main][CipherTest] transformation=DESEDE/CFB88/ 19:28:18,134 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO10126 19:28:18,134 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO10126-2 19:28:18,134 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO10126-2PADDING 19:28:18,134 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO10126PADDING 19:28:18,135 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO7816-4 19:28:18,135 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO7816-4PADDING 19:28:18,135 INFO [main][CipherTest] transformation=DESEDE/CFB88/NOPADDING 19:28:18,135 INFO [main][CipherTest] transformation=DESEDE/CFB88/PKCS5 19:28:18,135 INFO [main][CipherTest] transformation=DESEDE/CFB88/PKCS5PADDING 19:28:18,135 INFO [main][CipherTest] transformation=DESEDE/CFB88/PKCS7 19:28:18,136 INFO [main][CipherTest] transformation=DESEDE/CFB88/PKCS7PADDING 19:28:18,136 INFO [main][CipherTest] transformation=DESEDE/CFB88/TBC 19:28:18,136 INFO [main][CipherTest] transformation=DESEDE/CFB88/TBCPADDING 19:28:18,136 INFO [main][CipherTest] transformation=DESEDE/CFB88/X9.23 19:28:18,136 INFO [main][CipherTest] transformation=DESEDE/CFB88/X9.23PADDING 19:28:18,136 INFO [main][CipherTest] transformation=DESEDE/CFB88/ZEROBYTE 19:28:18,136 INFO [main][CipherTest] transformation=DESEDE/CFB88/ZEROBYTEPADDING 19:28:18,137 INFO [main][CipherTest] transformation=DESEDE/CFB96/ 19:28:18,137 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO10126 19:28:18,137 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO10126-2 19:28:18,137 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO10126-2PADDING 19:28:18,137 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO10126PADDING 19:28:18,137 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO7816-4 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO7816-4PADDING 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/NOPADDING 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/PKCS5 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/PKCS5PADDING 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/PKCS7 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/PKCS7PADDING 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/TBC 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/TBCPADDING 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/X9.23 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/X9.23PADDING 19:28:18,138 INFO [main][CipherTest] transformation=DESEDE/CFB96/ZEROBYTE 19:28:18,139 INFO [main][CipherTest] transformation=DESEDE/CFB96/ZEROBYTEPADDING 19:28:18,139 INFO [main][CipherTest] transformation=DESEDE/CTS/ 19:28:18,139 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE/CTS/" does not support IV => Skipping. 19:28:18,139 INFO [main][CipherTest] transformation=DESEDE/CTS/NOPADDING 19:28:18,139 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE/CTS/NOPADDING" does not support IV => Skipping. 19:28:18,139 INFO [main][CipherTest] transformation=DESEDE/EAX/ 19:28:18,139 INFO [main][CipherTest] transformation=DESEDE/EAX/NOPADDING 19:28:18,139 INFO [main][CipherTest] transformation=DESEDE/ECB/ 19:28:18,140 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE/ECB/" does not support IV => Skipping. 19:28:18,140 INFO [main][CipherTest] transformation=DESEDE/ECB/NOPADDING 19:28:18,140 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE/ECB/NOPADDING" does not support IV => Skipping. 19:28:18,140 INFO [main][CipherTest] transformation=DESEDE/GOFB/ 19:28:18,140 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO10126 19:28:18,140 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO10126-2 19:28:18,141 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO10126-2PADDING 19:28:18,141 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO10126PADDING 19:28:18,142 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO7816-4 19:28:18,142 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO7816-4PADDING 19:28:18,142 INFO [main][CipherTest] transformation=DESEDE/GOFB/NOPADDING 19:28:18,142 INFO [main][CipherTest] transformation=DESEDE/GOFB/PKCS5 19:28:18,143 INFO [main][CipherTest] transformation=DESEDE/GOFB/PKCS5PADDING 19:28:18,143 INFO [main][CipherTest] transformation=DESEDE/GOFB/PKCS7 19:28:18,143 INFO [main][CipherTest] transformation=DESEDE/GOFB/PKCS7PADDING 19:28:18,143 INFO [main][CipherTest] transformation=DESEDE/GOFB/TBC 19:28:18,143 INFO [main][CipherTest] transformation=DESEDE/GOFB/TBCPADDING 19:28:18,144 INFO [main][CipherTest] transformation=DESEDE/GOFB/X9.23 19:28:18,144 INFO [main][CipherTest] transformation=DESEDE/GOFB/X9.23PADDING 19:28:18,144 INFO [main][CipherTest] transformation=DESEDE/GOFB/ZEROBYTE 19:28:18,144 INFO [main][CipherTest] transformation=DESEDE/GOFB/ZEROBYTEPADDING 19:28:18,144 INFO [main][CipherTest] transformation=DESEDE/OFB/ 19:28:18,145 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO10126 19:28:18,145 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO10126-2 19:28:18,145 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO10126-2PADDING 19:28:18,146 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO10126PADDING 19:28:18,146 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO7816-4 19:28:18,146 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO7816-4PADDING 19:28:18,146 INFO [main][CipherTest] transformation=DESEDE/OFB/NOPADDING 19:28:18,146 INFO [main][CipherTest] transformation=DESEDE/OFB/PKCS5 19:28:18,147 INFO [main][CipherTest] transformation=DESEDE/OFB/PKCS5PADDING 19:28:18,147 INFO [main][CipherTest] transformation=DESEDE/OFB/PKCS7 19:28:18,147 INFO [main][CipherTest] transformation=DESEDE/OFB/PKCS7PADDING 19:28:18,147 INFO [main][CipherTest] transformation=DESEDE/OFB/TBC 19:28:18,147 INFO [main][CipherTest] transformation=DESEDE/OFB/TBCPADDING 19:28:18,147 INFO [main][CipherTest] transformation=DESEDE/OFB/X9.23 19:28:18,147 INFO [main][CipherTest] transformation=DESEDE/OFB/X9.23PADDING 19:28:18,148 INFO [main][CipherTest] transformation=DESEDE/OFB/ZEROBYTE 19:28:18,148 INFO [main][CipherTest] transformation=DESEDE/OFB/ZEROBYTEPADDING 19:28:18,148 INFO [main][CipherTest] transformation=DESEDE/OFB104/ 19:28:18,148 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO10126 19:28:18,148 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO10126-2 19:28:18,149 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO10126-2PADDING 19:28:18,149 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO10126PADDING 19:28:18,149 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO7816-4 19:28:18,149 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO7816-4PADDING 19:28:18,150 INFO [main][CipherTest] transformation=DESEDE/OFB104/NOPADDING 19:28:18,150 INFO [main][CipherTest] transformation=DESEDE/OFB104/PKCS5 19:28:18,150 INFO [main][CipherTest] transformation=DESEDE/OFB104/PKCS5PADDING 19:28:18,150 INFO [main][CipherTest] transformation=DESEDE/OFB104/PKCS7 19:28:18,150 INFO [main][CipherTest] transformation=DESEDE/OFB104/PKCS7PADDING 19:28:18,150 INFO [main][CipherTest] transformation=DESEDE/OFB104/TBC 19:28:18,150 INFO [main][CipherTest] transformation=DESEDE/OFB104/TBCPADDING 19:28:18,151 INFO [main][CipherTest] transformation=DESEDE/OFB104/X9.23 19:28:18,151 INFO [main][CipherTest] transformation=DESEDE/OFB104/X9.23PADDING 19:28:18,151 INFO [main][CipherTest] transformation=DESEDE/OFB104/ZEROBYTE 19:28:18,151 INFO [main][CipherTest] transformation=DESEDE/OFB104/ZEROBYTEPADDING 19:28:18,151 INFO [main][CipherTest] transformation=DESEDE/OFB112/ 19:28:18,151 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO10126 19:28:18,152 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO10126-2 19:28:18,152 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO10126-2PADDING 19:28:18,152 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO10126PADDING 19:28:18,153 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO7816-4 19:28:18,153 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO7816-4PADDING 19:28:18,153 INFO [main][CipherTest] transformation=DESEDE/OFB112/NOPADDING 19:28:18,153 INFO [main][CipherTest] transformation=DESEDE/OFB112/PKCS5 19:28:18,153 INFO [main][CipherTest] transformation=DESEDE/OFB112/PKCS5PADDING 19:28:18,153 INFO [main][CipherTest] transformation=DESEDE/OFB112/PKCS7 19:28:18,153 INFO [main][CipherTest] transformation=DESEDE/OFB112/PKCS7PADDING 19:28:18,154 INFO [main][CipherTest] transformation=DESEDE/OFB112/TBC 19:28:18,154 INFO [main][CipherTest] transformation=DESEDE/OFB112/TBCPADDING 19:28:18,154 INFO [main][CipherTest] transformation=DESEDE/OFB112/X9.23 19:28:18,154 INFO [main][CipherTest] transformation=DESEDE/OFB112/X9.23PADDING 19:28:18,154 INFO [main][CipherTest] transformation=DESEDE/OFB112/ZEROBYTE 19:28:18,154 INFO [main][CipherTest] transformation=DESEDE/OFB112/ZEROBYTEPADDING 19:28:18,155 INFO [main][CipherTest] transformation=DESEDE/OFB120/ 19:28:18,155 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO10126 19:28:18,155 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO10126-2 19:28:18,156 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO10126-2PADDING 19:28:18,156 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO10126PADDING 19:28:18,156 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO7816-4 19:28:18,156 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO7816-4PADDING 19:28:18,157 INFO [main][CipherTest] transformation=DESEDE/OFB120/NOPADDING 19:28:18,157 INFO [main][CipherTest] transformation=DESEDE/OFB120/PKCS5 19:28:18,157 INFO [main][CipherTest] transformation=DESEDE/OFB120/PKCS5PADDING 19:28:18,157 INFO [main][CipherTest] transformation=DESEDE/OFB120/PKCS7 19:28:18,157 INFO [main][CipherTest] transformation=DESEDE/OFB120/PKCS7PADDING 19:28:18,157 INFO [main][CipherTest] transformation=DESEDE/OFB120/TBC 19:28:18,157 INFO [main][CipherTest] transformation=DESEDE/OFB120/TBCPADDING 19:28:18,158 INFO [main][CipherTest] transformation=DESEDE/OFB120/X9.23 19:28:18,158 INFO [main][CipherTest] transformation=DESEDE/OFB120/X9.23PADDING 19:28:18,158 INFO [main][CipherTest] transformation=DESEDE/OFB120/ZEROBYTE 19:28:18,158 INFO [main][CipherTest] transformation=DESEDE/OFB120/ZEROBYTEPADDING 19:28:18,158 INFO [main][CipherTest] transformation=DESEDE/OFB128/ 19:28:18,158 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO10126 19:28:18,159 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO10126-2 19:28:18,159 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO10126-2PADDING 19:28:18,159 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO10126PADDING 19:28:18,160 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO7816-4 19:28:18,160 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO7816-4PADDING 19:28:18,160 INFO [main][CipherTest] transformation=DESEDE/OFB128/NOPADDING 19:28:18,160 INFO [main][CipherTest] transformation=DESEDE/OFB128/PKCS5 19:28:18,160 INFO [main][CipherTest] transformation=DESEDE/OFB128/PKCS5PADDING 19:28:18,160 INFO [main][CipherTest] transformation=DESEDE/OFB128/PKCS7 19:28:18,161 INFO [main][CipherTest] transformation=DESEDE/OFB128/PKCS7PADDING 19:28:18,161 INFO [main][CipherTest] transformation=DESEDE/OFB128/TBC 19:28:18,161 INFO [main][CipherTest] transformation=DESEDE/OFB128/TBCPADDING 19:28:18,161 INFO [main][CipherTest] transformation=DESEDE/OFB128/X9.23 19:28:18,161 INFO [main][CipherTest] transformation=DESEDE/OFB128/X9.23PADDING 19:28:18,161 INFO [main][CipherTest] transformation=DESEDE/OFB128/ZEROBYTE 19:28:18,161 INFO [main][CipherTest] transformation=DESEDE/OFB128/ZEROBYTEPADDING 19:28:18,162 INFO [main][CipherTest] transformation=DESEDE/OFB136/ 19:28:18,162 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO10126 19:28:18,162 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO10126-2 19:28:18,162 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO10126-2PADDING 19:28:18,163 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO10126PADDING 19:28:18,163 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO7816-4 19:28:18,163 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO7816-4PADDING 19:28:18,163 INFO [main][CipherTest] transformation=DESEDE/OFB136/NOPADDING 19:28:18,163 INFO [main][CipherTest] transformation=DESEDE/OFB136/PKCS5 19:28:18,164 INFO [main][CipherTest] transformation=DESEDE/OFB136/PKCS5PADDING 19:28:18,164 INFO [main][CipherTest] transformation=DESEDE/OFB136/PKCS7 19:28:18,164 INFO [main][CipherTest] transformation=DESEDE/OFB136/PKCS7PADDING 19:28:18,164 INFO [main][CipherTest] transformation=DESEDE/OFB136/TBC 19:28:18,164 INFO [main][CipherTest] transformation=DESEDE/OFB136/TBCPADDING 19:28:18,164 INFO [main][CipherTest] transformation=DESEDE/OFB136/X9.23 19:28:18,165 INFO [main][CipherTest] transformation=DESEDE/OFB136/X9.23PADDING 19:28:18,165 INFO [main][CipherTest] transformation=DESEDE/OFB136/ZEROBYTE 19:28:18,165 INFO [main][CipherTest] transformation=DESEDE/OFB136/ZEROBYTEPADDING 19:28:18,165 INFO [main][CipherTest] transformation=DESEDE/OFB144/ 19:28:18,165 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO10126 19:28:18,165 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO10126-2 19:28:18,166 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO10126-2PADDING 19:28:18,166 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO10126PADDING 19:28:18,166 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO7816-4 19:28:18,166 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO7816-4PADDING 19:28:18,167 INFO [main][CipherTest] transformation=DESEDE/OFB144/NOPADDING 19:28:18,167 INFO [main][CipherTest] transformation=DESEDE/OFB144/PKCS5 19:28:18,167 INFO [main][CipherTest] transformation=DESEDE/OFB144/PKCS5PADDING 19:28:18,167 INFO [main][CipherTest] transformation=DESEDE/OFB144/PKCS7 19:28:18,167 INFO [main][CipherTest] transformation=DESEDE/OFB144/PKCS7PADDING 19:28:18,167 INFO [main][CipherTest] transformation=DESEDE/OFB144/TBC 19:28:18,168 INFO [main][CipherTest] transformation=DESEDE/OFB144/TBCPADDING 19:28:18,168 INFO [main][CipherTest] transformation=DESEDE/OFB144/X9.23 19:28:18,168 INFO [main][CipherTest] transformation=DESEDE/OFB144/X9.23PADDING 19:28:18,168 INFO [main][CipherTest] transformation=DESEDE/OFB144/ZEROBYTE 19:28:18,168 INFO [main][CipherTest] transformation=DESEDE/OFB144/ZEROBYTEPADDING 19:28:18,168 INFO [main][CipherTest] transformation=DESEDE/OFB152/ 19:28:18,169 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO10126 19:28:18,169 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO10126-2 19:28:18,169 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO10126-2PADDING 19:28:18,169 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO10126PADDING 19:28:18,170 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO7816-4 19:28:18,170 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO7816-4PADDING 19:28:18,170 INFO [main][CipherTest] transformation=DESEDE/OFB152/NOPADDING 19:28:18,170 INFO [main][CipherTest] transformation=DESEDE/OFB152/PKCS5 19:28:18,170 INFO [main][CipherTest] transformation=DESEDE/OFB152/PKCS5PADDING 19:28:18,170 INFO [main][CipherTest] transformation=DESEDE/OFB152/PKCS7 19:28:18,171 INFO [main][CipherTest] transformation=DESEDE/OFB152/PKCS7PADDING 19:28:18,171 INFO [main][CipherTest] transformation=DESEDE/OFB152/TBC 19:28:18,171 INFO [main][CipherTest] transformation=DESEDE/OFB152/TBCPADDING 19:28:18,171 INFO [main][CipherTest] transformation=DESEDE/OFB152/X9.23 19:28:18,171 INFO [main][CipherTest] transformation=DESEDE/OFB152/X9.23PADDING 19:28:18,171 INFO [main][CipherTest] transformation=DESEDE/OFB152/ZEROBYTE 19:28:18,171 INFO [main][CipherTest] transformation=DESEDE/OFB152/ZEROBYTEPADDING 19:28:18,172 INFO [main][CipherTest] transformation=DESEDE/OFB16/ 19:28:18,172 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO10126 19:28:18,172 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO10126-2 19:28:18,172 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO10126-2PADDING 19:28:18,173 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO10126PADDING 19:28:18,173 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO7816-4 19:28:18,173 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO7816-4PADDING 19:28:18,173 INFO [main][CipherTest] transformation=DESEDE/OFB16/NOPADDING 19:28:18,173 INFO [main][CipherTest] transformation=DESEDE/OFB16/PKCS5 19:28:18,173 INFO [main][CipherTest] transformation=DESEDE/OFB16/PKCS5PADDING 19:28:18,174 INFO [main][CipherTest] transformation=DESEDE/OFB16/PKCS7 19:28:18,174 INFO [main][CipherTest] transformation=DESEDE/OFB16/PKCS7PADDING 19:28:18,174 INFO [main][CipherTest] transformation=DESEDE/OFB16/TBC 19:28:18,174 INFO [main][CipherTest] transformation=DESEDE/OFB16/TBCPADDING 19:28:18,174 INFO [main][CipherTest] transformation=DESEDE/OFB16/X9.23 19:28:18,174 INFO [main][CipherTest] transformation=DESEDE/OFB16/X9.23PADDING 19:28:18,175 INFO [main][CipherTest] transformation=DESEDE/OFB16/ZEROBYTE 19:28:18,175 INFO [main][CipherTest] transformation=DESEDE/OFB16/ZEROBYTEPADDING 19:28:18,175 INFO [main][CipherTest] transformation=DESEDE/OFB160/ 19:28:18,175 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO10126 19:28:18,175 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO10126-2 19:28:18,176 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO10126-2PADDING 19:28:18,176 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO10126PADDING 19:28:18,176 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO7816-4 19:28:18,176 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO7816-4PADDING 19:28:18,176 INFO [main][CipherTest] transformation=DESEDE/OFB160/NOPADDING 19:28:18,177 INFO [main][CipherTest] transformation=DESEDE/OFB160/PKCS5 19:28:18,177 INFO [main][CipherTest] transformation=DESEDE/OFB160/PKCS5PADDING 19:28:18,177 INFO [main][CipherTest] transformation=DESEDE/OFB160/PKCS7 19:28:18,177 INFO [main][CipherTest] transformation=DESEDE/OFB160/PKCS7PADDING 19:28:18,177 INFO [main][CipherTest] transformation=DESEDE/OFB160/TBC 19:28:18,177 INFO [main][CipherTest] transformation=DESEDE/OFB160/TBCPADDING 19:28:18,178 INFO [main][CipherTest] transformation=DESEDE/OFB160/X9.23 19:28:18,178 INFO [main][CipherTest] transformation=DESEDE/OFB160/X9.23PADDING 19:28:18,178 INFO [main][CipherTest] transformation=DESEDE/OFB160/ZEROBYTE 19:28:18,178 INFO [main][CipherTest] transformation=DESEDE/OFB160/ZEROBYTEPADDING 19:28:18,178 INFO [main][CipherTest] transformation=DESEDE/OFB168/ 19:28:18,178 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO10126 19:28:18,179 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO10126-2 19:28:18,179 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO10126-2PADDING 19:28:18,179 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO10126PADDING 19:28:18,179 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO7816-4 19:28:18,180 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO7816-4PADDING 19:28:18,180 INFO [main][CipherTest] transformation=DESEDE/OFB168/NOPADDING 19:28:18,180 INFO [main][CipherTest] transformation=DESEDE/OFB168/PKCS5 19:28:18,180 INFO [main][CipherTest] transformation=DESEDE/OFB168/PKCS5PADDING 19:28:18,180 INFO [main][CipherTest] transformation=DESEDE/OFB168/PKCS7 19:28:18,180 INFO [main][CipherTest] transformation=DESEDE/OFB168/PKCS7PADDING 19:28:18,181 INFO [main][CipherTest] transformation=DESEDE/OFB168/TBC 19:28:18,181 INFO [main][CipherTest] transformation=DESEDE/OFB168/TBCPADDING 19:28:18,181 INFO [main][CipherTest] transformation=DESEDE/OFB168/X9.23 19:28:18,181 INFO [main][CipherTest] transformation=DESEDE/OFB168/X9.23PADDING 19:28:18,181 INFO [main][CipherTest] transformation=DESEDE/OFB168/ZEROBYTE 19:28:18,181 INFO [main][CipherTest] transformation=DESEDE/OFB168/ZEROBYTEPADDING 19:28:18,181 INFO [main][CipherTest] transformation=DESEDE/OFB176/ 19:28:18,182 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO10126 19:28:18,182 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO10126-2 19:28:18,182 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO10126-2PADDING 19:28:18,182 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO10126PADDING 19:28:18,183 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO7816-4 19:28:18,183 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO7816-4PADDING 19:28:18,183 INFO [main][CipherTest] transformation=DESEDE/OFB176/NOPADDING 19:28:18,183 INFO [main][CipherTest] transformation=DESEDE/OFB176/PKCS5 19:28:18,183 INFO [main][CipherTest] transformation=DESEDE/OFB176/PKCS5PADDING 19:28:18,183 INFO [main][CipherTest] transformation=DESEDE/OFB176/PKCS7 19:28:18,184 INFO [main][CipherTest] transformation=DESEDE/OFB176/PKCS7PADDING 19:28:18,184 INFO [main][CipherTest] transformation=DESEDE/OFB176/TBC 19:28:18,184 INFO [main][CipherTest] transformation=DESEDE/OFB176/TBCPADDING 19:28:18,184 INFO [main][CipherTest] transformation=DESEDE/OFB176/X9.23 19:28:18,184 INFO [main][CipherTest] transformation=DESEDE/OFB176/X9.23PADDING 19:28:18,184 INFO [main][CipherTest] transformation=DESEDE/OFB176/ZEROBYTE 19:28:18,185 INFO [main][CipherTest] transformation=DESEDE/OFB176/ZEROBYTEPADDING 19:28:18,185 INFO [main][CipherTest] transformation=DESEDE/OFB184/ 19:28:18,185 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO10126 19:28:18,185 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO10126-2 19:28:18,185 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO10126-2PADDING 19:28:18,186 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO10126PADDING 19:28:18,186 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO7816-4 19:28:18,186 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO7816-4PADDING 19:28:18,186 INFO [main][CipherTest] transformation=DESEDE/OFB184/NOPADDING 19:28:18,186 INFO [main][CipherTest] transformation=DESEDE/OFB184/PKCS5 19:28:18,187 INFO [main][CipherTest] transformation=DESEDE/OFB184/PKCS5PADDING 19:28:18,187 INFO [main][CipherTest] transformation=DESEDE/OFB184/PKCS7 19:28:18,187 INFO [main][CipherTest] transformation=DESEDE/OFB184/PKCS7PADDING 19:28:18,187 INFO [main][CipherTest] transformation=DESEDE/OFB184/TBC 19:28:18,187 INFO [main][CipherTest] transformation=DESEDE/OFB184/TBCPADDING 19:28:18,187 INFO [main][CipherTest] transformation=DESEDE/OFB184/X9.23 19:28:18,188 INFO [main][CipherTest] transformation=DESEDE/OFB184/X9.23PADDING 19:28:18,188 INFO [main][CipherTest] transformation=DESEDE/OFB184/ZEROBYTE 19:28:18,188 INFO [main][CipherTest] transformation=DESEDE/OFB184/ZEROBYTEPADDING 19:28:18,188 INFO [main][CipherTest] transformation=DESEDE/OFB192/ 19:28:18,188 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO10126 19:28:18,188 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO10126-2 19:28:18,189 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO10126-2PADDING 19:28:18,189 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO10126PADDING 19:28:18,189 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO7816-4 19:28:18,189 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO7816-4PADDING 19:28:18,189 INFO [main][CipherTest] transformation=DESEDE/OFB192/NOPADDING 19:28:18,190 INFO [main][CipherTest] transformation=DESEDE/OFB192/PKCS5 19:28:18,190 INFO [main][CipherTest] transformation=DESEDE/OFB192/PKCS5PADDING 19:28:18,190 INFO [main][CipherTest] transformation=DESEDE/OFB192/PKCS7 19:28:18,190 INFO [main][CipherTest] transformation=DESEDE/OFB192/PKCS7PADDING 19:28:18,190 INFO [main][CipherTest] transformation=DESEDE/OFB192/TBC 19:28:18,190 INFO [main][CipherTest] transformation=DESEDE/OFB192/TBCPADDING 19:28:18,191 INFO [main][CipherTest] transformation=DESEDE/OFB192/X9.23 19:28:18,191 INFO [main][CipherTest] transformation=DESEDE/OFB192/X9.23PADDING 19:28:18,191 INFO [main][CipherTest] transformation=DESEDE/OFB192/ZEROBYTE 19:28:18,191 INFO [main][CipherTest] transformation=DESEDE/OFB192/ZEROBYTEPADDING 19:28:18,191 INFO [main][CipherTest] transformation=DESEDE/OFB200/ 19:28:18,191 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO10126 19:28:18,192 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO10126-2 19:28:18,192 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO10126-2PADDING 19:28:18,192 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO10126PADDING 19:28:18,192 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO7816-4 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO7816-4PADDING 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/NOPADDING 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/PKCS5 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/PKCS5PADDING 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/PKCS7 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/PKCS7PADDING 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/TBC 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/TBCPADDING 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/X9.23 19:28:18,193 INFO [main][CipherTest] transformation=DESEDE/OFB200/X9.23PADDING 19:28:18,194 INFO [main][CipherTest] transformation=DESEDE/OFB200/ZEROBYTE 19:28:18,194 INFO [main][CipherTest] transformation=DESEDE/OFB200/ZEROBYTEPADDING 19:28:18,194 INFO [main][CipherTest] transformation=DESEDE/OFB208/ 19:28:18,194 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO10126 19:28:18,194 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO10126-2 19:28:18,194 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO10126-2PADDING 19:28:18,194 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO10126PADDING 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO7816-4 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO7816-4PADDING 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/NOPADDING 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/PKCS5 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/PKCS5PADDING 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/PKCS7 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/PKCS7PADDING 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/TBC 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/TBCPADDING 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/X9.23 19:28:18,195 INFO [main][CipherTest] transformation=DESEDE/OFB208/X9.23PADDING 19:28:18,196 INFO [main][CipherTest] transformation=DESEDE/OFB208/ZEROBYTE 19:28:18,196 INFO [main][CipherTest] transformation=DESEDE/OFB208/ZEROBYTEPADDING 19:28:18,196 INFO [main][CipherTest] transformation=DESEDE/OFB216/ 19:28:18,196 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO10126 19:28:18,196 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO10126-2 19:28:18,196 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO10126-2PADDING 19:28:18,196 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO10126PADDING 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO7816-4 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO7816-4PADDING 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/NOPADDING 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/PKCS5 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/PKCS5PADDING 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/PKCS7 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/PKCS7PADDING 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/TBC 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/TBCPADDING 19:28:18,197 INFO [main][CipherTest] transformation=DESEDE/OFB216/X9.23 19:28:18,198 INFO [main][CipherTest] transformation=DESEDE/OFB216/X9.23PADDING 19:28:18,198 INFO [main][CipherTest] transformation=DESEDE/OFB216/ZEROBYTE 19:28:18,198 INFO [main][CipherTest] transformation=DESEDE/OFB216/ZEROBYTEPADDING 19:28:18,198 INFO [main][CipherTest] transformation=DESEDE/OFB224/ 19:28:18,198 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO10126 19:28:18,198 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO10126-2 19:28:18,198 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO10126-2PADDING 19:28:18,198 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO10126PADDING 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO7816-4 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO7816-4PADDING 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/NOPADDING 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/PKCS5 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/PKCS5PADDING 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/PKCS7 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/PKCS7PADDING 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/TBC 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/TBCPADDING 19:28:18,199 INFO [main][CipherTest] transformation=DESEDE/OFB224/X9.23 19:28:18,200 INFO [main][CipherTest] transformation=DESEDE/OFB224/X9.23PADDING 19:28:18,200 INFO [main][CipherTest] transformation=DESEDE/OFB224/ZEROBYTE 19:28:18,200 INFO [main][CipherTest] transformation=DESEDE/OFB224/ZEROBYTEPADDING 19:28:18,200 INFO [main][CipherTest] transformation=DESEDE/OFB232/ 19:28:18,200 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO10126 19:28:18,200 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO10126-2 19:28:18,200 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO10126-2PADDING 19:28:18,200 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO10126PADDING 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO7816-4 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO7816-4PADDING 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/NOPADDING 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/PKCS5 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/PKCS5PADDING 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/PKCS7 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/PKCS7PADDING 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/TBC 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/TBCPADDING 19:28:18,201 INFO [main][CipherTest] transformation=DESEDE/OFB232/X9.23 19:28:18,202 INFO [main][CipherTest] transformation=DESEDE/OFB232/X9.23PADDING 19:28:18,202 INFO [main][CipherTest] transformation=DESEDE/OFB232/ZEROBYTE 19:28:18,202 INFO [main][CipherTest] transformation=DESEDE/OFB232/ZEROBYTEPADDING 19:28:18,202 INFO [main][CipherTest] transformation=DESEDE/OFB24/ 19:28:18,202 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO10126 19:28:18,202 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO10126-2 19:28:18,202 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO10126-2PADDING 19:28:18,202 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO10126PADDING 19:28:18,203 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO7816-4 19:28:18,203 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO7816-4PADDING 19:28:18,203 INFO [main][CipherTest] transformation=DESEDE/OFB24/NOPADDING 19:28:18,203 INFO [main][CipherTest] transformation=DESEDE/OFB24/PKCS5 19:28:18,204 INFO [main][CipherTest] transformation=DESEDE/OFB24/PKCS5PADDING 19:28:18,204 INFO [main][CipherTest] transformation=DESEDE/OFB24/PKCS7 19:28:18,204 INFO [main][CipherTest] transformation=DESEDE/OFB24/PKCS7PADDING 19:28:18,204 INFO [main][CipherTest] transformation=DESEDE/OFB24/TBC 19:28:18,204 INFO [main][CipherTest] transformation=DESEDE/OFB24/TBCPADDING 19:28:18,204 INFO [main][CipherTest] transformation=DESEDE/OFB24/X9.23 19:28:18,204 INFO [main][CipherTest] transformation=DESEDE/OFB24/X9.23PADDING 19:28:18,205 INFO [main][CipherTest] transformation=DESEDE/OFB24/ZEROBYTE 19:28:18,205 INFO [main][CipherTest] transformation=DESEDE/OFB24/ZEROBYTEPADDING 19:28:18,205 INFO [main][CipherTest] transformation=DESEDE/OFB240/ 19:28:18,205 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO10126 19:28:18,205 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO10126-2 19:28:18,206 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO10126-2PADDING 19:28:18,206 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO10126PADDING 19:28:18,206 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO7816-4 19:28:18,206 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO7816-4PADDING 19:28:18,206 INFO [main][CipherTest] transformation=DESEDE/OFB240/NOPADDING 19:28:18,206 INFO [main][CipherTest] transformation=DESEDE/OFB240/PKCS5 19:28:18,206 INFO [main][CipherTest] transformation=DESEDE/OFB240/PKCS5PADDING 19:28:18,206 INFO [main][CipherTest] transformation=DESEDE/OFB240/PKCS7 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB240/PKCS7PADDING 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB240/TBC 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB240/TBCPADDING 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB240/X9.23 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB240/X9.23PADDING 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB240/ZEROBYTE 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB240/ZEROBYTEPADDING 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB248/ 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO10126 19:28:18,207 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO10126-2 19:28:18,208 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO10126-2PADDING 19:28:18,208 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO10126PADDING 19:28:18,208 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO7816-4 19:28:18,208 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO7816-4PADDING 19:28:18,208 INFO [main][CipherTest] transformation=DESEDE/OFB248/NOPADDING 19:28:18,209 INFO [main][CipherTest] transformation=DESEDE/OFB248/PKCS5 19:28:18,209 INFO [main][CipherTest] transformation=DESEDE/OFB248/PKCS5PADDING 19:28:18,209 INFO [main][CipherTest] transformation=DESEDE/OFB248/PKCS7 19:28:18,209 INFO [main][CipherTest] transformation=DESEDE/OFB248/PKCS7PADDING 19:28:18,209 INFO [main][CipherTest] transformation=DESEDE/OFB248/TBC 19:28:18,209 INFO [main][CipherTest] transformation=DESEDE/OFB248/TBCPADDING 19:28:18,209 INFO [main][CipherTest] transformation=DESEDE/OFB248/X9.23 19:28:18,210 INFO [main][CipherTest] transformation=DESEDE/OFB248/X9.23PADDING 19:28:18,210 INFO [main][CipherTest] transformation=DESEDE/OFB248/ZEROBYTE 19:28:18,210 INFO [main][CipherTest] transformation=DESEDE/OFB248/ZEROBYTEPADDING 19:28:18,210 INFO [main][CipherTest] transformation=DESEDE/OFB256/ 19:28:18,210 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO10126 19:28:18,211 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO10126-2 19:28:18,211 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO10126-2PADDING 19:28:18,211 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO10126PADDING 19:28:18,212 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO7816-4 19:28:18,212 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO7816-4PADDING 19:28:18,212 INFO [main][CipherTest] transformation=DESEDE/OFB256/NOPADDING 19:28:18,212 INFO [main][CipherTest] transformation=DESEDE/OFB256/PKCS5 19:28:18,212 INFO [main][CipherTest] transformation=DESEDE/OFB256/PKCS5PADDING 19:28:18,212 INFO [main][CipherTest] transformation=DESEDE/OFB256/PKCS7 19:28:18,213 INFO [main][CipherTest] transformation=DESEDE/OFB256/PKCS7PADDING 19:28:18,213 INFO [main][CipherTest] transformation=DESEDE/OFB256/TBC 19:28:18,213 INFO [main][CipherTest] transformation=DESEDE/OFB256/TBCPADDING 19:28:18,213 INFO [main][CipherTest] transformation=DESEDE/OFB256/X9.23 19:28:18,213 INFO [main][CipherTest] transformation=DESEDE/OFB256/X9.23PADDING 19:28:18,213 INFO [main][CipherTest] transformation=DESEDE/OFB256/ZEROBYTE 19:28:18,213 INFO [main][CipherTest] transformation=DESEDE/OFB256/ZEROBYTEPADDING 19:28:18,214 INFO [main][CipherTest] transformation=DESEDE/OFB32/ 19:28:18,214 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO10126 19:28:18,214 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO10126-2 19:28:18,214 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO10126-2PADDING 19:28:18,214 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO10126PADDING 19:28:18,215 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO7816-4 19:28:18,215 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO7816-4PADDING 19:28:18,215 INFO [main][CipherTest] transformation=DESEDE/OFB32/NOPADDING 19:28:18,215 INFO [main][CipherTest] transformation=DESEDE/OFB32/PKCS5 19:28:18,215 INFO [main][CipherTest] transformation=DESEDE/OFB32/PKCS5PADDING 19:28:18,216 INFO [main][CipherTest] transformation=DESEDE/OFB32/PKCS7 19:28:18,216 INFO [main][CipherTest] transformation=DESEDE/OFB32/PKCS7PADDING 19:28:18,216 INFO [main][CipherTest] transformation=DESEDE/OFB32/TBC 19:28:18,216 INFO [main][CipherTest] transformation=DESEDE/OFB32/TBCPADDING 19:28:18,216 INFO [main][CipherTest] transformation=DESEDE/OFB32/X9.23 19:28:18,216 INFO [main][CipherTest] transformation=DESEDE/OFB32/X9.23PADDING 19:28:18,216 INFO [main][CipherTest] transformation=DESEDE/OFB32/ZEROBYTE 19:28:18,217 INFO [main][CipherTest] transformation=DESEDE/OFB32/ZEROBYTEPADDING 19:28:18,217 INFO [main][CipherTest] transformation=DESEDE/OFB40/ 19:28:18,217 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO10126 19:28:18,217 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO10126-2 19:28:18,217 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO10126-2PADDING 19:28:18,218 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO10126PADDING 19:28:18,218 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO7816-4 19:28:18,218 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO7816-4PADDING 19:28:18,218 INFO [main][CipherTest] transformation=DESEDE/OFB40/NOPADDING 19:28:18,218 INFO [main][CipherTest] transformation=DESEDE/OFB40/PKCS5 19:28:18,219 INFO [main][CipherTest] transformation=DESEDE/OFB40/PKCS5PADDING 19:28:18,219 INFO [main][CipherTest] transformation=DESEDE/OFB40/PKCS7 19:28:18,219 INFO [main][CipherTest] transformation=DESEDE/OFB40/PKCS7PADDING 19:28:18,219 INFO [main][CipherTest] transformation=DESEDE/OFB40/TBC 19:28:18,219 INFO [main][CipherTest] transformation=DESEDE/OFB40/TBCPADDING 19:28:18,219 INFO [main][CipherTest] transformation=DESEDE/OFB40/X9.23 19:28:18,219 INFO [main][CipherTest] transformation=DESEDE/OFB40/X9.23PADDING 19:28:18,220 INFO [main][CipherTest] transformation=DESEDE/OFB40/ZEROBYTE 19:28:18,220 INFO [main][CipherTest] transformation=DESEDE/OFB40/ZEROBYTEPADDING 19:28:18,220 INFO [main][CipherTest] transformation=DESEDE/OFB48/ 19:28:18,220 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO10126 19:28:18,220 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO10126-2 19:28:18,221 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO10126-2PADDING 19:28:18,221 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO10126PADDING 19:28:18,221 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO7816-4 19:28:18,221 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO7816-4PADDING 19:28:18,221 INFO [main][CipherTest] transformation=DESEDE/OFB48/NOPADDING 19:28:18,222 INFO [main][CipherTest] transformation=DESEDE/OFB48/PKCS5 19:28:18,222 INFO [main][CipherTest] transformation=DESEDE/OFB48/PKCS5PADDING 19:28:18,222 INFO [main][CipherTest] transformation=DESEDE/OFB48/PKCS7 19:28:18,222 INFO [main][CipherTest] transformation=DESEDE/OFB48/PKCS7PADDING 19:28:18,222 INFO [main][CipherTest] transformation=DESEDE/OFB48/TBC 19:28:18,222 INFO [main][CipherTest] transformation=DESEDE/OFB48/TBCPADDING 19:28:18,222 INFO [main][CipherTest] transformation=DESEDE/OFB48/X9.23 19:28:18,223 INFO [main][CipherTest] transformation=DESEDE/OFB48/X9.23PADDING 19:28:18,223 INFO [main][CipherTest] transformation=DESEDE/OFB48/ZEROBYTE 19:28:18,223 INFO [main][CipherTest] transformation=DESEDE/OFB48/ZEROBYTEPADDING 19:28:18,223 INFO [main][CipherTest] transformation=DESEDE/OFB56/ 19:28:18,223 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO10126 19:28:18,223 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO10126-2 19:28:18,224 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO10126-2PADDING 19:28:18,224 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO10126PADDING 19:28:18,224 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO7816-4 19:28:18,224 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO7816-4PADDING 19:28:18,224 INFO [main][CipherTest] transformation=DESEDE/OFB56/NOPADDING 19:28:18,225 INFO [main][CipherTest] transformation=DESEDE/OFB56/PKCS5 19:28:18,225 INFO [main][CipherTest] transformation=DESEDE/OFB56/PKCS5PADDING 19:28:18,225 INFO [main][CipherTest] transformation=DESEDE/OFB56/PKCS7 19:28:18,225 INFO [main][CipherTest] transformation=DESEDE/OFB56/PKCS7PADDING 19:28:18,225 INFO [main][CipherTest] transformation=DESEDE/OFB56/TBC 19:28:18,225 INFO [main][CipherTest] transformation=DESEDE/OFB56/TBCPADDING 19:28:18,226 INFO [main][CipherTest] transformation=DESEDE/OFB56/X9.23 19:28:18,226 INFO [main][CipherTest] transformation=DESEDE/OFB56/X9.23PADDING 19:28:18,226 INFO [main][CipherTest] transformation=DESEDE/OFB56/ZEROBYTE 19:28:18,226 INFO [main][CipherTest] transformation=DESEDE/OFB56/ZEROBYTEPADDING 19:28:18,226 INFO [main][CipherTest] transformation=DESEDE/OFB64/ 19:28:18,226 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO10126 19:28:18,227 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO10126-2 19:28:18,227 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO10126-2PADDING 19:28:18,227 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO10126PADDING 19:28:18,227 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO7816-4 19:28:18,228 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO7816-4PADDING 19:28:18,228 INFO [main][CipherTest] transformation=DESEDE/OFB64/NOPADDING 19:28:18,228 INFO [main][CipherTest] transformation=DESEDE/OFB64/PKCS5 19:28:18,228 INFO [main][CipherTest] transformation=DESEDE/OFB64/PKCS5PADDING 19:28:18,228 INFO [main][CipherTest] transformation=DESEDE/OFB64/PKCS7 19:28:18,228 INFO [main][CipherTest] transformation=DESEDE/OFB64/PKCS7PADDING 19:28:18,228 INFO [main][CipherTest] transformation=DESEDE/OFB64/TBC 19:28:18,229 INFO [main][CipherTest] transformation=DESEDE/OFB64/TBCPADDING 19:28:18,229 INFO [main][CipherTest] transformation=DESEDE/OFB64/X9.23 19:28:18,229 INFO [main][CipherTest] transformation=DESEDE/OFB64/X9.23PADDING 19:28:18,229 INFO [main][CipherTest] transformation=DESEDE/OFB64/ZEROBYTE 19:28:18,229 INFO [main][CipherTest] transformation=DESEDE/OFB64/ZEROBYTEPADDING 19:28:18,229 INFO [main][CipherTest] transformation=DESEDE/OFB72/ 19:28:18,230 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO10126 19:28:18,230 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO10126-2 19:28:18,230 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO10126-2PADDING 19:28:18,230 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO10126PADDING 19:28:18,230 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO7816-4 19:28:18,231 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO7816-4PADDING 19:28:18,231 INFO [main][CipherTest] transformation=DESEDE/OFB72/NOPADDING 19:28:18,231 INFO [main][CipherTest] transformation=DESEDE/OFB72/PKCS5 19:28:18,231 INFO [main][CipherTest] transformation=DESEDE/OFB72/PKCS5PADDING 19:28:18,231 INFO [main][CipherTest] transformation=DESEDE/OFB72/PKCS7 19:28:18,231 INFO [main][CipherTest] transformation=DESEDE/OFB72/PKCS7PADDING 19:28:18,232 INFO [main][CipherTest] transformation=DESEDE/OFB72/TBC 19:28:18,232 INFO [main][CipherTest] transformation=DESEDE/OFB72/TBCPADDING 19:28:18,232 INFO [main][CipherTest] transformation=DESEDE/OFB72/X9.23 19:28:18,232 INFO [main][CipherTest] transformation=DESEDE/OFB72/X9.23PADDING 19:28:18,232 INFO [main][CipherTest] transformation=DESEDE/OFB72/ZEROBYTE 19:28:18,232 INFO [main][CipherTest] transformation=DESEDE/OFB72/ZEROBYTEPADDING 19:28:18,233 INFO [main][CipherTest] transformation=DESEDE/OFB8/ 19:28:18,233 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO10126 19:28:18,233 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO10126-2 19:28:18,233 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO10126-2PADDING 19:28:18,233 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO10126PADDING 19:28:18,234 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO7816-4 19:28:18,234 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO7816-4PADDING 19:28:18,234 INFO [main][CipherTest] transformation=DESEDE/OFB8/NOPADDING 19:28:18,234 INFO [main][CipherTest] transformation=DESEDE/OFB8/PKCS5 19:28:18,234 INFO [main][CipherTest] transformation=DESEDE/OFB8/PKCS5PADDING 19:28:18,234 INFO [main][CipherTest] transformation=DESEDE/OFB8/PKCS7 19:28:18,235 INFO [main][CipherTest] transformation=DESEDE/OFB8/PKCS7PADDING 19:28:18,235 INFO [main][CipherTest] transformation=DESEDE/OFB8/TBC 19:28:18,235 INFO [main][CipherTest] transformation=DESEDE/OFB8/TBCPADDING 19:28:18,235 INFO [main][CipherTest] transformation=DESEDE/OFB8/X9.23 19:28:18,235 INFO [main][CipherTest] transformation=DESEDE/OFB8/X9.23PADDING 19:28:18,235 INFO [main][CipherTest] transformation=DESEDE/OFB8/ZEROBYTE 19:28:18,236 INFO [main][CipherTest] transformation=DESEDE/OFB8/ZEROBYTEPADDING 19:28:18,236 INFO [main][CipherTest] transformation=DESEDE/OFB80/ 19:28:18,236 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO10126 19:28:18,236 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO10126-2 19:28:18,236 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO10126-2PADDING 19:28:18,237 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO10126PADDING 19:28:18,237 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO7816-4 19:28:18,237 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO7816-4PADDING 19:28:18,237 INFO [main][CipherTest] transformation=DESEDE/OFB80/NOPADDING 19:28:18,237 INFO [main][CipherTest] transformation=DESEDE/OFB80/PKCS5 19:28:18,237 INFO [main][CipherTest] transformation=DESEDE/OFB80/PKCS5PADDING 19:28:18,238 INFO [main][CipherTest] transformation=DESEDE/OFB80/PKCS7 19:28:18,238 INFO [main][CipherTest] transformation=DESEDE/OFB80/PKCS7PADDING 19:28:18,238 INFO [main][CipherTest] transformation=DESEDE/OFB80/TBC 19:28:18,238 INFO [main][CipherTest] transformation=DESEDE/OFB80/TBCPADDING 19:28:18,238 INFO [main][CipherTest] transformation=DESEDE/OFB80/X9.23 19:28:18,238 INFO [main][CipherTest] transformation=DESEDE/OFB80/X9.23PADDING 19:28:18,239 INFO [main][CipherTest] transformation=DESEDE/OFB80/ZEROBYTE 19:28:18,239 INFO [main][CipherTest] transformation=DESEDE/OFB80/ZEROBYTEPADDING 19:28:18,239 INFO [main][CipherTest] transformation=DESEDE/OFB88/ 19:28:18,239 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO10126 19:28:18,239 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO10126-2 19:28:18,239 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO10126-2PADDING 19:28:18,240 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO10126PADDING 19:28:18,240 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO7816-4 19:28:18,240 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO7816-4PADDING 19:28:18,240 INFO [main][CipherTest] transformation=DESEDE/OFB88/NOPADDING 19:28:18,240 INFO [main][CipherTest] transformation=DESEDE/OFB88/PKCS5 19:28:18,241 INFO [main][CipherTest] transformation=DESEDE/OFB88/PKCS5PADDING 19:28:18,241 INFO [main][CipherTest] transformation=DESEDE/OFB88/PKCS7 19:28:18,241 INFO [main][CipherTest] transformation=DESEDE/OFB88/PKCS7PADDING 19:28:18,241 INFO [main][CipherTest] transformation=DESEDE/OFB88/TBC 19:28:18,241 INFO [main][CipherTest] transformation=DESEDE/OFB88/TBCPADDING 19:28:18,241 INFO [main][CipherTest] transformation=DESEDE/OFB88/X9.23 19:28:18,241 INFO [main][CipherTest] transformation=DESEDE/OFB88/X9.23PADDING 19:28:18,242 INFO [main][CipherTest] transformation=DESEDE/OFB88/ZEROBYTE 19:28:18,242 INFO [main][CipherTest] transformation=DESEDE/OFB88/ZEROBYTEPADDING 19:28:18,242 INFO [main][CipherTest] transformation=DESEDE/OFB96/ 19:28:18,242 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO10126 19:28:18,242 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO10126-2 19:28:18,243 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO10126-2PADDING 19:28:18,243 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO10126PADDING 19:28:18,243 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO7816-4 19:28:18,243 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO7816-4PADDING 19:28:18,243 INFO [main][CipherTest] transformation=DESEDE/OFB96/NOPADDING 19:28:18,244 INFO [main][CipherTest] transformation=DESEDE/OFB96/PKCS5 19:28:18,244 INFO [main][CipherTest] transformation=DESEDE/OFB96/PKCS5PADDING 19:28:18,244 INFO [main][CipherTest] transformation=DESEDE/OFB96/PKCS7 19:28:18,244 INFO [main][CipherTest] transformation=DESEDE/OFB96/PKCS7PADDING 19:28:18,244 INFO [main][CipherTest] transformation=DESEDE/OFB96/TBC 19:28:18,244 INFO [main][CipherTest] transformation=DESEDE/OFB96/TBCPADDING 19:28:18,244 INFO [main][CipherTest] transformation=DESEDE/OFB96/X9.23 19:28:18,245 INFO [main][CipherTest] transformation=DESEDE/OFB96/X9.23PADDING 19:28:18,245 INFO [main][CipherTest] transformation=DESEDE/OFB96/ZEROBYTE 19:28:18,245 INFO [main][CipherTest] transformation=DESEDE/OFB96/ZEROBYTEPADDING 19:28:18,245 INFO [main][CipherTest] transformation=DESEDE/SIC/ 19:28:18,245 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO10126 19:28:18,246 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO10126-2 19:28:18,246 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO10126-2PADDING 19:28:18,246 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO10126PADDING 19:28:18,246 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO7816-4 19:28:18,247 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO7816-4PADDING 19:28:18,247 INFO [main][CipherTest] transformation=DESEDE/SIC/NOPADDING 19:28:18,247 INFO [main][CipherTest] transformation=DESEDE/SIC/PKCS5 19:28:18,247 INFO [main][CipherTest] transformation=DESEDE/SIC/PKCS5PADDING 19:28:18,248 INFO [main][CipherTest] transformation=DESEDE/SIC/PKCS7 19:28:18,248 INFO [main][CipherTest] transformation=DESEDE/SIC/PKCS7PADDING 19:28:18,248 INFO [main][CipherTest] transformation=DESEDE/SIC/TBC 19:28:18,248 INFO [main][CipherTest] transformation=DESEDE/SIC/TBCPADDING 19:28:18,248 INFO [main][CipherTest] transformation=DESEDE/SIC/X9.23 19:28:18,249 INFO [main][CipherTest] transformation=DESEDE/SIC/X9.23PADDING 19:28:18,249 INFO [main][CipherTest] transformation=DESEDE/SIC/ZEROBYTE 19:28:18,249 INFO [main][CipherTest] transformation=DESEDE/SIC/ZEROBYTEPADDING 19:28:18,249 INFO [main][CipherTest] transformation=GOST28147// 19:28:18,249 ERROR [main][CipherTest] transformation "GOST28147//": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,250 INFO [main][CipherTest] transformation=GOST28147//NOPADDING 19:28:18,250 ERROR [main][CipherTest] transformation "GOST28147//NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,250 INFO [main][CipherTest] transformation=GOST28147/CBC-CTS/ 19:28:18,250 ERROR [main][CipherTest] transformation "GOST28147/CBC-CTS/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,250 INFO [main][CipherTest] transformation=GOST28147/CBC-CTS/NOPADDING 19:28:18,250 ERROR [main][CipherTest] transformation "GOST28147/CBC-CTS/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,250 INFO [main][CipherTest] transformation=GOST28147/CBC/ 19:28:18,250 ERROR [main][CipherTest] transformation "GOST28147/CBC/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,250 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO10126 19:28:18,251 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,251 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO10126-2 19:28:18,251 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,251 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO10126-2PADDING 19:28:18,252 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,252 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO10126PADDING 19:28:18,253 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,253 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO7816-4 19:28:18,253 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,253 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO7816-4PADDING 19:28:18,253 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,253 INFO [main][CipherTest] transformation=GOST28147/CBC/NOPADDING 19:28:18,253 ERROR [main][CipherTest] transformation "GOST28147/CBC/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,253 INFO [main][CipherTest] transformation=GOST28147/CBC/PKCS5 19:28:18,254 ERROR [main][CipherTest] transformation "GOST28147/CBC/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,254 INFO [main][CipherTest] transformation=GOST28147/CBC/PKCS5PADDING 19:28:18,254 ERROR [main][CipherTest] transformation "GOST28147/CBC/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,254 INFO [main][CipherTest] transformation=GOST28147/CBC/PKCS7 19:28:18,254 ERROR [main][CipherTest] transformation "GOST28147/CBC/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,254 INFO [main][CipherTest] transformation=GOST28147/CBC/PKCS7PADDING 19:28:18,254 ERROR [main][CipherTest] transformation "GOST28147/CBC/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,254 INFO [main][CipherTest] transformation=GOST28147/CBC/TBC 19:28:18,255 ERROR [main][CipherTest] transformation "GOST28147/CBC/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,255 INFO [main][CipherTest] transformation=GOST28147/CBC/TBCPADDING 19:28:18,255 ERROR [main][CipherTest] transformation "GOST28147/CBC/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,255 INFO [main][CipherTest] transformation=GOST28147/CBC/X9.23 19:28:18,255 ERROR [main][CipherTest] transformation "GOST28147/CBC/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,255 INFO [main][CipherTest] transformation=GOST28147/CBC/X9.23PADDING 19:28:18,255 ERROR [main][CipherTest] transformation "GOST28147/CBC/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,255 INFO [main][CipherTest] transformation=GOST28147/CBC/ZEROBYTE 19:28:18,256 ERROR [main][CipherTest] transformation "GOST28147/CBC/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,256 INFO [main][CipherTest] transformation=GOST28147/CBC/ZEROBYTEPADDING 19:28:18,256 ERROR [main][CipherTest] transformation "GOST28147/CBC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,256 INFO [main][CipherTest] transformation=GOST28147/CFB/ 19:28:18,256 ERROR [main][CipherTest] transformation "GOST28147/CFB/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,256 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO10126 19:28:18,256 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,257 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO10126-2 19:28:18,257 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,257 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO10126-2PADDING 19:28:18,257 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,257 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO10126PADDING 19:28:18,257 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,257 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO7816-4 19:28:18,257 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,258 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO7816-4PADDING 19:28:18,258 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,258 INFO [main][CipherTest] transformation=GOST28147/CFB/NOPADDING 19:28:18,258 ERROR [main][CipherTest] transformation "GOST28147/CFB/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,258 INFO [main][CipherTest] transformation=GOST28147/CFB/PKCS5 19:28:18,258 ERROR [main][CipherTest] transformation "GOST28147/CFB/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,258 INFO [main][CipherTest] transformation=GOST28147/CFB/PKCS5PADDING 19:28:18,258 ERROR [main][CipherTest] transformation "GOST28147/CFB/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,258 INFO [main][CipherTest] transformation=GOST28147/CFB/PKCS7 19:28:18,258 ERROR [main][CipherTest] transformation "GOST28147/CFB/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,259 INFO [main][CipherTest] transformation=GOST28147/CFB/PKCS7PADDING 19:28:18,259 ERROR [main][CipherTest] transformation "GOST28147/CFB/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,259 INFO [main][CipherTest] transformation=GOST28147/CFB/TBC 19:28:18,259 ERROR [main][CipherTest] transformation "GOST28147/CFB/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,259 INFO [main][CipherTest] transformation=GOST28147/CFB/TBCPADDING 19:28:18,259 ERROR [main][CipherTest] transformation "GOST28147/CFB/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,259 INFO [main][CipherTest] transformation=GOST28147/CFB/X9.23 19:28:18,259 ERROR [main][CipherTest] transformation "GOST28147/CFB/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,259 INFO [main][CipherTest] transformation=GOST28147/CFB/X9.23PADDING 19:28:18,259 ERROR [main][CipherTest] transformation "GOST28147/CFB/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,260 INFO [main][CipherTest] transformation=GOST28147/CFB/ZEROBYTE 19:28:18,260 ERROR [main][CipherTest] transformation "GOST28147/CFB/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,260 INFO [main][CipherTest] transformation=GOST28147/CFB/ZEROBYTEPADDING 19:28:18,260 ERROR [main][CipherTest] transformation "GOST28147/CFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,260 INFO [main][CipherTest] transformation=GOST28147/CFB104/ 19:28:18,260 ERROR [main][CipherTest] transformation "GOST28147/CFB104/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,260 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO10126 19:28:18,260 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,260 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO10126-2 19:28:18,261 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,261 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO10126-2PADDING 19:28:18,261 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,261 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO10126PADDING 19:28:18,261 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,261 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO7816-4 19:28:18,261 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,261 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO7816-4PADDING 19:28:18,262 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,262 INFO [main][CipherTest] transformation=GOST28147/CFB104/NOPADDING 19:28:18,262 ERROR [main][CipherTest] transformation "GOST28147/CFB104/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,262 INFO [main][CipherTest] transformation=GOST28147/CFB104/PKCS5 19:28:18,262 ERROR [main][CipherTest] transformation "GOST28147/CFB104/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,262 INFO [main][CipherTest] transformation=GOST28147/CFB104/PKCS5PADDING 19:28:18,262 ERROR [main][CipherTest] transformation "GOST28147/CFB104/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,262 INFO [main][CipherTest] transformation=GOST28147/CFB104/PKCS7 19:28:18,262 ERROR [main][CipherTest] transformation "GOST28147/CFB104/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,262 INFO [main][CipherTest] transformation=GOST28147/CFB104/PKCS7PADDING 19:28:18,263 ERROR [main][CipherTest] transformation "GOST28147/CFB104/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,263 INFO [main][CipherTest] transformation=GOST28147/CFB104/TBC 19:28:18,263 ERROR [main][CipherTest] transformation "GOST28147/CFB104/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,263 INFO [main][CipherTest] transformation=GOST28147/CFB104/TBCPADDING 19:28:18,263 ERROR [main][CipherTest] transformation "GOST28147/CFB104/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,263 INFO [main][CipherTest] transformation=GOST28147/CFB104/X9.23 19:28:18,263 ERROR [main][CipherTest] transformation "GOST28147/CFB104/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,263 INFO [main][CipherTest] transformation=GOST28147/CFB104/X9.23PADDING 19:28:18,263 ERROR [main][CipherTest] transformation "GOST28147/CFB104/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,263 INFO [main][CipherTest] transformation=GOST28147/CFB104/ZEROBYTE 19:28:18,264 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,264 INFO [main][CipherTest] transformation=GOST28147/CFB104/ZEROBYTEPADDING 19:28:18,264 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,264 INFO [main][CipherTest] transformation=GOST28147/CFB112/ 19:28:18,264 ERROR [main][CipherTest] transformation "GOST28147/CFB112/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,264 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO10126 19:28:18,264 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,264 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO10126-2 19:28:18,264 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,265 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO10126-2PADDING 19:28:18,265 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,265 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO10126PADDING 19:28:18,265 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,265 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO7816-4 19:28:18,265 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,265 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO7816-4PADDING 19:28:18,265 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,265 INFO [main][CipherTest] transformation=GOST28147/CFB112/NOPADDING 19:28:18,266 ERROR [main][CipherTest] transformation "GOST28147/CFB112/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,266 INFO [main][CipherTest] transformation=GOST28147/CFB112/PKCS5 19:28:18,266 ERROR [main][CipherTest] transformation "GOST28147/CFB112/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,266 INFO [main][CipherTest] transformation=GOST28147/CFB112/PKCS5PADDING 19:28:18,266 ERROR [main][CipherTest] transformation "GOST28147/CFB112/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,266 INFO [main][CipherTest] transformation=GOST28147/CFB112/PKCS7 19:28:18,266 ERROR [main][CipherTest] transformation "GOST28147/CFB112/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,266 INFO [main][CipherTest] transformation=GOST28147/CFB112/PKCS7PADDING 19:28:18,266 ERROR [main][CipherTest] transformation "GOST28147/CFB112/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,266 INFO [main][CipherTest] transformation=GOST28147/CFB112/TBC 19:28:18,267 ERROR [main][CipherTest] transformation "GOST28147/CFB112/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,267 INFO [main][CipherTest] transformation=GOST28147/CFB112/TBCPADDING 19:28:18,267 ERROR [main][CipherTest] transformation "GOST28147/CFB112/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,267 INFO [main][CipherTest] transformation=GOST28147/CFB112/X9.23 19:28:18,267 ERROR [main][CipherTest] transformation "GOST28147/CFB112/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,267 INFO [main][CipherTest] transformation=GOST28147/CFB112/X9.23PADDING 19:28:18,267 ERROR [main][CipherTest] transformation "GOST28147/CFB112/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,267 INFO [main][CipherTest] transformation=GOST28147/CFB112/ZEROBYTE 19:28:18,267 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,268 INFO [main][CipherTest] transformation=GOST28147/CFB112/ZEROBYTEPADDING 19:28:18,268 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,268 INFO [main][CipherTest] transformation=GOST28147/CFB120/ 19:28:18,268 ERROR [main][CipherTest] transformation "GOST28147/CFB120/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,268 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO10126 19:28:18,268 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,268 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO10126-2 19:28:18,268 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,268 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO10126-2PADDING 19:28:18,269 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,269 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO10126PADDING 19:28:18,269 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,269 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO7816-4 19:28:18,269 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,269 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO7816-4PADDING 19:28:18,269 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,269 INFO [main][CipherTest] transformation=GOST28147/CFB120/NOPADDING 19:28:18,269 ERROR [main][CipherTest] transformation "GOST28147/CFB120/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,269 INFO [main][CipherTest] transformation=GOST28147/CFB120/PKCS5 19:28:18,270 ERROR [main][CipherTest] transformation "GOST28147/CFB120/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,270 INFO [main][CipherTest] transformation=GOST28147/CFB120/PKCS5PADDING 19:28:18,270 ERROR [main][CipherTest] transformation "GOST28147/CFB120/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,270 INFO [main][CipherTest] transformation=GOST28147/CFB120/PKCS7 19:28:18,270 ERROR [main][CipherTest] transformation "GOST28147/CFB120/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,270 INFO [main][CipherTest] transformation=GOST28147/CFB120/PKCS7PADDING 19:28:18,270 ERROR [main][CipherTest] transformation "GOST28147/CFB120/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,270 INFO [main][CipherTest] transformation=GOST28147/CFB120/TBC 19:28:18,270 ERROR [main][CipherTest] transformation "GOST28147/CFB120/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,271 INFO [main][CipherTest] transformation=GOST28147/CFB120/TBCPADDING 19:28:18,271 ERROR [main][CipherTest] transformation "GOST28147/CFB120/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,271 INFO [main][CipherTest] transformation=GOST28147/CFB120/X9.23 19:28:18,271 ERROR [main][CipherTest] transformation "GOST28147/CFB120/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,271 INFO [main][CipherTest] transformation=GOST28147/CFB120/X9.23PADDING 19:28:18,271 ERROR [main][CipherTest] transformation "GOST28147/CFB120/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,271 INFO [main][CipherTest] transformation=GOST28147/CFB120/ZEROBYTE 19:28:18,271 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,271 INFO [main][CipherTest] transformation=GOST28147/CFB120/ZEROBYTEPADDING 19:28:18,271 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,272 INFO [main][CipherTest] transformation=GOST28147/CFB128/ 19:28:18,272 ERROR [main][CipherTest] transformation "GOST28147/CFB128/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,272 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO10126 19:28:18,272 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,272 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO10126-2 19:28:18,272 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,272 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO10126-2PADDING 19:28:18,272 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,272 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO10126PADDING 19:28:18,273 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,273 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO7816-4 19:28:18,273 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,273 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO7816-4PADDING 19:28:18,273 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,273 INFO [main][CipherTest] transformation=GOST28147/CFB128/NOPADDING 19:28:18,273 ERROR [main][CipherTest] transformation "GOST28147/CFB128/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,273 INFO [main][CipherTest] transformation=GOST28147/CFB128/PKCS5 19:28:18,273 ERROR [main][CipherTest] transformation "GOST28147/CFB128/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,274 INFO [main][CipherTest] transformation=GOST28147/CFB128/PKCS5PADDING 19:28:18,274 ERROR [main][CipherTest] transformation "GOST28147/CFB128/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,274 INFO [main][CipherTest] transformation=GOST28147/CFB128/PKCS7 19:28:18,274 ERROR [main][CipherTest] transformation "GOST28147/CFB128/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,274 INFO [main][CipherTest] transformation=GOST28147/CFB128/PKCS7PADDING 19:28:18,274 ERROR [main][CipherTest] transformation "GOST28147/CFB128/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,274 INFO [main][CipherTest] transformation=GOST28147/CFB128/TBC 19:28:18,274 ERROR [main][CipherTest] transformation "GOST28147/CFB128/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,274 INFO [main][CipherTest] transformation=GOST28147/CFB128/TBCPADDING 19:28:18,275 ERROR [main][CipherTest] transformation "GOST28147/CFB128/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,275 INFO [main][CipherTest] transformation=GOST28147/CFB128/X9.23 19:28:18,275 ERROR [main][CipherTest] transformation "GOST28147/CFB128/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,275 INFO [main][CipherTest] transformation=GOST28147/CFB128/X9.23PADDING 19:28:18,275 ERROR [main][CipherTest] transformation "GOST28147/CFB128/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,275 INFO [main][CipherTest] transformation=GOST28147/CFB128/ZEROBYTE 19:28:18,275 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,275 INFO [main][CipherTest] transformation=GOST28147/CFB128/ZEROBYTEPADDING 19:28:18,275 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,275 INFO [main][CipherTest] transformation=GOST28147/CFB136/ 19:28:18,276 ERROR [main][CipherTest] transformation "GOST28147/CFB136/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,276 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO10126 19:28:18,276 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,276 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO10126-2 19:28:18,276 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,276 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO10126-2PADDING 19:28:18,276 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,276 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO10126PADDING 19:28:18,276 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,277 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO7816-4 19:28:18,277 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,277 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO7816-4PADDING 19:28:18,277 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,277 INFO [main][CipherTest] transformation=GOST28147/CFB136/NOPADDING 19:28:18,277 ERROR [main][CipherTest] transformation "GOST28147/CFB136/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,277 INFO [main][CipherTest] transformation=GOST28147/CFB136/PKCS5 19:28:18,277 ERROR [main][CipherTest] transformation "GOST28147/CFB136/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,277 INFO [main][CipherTest] transformation=GOST28147/CFB136/PKCS5PADDING 19:28:18,278 ERROR [main][CipherTest] transformation "GOST28147/CFB136/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,278 INFO [main][CipherTest] transformation=GOST28147/CFB136/PKCS7 19:28:18,278 ERROR [main][CipherTest] transformation "GOST28147/CFB136/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,278 INFO [main][CipherTest] transformation=GOST28147/CFB136/PKCS7PADDING 19:28:18,278 ERROR [main][CipherTest] transformation "GOST28147/CFB136/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,278 INFO [main][CipherTest] transformation=GOST28147/CFB136/TBC 19:28:18,278 ERROR [main][CipherTest] transformation "GOST28147/CFB136/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,278 INFO [main][CipherTest] transformation=GOST28147/CFB136/TBCPADDING 19:28:18,278 ERROR [main][CipherTest] transformation "GOST28147/CFB136/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,279 INFO [main][CipherTest] transformation=GOST28147/CFB136/X9.23 19:28:18,279 ERROR [main][CipherTest] transformation "GOST28147/CFB136/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,279 INFO [main][CipherTest] transformation=GOST28147/CFB136/X9.23PADDING 19:28:18,279 ERROR [main][CipherTest] transformation "GOST28147/CFB136/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,279 INFO [main][CipherTest] transformation=GOST28147/CFB136/ZEROBYTE 19:28:18,279 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,279 INFO [main][CipherTest] transformation=GOST28147/CFB136/ZEROBYTEPADDING 19:28:18,279 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,279 INFO [main][CipherTest] transformation=GOST28147/CFB144/ 19:28:18,279 ERROR [main][CipherTest] transformation "GOST28147/CFB144/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,280 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO10126 19:28:18,280 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,280 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO10126-2 19:28:18,280 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,280 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO10126-2PADDING 19:28:18,280 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,280 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO10126PADDING 19:28:18,280 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,280 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO7816-4 19:28:18,281 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,281 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO7816-4PADDING 19:28:18,281 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,281 INFO [main][CipherTest] transformation=GOST28147/CFB144/NOPADDING 19:28:18,281 ERROR [main][CipherTest] transformation "GOST28147/CFB144/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,281 INFO [main][CipherTest] transformation=GOST28147/CFB144/PKCS5 19:28:18,281 ERROR [main][CipherTest] transformation "GOST28147/CFB144/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,281 INFO [main][CipherTest] transformation=GOST28147/CFB144/PKCS5PADDING 19:28:18,281 ERROR [main][CipherTest] transformation "GOST28147/CFB144/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,282 INFO [main][CipherTest] transformation=GOST28147/CFB144/PKCS7 19:28:18,282 ERROR [main][CipherTest] transformation "GOST28147/CFB144/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,282 INFO [main][CipherTest] transformation=GOST28147/CFB144/PKCS7PADDING 19:28:18,282 ERROR [main][CipherTest] transformation "GOST28147/CFB144/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,282 INFO [main][CipherTest] transformation=GOST28147/CFB144/TBC 19:28:18,282 ERROR [main][CipherTest] transformation "GOST28147/CFB144/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,282 INFO [main][CipherTest] transformation=GOST28147/CFB144/TBCPADDING 19:28:18,282 ERROR [main][CipherTest] transformation "GOST28147/CFB144/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,282 INFO [main][CipherTest] transformation=GOST28147/CFB144/X9.23 19:28:18,282 ERROR [main][CipherTest] transformation "GOST28147/CFB144/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,283 INFO [main][CipherTest] transformation=GOST28147/CFB144/X9.23PADDING 19:28:18,283 ERROR [main][CipherTest] transformation "GOST28147/CFB144/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,283 INFO [main][CipherTest] transformation=GOST28147/CFB144/ZEROBYTE 19:28:18,283 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,283 INFO [main][CipherTest] transformation=GOST28147/CFB144/ZEROBYTEPADDING 19:28:18,283 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,283 INFO [main][CipherTest] transformation=GOST28147/CFB152/ 19:28:18,283 ERROR [main][CipherTest] transformation "GOST28147/CFB152/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,283 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO10126 19:28:18,284 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,284 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO10126-2 19:28:18,284 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,284 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO10126-2PADDING 19:28:18,284 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,284 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO10126PADDING 19:28:18,284 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,284 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO7816-4 19:28:18,285 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,285 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO7816-4PADDING 19:28:18,285 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,285 INFO [main][CipherTest] transformation=GOST28147/CFB152/NOPADDING 19:28:18,285 ERROR [main][CipherTest] transformation "GOST28147/CFB152/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,285 INFO [main][CipherTest] transformation=GOST28147/CFB152/PKCS5 19:28:18,285 ERROR [main][CipherTest] transformation "GOST28147/CFB152/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,285 INFO [main][CipherTest] transformation=GOST28147/CFB152/PKCS5PADDING 19:28:18,285 ERROR [main][CipherTest] transformation "GOST28147/CFB152/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,285 INFO [main][CipherTest] transformation=GOST28147/CFB152/PKCS7 19:28:18,286 ERROR [main][CipherTest] transformation "GOST28147/CFB152/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,286 INFO [main][CipherTest] transformation=GOST28147/CFB152/PKCS7PADDING 19:28:18,286 ERROR [main][CipherTest] transformation "GOST28147/CFB152/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,286 INFO [main][CipherTest] transformation=GOST28147/CFB152/TBC 19:28:18,286 ERROR [main][CipherTest] transformation "GOST28147/CFB152/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,286 INFO [main][CipherTest] transformation=GOST28147/CFB152/TBCPADDING 19:28:18,286 ERROR [main][CipherTest] transformation "GOST28147/CFB152/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,286 INFO [main][CipherTest] transformation=GOST28147/CFB152/X9.23 19:28:18,286 ERROR [main][CipherTest] transformation "GOST28147/CFB152/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,287 INFO [main][CipherTest] transformation=GOST28147/CFB152/X9.23PADDING 19:28:18,287 ERROR [main][CipherTest] transformation "GOST28147/CFB152/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,287 INFO [main][CipherTest] transformation=GOST28147/CFB152/ZEROBYTE 19:28:18,287 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,287 INFO [main][CipherTest] transformation=GOST28147/CFB152/ZEROBYTEPADDING 19:28:18,287 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,287 INFO [main][CipherTest] transformation=GOST28147/CFB16/ 19:28:18,287 ERROR [main][CipherTest] transformation "GOST28147/CFB16/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,287 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO10126 19:28:18,287 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,288 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO10126-2 19:28:18,288 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,288 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO10126-2PADDING 19:28:18,288 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,288 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO10126PADDING 19:28:18,288 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,288 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO7816-4 19:28:18,288 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,289 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO7816-4PADDING 19:28:18,289 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,289 INFO [main][CipherTest] transformation=GOST28147/CFB16/NOPADDING 19:28:18,289 ERROR [main][CipherTest] transformation "GOST28147/CFB16/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,289 INFO [main][CipherTest] transformation=GOST28147/CFB16/PKCS5 19:28:18,289 ERROR [main][CipherTest] transformation "GOST28147/CFB16/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,289 INFO [main][CipherTest] transformation=GOST28147/CFB16/PKCS5PADDING 19:28:18,289 ERROR [main][CipherTest] transformation "GOST28147/CFB16/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,289 INFO [main][CipherTest] transformation=GOST28147/CFB16/PKCS7 19:28:18,289 ERROR [main][CipherTest] transformation "GOST28147/CFB16/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,290 INFO [main][CipherTest] transformation=GOST28147/CFB16/PKCS7PADDING 19:28:18,290 ERROR [main][CipherTest] transformation "GOST28147/CFB16/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,290 INFO [main][CipherTest] transformation=GOST28147/CFB16/TBC 19:28:18,290 ERROR [main][CipherTest] transformation "GOST28147/CFB16/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,290 INFO [main][CipherTest] transformation=GOST28147/CFB16/TBCPADDING 19:28:18,290 ERROR [main][CipherTest] transformation "GOST28147/CFB16/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,290 INFO [main][CipherTest] transformation=GOST28147/CFB16/X9.23 19:28:18,290 ERROR [main][CipherTest] transformation "GOST28147/CFB16/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,290 INFO [main][CipherTest] transformation=GOST28147/CFB16/X9.23PADDING 19:28:18,290 ERROR [main][CipherTest] transformation "GOST28147/CFB16/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,291 INFO [main][CipherTest] transformation=GOST28147/CFB16/ZEROBYTE 19:28:18,291 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,291 INFO [main][CipherTest] transformation=GOST28147/CFB16/ZEROBYTEPADDING 19:28:18,291 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,291 INFO [main][CipherTest] transformation=GOST28147/CFB160/ 19:28:18,291 ERROR [main][CipherTest] transformation "GOST28147/CFB160/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,291 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO10126 19:28:18,291 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,292 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO10126-2 19:28:18,292 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,292 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO10126-2PADDING 19:28:18,292 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,292 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO10126PADDING 19:28:18,292 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,292 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO7816-4 19:28:18,292 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,292 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO7816-4PADDING 19:28:18,293 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,293 INFO [main][CipherTest] transformation=GOST28147/CFB160/NOPADDING 19:28:18,293 ERROR [main][CipherTest] transformation "GOST28147/CFB160/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,293 INFO [main][CipherTest] transformation=GOST28147/CFB160/PKCS5 19:28:18,293 ERROR [main][CipherTest] transformation "GOST28147/CFB160/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,293 INFO [main][CipherTest] transformation=GOST28147/CFB160/PKCS5PADDING 19:28:18,293 ERROR [main][CipherTest] transformation "GOST28147/CFB160/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,293 INFO [main][CipherTest] transformation=GOST28147/CFB160/PKCS7 19:28:18,293 ERROR [main][CipherTest] transformation "GOST28147/CFB160/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,293 INFO [main][CipherTest] transformation=GOST28147/CFB160/PKCS7PADDING 19:28:18,294 ERROR [main][CipherTest] transformation "GOST28147/CFB160/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,294 INFO [main][CipherTest] transformation=GOST28147/CFB160/TBC 19:28:18,294 ERROR [main][CipherTest] transformation "GOST28147/CFB160/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,294 INFO [main][CipherTest] transformation=GOST28147/CFB160/TBCPADDING 19:28:18,294 ERROR [main][CipherTest] transformation "GOST28147/CFB160/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,294 INFO [main][CipherTest] transformation=GOST28147/CFB160/X9.23 19:28:18,294 ERROR [main][CipherTest] transformation "GOST28147/CFB160/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,294 INFO [main][CipherTest] transformation=GOST28147/CFB160/X9.23PADDING 19:28:18,294 ERROR [main][CipherTest] transformation "GOST28147/CFB160/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,294 INFO [main][CipherTest] transformation=GOST28147/CFB160/ZEROBYTE 19:28:18,295 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,295 INFO [main][CipherTest] transformation=GOST28147/CFB160/ZEROBYTEPADDING 19:28:18,295 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,295 INFO [main][CipherTest] transformation=GOST28147/CFB168/ 19:28:18,295 ERROR [main][CipherTest] transformation "GOST28147/CFB168/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,295 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO10126 19:28:18,295 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,295 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO10126-2 19:28:18,296 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,296 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO10126-2PADDING 19:28:18,296 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,296 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO10126PADDING 19:28:18,296 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,296 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO7816-4 19:28:18,296 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,296 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO7816-4PADDING 19:28:18,296 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,296 INFO [main][CipherTest] transformation=GOST28147/CFB168/NOPADDING 19:28:18,297 ERROR [main][CipherTest] transformation "GOST28147/CFB168/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,297 INFO [main][CipherTest] transformation=GOST28147/CFB168/PKCS5 19:28:18,297 ERROR [main][CipherTest] transformation "GOST28147/CFB168/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,297 INFO [main][CipherTest] transformation=GOST28147/CFB168/PKCS5PADDING 19:28:18,297 ERROR [main][CipherTest] transformation "GOST28147/CFB168/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,297 INFO [main][CipherTest] transformation=GOST28147/CFB168/PKCS7 19:28:18,297 ERROR [main][CipherTest] transformation "GOST28147/CFB168/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,297 INFO [main][CipherTest] transformation=GOST28147/CFB168/PKCS7PADDING 19:28:18,297 ERROR [main][CipherTest] transformation "GOST28147/CFB168/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,297 INFO [main][CipherTest] transformation=GOST28147/CFB168/TBC 19:28:18,298 ERROR [main][CipherTest] transformation "GOST28147/CFB168/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,298 INFO [main][CipherTest] transformation=GOST28147/CFB168/TBCPADDING 19:28:18,298 ERROR [main][CipherTest] transformation "GOST28147/CFB168/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,298 INFO [main][CipherTest] transformation=GOST28147/CFB168/X9.23 19:28:18,298 ERROR [main][CipherTest] transformation "GOST28147/CFB168/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,298 INFO [main][CipherTest] transformation=GOST28147/CFB168/X9.23PADDING 19:28:18,298 ERROR [main][CipherTest] transformation "GOST28147/CFB168/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,298 INFO [main][CipherTest] transformation=GOST28147/CFB168/ZEROBYTE 19:28:18,299 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,299 INFO [main][CipherTest] transformation=GOST28147/CFB168/ZEROBYTEPADDING 19:28:18,299 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,299 INFO [main][CipherTest] transformation=GOST28147/CFB176/ 19:28:18,299 ERROR [main][CipherTest] transformation "GOST28147/CFB176/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,299 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO10126 19:28:18,299 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,299 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO10126-2 19:28:18,299 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,299 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO10126-2PADDING 19:28:18,300 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,300 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO10126PADDING 19:28:18,300 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,300 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO7816-4 19:28:18,300 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,300 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO7816-4PADDING 19:28:18,300 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,300 INFO [main][CipherTest] transformation=GOST28147/CFB176/NOPADDING 19:28:18,300 ERROR [main][CipherTest] transformation "GOST28147/CFB176/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,301 INFO [main][CipherTest] transformation=GOST28147/CFB176/PKCS5 19:28:18,301 ERROR [main][CipherTest] transformation "GOST28147/CFB176/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,301 INFO [main][CipherTest] transformation=GOST28147/CFB176/PKCS5PADDING 19:28:18,301 ERROR [main][CipherTest] transformation "GOST28147/CFB176/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,301 INFO [main][CipherTest] transformation=GOST28147/CFB176/PKCS7 19:28:18,301 ERROR [main][CipherTest] transformation "GOST28147/CFB176/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,301 INFO [main][CipherTest] transformation=GOST28147/CFB176/PKCS7PADDING 19:28:18,301 ERROR [main][CipherTest] transformation "GOST28147/CFB176/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,301 INFO [main][CipherTest] transformation=GOST28147/CFB176/TBC 19:28:18,301 ERROR [main][CipherTest] transformation "GOST28147/CFB176/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,302 INFO [main][CipherTest] transformation=GOST28147/CFB176/TBCPADDING 19:28:18,302 ERROR [main][CipherTest] transformation "GOST28147/CFB176/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,302 INFO [main][CipherTest] transformation=GOST28147/CFB176/X9.23 19:28:18,302 ERROR [main][CipherTest] transformation "GOST28147/CFB176/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,302 INFO [main][CipherTest] transformation=GOST28147/CFB176/X9.23PADDING 19:28:18,302 ERROR [main][CipherTest] transformation "GOST28147/CFB176/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,302 INFO [main][CipherTest] transformation=GOST28147/CFB176/ZEROBYTE 19:28:18,302 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,302 INFO [main][CipherTest] transformation=GOST28147/CFB176/ZEROBYTEPADDING 19:28:18,303 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,303 INFO [main][CipherTest] transformation=GOST28147/CFB184/ 19:28:18,303 ERROR [main][CipherTest] transformation "GOST28147/CFB184/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,303 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO10126 19:28:18,303 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,303 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO10126-2 19:28:18,303 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,303 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO10126-2PADDING 19:28:18,304 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,304 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO10126PADDING 19:28:18,304 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,304 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO7816-4 19:28:18,304 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,304 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO7816-4PADDING 19:28:18,304 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,304 INFO [main][CipherTest] transformation=GOST28147/CFB184/NOPADDING 19:28:18,304 ERROR [main][CipherTest] transformation "GOST28147/CFB184/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,305 INFO [main][CipherTest] transformation=GOST28147/CFB184/PKCS5 19:28:18,305 ERROR [main][CipherTest] transformation "GOST28147/CFB184/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,305 INFO [main][CipherTest] transformation=GOST28147/CFB184/PKCS5PADDING 19:28:18,305 ERROR [main][CipherTest] transformation "GOST28147/CFB184/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,305 INFO [main][CipherTest] transformation=GOST28147/CFB184/PKCS7 19:28:18,305 ERROR [main][CipherTest] transformation "GOST28147/CFB184/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,305 INFO [main][CipherTest] transformation=GOST28147/CFB184/PKCS7PADDING 19:28:18,305 ERROR [main][CipherTest] transformation "GOST28147/CFB184/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,305 INFO [main][CipherTest] transformation=GOST28147/CFB184/TBC 19:28:18,305 ERROR [main][CipherTest] transformation "GOST28147/CFB184/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,306 INFO [main][CipherTest] transformation=GOST28147/CFB184/TBCPADDING 19:28:18,306 ERROR [main][CipherTest] transformation "GOST28147/CFB184/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,306 INFO [main][CipherTest] transformation=GOST28147/CFB184/X9.23 19:28:18,306 ERROR [main][CipherTest] transformation "GOST28147/CFB184/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,306 INFO [main][CipherTest] transformation=GOST28147/CFB184/X9.23PADDING 19:28:18,306 ERROR [main][CipherTest] transformation "GOST28147/CFB184/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,306 INFO [main][CipherTest] transformation=GOST28147/CFB184/ZEROBYTE 19:28:18,306 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,306 INFO [main][CipherTest] transformation=GOST28147/CFB184/ZEROBYTEPADDING 19:28:18,307 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,307 INFO [main][CipherTest] transformation=GOST28147/CFB192/ 19:28:18,307 ERROR [main][CipherTest] transformation "GOST28147/CFB192/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,307 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO10126 19:28:18,307 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,307 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO10126-2 19:28:18,307 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,307 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO10126-2PADDING 19:28:18,307 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,308 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO10126PADDING 19:28:18,308 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,308 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO7816-4 19:28:18,308 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,308 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO7816-4PADDING 19:28:18,308 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,308 INFO [main][CipherTest] transformation=GOST28147/CFB192/NOPADDING 19:28:18,308 ERROR [main][CipherTest] transformation "GOST28147/CFB192/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,308 INFO [main][CipherTest] transformation=GOST28147/CFB192/PKCS5 19:28:18,309 ERROR [main][CipherTest] transformation "GOST28147/CFB192/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,309 INFO [main][CipherTest] transformation=GOST28147/CFB192/PKCS5PADDING 19:28:18,309 ERROR [main][CipherTest] transformation "GOST28147/CFB192/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,309 INFO [main][CipherTest] transformation=GOST28147/CFB192/PKCS7 19:28:18,309 ERROR [main][CipherTest] transformation "GOST28147/CFB192/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,309 INFO [main][CipherTest] transformation=GOST28147/CFB192/PKCS7PADDING 19:28:18,309 ERROR [main][CipherTest] transformation "GOST28147/CFB192/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,309 INFO [main][CipherTest] transformation=GOST28147/CFB192/TBC 19:28:18,309 ERROR [main][CipherTest] transformation "GOST28147/CFB192/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,309 INFO [main][CipherTest] transformation=GOST28147/CFB192/TBCPADDING 19:28:18,310 ERROR [main][CipherTest] transformation "GOST28147/CFB192/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,310 INFO [main][CipherTest] transformation=GOST28147/CFB192/X9.23 19:28:18,310 ERROR [main][CipherTest] transformation "GOST28147/CFB192/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,310 INFO [main][CipherTest] transformation=GOST28147/CFB192/X9.23PADDING 19:28:18,310 ERROR [main][CipherTest] transformation "GOST28147/CFB192/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,310 INFO [main][CipherTest] transformation=GOST28147/CFB192/ZEROBYTE 19:28:18,310 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,310 INFO [main][CipherTest] transformation=GOST28147/CFB192/ZEROBYTEPADDING 19:28:18,310 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,311 INFO [main][CipherTest] transformation=GOST28147/CFB200/ 19:28:18,311 ERROR [main][CipherTest] transformation "GOST28147/CFB200/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,311 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO10126 19:28:18,311 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,311 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO10126-2 19:28:18,311 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,311 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO10126-2PADDING 19:28:18,311 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,311 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO10126PADDING 19:28:18,312 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,312 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO7816-4 19:28:18,312 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,312 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO7816-4PADDING 19:28:18,312 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,312 INFO [main][CipherTest] transformation=GOST28147/CFB200/NOPADDING 19:28:18,312 ERROR [main][CipherTest] transformation "GOST28147/CFB200/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,312 INFO [main][CipherTest] transformation=GOST28147/CFB200/PKCS5 19:28:18,312 ERROR [main][CipherTest] transformation "GOST28147/CFB200/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,313 INFO [main][CipherTest] transformation=GOST28147/CFB200/PKCS5PADDING 19:28:18,313 ERROR [main][CipherTest] transformation "GOST28147/CFB200/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,313 INFO [main][CipherTest] transformation=GOST28147/CFB200/PKCS7 19:28:18,313 ERROR [main][CipherTest] transformation "GOST28147/CFB200/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,313 INFO [main][CipherTest] transformation=GOST28147/CFB200/PKCS7PADDING 19:28:18,313 ERROR [main][CipherTest] transformation "GOST28147/CFB200/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,313 INFO [main][CipherTest] transformation=GOST28147/CFB200/TBC 19:28:18,313 ERROR [main][CipherTest] transformation "GOST28147/CFB200/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,313 INFO [main][CipherTest] transformation=GOST28147/CFB200/TBCPADDING 19:28:18,313 ERROR [main][CipherTest] transformation "GOST28147/CFB200/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,314 INFO [main][CipherTest] transformation=GOST28147/CFB200/X9.23 19:28:18,314 ERROR [main][CipherTest] transformation "GOST28147/CFB200/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,314 INFO [main][CipherTest] transformation=GOST28147/CFB200/X9.23PADDING 19:28:18,314 ERROR [main][CipherTest] transformation "GOST28147/CFB200/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,314 INFO [main][CipherTest] transformation=GOST28147/CFB200/ZEROBYTE 19:28:18,314 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,314 INFO [main][CipherTest] transformation=GOST28147/CFB200/ZEROBYTEPADDING 19:28:18,314 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,314 INFO [main][CipherTest] transformation=GOST28147/CFB208/ 19:28:18,315 ERROR [main][CipherTest] transformation "GOST28147/CFB208/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,315 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO10126 19:28:18,315 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,315 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO10126-2 19:28:18,315 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,315 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO10126-2PADDING 19:28:18,315 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,315 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO10126PADDING 19:28:18,315 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,316 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO7816-4 19:28:18,316 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,316 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO7816-4PADDING 19:28:18,316 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,316 INFO [main][CipherTest] transformation=GOST28147/CFB208/NOPADDING 19:28:18,316 ERROR [main][CipherTest] transformation "GOST28147/CFB208/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,316 INFO [main][CipherTest] transformation=GOST28147/CFB208/PKCS5 19:28:18,316 ERROR [main][CipherTest] transformation "GOST28147/CFB208/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,316 INFO [main][CipherTest] transformation=GOST28147/CFB208/PKCS5PADDING 19:28:18,317 ERROR [main][CipherTest] transformation "GOST28147/CFB208/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,317 INFO [main][CipherTest] transformation=GOST28147/CFB208/PKCS7 19:28:18,317 ERROR [main][CipherTest] transformation "GOST28147/CFB208/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,317 INFO [main][CipherTest] transformation=GOST28147/CFB208/PKCS7PADDING 19:28:18,317 ERROR [main][CipherTest] transformation "GOST28147/CFB208/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,317 INFO [main][CipherTest] transformation=GOST28147/CFB208/TBC 19:28:18,317 ERROR [main][CipherTest] transformation "GOST28147/CFB208/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,317 INFO [main][CipherTest] transformation=GOST28147/CFB208/TBCPADDING 19:28:18,317 ERROR [main][CipherTest] transformation "GOST28147/CFB208/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,317 INFO [main][CipherTest] transformation=GOST28147/CFB208/X9.23 19:28:18,318 ERROR [main][CipherTest] transformation "GOST28147/CFB208/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,318 INFO [main][CipherTest] transformation=GOST28147/CFB208/X9.23PADDING 19:28:18,318 ERROR [main][CipherTest] transformation "GOST28147/CFB208/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,318 INFO [main][CipherTest] transformation=GOST28147/CFB208/ZEROBYTE 19:28:18,318 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,318 INFO [main][CipherTest] transformation=GOST28147/CFB208/ZEROBYTEPADDING 19:28:18,318 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,318 INFO [main][CipherTest] transformation=GOST28147/CFB216/ 19:28:18,318 ERROR [main][CipherTest] transformation "GOST28147/CFB216/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,318 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO10126 19:28:18,319 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,319 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO10126-2 19:28:18,319 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,319 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO10126-2PADDING 19:28:18,319 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,319 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO10126PADDING 19:28:18,319 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,319 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO7816-4 19:28:18,320 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,320 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO7816-4PADDING 19:28:18,320 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,320 INFO [main][CipherTest] transformation=GOST28147/CFB216/NOPADDING 19:28:18,320 ERROR [main][CipherTest] transformation "GOST28147/CFB216/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,320 INFO [main][CipherTest] transformation=GOST28147/CFB216/PKCS5 19:28:18,320 ERROR [main][CipherTest] transformation "GOST28147/CFB216/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,320 INFO [main][CipherTest] transformation=GOST28147/CFB216/PKCS5PADDING 19:28:18,320 ERROR [main][CipherTest] transformation "GOST28147/CFB216/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,320 INFO [main][CipherTest] transformation=GOST28147/CFB216/PKCS7 19:28:18,321 ERROR [main][CipherTest] transformation "GOST28147/CFB216/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,321 INFO [main][CipherTest] transformation=GOST28147/CFB216/PKCS7PADDING 19:28:18,321 ERROR [main][CipherTest] transformation "GOST28147/CFB216/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,321 INFO [main][CipherTest] transformation=GOST28147/CFB216/TBC 19:28:18,321 ERROR [main][CipherTest] transformation "GOST28147/CFB216/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,321 INFO [main][CipherTest] transformation=GOST28147/CFB216/TBCPADDING 19:28:18,321 ERROR [main][CipherTest] transformation "GOST28147/CFB216/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,321 INFO [main][CipherTest] transformation=GOST28147/CFB216/X9.23 19:28:18,321 ERROR [main][CipherTest] transformation "GOST28147/CFB216/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,321 INFO [main][CipherTest] transformation=GOST28147/CFB216/X9.23PADDING 19:28:18,322 ERROR [main][CipherTest] transformation "GOST28147/CFB216/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,322 INFO [main][CipherTest] transformation=GOST28147/CFB216/ZEROBYTE 19:28:18,322 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,322 INFO [main][CipherTest] transformation=GOST28147/CFB216/ZEROBYTEPADDING 19:28:18,322 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,322 INFO [main][CipherTest] transformation=GOST28147/CFB224/ 19:28:18,322 ERROR [main][CipherTest] transformation "GOST28147/CFB224/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,322 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO10126 19:28:18,322 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,323 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO10126-2 19:28:18,323 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,323 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO10126-2PADDING 19:28:18,323 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,323 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO10126PADDING 19:28:18,323 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,323 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO7816-4 19:28:18,323 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,323 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO7816-4PADDING 19:28:18,324 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,324 INFO [main][CipherTest] transformation=GOST28147/CFB224/NOPADDING 19:28:18,324 ERROR [main][CipherTest] transformation "GOST28147/CFB224/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,324 INFO [main][CipherTest] transformation=GOST28147/CFB224/PKCS5 19:28:18,324 ERROR [main][CipherTest] transformation "GOST28147/CFB224/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,324 INFO [main][CipherTest] transformation=GOST28147/CFB224/PKCS5PADDING 19:28:18,324 ERROR [main][CipherTest] transformation "GOST28147/CFB224/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,324 INFO [main][CipherTest] transformation=GOST28147/CFB224/PKCS7 19:28:18,324 ERROR [main][CipherTest] transformation "GOST28147/CFB224/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,324 INFO [main][CipherTest] transformation=GOST28147/CFB224/PKCS7PADDING 19:28:18,325 ERROR [main][CipherTest] transformation "GOST28147/CFB224/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,325 INFO [main][CipherTest] transformation=GOST28147/CFB224/TBC 19:28:18,325 ERROR [main][CipherTest] transformation "GOST28147/CFB224/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,325 INFO [main][CipherTest] transformation=GOST28147/CFB224/TBCPADDING 19:28:18,325 ERROR [main][CipherTest] transformation "GOST28147/CFB224/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,325 INFO [main][CipherTest] transformation=GOST28147/CFB224/X9.23 19:28:18,325 ERROR [main][CipherTest] transformation "GOST28147/CFB224/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,325 INFO [main][CipherTest] transformation=GOST28147/CFB224/X9.23PADDING 19:28:18,325 ERROR [main][CipherTest] transformation "GOST28147/CFB224/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,325 INFO [main][CipherTest] transformation=GOST28147/CFB224/ZEROBYTE 19:28:18,326 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,326 INFO [main][CipherTest] transformation=GOST28147/CFB224/ZEROBYTEPADDING 19:28:18,326 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,326 INFO [main][CipherTest] transformation=GOST28147/CFB232/ 19:28:18,326 ERROR [main][CipherTest] transformation "GOST28147/CFB232/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,326 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO10126 19:28:18,326 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,326 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO10126-2 19:28:18,327 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,327 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO10126-2PADDING 19:28:18,327 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,327 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO10126PADDING 19:28:18,327 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,327 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO7816-4 19:28:18,327 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,327 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO7816-4PADDING 19:28:18,327 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,327 INFO [main][CipherTest] transformation=GOST28147/CFB232/NOPADDING 19:28:18,328 ERROR [main][CipherTest] transformation "GOST28147/CFB232/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,328 INFO [main][CipherTest] transformation=GOST28147/CFB232/PKCS5 19:28:18,328 ERROR [main][CipherTest] transformation "GOST28147/CFB232/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,328 INFO [main][CipherTest] transformation=GOST28147/CFB232/PKCS5PADDING 19:28:18,328 ERROR [main][CipherTest] transformation "GOST28147/CFB232/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,328 INFO [main][CipherTest] transformation=GOST28147/CFB232/PKCS7 19:28:18,328 ERROR [main][CipherTest] transformation "GOST28147/CFB232/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,328 INFO [main][CipherTest] transformation=GOST28147/CFB232/PKCS7PADDING 19:28:18,329 ERROR [main][CipherTest] transformation "GOST28147/CFB232/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,329 INFO [main][CipherTest] transformation=GOST28147/CFB232/TBC 19:28:18,329 ERROR [main][CipherTest] transformation "GOST28147/CFB232/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,329 INFO [main][CipherTest] transformation=GOST28147/CFB232/TBCPADDING 19:28:18,329 ERROR [main][CipherTest] transformation "GOST28147/CFB232/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,329 INFO [main][CipherTest] transformation=GOST28147/CFB232/X9.23 19:28:18,329 ERROR [main][CipherTest] transformation "GOST28147/CFB232/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,329 INFO [main][CipherTest] transformation=GOST28147/CFB232/X9.23PADDING 19:28:18,329 ERROR [main][CipherTest] transformation "GOST28147/CFB232/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,329 INFO [main][CipherTest] transformation=GOST28147/CFB232/ZEROBYTE 19:28:18,330 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,330 INFO [main][CipherTest] transformation=GOST28147/CFB232/ZEROBYTEPADDING 19:28:18,330 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,330 INFO [main][CipherTest] transformation=GOST28147/CFB24/ 19:28:18,330 ERROR [main][CipherTest] transformation "GOST28147/CFB24/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,330 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO10126 19:28:18,330 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,330 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO10126-2 19:28:18,330 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,331 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO10126-2PADDING 19:28:18,331 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,331 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO10126PADDING 19:28:18,331 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,331 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO7816-4 19:28:18,331 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,331 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO7816-4PADDING 19:28:18,331 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,331 INFO [main][CipherTest] transformation=GOST28147/CFB24/NOPADDING 19:28:18,332 ERROR [main][CipherTest] transformation "GOST28147/CFB24/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,332 INFO [main][CipherTest] transformation=GOST28147/CFB24/PKCS5 19:28:18,332 ERROR [main][CipherTest] transformation "GOST28147/CFB24/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,332 INFO [main][CipherTest] transformation=GOST28147/CFB24/PKCS5PADDING 19:28:18,332 ERROR [main][CipherTest] transformation "GOST28147/CFB24/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,332 INFO [main][CipherTest] transformation=GOST28147/CFB24/PKCS7 19:28:18,332 ERROR [main][CipherTest] transformation "GOST28147/CFB24/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,332 INFO [main][CipherTest] transformation=GOST28147/CFB24/PKCS7PADDING 19:28:18,332 ERROR [main][CipherTest] transformation "GOST28147/CFB24/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,332 INFO [main][CipherTest] transformation=GOST28147/CFB24/TBC 19:28:18,333 ERROR [main][CipherTest] transformation "GOST28147/CFB24/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,333 INFO [main][CipherTest] transformation=GOST28147/CFB24/TBCPADDING 19:28:18,333 ERROR [main][CipherTest] transformation "GOST28147/CFB24/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,333 INFO [main][CipherTest] transformation=GOST28147/CFB24/X9.23 19:28:18,333 ERROR [main][CipherTest] transformation "GOST28147/CFB24/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,333 INFO [main][CipherTest] transformation=GOST28147/CFB24/X9.23PADDING 19:28:18,333 ERROR [main][CipherTest] transformation "GOST28147/CFB24/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,333 INFO [main][CipherTest] transformation=GOST28147/CFB24/ZEROBYTE 19:28:18,333 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,333 INFO [main][CipherTest] transformation=GOST28147/CFB24/ZEROBYTEPADDING 19:28:18,334 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,334 INFO [main][CipherTest] transformation=GOST28147/CFB240/ 19:28:18,334 ERROR [main][CipherTest] transformation "GOST28147/CFB240/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,334 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO10126 19:28:18,334 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,334 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO10126-2 19:28:18,334 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,334 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO10126-2PADDING 19:28:18,335 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,335 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO10126PADDING 19:28:18,335 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,335 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO7816-4 19:28:18,335 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,335 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO7816-4PADDING 19:28:18,335 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,335 INFO [main][CipherTest] transformation=GOST28147/CFB240/NOPADDING 19:28:18,335 ERROR [main][CipherTest] transformation "GOST28147/CFB240/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,336 INFO [main][CipherTest] transformation=GOST28147/CFB240/PKCS5 19:28:18,336 ERROR [main][CipherTest] transformation "GOST28147/CFB240/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,336 INFO [main][CipherTest] transformation=GOST28147/CFB240/PKCS5PADDING 19:28:18,336 ERROR [main][CipherTest] transformation "GOST28147/CFB240/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,336 INFO [main][CipherTest] transformation=GOST28147/CFB240/PKCS7 19:28:18,336 ERROR [main][CipherTest] transformation "GOST28147/CFB240/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,336 INFO [main][CipherTest] transformation=GOST28147/CFB240/PKCS7PADDING 19:28:18,336 ERROR [main][CipherTest] transformation "GOST28147/CFB240/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,336 INFO [main][CipherTest] transformation=GOST28147/CFB240/TBC 19:28:18,336 ERROR [main][CipherTest] transformation "GOST28147/CFB240/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,337 INFO [main][CipherTest] transformation=GOST28147/CFB240/TBCPADDING 19:28:18,337 ERROR [main][CipherTest] transformation "GOST28147/CFB240/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,337 INFO [main][CipherTest] transformation=GOST28147/CFB240/X9.23 19:28:18,337 ERROR [main][CipherTest] transformation "GOST28147/CFB240/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,337 INFO [main][CipherTest] transformation=GOST28147/CFB240/X9.23PADDING 19:28:18,337 ERROR [main][CipherTest] transformation "GOST28147/CFB240/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,337 INFO [main][CipherTest] transformation=GOST28147/CFB240/ZEROBYTE 19:28:18,337 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,337 INFO [main][CipherTest] transformation=GOST28147/CFB240/ZEROBYTEPADDING 19:28:18,337 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,338 INFO [main][CipherTest] transformation=GOST28147/CFB248/ 19:28:18,338 ERROR [main][CipherTest] transformation "GOST28147/CFB248/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,338 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO10126 19:28:18,338 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,338 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO10126-2 19:28:18,338 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,338 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO10126-2PADDING 19:28:18,338 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,338 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO10126PADDING 19:28:18,339 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,339 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO7816-4 19:28:18,339 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,339 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO7816-4PADDING 19:28:18,339 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,339 INFO [main][CipherTest] transformation=GOST28147/CFB248/NOPADDING 19:28:18,339 ERROR [main][CipherTest] transformation "GOST28147/CFB248/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,339 INFO [main][CipherTest] transformation=GOST28147/CFB248/PKCS5 19:28:18,340 ERROR [main][CipherTest] transformation "GOST28147/CFB248/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,340 INFO [main][CipherTest] transformation=GOST28147/CFB248/PKCS5PADDING 19:28:18,340 ERROR [main][CipherTest] transformation "GOST28147/CFB248/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,340 INFO [main][CipherTest] transformation=GOST28147/CFB248/PKCS7 19:28:18,340 ERROR [main][CipherTest] transformation "GOST28147/CFB248/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,340 INFO [main][CipherTest] transformation=GOST28147/CFB248/PKCS7PADDING 19:28:18,340 ERROR [main][CipherTest] transformation "GOST28147/CFB248/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,340 INFO [main][CipherTest] transformation=GOST28147/CFB248/TBC 19:28:18,340 ERROR [main][CipherTest] transformation "GOST28147/CFB248/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,340 INFO [main][CipherTest] transformation=GOST28147/CFB248/TBCPADDING 19:28:18,341 ERROR [main][CipherTest] transformation "GOST28147/CFB248/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,341 INFO [main][CipherTest] transformation=GOST28147/CFB248/X9.23 19:28:18,341 ERROR [main][CipherTest] transformation "GOST28147/CFB248/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,341 INFO [main][CipherTest] transformation=GOST28147/CFB248/X9.23PADDING 19:28:18,341 ERROR [main][CipherTest] transformation "GOST28147/CFB248/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,341 INFO [main][CipherTest] transformation=GOST28147/CFB248/ZEROBYTE 19:28:18,341 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,341 INFO [main][CipherTest] transformation=GOST28147/CFB248/ZEROBYTEPADDING 19:28:18,341 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,341 INFO [main][CipherTest] transformation=GOST28147/CFB256/ 19:28:18,342 ERROR [main][CipherTest] transformation "GOST28147/CFB256/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,342 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO10126 19:28:18,342 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,342 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO10126-2 19:28:18,342 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,342 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO10126-2PADDING 19:28:18,342 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,342 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO10126PADDING 19:28:18,342 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,343 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO7816-4 19:28:18,343 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,343 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO7816-4PADDING 19:28:18,343 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,343 INFO [main][CipherTest] transformation=GOST28147/CFB256/NOPADDING 19:28:18,343 ERROR [main][CipherTest] transformation "GOST28147/CFB256/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,343 INFO [main][CipherTest] transformation=GOST28147/CFB256/PKCS5 19:28:18,343 ERROR [main][CipherTest] transformation "GOST28147/CFB256/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,343 INFO [main][CipherTest] transformation=GOST28147/CFB256/PKCS5PADDING 19:28:18,343 ERROR [main][CipherTest] transformation "GOST28147/CFB256/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,344 INFO [main][CipherTest] transformation=GOST28147/CFB256/PKCS7 19:28:18,344 ERROR [main][CipherTest] transformation "GOST28147/CFB256/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,344 INFO [main][CipherTest] transformation=GOST28147/CFB256/PKCS7PADDING 19:28:18,344 ERROR [main][CipherTest] transformation "GOST28147/CFB256/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,344 INFO [main][CipherTest] transformation=GOST28147/CFB256/TBC 19:28:18,344 ERROR [main][CipherTest] transformation "GOST28147/CFB256/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,344 INFO [main][CipherTest] transformation=GOST28147/CFB256/TBCPADDING 19:28:18,344 ERROR [main][CipherTest] transformation "GOST28147/CFB256/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,344 INFO [main][CipherTest] transformation=GOST28147/CFB256/X9.23 19:28:18,344 ERROR [main][CipherTest] transformation "GOST28147/CFB256/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,345 INFO [main][CipherTest] transformation=GOST28147/CFB256/X9.23PADDING 19:28:18,345 ERROR [main][CipherTest] transformation "GOST28147/CFB256/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,345 INFO [main][CipherTest] transformation=GOST28147/CFB256/ZEROBYTE 19:28:18,345 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,345 INFO [main][CipherTest] transformation=GOST28147/CFB256/ZEROBYTEPADDING 19:28:18,345 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,345 INFO [main][CipherTest] transformation=GOST28147/CFB32/ 19:28:18,345 ERROR [main][CipherTest] transformation "GOST28147/CFB32/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,345 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO10126 19:28:18,346 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,346 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO10126-2 19:28:18,346 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,346 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO10126-2PADDING 19:28:18,346 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,346 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO10126PADDING 19:28:18,346 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,346 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO7816-4 19:28:18,346 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,347 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO7816-4PADDING 19:28:18,347 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,347 INFO [main][CipherTest] transformation=GOST28147/CFB32/NOPADDING 19:28:18,347 ERROR [main][CipherTest] transformation "GOST28147/CFB32/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,347 INFO [main][CipherTest] transformation=GOST28147/CFB32/PKCS5 19:28:18,347 ERROR [main][CipherTest] transformation "GOST28147/CFB32/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,347 INFO [main][CipherTest] transformation=GOST28147/CFB32/PKCS5PADDING 19:28:18,347 ERROR [main][CipherTest] transformation "GOST28147/CFB32/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,347 INFO [main][CipherTest] transformation=GOST28147/CFB32/PKCS7 19:28:18,348 ERROR [main][CipherTest] transformation "GOST28147/CFB32/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,348 INFO [main][CipherTest] transformation=GOST28147/CFB32/PKCS7PADDING 19:28:18,348 ERROR [main][CipherTest] transformation "GOST28147/CFB32/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,348 INFO [main][CipherTest] transformation=GOST28147/CFB32/TBC 19:28:18,348 ERROR [main][CipherTest] transformation "GOST28147/CFB32/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,348 INFO [main][CipherTest] transformation=GOST28147/CFB32/TBCPADDING 19:28:18,348 ERROR [main][CipherTest] transformation "GOST28147/CFB32/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,348 INFO [main][CipherTest] transformation=GOST28147/CFB32/X9.23 19:28:18,348 ERROR [main][CipherTest] transformation "GOST28147/CFB32/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,348 INFO [main][CipherTest] transformation=GOST28147/CFB32/X9.23PADDING 19:28:18,348 ERROR [main][CipherTest] transformation "GOST28147/CFB32/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,349 INFO [main][CipherTest] transformation=GOST28147/CFB32/ZEROBYTE 19:28:18,349 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,349 INFO [main][CipherTest] transformation=GOST28147/CFB32/ZEROBYTEPADDING 19:28:18,349 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,349 INFO [main][CipherTest] transformation=GOST28147/CFB40/ 19:28:18,349 ERROR [main][CipherTest] transformation "GOST28147/CFB40/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,349 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO10126 19:28:18,349 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,349 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO10126-2 19:28:18,350 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,350 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO10126-2PADDING 19:28:18,350 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,350 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO10126PADDING 19:28:18,350 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,350 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO7816-4 19:28:18,350 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,350 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO7816-4PADDING 19:28:18,350 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,351 INFO [main][CipherTest] transformation=GOST28147/CFB40/NOPADDING 19:28:18,351 ERROR [main][CipherTest] transformation "GOST28147/CFB40/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,351 INFO [main][CipherTest] transformation=GOST28147/CFB40/PKCS5 19:28:18,351 ERROR [main][CipherTest] transformation "GOST28147/CFB40/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,351 INFO [main][CipherTest] transformation=GOST28147/CFB40/PKCS5PADDING 19:28:18,351 ERROR [main][CipherTest] transformation "GOST28147/CFB40/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,351 INFO [main][CipherTest] transformation=GOST28147/CFB40/PKCS7 19:28:18,351 ERROR [main][CipherTest] transformation "GOST28147/CFB40/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,351 INFO [main][CipherTest] transformation=GOST28147/CFB40/PKCS7PADDING 19:28:18,351 ERROR [main][CipherTest] transformation "GOST28147/CFB40/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,352 INFO [main][CipherTest] transformation=GOST28147/CFB40/TBC 19:28:18,352 ERROR [main][CipherTest] transformation "GOST28147/CFB40/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,352 INFO [main][CipherTest] transformation=GOST28147/CFB40/TBCPADDING 19:28:18,352 ERROR [main][CipherTest] transformation "GOST28147/CFB40/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,352 INFO [main][CipherTest] transformation=GOST28147/CFB40/X9.23 19:28:18,352 ERROR [main][CipherTest] transformation "GOST28147/CFB40/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,352 INFO [main][CipherTest] transformation=GOST28147/CFB40/X9.23PADDING 19:28:18,352 ERROR [main][CipherTest] transformation "GOST28147/CFB40/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,352 INFO [main][CipherTest] transformation=GOST28147/CFB40/ZEROBYTE 19:28:18,352 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,353 INFO [main][CipherTest] transformation=GOST28147/CFB40/ZEROBYTEPADDING 19:28:18,353 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,353 INFO [main][CipherTest] transformation=GOST28147/CFB48/ 19:28:18,353 ERROR [main][CipherTest] transformation "GOST28147/CFB48/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,353 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO10126 19:28:18,353 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,353 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO10126-2 19:28:18,353 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,353 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO10126-2PADDING 19:28:18,354 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,354 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO10126PADDING 19:28:18,354 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,354 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO7816-4 19:28:18,354 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,354 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO7816-4PADDING 19:28:18,354 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,354 INFO [main][CipherTest] transformation=GOST28147/CFB48/NOPADDING 19:28:18,354 ERROR [main][CipherTest] transformation "GOST28147/CFB48/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,355 INFO [main][CipherTest] transformation=GOST28147/CFB48/PKCS5 19:28:18,355 ERROR [main][CipherTest] transformation "GOST28147/CFB48/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,355 INFO [main][CipherTest] transformation=GOST28147/CFB48/PKCS5PADDING 19:28:18,355 ERROR [main][CipherTest] transformation "GOST28147/CFB48/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,355 INFO [main][CipherTest] transformation=GOST28147/CFB48/PKCS7 19:28:18,355 ERROR [main][CipherTest] transformation "GOST28147/CFB48/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,355 INFO [main][CipherTest] transformation=GOST28147/CFB48/PKCS7PADDING 19:28:18,355 ERROR [main][CipherTest] transformation "GOST28147/CFB48/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,355 INFO [main][CipherTest] transformation=GOST28147/CFB48/TBC 19:28:18,355 ERROR [main][CipherTest] transformation "GOST28147/CFB48/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,356 INFO [main][CipherTest] transformation=GOST28147/CFB48/TBCPADDING 19:28:18,356 ERROR [main][CipherTest] transformation "GOST28147/CFB48/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,356 INFO [main][CipherTest] transformation=GOST28147/CFB48/X9.23 19:28:18,356 ERROR [main][CipherTest] transformation "GOST28147/CFB48/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,356 INFO [main][CipherTest] transformation=GOST28147/CFB48/X9.23PADDING 19:28:18,356 ERROR [main][CipherTest] transformation "GOST28147/CFB48/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,356 INFO [main][CipherTest] transformation=GOST28147/CFB48/ZEROBYTE 19:28:18,356 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,356 INFO [main][CipherTest] transformation=GOST28147/CFB48/ZEROBYTEPADDING 19:28:18,357 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,357 INFO [main][CipherTest] transformation=GOST28147/CFB56/ 19:28:18,357 ERROR [main][CipherTest] transformation "GOST28147/CFB56/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,357 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO10126 19:28:18,357 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,357 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO10126-2 19:28:18,357 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,357 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO10126-2PADDING 19:28:18,357 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,358 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO10126PADDING 19:28:18,358 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,358 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO7816-4 19:28:18,358 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,358 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO7816-4PADDING 19:28:18,358 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,358 INFO [main][CipherTest] transformation=GOST28147/CFB56/NOPADDING 19:28:18,358 ERROR [main][CipherTest] transformation "GOST28147/CFB56/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,358 INFO [main][CipherTest] transformation=GOST28147/CFB56/PKCS5 19:28:18,359 ERROR [main][CipherTest] transformation "GOST28147/CFB56/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,359 INFO [main][CipherTest] transformation=GOST28147/CFB56/PKCS5PADDING 19:28:18,359 ERROR [main][CipherTest] transformation "GOST28147/CFB56/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,359 INFO [main][CipherTest] transformation=GOST28147/CFB56/PKCS7 19:28:18,359 ERROR [main][CipherTest] transformation "GOST28147/CFB56/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,359 INFO [main][CipherTest] transformation=GOST28147/CFB56/PKCS7PADDING 19:28:18,359 ERROR [main][CipherTest] transformation "GOST28147/CFB56/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,359 INFO [main][CipherTest] transformation=GOST28147/CFB56/TBC 19:28:18,359 ERROR [main][CipherTest] transformation "GOST28147/CFB56/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,359 INFO [main][CipherTest] transformation=GOST28147/CFB56/TBCPADDING 19:28:18,360 ERROR [main][CipherTest] transformation "GOST28147/CFB56/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,360 INFO [main][CipherTest] transformation=GOST28147/CFB56/X9.23 19:28:18,360 ERROR [main][CipherTest] transformation "GOST28147/CFB56/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,360 INFO [main][CipherTest] transformation=GOST28147/CFB56/X9.23PADDING 19:28:18,360 ERROR [main][CipherTest] transformation "GOST28147/CFB56/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,360 INFO [main][CipherTest] transformation=GOST28147/CFB56/ZEROBYTE 19:28:18,360 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,360 INFO [main][CipherTest] transformation=GOST28147/CFB56/ZEROBYTEPADDING 19:28:18,360 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,360 INFO [main][CipherTest] transformation=GOST28147/CFB64/ 19:28:18,361 ERROR [main][CipherTest] transformation "GOST28147/CFB64/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,361 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO10126 19:28:18,361 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,361 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO10126-2 19:28:18,361 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,361 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO10126-2PADDING 19:28:18,361 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,361 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO10126PADDING 19:28:18,361 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,362 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO7816-4 19:28:18,362 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,362 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO7816-4PADDING 19:28:18,362 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,362 INFO [main][CipherTest] transformation=GOST28147/CFB64/NOPADDING 19:28:18,362 ERROR [main][CipherTest] transformation "GOST28147/CFB64/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,362 INFO [main][CipherTest] transformation=GOST28147/CFB64/PKCS5 19:28:18,362 ERROR [main][CipherTest] transformation "GOST28147/CFB64/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,362 INFO [main][CipherTest] transformation=GOST28147/CFB64/PKCS5PADDING 19:28:18,363 ERROR [main][CipherTest] transformation "GOST28147/CFB64/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,363 INFO [main][CipherTest] transformation=GOST28147/CFB64/PKCS7 19:28:18,363 ERROR [main][CipherTest] transformation "GOST28147/CFB64/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,363 INFO [main][CipherTest] transformation=GOST28147/CFB64/PKCS7PADDING 19:28:18,363 ERROR [main][CipherTest] transformation "GOST28147/CFB64/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,363 INFO [main][CipherTest] transformation=GOST28147/CFB64/TBC 19:28:18,363 ERROR [main][CipherTest] transformation "GOST28147/CFB64/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,363 INFO [main][CipherTest] transformation=GOST28147/CFB64/TBCPADDING 19:28:18,363 ERROR [main][CipherTest] transformation "GOST28147/CFB64/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,363 INFO [main][CipherTest] transformation=GOST28147/CFB64/X9.23 19:28:18,364 ERROR [main][CipherTest] transformation "GOST28147/CFB64/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,364 INFO [main][CipherTest] transformation=GOST28147/CFB64/X9.23PADDING 19:28:18,364 ERROR [main][CipherTest] transformation "GOST28147/CFB64/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,364 INFO [main][CipherTest] transformation=GOST28147/CFB64/ZEROBYTE 19:28:18,364 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,364 INFO [main][CipherTest] transformation=GOST28147/CFB64/ZEROBYTEPADDING 19:28:18,364 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,364 INFO [main][CipherTest] transformation=GOST28147/CFB72/ 19:28:18,364 ERROR [main][CipherTest] transformation "GOST28147/CFB72/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,364 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO10126 19:28:18,365 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,365 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO10126-2 19:28:18,365 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,365 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO10126-2PADDING 19:28:18,365 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,365 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO10126PADDING 19:28:18,365 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,365 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO7816-4 19:28:18,365 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,366 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO7816-4PADDING 19:28:18,366 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,366 INFO [main][CipherTest] transformation=GOST28147/CFB72/NOPADDING 19:28:18,366 ERROR [main][CipherTest] transformation "GOST28147/CFB72/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,366 INFO [main][CipherTest] transformation=GOST28147/CFB72/PKCS5 19:28:18,366 ERROR [main][CipherTest] transformation "GOST28147/CFB72/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,366 INFO [main][CipherTest] transformation=GOST28147/CFB72/PKCS5PADDING 19:28:18,366 ERROR [main][CipherTest] transformation "GOST28147/CFB72/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,366 INFO [main][CipherTest] transformation=GOST28147/CFB72/PKCS7 19:28:18,367 ERROR [main][CipherTest] transformation "GOST28147/CFB72/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,367 INFO [main][CipherTest] transformation=GOST28147/CFB72/PKCS7PADDING 19:28:18,367 ERROR [main][CipherTest] transformation "GOST28147/CFB72/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,367 INFO [main][CipherTest] transformation=GOST28147/CFB72/TBC 19:28:18,367 ERROR [main][CipherTest] transformation "GOST28147/CFB72/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,367 INFO [main][CipherTest] transformation=GOST28147/CFB72/TBCPADDING 19:28:18,367 ERROR [main][CipherTest] transformation "GOST28147/CFB72/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,367 INFO [main][CipherTest] transformation=GOST28147/CFB72/X9.23 19:28:18,367 ERROR [main][CipherTest] transformation "GOST28147/CFB72/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,367 INFO [main][CipherTest] transformation=GOST28147/CFB72/X9.23PADDING 19:28:18,368 ERROR [main][CipherTest] transformation "GOST28147/CFB72/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,368 INFO [main][CipherTest] transformation=GOST28147/CFB72/ZEROBYTE 19:28:18,368 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,368 INFO [main][CipherTest] transformation=GOST28147/CFB72/ZEROBYTEPADDING 19:28:18,368 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,368 INFO [main][CipherTest] transformation=GOST28147/CFB8/ 19:28:18,368 ERROR [main][CipherTest] transformation "GOST28147/CFB8/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,368 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO10126 19:28:18,369 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,369 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO10126-2 19:28:18,369 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,369 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO10126-2PADDING 19:28:18,369 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,369 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO10126PADDING 19:28:18,369 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,369 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO7816-4 19:28:18,369 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,369 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO7816-4PADDING 19:28:18,370 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,370 INFO [main][CipherTest] transformation=GOST28147/CFB8/NOPADDING 19:28:18,370 ERROR [main][CipherTest] transformation "GOST28147/CFB8/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,370 INFO [main][CipherTest] transformation=GOST28147/CFB8/PKCS5 19:28:18,370 ERROR [main][CipherTest] transformation "GOST28147/CFB8/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,370 INFO [main][CipherTest] transformation=GOST28147/CFB8/PKCS5PADDING 19:28:18,370 ERROR [main][CipherTest] transformation "GOST28147/CFB8/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,370 INFO [main][CipherTest] transformation=GOST28147/CFB8/PKCS7 19:28:18,370 ERROR [main][CipherTest] transformation "GOST28147/CFB8/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,371 INFO [main][CipherTest] transformation=GOST28147/CFB8/PKCS7PADDING 19:28:18,371 ERROR [main][CipherTest] transformation "GOST28147/CFB8/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,371 INFO [main][CipherTest] transformation=GOST28147/CFB8/TBC 19:28:18,371 ERROR [main][CipherTest] transformation "GOST28147/CFB8/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,371 INFO [main][CipherTest] transformation=GOST28147/CFB8/TBCPADDING 19:28:18,371 ERROR [main][CipherTest] transformation "GOST28147/CFB8/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,371 INFO [main][CipherTest] transformation=GOST28147/CFB8/X9.23 19:28:18,371 ERROR [main][CipherTest] transformation "GOST28147/CFB8/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,371 INFO [main][CipherTest] transformation=GOST28147/CFB8/X9.23PADDING 19:28:18,371 ERROR [main][CipherTest] transformation "GOST28147/CFB8/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,372 INFO [main][CipherTest] transformation=GOST28147/CFB8/ZEROBYTE 19:28:18,372 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,372 INFO [main][CipherTest] transformation=GOST28147/CFB8/ZEROBYTEPADDING 19:28:18,372 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,372 INFO [main][CipherTest] transformation=GOST28147/CFB80/ 19:28:18,372 ERROR [main][CipherTest] transformation "GOST28147/CFB80/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,372 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO10126 19:28:18,372 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,372 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO10126-2 19:28:18,373 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,373 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO10126-2PADDING 19:28:18,373 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,373 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO10126PADDING 19:28:18,373 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,373 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO7816-4 19:28:18,373 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,373 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO7816-4PADDING 19:28:18,373 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,373 INFO [main][CipherTest] transformation=GOST28147/CFB80/NOPADDING 19:28:18,374 ERROR [main][CipherTest] transformation "GOST28147/CFB80/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,374 INFO [main][CipherTest] transformation=GOST28147/CFB80/PKCS5 19:28:18,374 ERROR [main][CipherTest] transformation "GOST28147/CFB80/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,374 INFO [main][CipherTest] transformation=GOST28147/CFB80/PKCS5PADDING 19:28:18,374 ERROR [main][CipherTest] transformation "GOST28147/CFB80/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,374 INFO [main][CipherTest] transformation=GOST28147/CFB80/PKCS7 19:28:18,374 ERROR [main][CipherTest] transformation "GOST28147/CFB80/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,374 INFO [main][CipherTest] transformation=GOST28147/CFB80/PKCS7PADDING 19:28:18,374 ERROR [main][CipherTest] transformation "GOST28147/CFB80/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,375 INFO [main][CipherTest] transformation=GOST28147/CFB80/TBC 19:28:18,375 ERROR [main][CipherTest] transformation "GOST28147/CFB80/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,375 INFO [main][CipherTest] transformation=GOST28147/CFB80/TBCPADDING 19:28:18,375 ERROR [main][CipherTest] transformation "GOST28147/CFB80/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,375 INFO [main][CipherTest] transformation=GOST28147/CFB80/X9.23 19:28:18,375 ERROR [main][CipherTest] transformation "GOST28147/CFB80/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,375 INFO [main][CipherTest] transformation=GOST28147/CFB80/X9.23PADDING 19:28:18,375 ERROR [main][CipherTest] transformation "GOST28147/CFB80/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,375 INFO [main][CipherTest] transformation=GOST28147/CFB80/ZEROBYTE 19:28:18,375 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,376 INFO [main][CipherTest] transformation=GOST28147/CFB80/ZEROBYTEPADDING 19:28:18,376 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,376 INFO [main][CipherTest] transformation=GOST28147/CFB88/ 19:28:18,376 ERROR [main][CipherTest] transformation "GOST28147/CFB88/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,376 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO10126 19:28:18,376 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,376 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO10126-2 19:28:18,376 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,376 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO10126-2PADDING 19:28:18,377 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,377 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO10126PADDING 19:28:18,377 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,377 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO7816-4 19:28:18,377 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,377 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO7816-4PADDING 19:28:18,377 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,377 INFO [main][CipherTest] transformation=GOST28147/CFB88/NOPADDING 19:28:18,377 ERROR [main][CipherTest] transformation "GOST28147/CFB88/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,378 INFO [main][CipherTest] transformation=GOST28147/CFB88/PKCS5 19:28:18,378 ERROR [main][CipherTest] transformation "GOST28147/CFB88/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,378 INFO [main][CipherTest] transformation=GOST28147/CFB88/PKCS5PADDING 19:28:18,378 ERROR [main][CipherTest] transformation "GOST28147/CFB88/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,378 INFO [main][CipherTest] transformation=GOST28147/CFB88/PKCS7 19:28:18,378 ERROR [main][CipherTest] transformation "GOST28147/CFB88/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,378 INFO [main][CipherTest] transformation=GOST28147/CFB88/PKCS7PADDING 19:28:18,378 ERROR [main][CipherTest] transformation "GOST28147/CFB88/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,378 INFO [main][CipherTest] transformation=GOST28147/CFB88/TBC 19:28:18,378 ERROR [main][CipherTest] transformation "GOST28147/CFB88/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,379 INFO [main][CipherTest] transformation=GOST28147/CFB88/TBCPADDING 19:28:18,379 ERROR [main][CipherTest] transformation "GOST28147/CFB88/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,379 INFO [main][CipherTest] transformation=GOST28147/CFB88/X9.23 19:28:18,379 ERROR [main][CipherTest] transformation "GOST28147/CFB88/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,379 INFO [main][CipherTest] transformation=GOST28147/CFB88/X9.23PADDING 19:28:18,379 ERROR [main][CipherTest] transformation "GOST28147/CFB88/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,379 INFO [main][CipherTest] transformation=GOST28147/CFB88/ZEROBYTE 19:28:18,379 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,379 INFO [main][CipherTest] transformation=GOST28147/CFB88/ZEROBYTEPADDING 19:28:18,379 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,380 INFO [main][CipherTest] transformation=GOST28147/CFB96/ 19:28:18,380 ERROR [main][CipherTest] transformation "GOST28147/CFB96/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,380 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO10126 19:28:18,380 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,380 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO10126-2 19:28:18,380 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,380 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO10126-2PADDING 19:28:18,380 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,381 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO10126PADDING 19:28:18,381 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,381 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO7816-4 19:28:18,381 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,381 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO7816-4PADDING 19:28:18,381 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,381 INFO [main][CipherTest] transformation=GOST28147/CFB96/NOPADDING 19:28:18,381 ERROR [main][CipherTest] transformation "GOST28147/CFB96/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,381 INFO [main][CipherTest] transformation=GOST28147/CFB96/PKCS5 19:28:18,381 ERROR [main][CipherTest] transformation "GOST28147/CFB96/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,382 INFO [main][CipherTest] transformation=GOST28147/CFB96/PKCS5PADDING 19:28:18,382 ERROR [main][CipherTest] transformation "GOST28147/CFB96/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,382 INFO [main][CipherTest] transformation=GOST28147/CFB96/PKCS7 19:28:18,382 ERROR [main][CipherTest] transformation "GOST28147/CFB96/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,382 INFO [main][CipherTest] transformation=GOST28147/CFB96/PKCS7PADDING 19:28:18,382 ERROR [main][CipherTest] transformation "GOST28147/CFB96/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,382 INFO [main][CipherTest] transformation=GOST28147/CFB96/TBC 19:28:18,382 ERROR [main][CipherTest] transformation "GOST28147/CFB96/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,382 INFO [main][CipherTest] transformation=GOST28147/CFB96/TBCPADDING 19:28:18,382 ERROR [main][CipherTest] transformation "GOST28147/CFB96/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,383 INFO [main][CipherTest] transformation=GOST28147/CFB96/X9.23 19:28:18,383 ERROR [main][CipherTest] transformation "GOST28147/CFB96/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,383 INFO [main][CipherTest] transformation=GOST28147/CFB96/X9.23PADDING 19:28:18,383 ERROR [main][CipherTest] transformation "GOST28147/CFB96/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,383 INFO [main][CipherTest] transformation=GOST28147/CFB96/ZEROBYTE 19:28:18,383 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,383 INFO [main][CipherTest] transformation=GOST28147/CFB96/ZEROBYTEPADDING 19:28:18,383 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,383 INFO [main][CipherTest] transformation=GOST28147/CTS/ 19:28:18,384 ERROR [main][CipherTest] transformation "GOST28147/CTS/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,384 INFO [main][CipherTest] transformation=GOST28147/CTS/NOPADDING 19:28:18,384 ERROR [main][CipherTest] transformation "GOST28147/CTS/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,384 INFO [main][CipherTest] transformation=GOST28147/EAX/ 19:28:18,384 ERROR [main][CipherTest] transformation "GOST28147/EAX/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,384 INFO [main][CipherTest] transformation=GOST28147/EAX/NOPADDING 19:28:18,384 ERROR [main][CipherTest] transformation "GOST28147/EAX/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,384 INFO [main][CipherTest] transformation=GOST28147/ECB/ 19:28:18,384 ERROR [main][CipherTest] transformation "GOST28147/ECB/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,385 INFO [main][CipherTest] transformation=GOST28147/ECB/NOPADDING 19:28:18,385 ERROR [main][CipherTest] transformation "GOST28147/ECB/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,385 INFO [main][CipherTest] transformation=GOST28147/GOFB/ 19:28:18,385 ERROR [main][CipherTest] transformation "GOST28147/GOFB/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,385 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO10126 19:28:18,385 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,385 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO10126-2 19:28:18,385 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,385 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO10126-2PADDING 19:28:18,386 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,386 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO10126PADDING 19:28:18,386 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,386 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO7816-4 19:28:18,386 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,386 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO7816-4PADDING 19:28:18,386 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,387 INFO [main][CipherTest] transformation=GOST28147/GOFB/NOPADDING 19:28:18,387 ERROR [main][CipherTest] transformation "GOST28147/GOFB/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,387 INFO [main][CipherTest] transformation=GOST28147/GOFB/PKCS5 19:28:18,387 ERROR [main][CipherTest] transformation "GOST28147/GOFB/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,387 INFO [main][CipherTest] transformation=GOST28147/GOFB/PKCS5PADDING 19:28:18,387 ERROR [main][CipherTest] transformation "GOST28147/GOFB/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,387 INFO [main][CipherTest] transformation=GOST28147/GOFB/PKCS7 19:28:18,387 ERROR [main][CipherTest] transformation "GOST28147/GOFB/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,388 INFO [main][CipherTest] transformation=GOST28147/GOFB/PKCS7PADDING 19:28:18,388 ERROR [main][CipherTest] transformation "GOST28147/GOFB/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,388 INFO [main][CipherTest] transformation=GOST28147/GOFB/TBC 19:28:18,388 ERROR [main][CipherTest] transformation "GOST28147/GOFB/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,388 INFO [main][CipherTest] transformation=GOST28147/GOFB/TBCPADDING 19:28:18,388 ERROR [main][CipherTest] transformation "GOST28147/GOFB/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,388 INFO [main][CipherTest] transformation=GOST28147/GOFB/X9.23 19:28:18,388 ERROR [main][CipherTest] transformation "GOST28147/GOFB/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,389 INFO [main][CipherTest] transformation=GOST28147/GOFB/X9.23PADDING 19:28:18,389 ERROR [main][CipherTest] transformation "GOST28147/GOFB/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,389 INFO [main][CipherTest] transformation=GOST28147/GOFB/ZEROBYTE 19:28:18,389 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,389 INFO [main][CipherTest] transformation=GOST28147/GOFB/ZEROBYTEPADDING 19:28:18,389 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,389 INFO [main][CipherTest] transformation=GOST28147/OFB/ 19:28:18,389 ERROR [main][CipherTest] transformation "GOST28147/OFB/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,390 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO10126 19:28:18,390 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,390 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO10126-2 19:28:18,390 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,390 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO10126-2PADDING 19:28:18,390 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,390 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO10126PADDING 19:28:18,390 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,390 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO7816-4 19:28:18,391 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,391 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO7816-4PADDING 19:28:18,391 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,391 INFO [main][CipherTest] transformation=GOST28147/OFB/NOPADDING 19:28:18,391 ERROR [main][CipherTest] transformation "GOST28147/OFB/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,391 INFO [main][CipherTest] transformation=GOST28147/OFB/PKCS5 19:28:18,391 ERROR [main][CipherTest] transformation "GOST28147/OFB/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,391 INFO [main][CipherTest] transformation=GOST28147/OFB/PKCS5PADDING 19:28:18,391 ERROR [main][CipherTest] transformation "GOST28147/OFB/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,392 INFO [main][CipherTest] transformation=GOST28147/OFB/PKCS7 19:28:18,392 ERROR [main][CipherTest] transformation "GOST28147/OFB/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,392 INFO [main][CipherTest] transformation=GOST28147/OFB/PKCS7PADDING 19:28:18,392 ERROR [main][CipherTest] transformation "GOST28147/OFB/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,392 INFO [main][CipherTest] transformation=GOST28147/OFB/TBC 19:28:18,392 ERROR [main][CipherTest] transformation "GOST28147/OFB/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,392 INFO [main][CipherTest] transformation=GOST28147/OFB/TBCPADDING 19:28:18,392 ERROR [main][CipherTest] transformation "GOST28147/OFB/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,392 INFO [main][CipherTest] transformation=GOST28147/OFB/X9.23 19:28:18,392 ERROR [main][CipherTest] transformation "GOST28147/OFB/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,393 INFO [main][CipherTest] transformation=GOST28147/OFB/X9.23PADDING 19:28:18,393 ERROR [main][CipherTest] transformation "GOST28147/OFB/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,393 INFO [main][CipherTest] transformation=GOST28147/OFB/ZEROBYTE 19:28:18,393 ERROR [main][CipherTest] transformation "GOST28147/OFB/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,393 INFO [main][CipherTest] transformation=GOST28147/OFB/ZEROBYTEPADDING 19:28:18,393 ERROR [main][CipherTest] transformation "GOST28147/OFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,393 INFO [main][CipherTest] transformation=GOST28147/OFB104/ 19:28:18,393 ERROR [main][CipherTest] transformation "GOST28147/OFB104/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,393 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO10126 19:28:18,394 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,394 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO10126-2 19:28:18,394 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,394 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO10126-2PADDING 19:28:18,394 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,394 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO10126PADDING 19:28:18,394 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,394 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO7816-4 19:28:18,394 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,394 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO7816-4PADDING 19:28:18,395 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,395 INFO [main][CipherTest] transformation=GOST28147/OFB104/NOPADDING 19:28:18,395 ERROR [main][CipherTest] transformation "GOST28147/OFB104/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,395 INFO [main][CipherTest] transformation=GOST28147/OFB104/PKCS5 19:28:18,395 ERROR [main][CipherTest] transformation "GOST28147/OFB104/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,395 INFO [main][CipherTest] transformation=GOST28147/OFB104/PKCS5PADDING 19:28:18,395 ERROR [main][CipherTest] transformation "GOST28147/OFB104/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,395 INFO [main][CipherTest] transformation=GOST28147/OFB104/PKCS7 19:28:18,395 ERROR [main][CipherTest] transformation "GOST28147/OFB104/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,396 INFO [main][CipherTest] transformation=GOST28147/OFB104/PKCS7PADDING 19:28:18,396 ERROR [main][CipherTest] transformation "GOST28147/OFB104/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,396 INFO [main][CipherTest] transformation=GOST28147/OFB104/TBC 19:28:18,396 ERROR [main][CipherTest] transformation "GOST28147/OFB104/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,396 INFO [main][CipherTest] transformation=GOST28147/OFB104/TBCPADDING 19:28:18,396 ERROR [main][CipherTest] transformation "GOST28147/OFB104/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,396 INFO [main][CipherTest] transformation=GOST28147/OFB104/X9.23 19:28:18,396 ERROR [main][CipherTest] transformation "GOST28147/OFB104/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,396 INFO [main][CipherTest] transformation=GOST28147/OFB104/X9.23PADDING 19:28:18,396 ERROR [main][CipherTest] transformation "GOST28147/OFB104/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,397 INFO [main][CipherTest] transformation=GOST28147/OFB104/ZEROBYTE 19:28:18,397 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,397 INFO [main][CipherTest] transformation=GOST28147/OFB104/ZEROBYTEPADDING 19:28:18,397 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,397 INFO [main][CipherTest] transformation=GOST28147/OFB112/ 19:28:18,397 ERROR [main][CipherTest] transformation "GOST28147/OFB112/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,397 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO10126 19:28:18,397 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,397 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO10126-2 19:28:18,398 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,398 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO10126-2PADDING 19:28:18,398 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,398 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO10126PADDING 19:28:18,398 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,398 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO7816-4 19:28:18,398 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,398 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO7816-4PADDING 19:28:18,398 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,398 INFO [main][CipherTest] transformation=GOST28147/OFB112/NOPADDING 19:28:18,399 ERROR [main][CipherTest] transformation "GOST28147/OFB112/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,399 INFO [main][CipherTest] transformation=GOST28147/OFB112/PKCS5 19:28:18,399 ERROR [main][CipherTest] transformation "GOST28147/OFB112/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,399 INFO [main][CipherTest] transformation=GOST28147/OFB112/PKCS5PADDING 19:28:18,399 ERROR [main][CipherTest] transformation "GOST28147/OFB112/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,399 INFO [main][CipherTest] transformation=GOST28147/OFB112/PKCS7 19:28:18,399 ERROR [main][CipherTest] transformation "GOST28147/OFB112/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,399 INFO [main][CipherTest] transformation=GOST28147/OFB112/PKCS7PADDING 19:28:18,399 ERROR [main][CipherTest] transformation "GOST28147/OFB112/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,399 INFO [main][CipherTest] transformation=GOST28147/OFB112/TBC 19:28:18,400 ERROR [main][CipherTest] transformation "GOST28147/OFB112/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,400 INFO [main][CipherTest] transformation=GOST28147/OFB112/TBCPADDING 19:28:18,400 ERROR [main][CipherTest] transformation "GOST28147/OFB112/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,400 INFO [main][CipherTest] transformation=GOST28147/OFB112/X9.23 19:28:18,400 ERROR [main][CipherTest] transformation "GOST28147/OFB112/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,400 INFO [main][CipherTest] transformation=GOST28147/OFB112/X9.23PADDING 19:28:18,400 ERROR [main][CipherTest] transformation "GOST28147/OFB112/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,400 INFO [main][CipherTest] transformation=GOST28147/OFB112/ZEROBYTE 19:28:18,400 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,400 INFO [main][CipherTest] transformation=GOST28147/OFB112/ZEROBYTEPADDING 19:28:18,401 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,401 INFO [main][CipherTest] transformation=GOST28147/OFB120/ 19:28:18,401 ERROR [main][CipherTest] transformation "GOST28147/OFB120/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,401 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO10126 19:28:18,401 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,401 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO10126-2 19:28:18,401 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,401 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO10126-2PADDING 19:28:18,402 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,402 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO10126PADDING 19:28:18,402 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,402 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO7816-4 19:28:18,402 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,402 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO7816-4PADDING 19:28:18,402 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,402 INFO [main][CipherTest] transformation=GOST28147/OFB120/NOPADDING 19:28:18,402 ERROR [main][CipherTest] transformation "GOST28147/OFB120/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,402 INFO [main][CipherTest] transformation=GOST28147/OFB120/PKCS5 19:28:18,403 ERROR [main][CipherTest] transformation "GOST28147/OFB120/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,403 INFO [main][CipherTest] transformation=GOST28147/OFB120/PKCS5PADDING 19:28:18,403 ERROR [main][CipherTest] transformation "GOST28147/OFB120/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,403 INFO [main][CipherTest] transformation=GOST28147/OFB120/PKCS7 19:28:18,403 ERROR [main][CipherTest] transformation "GOST28147/OFB120/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,403 INFO [main][CipherTest] transformation=GOST28147/OFB120/PKCS7PADDING 19:28:18,403 ERROR [main][CipherTest] transformation "GOST28147/OFB120/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,403 INFO [main][CipherTest] transformation=GOST28147/OFB120/TBC 19:28:18,403 ERROR [main][CipherTest] transformation "GOST28147/OFB120/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,404 INFO [main][CipherTest] transformation=GOST28147/OFB120/TBCPADDING 19:28:18,404 ERROR [main][CipherTest] transformation "GOST28147/OFB120/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,404 INFO [main][CipherTest] transformation=GOST28147/OFB120/X9.23 19:28:18,404 ERROR [main][CipherTest] transformation "GOST28147/OFB120/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,404 INFO [main][CipherTest] transformation=GOST28147/OFB120/X9.23PADDING 19:28:18,404 ERROR [main][CipherTest] transformation "GOST28147/OFB120/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,404 INFO [main][CipherTest] transformation=GOST28147/OFB120/ZEROBYTE 19:28:18,404 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,404 INFO [main][CipherTest] transformation=GOST28147/OFB120/ZEROBYTEPADDING 19:28:18,404 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,404 INFO [main][CipherTest] transformation=GOST28147/OFB128/ 19:28:18,405 ERROR [main][CipherTest] transformation "GOST28147/OFB128/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,405 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO10126 19:28:18,405 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,405 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO10126-2 19:28:18,405 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,405 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO10126-2PADDING 19:28:18,405 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,405 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO10126PADDING 19:28:18,406 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,406 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO7816-4 19:28:18,406 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,406 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO7816-4PADDING 19:28:18,406 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,406 INFO [main][CipherTest] transformation=GOST28147/OFB128/NOPADDING 19:28:18,406 ERROR [main][CipherTest] transformation "GOST28147/OFB128/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,406 INFO [main][CipherTest] transformation=GOST28147/OFB128/PKCS5 19:28:18,406 ERROR [main][CipherTest] transformation "GOST28147/OFB128/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,406 INFO [main][CipherTest] transformation=GOST28147/OFB128/PKCS5PADDING 19:28:18,407 ERROR [main][CipherTest] transformation "GOST28147/OFB128/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,407 INFO [main][CipherTest] transformation=GOST28147/OFB128/PKCS7 19:28:18,407 ERROR [main][CipherTest] transformation "GOST28147/OFB128/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,407 INFO [main][CipherTest] transformation=GOST28147/OFB128/PKCS7PADDING 19:28:18,407 ERROR [main][CipherTest] transformation "GOST28147/OFB128/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,407 INFO [main][CipherTest] transformation=GOST28147/OFB128/TBC 19:28:18,407 ERROR [main][CipherTest] transformation "GOST28147/OFB128/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,407 INFO [main][CipherTest] transformation=GOST28147/OFB128/TBCPADDING 19:28:18,407 ERROR [main][CipherTest] transformation "GOST28147/OFB128/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,407 INFO [main][CipherTest] transformation=GOST28147/OFB128/X9.23 19:28:18,408 ERROR [main][CipherTest] transformation "GOST28147/OFB128/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,408 INFO [main][CipherTest] transformation=GOST28147/OFB128/X9.23PADDING 19:28:18,408 ERROR [main][CipherTest] transformation "GOST28147/OFB128/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,408 INFO [main][CipherTest] transformation=GOST28147/OFB128/ZEROBYTE 19:28:18,408 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,408 INFO [main][CipherTest] transformation=GOST28147/OFB128/ZEROBYTEPADDING 19:28:18,408 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,408 INFO [main][CipherTest] transformation=GOST28147/OFB136/ 19:28:18,408 ERROR [main][CipherTest] transformation "GOST28147/OFB136/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,409 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO10126 19:28:18,409 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,409 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO10126-2 19:28:18,409 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,409 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO10126-2PADDING 19:28:18,409 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,409 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO10126PADDING 19:28:18,409 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,409 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO7816-4 19:28:18,410 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,410 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO7816-4PADDING 19:28:18,410 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,410 INFO [main][CipherTest] transformation=GOST28147/OFB136/NOPADDING 19:28:18,410 ERROR [main][CipherTest] transformation "GOST28147/OFB136/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,410 INFO [main][CipherTest] transformation=GOST28147/OFB136/PKCS5 19:28:18,410 ERROR [main][CipherTest] transformation "GOST28147/OFB136/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,410 INFO [main][CipherTest] transformation=GOST28147/OFB136/PKCS5PADDING 19:28:18,410 ERROR [main][CipherTest] transformation "GOST28147/OFB136/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,410 INFO [main][CipherTest] transformation=GOST28147/OFB136/PKCS7 19:28:18,411 ERROR [main][CipherTest] transformation "GOST28147/OFB136/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,411 INFO [main][CipherTest] transformation=GOST28147/OFB136/PKCS7PADDING 19:28:18,411 ERROR [main][CipherTest] transformation "GOST28147/OFB136/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,411 INFO [main][CipherTest] transformation=GOST28147/OFB136/TBC 19:28:18,411 ERROR [main][CipherTest] transformation "GOST28147/OFB136/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,411 INFO [main][CipherTest] transformation=GOST28147/OFB136/TBCPADDING 19:28:18,411 ERROR [main][CipherTest] transformation "GOST28147/OFB136/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,411 INFO [main][CipherTest] transformation=GOST28147/OFB136/X9.23 19:28:18,411 ERROR [main][CipherTest] transformation "GOST28147/OFB136/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,411 INFO [main][CipherTest] transformation=GOST28147/OFB136/X9.23PADDING 19:28:18,412 ERROR [main][CipherTest] transformation "GOST28147/OFB136/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,412 INFO [main][CipherTest] transformation=GOST28147/OFB136/ZEROBYTE 19:28:18,412 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,412 INFO [main][CipherTest] transformation=GOST28147/OFB136/ZEROBYTEPADDING 19:28:18,412 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,412 INFO [main][CipherTest] transformation=GOST28147/OFB144/ 19:28:18,412 ERROR [main][CipherTest] transformation "GOST28147/OFB144/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,412 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO10126 19:28:18,412 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,413 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO10126-2 19:28:18,413 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,413 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO10126-2PADDING 19:28:18,413 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,413 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO10126PADDING 19:28:18,413 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,413 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO7816-4 19:28:18,413 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,413 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO7816-4PADDING 19:28:18,414 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,414 INFO [main][CipherTest] transformation=GOST28147/OFB144/NOPADDING 19:28:18,414 ERROR [main][CipherTest] transformation "GOST28147/OFB144/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,414 INFO [main][CipherTest] transformation=GOST28147/OFB144/PKCS5 19:28:18,414 ERROR [main][CipherTest] transformation "GOST28147/OFB144/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,414 INFO [main][CipherTest] transformation=GOST28147/OFB144/PKCS5PADDING 19:28:18,414 ERROR [main][CipherTest] transformation "GOST28147/OFB144/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,414 INFO [main][CipherTest] transformation=GOST28147/OFB144/PKCS7 19:28:18,414 ERROR [main][CipherTest] transformation "GOST28147/OFB144/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,414 INFO [main][CipherTest] transformation=GOST28147/OFB144/PKCS7PADDING 19:28:18,415 ERROR [main][CipherTest] transformation "GOST28147/OFB144/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,415 INFO [main][CipherTest] transformation=GOST28147/OFB144/TBC 19:28:18,415 ERROR [main][CipherTest] transformation "GOST28147/OFB144/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,415 INFO [main][CipherTest] transformation=GOST28147/OFB144/TBCPADDING 19:28:18,415 ERROR [main][CipherTest] transformation "GOST28147/OFB144/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,415 INFO [main][CipherTest] transformation=GOST28147/OFB144/X9.23 19:28:18,415 ERROR [main][CipherTest] transformation "GOST28147/OFB144/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,415 INFO [main][CipherTest] transformation=GOST28147/OFB144/X9.23PADDING 19:28:18,415 ERROR [main][CipherTest] transformation "GOST28147/OFB144/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,415 INFO [main][CipherTest] transformation=GOST28147/OFB144/ZEROBYTE 19:28:18,416 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,416 INFO [main][CipherTest] transformation=GOST28147/OFB144/ZEROBYTEPADDING 19:28:18,416 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,416 INFO [main][CipherTest] transformation=GOST28147/OFB152/ 19:28:18,416 ERROR [main][CipherTest] transformation "GOST28147/OFB152/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,416 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO10126 19:28:18,416 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,416 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO10126-2 19:28:18,416 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,417 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO10126-2PADDING 19:28:18,417 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,417 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO10126PADDING 19:28:18,417 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,417 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO7816-4 19:28:18,417 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,417 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO7816-4PADDING 19:28:18,417 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,417 INFO [main][CipherTest] transformation=GOST28147/OFB152/NOPADDING 19:28:18,418 ERROR [main][CipherTest] transformation "GOST28147/OFB152/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,418 INFO [main][CipherTest] transformation=GOST28147/OFB152/PKCS5 19:28:18,418 ERROR [main][CipherTest] transformation "GOST28147/OFB152/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,418 INFO [main][CipherTest] transformation=GOST28147/OFB152/PKCS5PADDING 19:28:18,418 ERROR [main][CipherTest] transformation "GOST28147/OFB152/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,418 INFO [main][CipherTest] transformation=GOST28147/OFB152/PKCS7 19:28:18,418 ERROR [main][CipherTest] transformation "GOST28147/OFB152/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,418 INFO [main][CipherTest] transformation=GOST28147/OFB152/PKCS7PADDING 19:28:18,418 ERROR [main][CipherTest] transformation "GOST28147/OFB152/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,418 INFO [main][CipherTest] transformation=GOST28147/OFB152/TBC 19:28:18,419 ERROR [main][CipherTest] transformation "GOST28147/OFB152/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,419 INFO [main][CipherTest] transformation=GOST28147/OFB152/TBCPADDING 19:28:18,419 ERROR [main][CipherTest] transformation "GOST28147/OFB152/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,419 INFO [main][CipherTest] transformation=GOST28147/OFB152/X9.23 19:28:18,419 ERROR [main][CipherTest] transformation "GOST28147/OFB152/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,419 INFO [main][CipherTest] transformation=GOST28147/OFB152/X9.23PADDING 19:28:18,419 ERROR [main][CipherTest] transformation "GOST28147/OFB152/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,419 INFO [main][CipherTest] transformation=GOST28147/OFB152/ZEROBYTE 19:28:18,419 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,419 INFO [main][CipherTest] transformation=GOST28147/OFB152/ZEROBYTEPADDING 19:28:18,420 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,420 INFO [main][CipherTest] transformation=GOST28147/OFB16/ 19:28:18,420 ERROR [main][CipherTest] transformation "GOST28147/OFB16/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,420 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO10126 19:28:18,420 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,420 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO10126-2 19:28:18,420 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,420 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO10126-2PADDING 19:28:18,420 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,421 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO10126PADDING 19:28:18,421 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,421 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO7816-4 19:28:18,421 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,421 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO7816-4PADDING 19:28:18,421 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,421 INFO [main][CipherTest] transformation=GOST28147/OFB16/NOPADDING 19:28:18,421 ERROR [main][CipherTest] transformation "GOST28147/OFB16/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,421 INFO [main][CipherTest] transformation=GOST28147/OFB16/PKCS5 19:28:18,421 ERROR [main][CipherTest] transformation "GOST28147/OFB16/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,422 INFO [main][CipherTest] transformation=GOST28147/OFB16/PKCS5PADDING 19:28:18,422 ERROR [main][CipherTest] transformation "GOST28147/OFB16/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,422 INFO [main][CipherTest] transformation=GOST28147/OFB16/PKCS7 19:28:18,422 ERROR [main][CipherTest] transformation "GOST28147/OFB16/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,422 INFO [main][CipherTest] transformation=GOST28147/OFB16/PKCS7PADDING 19:28:18,422 ERROR [main][CipherTest] transformation "GOST28147/OFB16/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,422 INFO [main][CipherTest] transformation=GOST28147/OFB16/TBC 19:28:18,422 ERROR [main][CipherTest] transformation "GOST28147/OFB16/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,422 INFO [main][CipherTest] transformation=GOST28147/OFB16/TBCPADDING 19:28:18,423 ERROR [main][CipherTest] transformation "GOST28147/OFB16/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,423 INFO [main][CipherTest] transformation=GOST28147/OFB16/X9.23 19:28:18,423 ERROR [main][CipherTest] transformation "GOST28147/OFB16/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,423 INFO [main][CipherTest] transformation=GOST28147/OFB16/X9.23PADDING 19:28:18,423 ERROR [main][CipherTest] transformation "GOST28147/OFB16/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,423 INFO [main][CipherTest] transformation=GOST28147/OFB16/ZEROBYTE 19:28:18,423 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,423 INFO [main][CipherTest] transformation=GOST28147/OFB16/ZEROBYTEPADDING 19:28:18,423 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,423 INFO [main][CipherTest] transformation=GOST28147/OFB160/ 19:28:18,424 ERROR [main][CipherTest] transformation "GOST28147/OFB160/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,424 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO10126 19:28:18,424 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,424 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO10126-2 19:28:18,424 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,424 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO10126-2PADDING 19:28:18,424 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,424 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO10126PADDING 19:28:18,424 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,425 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO7816-4 19:28:18,425 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,425 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO7816-4PADDING 19:28:18,425 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,425 INFO [main][CipherTest] transformation=GOST28147/OFB160/NOPADDING 19:28:18,425 ERROR [main][CipherTest] transformation "GOST28147/OFB160/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,425 INFO [main][CipherTest] transformation=GOST28147/OFB160/PKCS5 19:28:18,425 ERROR [main][CipherTest] transformation "GOST28147/OFB160/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,425 INFO [main][CipherTest] transformation=GOST28147/OFB160/PKCS5PADDING 19:28:18,426 ERROR [main][CipherTest] transformation "GOST28147/OFB160/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,426 INFO [main][CipherTest] transformation=GOST28147/OFB160/PKCS7 19:28:18,426 ERROR [main][CipherTest] transformation "GOST28147/OFB160/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,426 INFO [main][CipherTest] transformation=GOST28147/OFB160/PKCS7PADDING 19:28:18,426 ERROR [main][CipherTest] transformation "GOST28147/OFB160/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,426 INFO [main][CipherTest] transformation=GOST28147/OFB160/TBC 19:28:18,426 ERROR [main][CipherTest] transformation "GOST28147/OFB160/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,426 INFO [main][CipherTest] transformation=GOST28147/OFB160/TBCPADDING 19:28:18,426 ERROR [main][CipherTest] transformation "GOST28147/OFB160/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,426 INFO [main][CipherTest] transformation=GOST28147/OFB160/X9.23 19:28:18,427 ERROR [main][CipherTest] transformation "GOST28147/OFB160/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,427 INFO [main][CipherTest] transformation=GOST28147/OFB160/X9.23PADDING 19:28:18,427 ERROR [main][CipherTest] transformation "GOST28147/OFB160/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,427 INFO [main][CipherTest] transformation=GOST28147/OFB160/ZEROBYTE 19:28:18,427 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,427 INFO [main][CipherTest] transformation=GOST28147/OFB160/ZEROBYTEPADDING 19:28:18,427 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,427 INFO [main][CipherTest] transformation=GOST28147/OFB168/ 19:28:18,427 ERROR [main][CipherTest] transformation "GOST28147/OFB168/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,427 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO10126 19:28:18,428 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,428 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO10126-2 19:28:18,428 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,428 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO10126-2PADDING 19:28:18,428 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,428 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO10126PADDING 19:28:18,428 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,428 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO7816-4 19:28:18,428 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,429 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO7816-4PADDING 19:28:18,429 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,429 INFO [main][CipherTest] transformation=GOST28147/OFB168/NOPADDING 19:28:18,429 ERROR [main][CipherTest] transformation "GOST28147/OFB168/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,429 INFO [main][CipherTest] transformation=GOST28147/OFB168/PKCS5 19:28:18,429 ERROR [main][CipherTest] transformation "GOST28147/OFB168/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,429 INFO [main][CipherTest] transformation=GOST28147/OFB168/PKCS5PADDING 19:28:18,429 ERROR [main][CipherTest] transformation "GOST28147/OFB168/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,429 INFO [main][CipherTest] transformation=GOST28147/OFB168/PKCS7 19:28:18,429 ERROR [main][CipherTest] transformation "GOST28147/OFB168/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,430 INFO [main][CipherTest] transformation=GOST28147/OFB168/PKCS7PADDING 19:28:18,430 ERROR [main][CipherTest] transformation "GOST28147/OFB168/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,430 INFO [main][CipherTest] transformation=GOST28147/OFB168/TBC 19:28:18,430 ERROR [main][CipherTest] transformation "GOST28147/OFB168/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,430 INFO [main][CipherTest] transformation=GOST28147/OFB168/TBCPADDING 19:28:18,430 ERROR [main][CipherTest] transformation "GOST28147/OFB168/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,430 INFO [main][CipherTest] transformation=GOST28147/OFB168/X9.23 19:28:18,430 ERROR [main][CipherTest] transformation "GOST28147/OFB168/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,430 INFO [main][CipherTest] transformation=GOST28147/OFB168/X9.23PADDING 19:28:18,431 ERROR [main][CipherTest] transformation "GOST28147/OFB168/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,431 INFO [main][CipherTest] transformation=GOST28147/OFB168/ZEROBYTE 19:28:18,431 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,431 INFO [main][CipherTest] transformation=GOST28147/OFB168/ZEROBYTEPADDING 19:28:18,431 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,431 INFO [main][CipherTest] transformation=GOST28147/OFB176/ 19:28:18,431 ERROR [main][CipherTest] transformation "GOST28147/OFB176/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,431 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO10126 19:28:18,431 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,431 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO10126-2 19:28:18,432 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,432 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO10126-2PADDING 19:28:18,432 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,432 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO10126PADDING 19:28:18,432 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,432 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO7816-4 19:28:18,432 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,432 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO7816-4PADDING 19:28:18,432 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,433 INFO [main][CipherTest] transformation=GOST28147/OFB176/NOPADDING 19:28:18,433 ERROR [main][CipherTest] transformation "GOST28147/OFB176/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,433 INFO [main][CipherTest] transformation=GOST28147/OFB176/PKCS5 19:28:18,433 ERROR [main][CipherTest] transformation "GOST28147/OFB176/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,433 INFO [main][CipherTest] transformation=GOST28147/OFB176/PKCS5PADDING 19:28:18,433 ERROR [main][CipherTest] transformation "GOST28147/OFB176/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,433 INFO [main][CipherTest] transformation=GOST28147/OFB176/PKCS7 19:28:18,433 ERROR [main][CipherTest] transformation "GOST28147/OFB176/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,433 INFO [main][CipherTest] transformation=GOST28147/OFB176/PKCS7PADDING 19:28:18,433 ERROR [main][CipherTest] transformation "GOST28147/OFB176/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,434 INFO [main][CipherTest] transformation=GOST28147/OFB176/TBC 19:28:18,434 ERROR [main][CipherTest] transformation "GOST28147/OFB176/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,434 INFO [main][CipherTest] transformation=GOST28147/OFB176/TBCPADDING 19:28:18,434 ERROR [main][CipherTest] transformation "GOST28147/OFB176/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,434 INFO [main][CipherTest] transformation=GOST28147/OFB176/X9.23 19:28:18,434 ERROR [main][CipherTest] transformation "GOST28147/OFB176/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,434 INFO [main][CipherTest] transformation=GOST28147/OFB176/X9.23PADDING 19:28:18,434 ERROR [main][CipherTest] transformation "GOST28147/OFB176/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,434 INFO [main][CipherTest] transformation=GOST28147/OFB176/ZEROBYTE 19:28:18,435 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,435 INFO [main][CipherTest] transformation=GOST28147/OFB176/ZEROBYTEPADDING 19:28:18,435 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,435 INFO [main][CipherTest] transformation=GOST28147/OFB184/ 19:28:18,435 ERROR [main][CipherTest] transformation "GOST28147/OFB184/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,435 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO10126 19:28:18,435 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,435 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO10126-2 19:28:18,435 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,436 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO10126-2PADDING 19:28:18,436 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,436 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO10126PADDING 19:28:18,436 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,436 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO7816-4 19:28:18,436 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,436 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO7816-4PADDING 19:28:18,436 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,436 INFO [main][CipherTest] transformation=GOST28147/OFB184/NOPADDING 19:28:18,436 ERROR [main][CipherTest] transformation "GOST28147/OFB184/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,437 INFO [main][CipherTest] transformation=GOST28147/OFB184/PKCS5 19:28:18,437 ERROR [main][CipherTest] transformation "GOST28147/OFB184/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,437 INFO [main][CipherTest] transformation=GOST28147/OFB184/PKCS5PADDING 19:28:18,437 ERROR [main][CipherTest] transformation "GOST28147/OFB184/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,437 INFO [main][CipherTest] transformation=GOST28147/OFB184/PKCS7 19:28:18,437 ERROR [main][CipherTest] transformation "GOST28147/OFB184/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,437 INFO [main][CipherTest] transformation=GOST28147/OFB184/PKCS7PADDING 19:28:18,437 ERROR [main][CipherTest] transformation "GOST28147/OFB184/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,437 INFO [main][CipherTest] transformation=GOST28147/OFB184/TBC 19:28:18,437 ERROR [main][CipherTest] transformation "GOST28147/OFB184/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,438 INFO [main][CipherTest] transformation=GOST28147/OFB184/TBCPADDING 19:28:18,438 ERROR [main][CipherTest] transformation "GOST28147/OFB184/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,438 INFO [main][CipherTest] transformation=GOST28147/OFB184/X9.23 19:28:18,438 ERROR [main][CipherTest] transformation "GOST28147/OFB184/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,438 INFO [main][CipherTest] transformation=GOST28147/OFB184/X9.23PADDING 19:28:18,438 ERROR [main][CipherTest] transformation "GOST28147/OFB184/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,438 INFO [main][CipherTest] transformation=GOST28147/OFB184/ZEROBYTE 19:28:18,438 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,438 INFO [main][CipherTest] transformation=GOST28147/OFB184/ZEROBYTEPADDING 19:28:18,439 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,439 INFO [main][CipherTest] transformation=GOST28147/OFB192/ 19:28:18,439 ERROR [main][CipherTest] transformation "GOST28147/OFB192/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,439 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO10126 19:28:18,439 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,439 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO10126-2 19:28:18,439 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,439 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO10126-2PADDING 19:28:18,439 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,439 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO10126PADDING 19:28:18,440 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,440 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO7816-4 19:28:18,440 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,440 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO7816-4PADDING 19:28:18,440 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,440 INFO [main][CipherTest] transformation=GOST28147/OFB192/NOPADDING 19:28:18,440 ERROR [main][CipherTest] transformation "GOST28147/OFB192/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,440 INFO [main][CipherTest] transformation=GOST28147/OFB192/PKCS5 19:28:18,440 ERROR [main][CipherTest] transformation "GOST28147/OFB192/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,441 INFO [main][CipherTest] transformation=GOST28147/OFB192/PKCS5PADDING 19:28:18,441 ERROR [main][CipherTest] transformation "GOST28147/OFB192/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,441 INFO [main][CipherTest] transformation=GOST28147/OFB192/PKCS7 19:28:18,441 ERROR [main][CipherTest] transformation "GOST28147/OFB192/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,441 INFO [main][CipherTest] transformation=GOST28147/OFB192/PKCS7PADDING 19:28:18,441 ERROR [main][CipherTest] transformation "GOST28147/OFB192/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,441 INFO [main][CipherTest] transformation=GOST28147/OFB192/TBC 19:28:18,441 ERROR [main][CipherTest] transformation "GOST28147/OFB192/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,441 INFO [main][CipherTest] transformation=GOST28147/OFB192/TBCPADDING 19:28:18,441 ERROR [main][CipherTest] transformation "GOST28147/OFB192/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,442 INFO [main][CipherTest] transformation=GOST28147/OFB192/X9.23 19:28:18,442 ERROR [main][CipherTest] transformation "GOST28147/OFB192/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,442 INFO [main][CipherTest] transformation=GOST28147/OFB192/X9.23PADDING 19:28:18,442 ERROR [main][CipherTest] transformation "GOST28147/OFB192/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,442 INFO [main][CipherTest] transformation=GOST28147/OFB192/ZEROBYTE 19:28:18,442 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,442 INFO [main][CipherTest] transformation=GOST28147/OFB192/ZEROBYTEPADDING 19:28:18,442 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,442 INFO [main][CipherTest] transformation=GOST28147/OFB200/ 19:28:18,443 ERROR [main][CipherTest] transformation "GOST28147/OFB200/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,443 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO10126 19:28:18,443 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,443 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO10126-2 19:28:18,443 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,443 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO10126-2PADDING 19:28:18,443 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,443 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO10126PADDING 19:28:18,443 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,443 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO7816-4 19:28:18,444 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,444 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO7816-4PADDING 19:28:18,444 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,444 INFO [main][CipherTest] transformation=GOST28147/OFB200/NOPADDING 19:28:18,444 ERROR [main][CipherTest] transformation "GOST28147/OFB200/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,444 INFO [main][CipherTest] transformation=GOST28147/OFB200/PKCS5 19:28:18,444 ERROR [main][CipherTest] transformation "GOST28147/OFB200/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,444 INFO [main][CipherTest] transformation=GOST28147/OFB200/PKCS5PADDING 19:28:18,444 ERROR [main][CipherTest] transformation "GOST28147/OFB200/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,445 INFO [main][CipherTest] transformation=GOST28147/OFB200/PKCS7 19:28:18,445 ERROR [main][CipherTest] transformation "GOST28147/OFB200/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,445 INFO [main][CipherTest] transformation=GOST28147/OFB200/PKCS7PADDING 19:28:18,445 ERROR [main][CipherTest] transformation "GOST28147/OFB200/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,445 INFO [main][CipherTest] transformation=GOST28147/OFB200/TBC 19:28:18,445 ERROR [main][CipherTest] transformation "GOST28147/OFB200/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,445 INFO [main][CipherTest] transformation=GOST28147/OFB200/TBCPADDING 19:28:18,445 ERROR [main][CipherTest] transformation "GOST28147/OFB200/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,445 INFO [main][CipherTest] transformation=GOST28147/OFB200/X9.23 19:28:18,445 ERROR [main][CipherTest] transformation "GOST28147/OFB200/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,446 INFO [main][CipherTest] transformation=GOST28147/OFB200/X9.23PADDING 19:28:18,446 ERROR [main][CipherTest] transformation "GOST28147/OFB200/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,446 INFO [main][CipherTest] transformation=GOST28147/OFB200/ZEROBYTE 19:28:18,446 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,446 INFO [main][CipherTest] transformation=GOST28147/OFB200/ZEROBYTEPADDING 19:28:18,446 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,446 INFO [main][CipherTest] transformation=GOST28147/OFB208/ 19:28:18,446 ERROR [main][CipherTest] transformation "GOST28147/OFB208/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,446 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO10126 19:28:18,447 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,447 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO10126-2 19:28:18,447 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,447 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO10126-2PADDING 19:28:18,447 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,447 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO10126PADDING 19:28:18,447 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,447 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO7816-4 19:28:18,447 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,447 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO7816-4PADDING 19:28:18,448 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,448 INFO [main][CipherTest] transformation=GOST28147/OFB208/NOPADDING 19:28:18,448 ERROR [main][CipherTest] transformation "GOST28147/OFB208/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,448 INFO [main][CipherTest] transformation=GOST28147/OFB208/PKCS5 19:28:18,448 ERROR [main][CipherTest] transformation "GOST28147/OFB208/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,448 INFO [main][CipherTest] transformation=GOST28147/OFB208/PKCS5PADDING 19:28:18,448 ERROR [main][CipherTest] transformation "GOST28147/OFB208/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,448 INFO [main][CipherTest] transformation=GOST28147/OFB208/PKCS7 19:28:18,448 ERROR [main][CipherTest] transformation "GOST28147/OFB208/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,449 INFO [main][CipherTest] transformation=GOST28147/OFB208/PKCS7PADDING 19:28:18,449 ERROR [main][CipherTest] transformation "GOST28147/OFB208/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,449 INFO [main][CipherTest] transformation=GOST28147/OFB208/TBC 19:28:18,449 ERROR [main][CipherTest] transformation "GOST28147/OFB208/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,449 INFO [main][CipherTest] transformation=GOST28147/OFB208/TBCPADDING 19:28:18,449 ERROR [main][CipherTest] transformation "GOST28147/OFB208/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,449 INFO [main][CipherTest] transformation=GOST28147/OFB208/X9.23 19:28:18,449 ERROR [main][CipherTest] transformation "GOST28147/OFB208/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,449 INFO [main][CipherTest] transformation=GOST28147/OFB208/X9.23PADDING 19:28:18,449 ERROR [main][CipherTest] transformation "GOST28147/OFB208/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,450 INFO [main][CipherTest] transformation=GOST28147/OFB208/ZEROBYTE 19:28:18,450 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,450 INFO [main][CipherTest] transformation=GOST28147/OFB208/ZEROBYTEPADDING 19:28:18,450 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,450 INFO [main][CipherTest] transformation=GOST28147/OFB216/ 19:28:18,450 ERROR [main][CipherTest] transformation "GOST28147/OFB216/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,450 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO10126 19:28:18,450 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,450 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO10126-2 19:28:18,451 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,451 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO10126-2PADDING 19:28:18,451 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,451 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO10126PADDING 19:28:18,451 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,451 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO7816-4 19:28:18,451 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,451 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO7816-4PADDING 19:28:18,451 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,452 INFO [main][CipherTest] transformation=GOST28147/OFB216/NOPADDING 19:28:18,452 ERROR [main][CipherTest] transformation "GOST28147/OFB216/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,452 INFO [main][CipherTest] transformation=GOST28147/OFB216/PKCS5 19:28:18,452 ERROR [main][CipherTest] transformation "GOST28147/OFB216/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,452 INFO [main][CipherTest] transformation=GOST28147/OFB216/PKCS5PADDING 19:28:18,452 ERROR [main][CipherTest] transformation "GOST28147/OFB216/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,452 INFO [main][CipherTest] transformation=GOST28147/OFB216/PKCS7 19:28:18,452 ERROR [main][CipherTest] transformation "GOST28147/OFB216/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,452 INFO [main][CipherTest] transformation=GOST28147/OFB216/PKCS7PADDING 19:28:18,452 ERROR [main][CipherTest] transformation "GOST28147/OFB216/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,453 INFO [main][CipherTest] transformation=GOST28147/OFB216/TBC 19:28:18,453 ERROR [main][CipherTest] transformation "GOST28147/OFB216/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,453 INFO [main][CipherTest] transformation=GOST28147/OFB216/TBCPADDING 19:28:18,453 ERROR [main][CipherTest] transformation "GOST28147/OFB216/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,453 INFO [main][CipherTest] transformation=GOST28147/OFB216/X9.23 19:28:18,453 ERROR [main][CipherTest] transformation "GOST28147/OFB216/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,453 INFO [main][CipherTest] transformation=GOST28147/OFB216/X9.23PADDING 19:28:18,453 ERROR [main][CipherTest] transformation "GOST28147/OFB216/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,453 INFO [main][CipherTest] transformation=GOST28147/OFB216/ZEROBYTE 19:28:18,453 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,454 INFO [main][CipherTest] transformation=GOST28147/OFB216/ZEROBYTEPADDING 19:28:18,454 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,454 INFO [main][CipherTest] transformation=GOST28147/OFB224/ 19:28:18,454 ERROR [main][CipherTest] transformation "GOST28147/OFB224/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,454 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO10126 19:28:18,454 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,454 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO10126-2 19:28:18,454 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,454 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO10126-2PADDING 19:28:18,455 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,455 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO10126PADDING 19:28:18,455 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,455 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO7816-4 19:28:18,455 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,455 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO7816-4PADDING 19:28:18,455 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,455 INFO [main][CipherTest] transformation=GOST28147/OFB224/NOPADDING 19:28:18,455 ERROR [main][CipherTest] transformation "GOST28147/OFB224/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,456 INFO [main][CipherTest] transformation=GOST28147/OFB224/PKCS5 19:28:18,456 ERROR [main][CipherTest] transformation "GOST28147/OFB224/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,456 INFO [main][CipherTest] transformation=GOST28147/OFB224/PKCS5PADDING 19:28:18,456 ERROR [main][CipherTest] transformation "GOST28147/OFB224/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,456 INFO [main][CipherTest] transformation=GOST28147/OFB224/PKCS7 19:28:18,456 ERROR [main][CipherTest] transformation "GOST28147/OFB224/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,456 INFO [main][CipherTest] transformation=GOST28147/OFB224/PKCS7PADDING 19:28:18,456 ERROR [main][CipherTest] transformation "GOST28147/OFB224/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,456 INFO [main][CipherTest] transformation=GOST28147/OFB224/TBC 19:28:18,456 ERROR [main][CipherTest] transformation "GOST28147/OFB224/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,457 INFO [main][CipherTest] transformation=GOST28147/OFB224/TBCPADDING 19:28:18,457 ERROR [main][CipherTest] transformation "GOST28147/OFB224/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,457 INFO [main][CipherTest] transformation=GOST28147/OFB224/X9.23 19:28:18,457 ERROR [main][CipherTest] transformation "GOST28147/OFB224/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,457 INFO [main][CipherTest] transformation=GOST28147/OFB224/X9.23PADDING 19:28:18,457 ERROR [main][CipherTest] transformation "GOST28147/OFB224/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,457 INFO [main][CipherTest] transformation=GOST28147/OFB224/ZEROBYTE 19:28:18,457 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,457 INFO [main][CipherTest] transformation=GOST28147/OFB224/ZEROBYTEPADDING 19:28:18,457 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,458 INFO [main][CipherTest] transformation=GOST28147/OFB232/ 19:28:18,458 ERROR [main][CipherTest] transformation "GOST28147/OFB232/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,458 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO10126 19:28:18,458 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,458 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO10126-2 19:28:18,458 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,458 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO10126-2PADDING 19:28:18,458 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,459 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO10126PADDING 19:28:18,459 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,459 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO7816-4 19:28:18,459 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,459 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO7816-4PADDING 19:28:18,459 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,459 INFO [main][CipherTest] transformation=GOST28147/OFB232/NOPADDING 19:28:18,459 ERROR [main][CipherTest] transformation "GOST28147/OFB232/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,459 INFO [main][CipherTest] transformation=GOST28147/OFB232/PKCS5 19:28:18,460 ERROR [main][CipherTest] transformation "GOST28147/OFB232/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,460 INFO [main][CipherTest] transformation=GOST28147/OFB232/PKCS5PADDING 19:28:18,460 ERROR [main][CipherTest] transformation "GOST28147/OFB232/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,460 INFO [main][CipherTest] transformation=GOST28147/OFB232/PKCS7 19:28:18,460 ERROR [main][CipherTest] transformation "GOST28147/OFB232/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,460 INFO [main][CipherTest] transformation=GOST28147/OFB232/PKCS7PADDING 19:28:18,460 ERROR [main][CipherTest] transformation "GOST28147/OFB232/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,460 INFO [main][CipherTest] transformation=GOST28147/OFB232/TBC 19:28:18,460 ERROR [main][CipherTest] transformation "GOST28147/OFB232/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,460 INFO [main][CipherTest] transformation=GOST28147/OFB232/TBCPADDING 19:28:18,461 ERROR [main][CipherTest] transformation "GOST28147/OFB232/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,461 INFO [main][CipherTest] transformation=GOST28147/OFB232/X9.23 19:28:18,461 ERROR [main][CipherTest] transformation "GOST28147/OFB232/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,461 INFO [main][CipherTest] transformation=GOST28147/OFB232/X9.23PADDING 19:28:18,461 ERROR [main][CipherTest] transformation "GOST28147/OFB232/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,461 INFO [main][CipherTest] transformation=GOST28147/OFB232/ZEROBYTE 19:28:18,461 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,461 INFO [main][CipherTest] transformation=GOST28147/OFB232/ZEROBYTEPADDING 19:28:18,461 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,461 INFO [main][CipherTest] transformation=GOST28147/OFB24/ 19:28:18,462 ERROR [main][CipherTest] transformation "GOST28147/OFB24/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,462 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO10126 19:28:18,462 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,462 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO10126-2 19:28:18,462 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,462 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO10126-2PADDING 19:28:18,462 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,462 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO10126PADDING 19:28:18,462 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,463 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO7816-4 19:28:18,463 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,463 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO7816-4PADDING 19:28:18,463 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,463 INFO [main][CipherTest] transformation=GOST28147/OFB24/NOPADDING 19:28:18,463 ERROR [main][CipherTest] transformation "GOST28147/OFB24/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,463 INFO [main][CipherTest] transformation=GOST28147/OFB24/PKCS5 19:28:18,463 ERROR [main][CipherTest] transformation "GOST28147/OFB24/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,463 INFO [main][CipherTest] transformation=GOST28147/OFB24/PKCS5PADDING 19:28:18,464 ERROR [main][CipherTest] transformation "GOST28147/OFB24/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,464 INFO [main][CipherTest] transformation=GOST28147/OFB24/PKCS7 19:28:18,464 ERROR [main][CipherTest] transformation "GOST28147/OFB24/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,464 INFO [main][CipherTest] transformation=GOST28147/OFB24/PKCS7PADDING 19:28:18,464 ERROR [main][CipherTest] transformation "GOST28147/OFB24/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,464 INFO [main][CipherTest] transformation=GOST28147/OFB24/TBC 19:28:18,464 ERROR [main][CipherTest] transformation "GOST28147/OFB24/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,464 INFO [main][CipherTest] transformation=GOST28147/OFB24/TBCPADDING 19:28:18,464 ERROR [main][CipherTest] transformation "GOST28147/OFB24/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,464 INFO [main][CipherTest] transformation=GOST28147/OFB24/X9.23 19:28:18,465 ERROR [main][CipherTest] transformation "GOST28147/OFB24/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,465 INFO [main][CipherTest] transformation=GOST28147/OFB24/X9.23PADDING 19:28:18,465 ERROR [main][CipherTest] transformation "GOST28147/OFB24/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,465 INFO [main][CipherTest] transformation=GOST28147/OFB24/ZEROBYTE 19:28:18,465 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,465 INFO [main][CipherTest] transformation=GOST28147/OFB24/ZEROBYTEPADDING 19:28:18,465 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,465 INFO [main][CipherTest] transformation=GOST28147/OFB240/ 19:28:18,465 ERROR [main][CipherTest] transformation "GOST28147/OFB240/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,465 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO10126 19:28:18,466 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,466 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO10126-2 19:28:18,466 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,466 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO10126-2PADDING 19:28:18,466 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,466 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO10126PADDING 19:28:18,466 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,466 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO7816-4 19:28:18,466 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,467 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO7816-4PADDING 19:28:18,467 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,467 INFO [main][CipherTest] transformation=GOST28147/OFB240/NOPADDING 19:28:18,467 ERROR [main][CipherTest] transformation "GOST28147/OFB240/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,467 INFO [main][CipherTest] transformation=GOST28147/OFB240/PKCS5 19:28:18,467 ERROR [main][CipherTest] transformation "GOST28147/OFB240/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,467 INFO [main][CipherTest] transformation=GOST28147/OFB240/PKCS5PADDING 19:28:18,467 ERROR [main][CipherTest] transformation "GOST28147/OFB240/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,467 INFO [main][CipherTest] transformation=GOST28147/OFB240/PKCS7 19:28:18,467 ERROR [main][CipherTest] transformation "GOST28147/OFB240/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,468 INFO [main][CipherTest] transformation=GOST28147/OFB240/PKCS7PADDING 19:28:18,468 ERROR [main][CipherTest] transformation "GOST28147/OFB240/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,468 INFO [main][CipherTest] transformation=GOST28147/OFB240/TBC 19:28:18,468 ERROR [main][CipherTest] transformation "GOST28147/OFB240/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,468 INFO [main][CipherTest] transformation=GOST28147/OFB240/TBCPADDING 19:28:18,468 ERROR [main][CipherTest] transformation "GOST28147/OFB240/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,468 INFO [main][CipherTest] transformation=GOST28147/OFB240/X9.23 19:28:18,468 ERROR [main][CipherTest] transformation "GOST28147/OFB240/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,468 INFO [main][CipherTest] transformation=GOST28147/OFB240/X9.23PADDING 19:28:18,468 ERROR [main][CipherTest] transformation "GOST28147/OFB240/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,469 INFO [main][CipherTest] transformation=GOST28147/OFB240/ZEROBYTE 19:28:18,469 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,469 INFO [main][CipherTest] transformation=GOST28147/OFB240/ZEROBYTEPADDING 19:28:18,469 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,469 INFO [main][CipherTest] transformation=GOST28147/OFB248/ 19:28:18,469 ERROR [main][CipherTest] transformation "GOST28147/OFB248/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,469 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO10126 19:28:18,469 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,469 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO10126-2 19:28:18,470 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,470 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO10126-2PADDING 19:28:18,470 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,470 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO10126PADDING 19:28:18,470 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,470 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO7816-4 19:28:18,470 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,470 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO7816-4PADDING 19:28:18,470 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,471 INFO [main][CipherTest] transformation=GOST28147/OFB248/NOPADDING 19:28:18,471 ERROR [main][CipherTest] transformation "GOST28147/OFB248/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,471 INFO [main][CipherTest] transformation=GOST28147/OFB248/PKCS5 19:28:18,471 ERROR [main][CipherTest] transformation "GOST28147/OFB248/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,471 INFO [main][CipherTest] transformation=GOST28147/OFB248/PKCS5PADDING 19:28:18,471 ERROR [main][CipherTest] transformation "GOST28147/OFB248/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,471 INFO [main][CipherTest] transformation=GOST28147/OFB248/PKCS7 19:28:18,471 ERROR [main][CipherTest] transformation "GOST28147/OFB248/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,471 INFO [main][CipherTest] transformation=GOST28147/OFB248/PKCS7PADDING 19:28:18,471 ERROR [main][CipherTest] transformation "GOST28147/OFB248/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,472 INFO [main][CipherTest] transformation=GOST28147/OFB248/TBC 19:28:18,472 ERROR [main][CipherTest] transformation "GOST28147/OFB248/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,472 INFO [main][CipherTest] transformation=GOST28147/OFB248/TBCPADDING 19:28:18,472 ERROR [main][CipherTest] transformation "GOST28147/OFB248/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,472 INFO [main][CipherTest] transformation=GOST28147/OFB248/X9.23 19:28:18,472 ERROR [main][CipherTest] transformation "GOST28147/OFB248/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,472 INFO [main][CipherTest] transformation=GOST28147/OFB248/X9.23PADDING 19:28:18,472 ERROR [main][CipherTest] transformation "GOST28147/OFB248/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,472 INFO [main][CipherTest] transformation=GOST28147/OFB248/ZEROBYTE 19:28:18,472 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,473 INFO [main][CipherTest] transformation=GOST28147/OFB248/ZEROBYTEPADDING 19:28:18,473 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,473 INFO [main][CipherTest] transformation=GOST28147/OFB256/ 19:28:18,473 ERROR [main][CipherTest] transformation "GOST28147/OFB256/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,473 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO10126 19:28:18,473 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,473 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO10126-2 19:28:18,473 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,473 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO10126-2PADDING 19:28:18,474 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,474 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO10126PADDING 19:28:18,474 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,474 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO7816-4 19:28:18,474 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,474 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO7816-4PADDING 19:28:18,474 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,474 INFO [main][CipherTest] transformation=GOST28147/OFB256/NOPADDING 19:28:18,474 ERROR [main][CipherTest] transformation "GOST28147/OFB256/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,475 INFO [main][CipherTest] transformation=GOST28147/OFB256/PKCS5 19:28:18,475 ERROR [main][CipherTest] transformation "GOST28147/OFB256/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,475 INFO [main][CipherTest] transformation=GOST28147/OFB256/PKCS5PADDING 19:28:18,475 ERROR [main][CipherTest] transformation "GOST28147/OFB256/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,475 INFO [main][CipherTest] transformation=GOST28147/OFB256/PKCS7 19:28:18,475 ERROR [main][CipherTest] transformation "GOST28147/OFB256/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,475 INFO [main][CipherTest] transformation=GOST28147/OFB256/PKCS7PADDING 19:28:18,475 ERROR [main][CipherTest] transformation "GOST28147/OFB256/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,475 INFO [main][CipherTest] transformation=GOST28147/OFB256/TBC 19:28:18,475 ERROR [main][CipherTest] transformation "GOST28147/OFB256/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,476 INFO [main][CipherTest] transformation=GOST28147/OFB256/TBCPADDING 19:28:18,476 ERROR [main][CipherTest] transformation "GOST28147/OFB256/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,476 INFO [main][CipherTest] transformation=GOST28147/OFB256/X9.23 19:28:18,476 ERROR [main][CipherTest] transformation "GOST28147/OFB256/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,476 INFO [main][CipherTest] transformation=GOST28147/OFB256/X9.23PADDING 19:28:18,476 ERROR [main][CipherTest] transformation "GOST28147/OFB256/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,476 INFO [main][CipherTest] transformation=GOST28147/OFB256/ZEROBYTE 19:28:18,476 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,476 INFO [main][CipherTest] transformation=GOST28147/OFB256/ZEROBYTEPADDING 19:28:18,476 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,477 INFO [main][CipherTest] transformation=GOST28147/OFB32/ 19:28:18,477 ERROR [main][CipherTest] transformation "GOST28147/OFB32/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,477 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO10126 19:28:18,477 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,477 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO10126-2 19:28:18,477 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,477 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO10126-2PADDING 19:28:18,477 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,477 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO10126PADDING 19:28:18,478 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,478 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO7816-4 19:28:18,478 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,478 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO7816-4PADDING 19:28:18,478 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,478 INFO [main][CipherTest] transformation=GOST28147/OFB32/NOPADDING 19:28:18,478 ERROR [main][CipherTest] transformation "GOST28147/OFB32/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,478 INFO [main][CipherTest] transformation=GOST28147/OFB32/PKCS5 19:28:18,478 ERROR [main][CipherTest] transformation "GOST28147/OFB32/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,478 INFO [main][CipherTest] transformation=GOST28147/OFB32/PKCS5PADDING 19:28:18,479 ERROR [main][CipherTest] transformation "GOST28147/OFB32/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,479 INFO [main][CipherTest] transformation=GOST28147/OFB32/PKCS7 19:28:18,479 ERROR [main][CipherTest] transformation "GOST28147/OFB32/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,479 INFO [main][CipherTest] transformation=GOST28147/OFB32/PKCS7PADDING 19:28:18,479 ERROR [main][CipherTest] transformation "GOST28147/OFB32/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,479 INFO [main][CipherTest] transformation=GOST28147/OFB32/TBC 19:28:18,479 ERROR [main][CipherTest] transformation "GOST28147/OFB32/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,479 INFO [main][CipherTest] transformation=GOST28147/OFB32/TBCPADDING 19:28:18,479 ERROR [main][CipherTest] transformation "GOST28147/OFB32/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,480 INFO [main][CipherTest] transformation=GOST28147/OFB32/X9.23 19:28:18,480 ERROR [main][CipherTest] transformation "GOST28147/OFB32/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,480 INFO [main][CipherTest] transformation=GOST28147/OFB32/X9.23PADDING 19:28:18,480 ERROR [main][CipherTest] transformation "GOST28147/OFB32/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,480 INFO [main][CipherTest] transformation=GOST28147/OFB32/ZEROBYTE 19:28:18,480 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,480 INFO [main][CipherTest] transformation=GOST28147/OFB32/ZEROBYTEPADDING 19:28:18,480 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,480 INFO [main][CipherTest] transformation=GOST28147/OFB40/ 19:28:18,480 ERROR [main][CipherTest] transformation "GOST28147/OFB40/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,481 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO10126 19:28:18,481 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,481 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO10126-2 19:28:18,481 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,481 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO10126-2PADDING 19:28:18,481 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,481 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO10126PADDING 19:28:18,481 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,481 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO7816-4 19:28:18,482 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,482 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO7816-4PADDING 19:28:18,482 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,482 INFO [main][CipherTest] transformation=GOST28147/OFB40/NOPADDING 19:28:18,482 ERROR [main][CipherTest] transformation "GOST28147/OFB40/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,482 INFO [main][CipherTest] transformation=GOST28147/OFB40/PKCS5 19:28:18,482 ERROR [main][CipherTest] transformation "GOST28147/OFB40/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,482 INFO [main][CipherTest] transformation=GOST28147/OFB40/PKCS5PADDING 19:28:18,482 ERROR [main][CipherTest] transformation "GOST28147/OFB40/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,483 INFO [main][CipherTest] transformation=GOST28147/OFB40/PKCS7 19:28:18,483 ERROR [main][CipherTest] transformation "GOST28147/OFB40/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,483 INFO [main][CipherTest] transformation=GOST28147/OFB40/PKCS7PADDING 19:28:18,483 ERROR [main][CipherTest] transformation "GOST28147/OFB40/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,483 INFO [main][CipherTest] transformation=GOST28147/OFB40/TBC 19:28:18,483 ERROR [main][CipherTest] transformation "GOST28147/OFB40/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,483 INFO [main][CipherTest] transformation=GOST28147/OFB40/TBCPADDING 19:28:18,483 ERROR [main][CipherTest] transformation "GOST28147/OFB40/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,483 INFO [main][CipherTest] transformation=GOST28147/OFB40/X9.23 19:28:18,483 ERROR [main][CipherTest] transformation "GOST28147/OFB40/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,484 INFO [main][CipherTest] transformation=GOST28147/OFB40/X9.23PADDING 19:28:18,484 ERROR [main][CipherTest] transformation "GOST28147/OFB40/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,484 INFO [main][CipherTest] transformation=GOST28147/OFB40/ZEROBYTE 19:28:18,484 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,484 INFO [main][CipherTest] transformation=GOST28147/OFB40/ZEROBYTEPADDING 19:28:18,484 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,484 INFO [main][CipherTest] transformation=GOST28147/OFB48/ 19:28:18,484 ERROR [main][CipherTest] transformation "GOST28147/OFB48/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,484 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO10126 19:28:18,485 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,485 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO10126-2 19:28:18,485 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,485 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO10126-2PADDING 19:28:18,485 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,485 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO10126PADDING 19:28:18,485 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,485 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO7816-4 19:28:18,485 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,485 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO7816-4PADDING 19:28:18,486 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,486 INFO [main][CipherTest] transformation=GOST28147/OFB48/NOPADDING 19:28:18,486 ERROR [main][CipherTest] transformation "GOST28147/OFB48/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,486 INFO [main][CipherTest] transformation=GOST28147/OFB48/PKCS5 19:28:18,486 ERROR [main][CipherTest] transformation "GOST28147/OFB48/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,486 INFO [main][CipherTest] transformation=GOST28147/OFB48/PKCS5PADDING 19:28:18,486 ERROR [main][CipherTest] transformation "GOST28147/OFB48/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,486 INFO [main][CipherTest] transformation=GOST28147/OFB48/PKCS7 19:28:18,486 ERROR [main][CipherTest] transformation "GOST28147/OFB48/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,487 INFO [main][CipherTest] transformation=GOST28147/OFB48/PKCS7PADDING 19:28:18,487 ERROR [main][CipherTest] transformation "GOST28147/OFB48/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,487 INFO [main][CipherTest] transformation=GOST28147/OFB48/TBC 19:28:18,487 ERROR [main][CipherTest] transformation "GOST28147/OFB48/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,487 INFO [main][CipherTest] transformation=GOST28147/OFB48/TBCPADDING 19:28:18,487 ERROR [main][CipherTest] transformation "GOST28147/OFB48/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,487 INFO [main][CipherTest] transformation=GOST28147/OFB48/X9.23 19:28:18,487 ERROR [main][CipherTest] transformation "GOST28147/OFB48/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,487 INFO [main][CipherTest] transformation=GOST28147/OFB48/X9.23PADDING 19:28:18,488 ERROR [main][CipherTest] transformation "GOST28147/OFB48/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,488 INFO [main][CipherTest] transformation=GOST28147/OFB48/ZEROBYTE 19:28:18,488 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,488 INFO [main][CipherTest] transformation=GOST28147/OFB48/ZEROBYTEPADDING 19:28:18,488 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,488 INFO [main][CipherTest] transformation=GOST28147/OFB56/ 19:28:18,488 ERROR [main][CipherTest] transformation "GOST28147/OFB56/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,488 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO10126 19:28:18,488 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,488 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO10126-2 19:28:18,489 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,489 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO10126-2PADDING 19:28:18,489 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,489 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO10126PADDING 19:28:18,489 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,489 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO7816-4 19:28:18,489 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,489 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO7816-4PADDING 19:28:18,489 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,490 INFO [main][CipherTest] transformation=GOST28147/OFB56/NOPADDING 19:28:18,490 ERROR [main][CipherTest] transformation "GOST28147/OFB56/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,490 INFO [main][CipherTest] transformation=GOST28147/OFB56/PKCS5 19:28:18,490 ERROR [main][CipherTest] transformation "GOST28147/OFB56/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,490 INFO [main][CipherTest] transformation=GOST28147/OFB56/PKCS5PADDING 19:28:18,490 ERROR [main][CipherTest] transformation "GOST28147/OFB56/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,490 INFO [main][CipherTest] transformation=GOST28147/OFB56/PKCS7 19:28:18,490 ERROR [main][CipherTest] transformation "GOST28147/OFB56/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,490 INFO [main][CipherTest] transformation=GOST28147/OFB56/PKCS7PADDING 19:28:18,490 ERROR [main][CipherTest] transformation "GOST28147/OFB56/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,491 INFO [main][CipherTest] transformation=GOST28147/OFB56/TBC 19:28:18,491 ERROR [main][CipherTest] transformation "GOST28147/OFB56/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,491 INFO [main][CipherTest] transformation=GOST28147/OFB56/TBCPADDING 19:28:18,491 ERROR [main][CipherTest] transformation "GOST28147/OFB56/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,491 INFO [main][CipherTest] transformation=GOST28147/OFB56/X9.23 19:28:18,491 ERROR [main][CipherTest] transformation "GOST28147/OFB56/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,491 INFO [main][CipherTest] transformation=GOST28147/OFB56/X9.23PADDING 19:28:18,491 ERROR [main][CipherTest] transformation "GOST28147/OFB56/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,491 INFO [main][CipherTest] transformation=GOST28147/OFB56/ZEROBYTE 19:28:18,491 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,492 INFO [main][CipherTest] transformation=GOST28147/OFB56/ZEROBYTEPADDING 19:28:18,492 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,492 INFO [main][CipherTest] transformation=GOST28147/OFB64/ 19:28:18,492 ERROR [main][CipherTest] transformation "GOST28147/OFB64/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,492 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO10126 19:28:18,492 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,492 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO10126-2 19:28:18,492 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,492 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO10126-2PADDING 19:28:18,493 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,493 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO10126PADDING 19:28:18,493 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,493 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO7816-4 19:28:18,493 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,493 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO7816-4PADDING 19:28:18,493 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,493 INFO [main][CipherTest] transformation=GOST28147/OFB64/NOPADDING 19:28:18,493 ERROR [main][CipherTest] transformation "GOST28147/OFB64/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,493 INFO [main][CipherTest] transformation=GOST28147/OFB64/PKCS5 19:28:18,494 ERROR [main][CipherTest] transformation "GOST28147/OFB64/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,494 INFO [main][CipherTest] transformation=GOST28147/OFB64/PKCS5PADDING 19:28:18,494 ERROR [main][CipherTest] transformation "GOST28147/OFB64/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,494 INFO [main][CipherTest] transformation=GOST28147/OFB64/PKCS7 19:28:18,494 ERROR [main][CipherTest] transformation "GOST28147/OFB64/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,494 INFO [main][CipherTest] transformation=GOST28147/OFB64/PKCS7PADDING 19:28:18,494 ERROR [main][CipherTest] transformation "GOST28147/OFB64/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,494 INFO [main][CipherTest] transformation=GOST28147/OFB64/TBC 19:28:18,494 ERROR [main][CipherTest] transformation "GOST28147/OFB64/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,495 INFO [main][CipherTest] transformation=GOST28147/OFB64/TBCPADDING 19:28:18,495 ERROR [main][CipherTest] transformation "GOST28147/OFB64/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,495 INFO [main][CipherTest] transformation=GOST28147/OFB64/X9.23 19:28:18,495 ERROR [main][CipherTest] transformation "GOST28147/OFB64/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,495 INFO [main][CipherTest] transformation=GOST28147/OFB64/X9.23PADDING 19:28:18,495 ERROR [main][CipherTest] transformation "GOST28147/OFB64/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,495 INFO [main][CipherTest] transformation=GOST28147/OFB64/ZEROBYTE 19:28:18,495 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,495 INFO [main][CipherTest] transformation=GOST28147/OFB64/ZEROBYTEPADDING 19:28:18,495 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,495 INFO [main][CipherTest] transformation=GOST28147/OFB72/ 19:28:18,496 ERROR [main][CipherTest] transformation "GOST28147/OFB72/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,496 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO10126 19:28:18,496 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,496 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO10126-2 19:28:18,496 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,496 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO10126-2PADDING 19:28:18,496 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,496 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO10126PADDING 19:28:18,497 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,497 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO7816-4 19:28:18,497 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,497 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO7816-4PADDING 19:28:18,497 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,497 INFO [main][CipherTest] transformation=GOST28147/OFB72/NOPADDING 19:28:18,497 ERROR [main][CipherTest] transformation "GOST28147/OFB72/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,497 INFO [main][CipherTest] transformation=GOST28147/OFB72/PKCS5 19:28:18,497 ERROR [main][CipherTest] transformation "GOST28147/OFB72/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,497 INFO [main][CipherTest] transformation=GOST28147/OFB72/PKCS5PADDING 19:28:18,498 ERROR [main][CipherTest] transformation "GOST28147/OFB72/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,498 INFO [main][CipherTest] transformation=GOST28147/OFB72/PKCS7 19:28:18,498 ERROR [main][CipherTest] transformation "GOST28147/OFB72/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,498 INFO [main][CipherTest] transformation=GOST28147/OFB72/PKCS7PADDING 19:28:18,498 ERROR [main][CipherTest] transformation "GOST28147/OFB72/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,498 INFO [main][CipherTest] transformation=GOST28147/OFB72/TBC 19:28:18,498 ERROR [main][CipherTest] transformation "GOST28147/OFB72/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,498 INFO [main][CipherTest] transformation=GOST28147/OFB72/TBCPADDING 19:28:18,498 ERROR [main][CipherTest] transformation "GOST28147/OFB72/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,498 INFO [main][CipherTest] transformation=GOST28147/OFB72/X9.23 19:28:18,499 ERROR [main][CipherTest] transformation "GOST28147/OFB72/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,499 INFO [main][CipherTest] transformation=GOST28147/OFB72/X9.23PADDING 19:28:18,499 ERROR [main][CipherTest] transformation "GOST28147/OFB72/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,499 INFO [main][CipherTest] transformation=GOST28147/OFB72/ZEROBYTE 19:28:18,499 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,499 INFO [main][CipherTest] transformation=GOST28147/OFB72/ZEROBYTEPADDING 19:28:18,499 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,499 INFO [main][CipherTest] transformation=GOST28147/OFB8/ 19:28:18,499 ERROR [main][CipherTest] transformation "GOST28147/OFB8/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,500 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO10126 19:28:18,500 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,500 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO10126-2 19:28:18,500 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,500 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO10126-2PADDING 19:28:18,500 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,500 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO10126PADDING 19:28:18,500 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,501 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO7816-4 19:28:18,501 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,501 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO7816-4PADDING 19:28:18,501 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,501 INFO [main][CipherTest] transformation=GOST28147/OFB8/NOPADDING 19:28:18,501 ERROR [main][CipherTest] transformation "GOST28147/OFB8/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,501 INFO [main][CipherTest] transformation=GOST28147/OFB8/PKCS5 19:28:18,501 ERROR [main][CipherTest] transformation "GOST28147/OFB8/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,501 INFO [main][CipherTest] transformation=GOST28147/OFB8/PKCS5PADDING 19:28:18,501 ERROR [main][CipherTest] transformation "GOST28147/OFB8/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,502 INFO [main][CipherTest] transformation=GOST28147/OFB8/PKCS7 19:28:18,502 ERROR [main][CipherTest] transformation "GOST28147/OFB8/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,502 INFO [main][CipherTest] transformation=GOST28147/OFB8/PKCS7PADDING 19:28:18,502 ERROR [main][CipherTest] transformation "GOST28147/OFB8/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,502 INFO [main][CipherTest] transformation=GOST28147/OFB8/TBC 19:28:18,502 ERROR [main][CipherTest] transformation "GOST28147/OFB8/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,502 INFO [main][CipherTest] transformation=GOST28147/OFB8/TBCPADDING 19:28:18,502 ERROR [main][CipherTest] transformation "GOST28147/OFB8/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,502 INFO [main][CipherTest] transformation=GOST28147/OFB8/X9.23 19:28:18,503 ERROR [main][CipherTest] transformation "GOST28147/OFB8/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,503 INFO [main][CipherTest] transformation=GOST28147/OFB8/X9.23PADDING 19:28:18,503 ERROR [main][CipherTest] transformation "GOST28147/OFB8/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,503 INFO [main][CipherTest] transformation=GOST28147/OFB8/ZEROBYTE 19:28:18,503 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,503 INFO [main][CipherTest] transformation=GOST28147/OFB8/ZEROBYTEPADDING 19:28:18,503 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,503 INFO [main][CipherTest] transformation=GOST28147/OFB80/ 19:28:18,503 ERROR [main][CipherTest] transformation "GOST28147/OFB80/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,503 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO10126 19:28:18,504 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,504 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO10126-2 19:28:18,504 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,504 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO10126-2PADDING 19:28:18,504 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,504 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO10126PADDING 19:28:18,504 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,504 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO7816-4 19:28:18,504 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,505 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO7816-4PADDING 19:28:18,505 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,505 INFO [main][CipherTest] transformation=GOST28147/OFB80/NOPADDING 19:28:18,505 ERROR [main][CipherTest] transformation "GOST28147/OFB80/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,505 INFO [main][CipherTest] transformation=GOST28147/OFB80/PKCS5 19:28:18,505 ERROR [main][CipherTest] transformation "GOST28147/OFB80/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,505 INFO [main][CipherTest] transformation=GOST28147/OFB80/PKCS5PADDING 19:28:18,505 ERROR [main][CipherTest] transformation "GOST28147/OFB80/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,505 INFO [main][CipherTest] transformation=GOST28147/OFB80/PKCS7 19:28:18,506 ERROR [main][CipherTest] transformation "GOST28147/OFB80/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,506 INFO [main][CipherTest] transformation=GOST28147/OFB80/PKCS7PADDING 19:28:18,506 ERROR [main][CipherTest] transformation "GOST28147/OFB80/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,506 INFO [main][CipherTest] transformation=GOST28147/OFB80/TBC 19:28:18,506 ERROR [main][CipherTest] transformation "GOST28147/OFB80/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,506 INFO [main][CipherTest] transformation=GOST28147/OFB80/TBCPADDING 19:28:18,506 ERROR [main][CipherTest] transformation "GOST28147/OFB80/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,506 INFO [main][CipherTest] transformation=GOST28147/OFB80/X9.23 19:28:18,506 ERROR [main][CipherTest] transformation "GOST28147/OFB80/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,506 INFO [main][CipherTest] transformation=GOST28147/OFB80/X9.23PADDING 19:28:18,507 ERROR [main][CipherTest] transformation "GOST28147/OFB80/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,507 INFO [main][CipherTest] transformation=GOST28147/OFB80/ZEROBYTE 19:28:18,507 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,507 INFO [main][CipherTest] transformation=GOST28147/OFB80/ZEROBYTEPADDING 19:28:18,507 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,507 INFO [main][CipherTest] transformation=GOST28147/OFB88/ 19:28:18,507 ERROR [main][CipherTest] transformation "GOST28147/OFB88/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,507 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO10126 19:28:18,507 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,507 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO10126-2 19:28:18,508 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,508 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO10126-2PADDING 19:28:18,508 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,508 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO10126PADDING 19:28:18,508 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,508 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO7816-4 19:28:18,508 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,508 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO7816-4PADDING 19:28:18,508 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,509 INFO [main][CipherTest] transformation=GOST28147/OFB88/NOPADDING 19:28:18,509 ERROR [main][CipherTest] transformation "GOST28147/OFB88/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,509 INFO [main][CipherTest] transformation=GOST28147/OFB88/PKCS5 19:28:18,509 ERROR [main][CipherTest] transformation "GOST28147/OFB88/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,509 INFO [main][CipherTest] transformation=GOST28147/OFB88/PKCS5PADDING 19:28:18,509 ERROR [main][CipherTest] transformation "GOST28147/OFB88/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,509 INFO [main][CipherTest] transformation=GOST28147/OFB88/PKCS7 19:28:18,509 ERROR [main][CipherTest] transformation "GOST28147/OFB88/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,509 INFO [main][CipherTest] transformation=GOST28147/OFB88/PKCS7PADDING 19:28:18,510 ERROR [main][CipherTest] transformation "GOST28147/OFB88/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,510 INFO [main][CipherTest] transformation=GOST28147/OFB88/TBC 19:28:18,510 ERROR [main][CipherTest] transformation "GOST28147/OFB88/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,510 INFO [main][CipherTest] transformation=GOST28147/OFB88/TBCPADDING 19:28:18,510 ERROR [main][CipherTest] transformation "GOST28147/OFB88/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,510 INFO [main][CipherTest] transformation=GOST28147/OFB88/X9.23 19:28:18,510 ERROR [main][CipherTest] transformation "GOST28147/OFB88/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,510 INFO [main][CipherTest] transformation=GOST28147/OFB88/X9.23PADDING 19:28:18,510 ERROR [main][CipherTest] transformation "GOST28147/OFB88/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,510 INFO [main][CipherTest] transformation=GOST28147/OFB88/ZEROBYTE 19:28:18,511 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,511 INFO [main][CipherTest] transformation=GOST28147/OFB88/ZEROBYTEPADDING 19:28:18,511 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,511 INFO [main][CipherTest] transformation=GOST28147/OFB96/ 19:28:18,511 ERROR [main][CipherTest] transformation "GOST28147/OFB96/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,511 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO10126 19:28:18,511 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,511 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO10126-2 19:28:18,511 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,511 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO10126-2PADDING 19:28:18,512 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,512 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO10126PADDING 19:28:18,512 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,512 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO7816-4 19:28:18,512 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,512 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO7816-4PADDING 19:28:18,512 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,512 INFO [main][CipherTest] transformation=GOST28147/OFB96/NOPADDING 19:28:18,512 ERROR [main][CipherTest] transformation "GOST28147/OFB96/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,513 INFO [main][CipherTest] transformation=GOST28147/OFB96/PKCS5 19:28:18,513 ERROR [main][CipherTest] transformation "GOST28147/OFB96/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,513 INFO [main][CipherTest] transformation=GOST28147/OFB96/PKCS5PADDING 19:28:18,513 ERROR [main][CipherTest] transformation "GOST28147/OFB96/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,513 INFO [main][CipherTest] transformation=GOST28147/OFB96/PKCS7 19:28:18,513 ERROR [main][CipherTest] transformation "GOST28147/OFB96/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,513 INFO [main][CipherTest] transformation=GOST28147/OFB96/PKCS7PADDING 19:28:18,513 ERROR [main][CipherTest] transformation "GOST28147/OFB96/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,513 INFO [main][CipherTest] transformation=GOST28147/OFB96/TBC 19:28:18,513 ERROR [main][CipherTest] transformation "GOST28147/OFB96/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,514 INFO [main][CipherTest] transformation=GOST28147/OFB96/TBCPADDING 19:28:18,514 ERROR [main][CipherTest] transformation "GOST28147/OFB96/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,514 INFO [main][CipherTest] transformation=GOST28147/OFB96/X9.23 19:28:18,514 ERROR [main][CipherTest] transformation "GOST28147/OFB96/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,514 INFO [main][CipherTest] transformation=GOST28147/OFB96/X9.23PADDING 19:28:18,514 ERROR [main][CipherTest] transformation "GOST28147/OFB96/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,514 INFO [main][CipherTest] transformation=GOST28147/OFB96/ZEROBYTE 19:28:18,514 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,514 INFO [main][CipherTest] transformation=GOST28147/OFB96/ZEROBYTEPADDING 19:28:18,515 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,515 INFO [main][CipherTest] transformation=GOST28147/SIC/ 19:28:18,515 ERROR [main][CipherTest] transformation "GOST28147/SIC/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,515 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO10126 19:28:18,515 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,515 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO10126-2 19:28:18,515 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,515 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO10126-2PADDING 19:28:18,516 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,516 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO10126PADDING 19:28:18,516 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,516 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO7816-4 19:28:18,516 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,516 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO7816-4PADDING 19:28:18,516 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,516 INFO [main][CipherTest] transformation=GOST28147/SIC/NOPADDING 19:28:18,517 ERROR [main][CipherTest] transformation "GOST28147/SIC/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,517 INFO [main][CipherTest] transformation=GOST28147/SIC/PKCS5 19:28:18,517 ERROR [main][CipherTest] transformation "GOST28147/SIC/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,517 INFO [main][CipherTest] transformation=GOST28147/SIC/PKCS5PADDING 19:28:18,517 ERROR [main][CipherTest] transformation "GOST28147/SIC/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,517 INFO [main][CipherTest] transformation=GOST28147/SIC/PKCS7 19:28:18,517 ERROR [main][CipherTest] transformation "GOST28147/SIC/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,517 INFO [main][CipherTest] transformation=GOST28147/SIC/PKCS7PADDING 19:28:18,518 ERROR [main][CipherTest] transformation "GOST28147/SIC/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,518 INFO [main][CipherTest] transformation=GOST28147/SIC/TBC 19:28:18,518 ERROR [main][CipherTest] transformation "GOST28147/SIC/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,518 INFO [main][CipherTest] transformation=GOST28147/SIC/TBCPADDING 19:28:18,518 ERROR [main][CipherTest] transformation "GOST28147/SIC/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,518 INFO [main][CipherTest] transformation=GOST28147/SIC/X9.23 19:28:18,518 ERROR [main][CipherTest] transformation "GOST28147/SIC/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,518 INFO [main][CipherTest] transformation=GOST28147/SIC/X9.23PADDING 19:28:18,519 ERROR [main][CipherTest] transformation "GOST28147/SIC/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,519 INFO [main][CipherTest] transformation=GOST28147/SIC/ZEROBYTE 19:28:18,519 ERROR [main][CipherTest] transformation "GOST28147/SIC/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,519 INFO [main][CipherTest] transformation=GOST28147/SIC/ZEROBYTEPADDING 19:28:18,519 ERROR [main][CipherTest] transformation "GOST28147/SIC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 19:28:18,519 INFO [main][CipherTest] transformation=GRAIN-128// 19:28:18,521 INFO [main][CipherTest] transformation=GRAIN-128//NOPADDING 19:28:18,521 INFO [main][CipherTest] transformation=GRAIN-128/ECB/ 19:28:18,522 INFO [main][CipherTest] transformation=GRAIN-128/ECB/NOPADDING 19:28:18,522 INFO [main][CipherTest] transformation=GRAIN-V1// 19:28:18,522 INFO [main][CipherTest] transformation=GRAIN-V1//NOPADDING 19:28:18,523 INFO [main][CipherTest] transformation=GRAIN-V1/ECB/ 19:28:18,523 INFO [main][CipherTest] transformation=GRAIN-V1/ECB/NOPADDING 19:28:18,523 INFO [main][CipherTest] transformation=HC-128// 19:28:18,536 INFO [main][CipherTest] transformation=HC-128//NOPADDING 19:28:18,550 INFO [main][CipherTest] transformation=HC-128/ECB/ 19:28:18,563 INFO [main][CipherTest] transformation=HC-128/ECB/NOPADDING 19:28:18,577 INFO [main][CipherTest] transformation=HC-256// 19:28:18,598 INFO [main][CipherTest] transformation=HC-256//NOPADDING 19:28:18,625 INFO [main][CipherTest] transformation=HC-256/ECB/ 19:28:18,656 INFO [main][CipherTest] transformation=HC-256/ECB/NOPADDING 19:28:18,678 INFO [main][CipherTest] transformation=ISAAC// 19:28:18,687 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "ISAAC//" does not support IV => Skipping. 19:28:18,688 INFO [main][CipherTest] transformation=ISAAC//NOPADDING 19:28:18,689 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "ISAAC//NOPADDING" does not support IV => Skipping. 19:28:18,689 INFO [main][CipherTest] transformation=ISAAC/ECB/ 19:28:18,690 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "ISAAC/ECB/" does not support IV => Skipping. 19:28:18,690 INFO [main][CipherTest] transformation=ISAAC/ECB/NOPADDING 19:28:18,691 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "ISAAC/ECB/NOPADDING" does not support IV => Skipping. 19:28:18,691 INFO [main][CipherTest] transformation=NOEKEON// 19:28:18,691 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON//" does not support IV => Skipping. 19:28:18,691 INFO [main][CipherTest] transformation=NOEKEON//NOPADDING 19:28:18,691 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON//NOPADDING" does not support IV => Skipping. 19:28:18,691 INFO [main][CipherTest] transformation=NOEKEON/CBC-CTS/ 19:28:18,691 INFO [main][CipherTest] transformation=NOEKEON/CBC-CTS/NOPADDING 19:28:18,691 INFO [main][CipherTest] transformation=NOEKEON/CBC/ 19:28:18,692 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO10126 19:28:18,692 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO10126-2 19:28:18,692 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO10126-2PADDING 19:28:18,693 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO10126PADDING 19:28:18,693 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO7816-4 19:28:18,693 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO7816-4PADDING 19:28:18,693 INFO [main][CipherTest] transformation=NOEKEON/CBC/NOPADDING 19:28:18,693 INFO [main][CipherTest] transformation=NOEKEON/CBC/PKCS5 19:28:18,694 INFO [main][CipherTest] transformation=NOEKEON/CBC/PKCS5PADDING 19:28:18,694 INFO [main][CipherTest] transformation=NOEKEON/CBC/PKCS7 19:28:18,694 INFO [main][CipherTest] transformation=NOEKEON/CBC/PKCS7PADDING 19:28:18,694 INFO [main][CipherTest] transformation=NOEKEON/CBC/TBC 19:28:18,694 INFO [main][CipherTest] transformation=NOEKEON/CBC/TBCPADDING 19:28:18,694 INFO [main][CipherTest] transformation=NOEKEON/CBC/X9.23 19:28:18,694 INFO [main][CipherTest] transformation=NOEKEON/CBC/X9.23PADDING 19:28:18,694 INFO [main][CipherTest] transformation=NOEKEON/CBC/ZEROBYTE 19:28:18,694 INFO [main][CipherTest] transformation=NOEKEON/CBC/ZEROBYTEPADDING 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CCM/ 19:28:18,695 ERROR [main][CipherTest] transformation "NOEKEON/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CCM/NOPADDING 19:28:18,695 ERROR [main][CipherTest] transformation "NOEKEON/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/ 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO10126 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO10126-2 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO10126-2PADDING 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO10126PADDING 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO7816-4 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO7816-4PADDING 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/NOPADDING 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/PKCS5 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/PKCS5PADDING 19:28:18,695 INFO [main][CipherTest] transformation=NOEKEON/CFB/PKCS7 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB/PKCS7PADDING 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB/TBC 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB/TBCPADDING 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB/X9.23 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB/X9.23PADDING 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB/ZEROBYTE 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB/ZEROBYTEPADDING 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO10126 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO10126-2 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO10126-2PADDING 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO10126PADDING 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO7816-4 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO7816-4PADDING 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB104/NOPADDING 19:28:18,696 INFO [main][CipherTest] transformation=NOEKEON/CFB104/PKCS5 19:28:18,697 INFO [main][CipherTest] transformation=NOEKEON/CFB104/PKCS5PADDING 19:28:18,697 INFO [main][CipherTest] transformation=NOEKEON/CFB104/PKCS7 19:28:18,698 INFO [main][CipherTest] transformation=NOEKEON/CFB104/PKCS7PADDING 19:28:18,699 INFO [main][CipherTest] transformation=NOEKEON/CFB104/TBC 19:28:18,699 INFO [main][CipherTest] transformation=NOEKEON/CFB104/TBCPADDING 19:28:18,699 INFO [main][CipherTest] transformation=NOEKEON/CFB104/X9.23 19:28:18,699 INFO [main][CipherTest] transformation=NOEKEON/CFB104/X9.23PADDING 19:28:18,699 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ZEROBYTE 19:28:18,699 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ZEROBYTEPADDING 19:28:18,700 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ 19:28:18,700 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO10126 19:28:18,700 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO10126-2 19:28:18,700 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO10126-2PADDING 19:28:18,700 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO10126PADDING 19:28:18,700 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO7816-4 19:28:18,700 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO7816-4PADDING 19:28:18,700 INFO [main][CipherTest] transformation=NOEKEON/CFB112/NOPADDING 19:28:18,701 INFO [main][CipherTest] transformation=NOEKEON/CFB112/PKCS5 19:28:18,701 INFO [main][CipherTest] transformation=NOEKEON/CFB112/PKCS5PADDING 19:28:18,701 INFO [main][CipherTest] transformation=NOEKEON/CFB112/PKCS7 19:28:18,701 INFO [main][CipherTest] transformation=NOEKEON/CFB112/PKCS7PADDING 19:28:18,701 INFO [main][CipherTest] transformation=NOEKEON/CFB112/TBC 19:28:18,701 INFO [main][CipherTest] transformation=NOEKEON/CFB112/TBCPADDING 19:28:18,701 INFO [main][CipherTest] transformation=NOEKEON/CFB112/X9.23 19:28:18,702 INFO [main][CipherTest] transformation=NOEKEON/CFB112/X9.23PADDING 19:28:18,702 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ZEROBYTE 19:28:18,702 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ZEROBYTEPADDING 19:28:18,702 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ 19:28:18,702 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO10126 19:28:18,702 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO10126-2 19:28:18,702 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO10126-2PADDING 19:28:18,702 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO10126PADDING 19:28:18,703 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO7816-4 19:28:18,703 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO7816-4PADDING 19:28:18,703 INFO [main][CipherTest] transformation=NOEKEON/CFB120/NOPADDING 19:28:18,703 INFO [main][CipherTest] transformation=NOEKEON/CFB120/PKCS5 19:28:18,703 INFO [main][CipherTest] transformation=NOEKEON/CFB120/PKCS5PADDING 19:28:18,703 INFO [main][CipherTest] transformation=NOEKEON/CFB120/PKCS7 19:28:18,703 INFO [main][CipherTest] transformation=NOEKEON/CFB120/PKCS7PADDING 19:28:18,704 INFO [main][CipherTest] transformation=NOEKEON/CFB120/TBC 19:28:18,704 INFO [main][CipherTest] transformation=NOEKEON/CFB120/TBCPADDING 19:28:18,704 INFO [main][CipherTest] transformation=NOEKEON/CFB120/X9.23 19:28:18,704 INFO [main][CipherTest] transformation=NOEKEON/CFB120/X9.23PADDING 19:28:18,704 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ZEROBYTE 19:28:18,704 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ZEROBYTEPADDING 19:28:18,704 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ 19:28:18,704 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO10126 19:28:18,705 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO10126-2 19:28:18,705 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO10126-2PADDING 19:28:18,705 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO10126PADDING 19:28:18,705 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO7816-4 19:28:18,705 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO7816-4PADDING 19:28:18,705 INFO [main][CipherTest] transformation=NOEKEON/CFB128/NOPADDING 19:28:18,705 INFO [main][CipherTest] transformation=NOEKEON/CFB128/PKCS5 19:28:18,706 INFO [main][CipherTest] transformation=NOEKEON/CFB128/PKCS5PADDING 19:28:18,706 INFO [main][CipherTest] transformation=NOEKEON/CFB128/PKCS7 19:28:18,706 INFO [main][CipherTest] transformation=NOEKEON/CFB128/PKCS7PADDING 19:28:18,706 INFO [main][CipherTest] transformation=NOEKEON/CFB128/TBC 19:28:18,706 INFO [main][CipherTest] transformation=NOEKEON/CFB128/TBCPADDING 19:28:18,706 INFO [main][CipherTest] transformation=NOEKEON/CFB128/X9.23 19:28:18,706 INFO [main][CipherTest] transformation=NOEKEON/CFB128/X9.23PADDING 19:28:18,706 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ZEROBYTE 19:28:18,707 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ZEROBYTEPADDING 19:28:18,707 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ 19:28:18,707 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO10126 19:28:18,707 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO10126-2 19:28:18,707 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO10126-2PADDING 19:28:18,707 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO10126PADDING 19:28:18,707 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO7816-4 19:28:18,707 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO7816-4PADDING 19:28:18,708 INFO [main][CipherTest] transformation=NOEKEON/CFB136/NOPADDING 19:28:18,708 INFO [main][CipherTest] transformation=NOEKEON/CFB136/PKCS5 19:28:18,708 INFO [main][CipherTest] transformation=NOEKEON/CFB136/PKCS5PADDING 19:28:18,708 INFO [main][CipherTest] transformation=NOEKEON/CFB136/PKCS7 19:28:18,708 INFO [main][CipherTest] transformation=NOEKEON/CFB136/PKCS7PADDING 19:28:18,708 INFO [main][CipherTest] transformation=NOEKEON/CFB136/TBC 19:28:18,708 INFO [main][CipherTest] transformation=NOEKEON/CFB136/TBCPADDING 19:28:18,708 INFO [main][CipherTest] transformation=NOEKEON/CFB136/X9.23 19:28:18,709 INFO [main][CipherTest] transformation=NOEKEON/CFB136/X9.23PADDING 19:28:18,709 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ZEROBYTE 19:28:18,709 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ZEROBYTEPADDING 19:28:18,709 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ 19:28:18,709 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO10126 19:28:18,709 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO10126-2 19:28:18,709 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO10126-2PADDING 19:28:18,710 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO10126PADDING 19:28:18,710 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO7816-4 19:28:18,710 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO7816-4PADDING 19:28:18,710 INFO [main][CipherTest] transformation=NOEKEON/CFB144/NOPADDING 19:28:18,710 INFO [main][CipherTest] transformation=NOEKEON/CFB144/PKCS5 19:28:18,710 INFO [main][CipherTest] transformation=NOEKEON/CFB144/PKCS5PADDING 19:28:18,710 INFO [main][CipherTest] transformation=NOEKEON/CFB144/PKCS7 19:28:18,710 INFO [main][CipherTest] transformation=NOEKEON/CFB144/PKCS7PADDING 19:28:18,711 INFO [main][CipherTest] transformation=NOEKEON/CFB144/TBC 19:28:18,711 INFO [main][CipherTest] transformation=NOEKEON/CFB144/TBCPADDING 19:28:18,711 INFO [main][CipherTest] transformation=NOEKEON/CFB144/X9.23 19:28:18,711 INFO [main][CipherTest] transformation=NOEKEON/CFB144/X9.23PADDING 19:28:18,711 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ZEROBYTE 19:28:18,711 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ZEROBYTEPADDING 19:28:18,711 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ 19:28:18,712 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO10126 19:28:18,712 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO10126-2 19:28:18,712 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO10126-2PADDING 19:28:18,712 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO10126PADDING 19:28:18,712 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO7816-4 19:28:18,712 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO7816-4PADDING 19:28:18,712 INFO [main][CipherTest] transformation=NOEKEON/CFB152/NOPADDING 19:28:18,712 INFO [main][CipherTest] transformation=NOEKEON/CFB152/PKCS5 19:28:18,713 INFO [main][CipherTest] transformation=NOEKEON/CFB152/PKCS5PADDING 19:28:18,713 INFO [main][CipherTest] transformation=NOEKEON/CFB152/PKCS7 19:28:18,713 INFO [main][CipherTest] transformation=NOEKEON/CFB152/PKCS7PADDING 19:28:18,713 INFO [main][CipherTest] transformation=NOEKEON/CFB152/TBC 19:28:18,713 INFO [main][CipherTest] transformation=NOEKEON/CFB152/TBCPADDING 19:28:18,713 INFO [main][CipherTest] transformation=NOEKEON/CFB152/X9.23 19:28:18,713 INFO [main][CipherTest] transformation=NOEKEON/CFB152/X9.23PADDING 19:28:18,713 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ZEROBYTE 19:28:18,714 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ZEROBYTEPADDING 19:28:18,714 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ 19:28:18,714 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO10126 19:28:18,714 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO10126-2 19:28:18,714 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO10126-2PADDING 19:28:18,714 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO10126PADDING 19:28:18,714 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO7816-4 19:28:18,715 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO7816-4PADDING 19:28:18,715 INFO [main][CipherTest] transformation=NOEKEON/CFB16/NOPADDING 19:28:18,715 INFO [main][CipherTest] transformation=NOEKEON/CFB16/PKCS5 19:28:18,715 INFO [main][CipherTest] transformation=NOEKEON/CFB16/PKCS5PADDING 19:28:18,715 INFO [main][CipherTest] transformation=NOEKEON/CFB16/PKCS7 19:28:18,715 INFO [main][CipherTest] transformation=NOEKEON/CFB16/PKCS7PADDING 19:28:18,715 INFO [main][CipherTest] transformation=NOEKEON/CFB16/TBC 19:28:18,715 INFO [main][CipherTest] transformation=NOEKEON/CFB16/TBCPADDING 19:28:18,716 INFO [main][CipherTest] transformation=NOEKEON/CFB16/X9.23 19:28:18,716 INFO [main][CipherTest] transformation=NOEKEON/CFB16/X9.23PADDING 19:28:18,716 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ZEROBYTE 19:28:18,716 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ZEROBYTEPADDING 19:28:18,716 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ 19:28:18,716 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO10126 19:28:18,716 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO10126-2 19:28:18,716 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO10126-2PADDING 19:28:18,717 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO10126PADDING 19:28:18,717 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO7816-4 19:28:18,717 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO7816-4PADDING 19:28:18,717 INFO [main][CipherTest] transformation=NOEKEON/CFB160/NOPADDING 19:28:18,717 INFO [main][CipherTest] transformation=NOEKEON/CFB160/PKCS5 19:28:18,717 INFO [main][CipherTest] transformation=NOEKEON/CFB160/PKCS5PADDING 19:28:18,717 INFO [main][CipherTest] transformation=NOEKEON/CFB160/PKCS7 19:28:18,718 INFO [main][CipherTest] transformation=NOEKEON/CFB160/PKCS7PADDING 19:28:18,718 INFO [main][CipherTest] transformation=NOEKEON/CFB160/TBC 19:28:18,718 INFO [main][CipherTest] transformation=NOEKEON/CFB160/TBCPADDING 19:28:18,718 INFO [main][CipherTest] transformation=NOEKEON/CFB160/X9.23 19:28:18,718 INFO [main][CipherTest] transformation=NOEKEON/CFB160/X9.23PADDING 19:28:18,718 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ZEROBYTE 19:28:18,718 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ZEROBYTEPADDING 19:28:18,718 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ 19:28:18,719 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO10126 19:28:18,719 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO10126-2 19:28:18,719 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO10126-2PADDING 19:28:18,719 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO10126PADDING 19:28:18,719 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO7816-4 19:28:18,719 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO7816-4PADDING 19:28:18,719 INFO [main][CipherTest] transformation=NOEKEON/CFB168/NOPADDING 19:28:18,720 INFO [main][CipherTest] transformation=NOEKEON/CFB168/PKCS5 19:28:18,720 INFO [main][CipherTest] transformation=NOEKEON/CFB168/PKCS5PADDING 19:28:18,720 INFO [main][CipherTest] transformation=NOEKEON/CFB168/PKCS7 19:28:18,720 INFO [main][CipherTest] transformation=NOEKEON/CFB168/PKCS7PADDING 19:28:18,720 INFO [main][CipherTest] transformation=NOEKEON/CFB168/TBC 19:28:18,720 INFO [main][CipherTest] transformation=NOEKEON/CFB168/TBCPADDING 19:28:18,720 INFO [main][CipherTest] transformation=NOEKEON/CFB168/X9.23 19:28:18,720 INFO [main][CipherTest] transformation=NOEKEON/CFB168/X9.23PADDING 19:28:18,721 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ZEROBYTE 19:28:18,721 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ZEROBYTEPADDING 19:28:18,721 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ 19:28:18,721 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO10126 19:28:18,721 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO10126-2 19:28:18,721 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO10126-2PADDING 19:28:18,721 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO10126PADDING 19:28:18,722 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO7816-4 19:28:18,722 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO7816-4PADDING 19:28:18,722 INFO [main][CipherTest] transformation=NOEKEON/CFB176/NOPADDING 19:28:18,722 INFO [main][CipherTest] transformation=NOEKEON/CFB176/PKCS5 19:28:18,722 INFO [main][CipherTest] transformation=NOEKEON/CFB176/PKCS5PADDING 19:28:18,722 INFO [main][CipherTest] transformation=NOEKEON/CFB176/PKCS7 19:28:18,722 INFO [main][CipherTest] transformation=NOEKEON/CFB176/PKCS7PADDING 19:28:18,723 INFO [main][CipherTest] transformation=NOEKEON/CFB176/TBC 19:28:18,723 INFO [main][CipherTest] transformation=NOEKEON/CFB176/TBCPADDING 19:28:18,723 INFO [main][CipherTest] transformation=NOEKEON/CFB176/X9.23 19:28:18,723 INFO [main][CipherTest] transformation=NOEKEON/CFB176/X9.23PADDING 19:28:18,723 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ZEROBYTE 19:28:18,723 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ZEROBYTEPADDING 19:28:18,723 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ 19:28:18,723 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO10126 19:28:18,724 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO10126-2 19:28:18,724 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO10126-2PADDING 19:28:18,724 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO10126PADDING 19:28:18,724 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO7816-4 19:28:18,724 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO7816-4PADDING 19:28:18,724 INFO [main][CipherTest] transformation=NOEKEON/CFB184/NOPADDING 19:28:18,724 INFO [main][CipherTest] transformation=NOEKEON/CFB184/PKCS5 19:28:18,724 INFO [main][CipherTest] transformation=NOEKEON/CFB184/PKCS5PADDING 19:28:18,725 INFO [main][CipherTest] transformation=NOEKEON/CFB184/PKCS7 19:28:18,725 INFO [main][CipherTest] transformation=NOEKEON/CFB184/PKCS7PADDING 19:28:18,725 INFO [main][CipherTest] transformation=NOEKEON/CFB184/TBC 19:28:18,725 INFO [main][CipherTest] transformation=NOEKEON/CFB184/TBCPADDING 19:28:18,725 INFO [main][CipherTest] transformation=NOEKEON/CFB184/X9.23 19:28:18,725 INFO [main][CipherTest] transformation=NOEKEON/CFB184/X9.23PADDING 19:28:18,725 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ZEROBYTE 19:28:18,726 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ZEROBYTEPADDING 19:28:18,726 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ 19:28:18,726 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO10126 19:28:18,726 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO10126-2 19:28:18,726 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO10126-2PADDING 19:28:18,726 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO10126PADDING 19:28:18,726 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO7816-4 19:28:18,726 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO7816-4PADDING 19:28:18,727 INFO [main][CipherTest] transformation=NOEKEON/CFB192/NOPADDING 19:28:18,727 INFO [main][CipherTest] transformation=NOEKEON/CFB192/PKCS5 19:28:18,727 INFO [main][CipherTest] transformation=NOEKEON/CFB192/PKCS5PADDING 19:28:18,727 INFO [main][CipherTest] transformation=NOEKEON/CFB192/PKCS7 19:28:18,727 INFO [main][CipherTest] transformation=NOEKEON/CFB192/PKCS7PADDING 19:28:18,727 INFO [main][CipherTest] transformation=NOEKEON/CFB192/TBC 19:28:18,727 INFO [main][CipherTest] transformation=NOEKEON/CFB192/TBCPADDING 19:28:18,727 INFO [main][CipherTest] transformation=NOEKEON/CFB192/X9.23 19:28:18,728 INFO [main][CipherTest] transformation=NOEKEON/CFB192/X9.23PADDING 19:28:18,728 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ZEROBYTE 19:28:18,728 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ZEROBYTEPADDING 19:28:18,728 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ 19:28:18,728 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO10126 19:28:18,728 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO10126-2 19:28:18,728 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO10126-2PADDING 19:28:18,729 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO10126PADDING 19:28:18,729 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO7816-4 19:28:18,729 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO7816-4PADDING 19:28:18,729 INFO [main][CipherTest] transformation=NOEKEON/CFB200/NOPADDING 19:28:18,729 INFO [main][CipherTest] transformation=NOEKEON/CFB200/PKCS5 19:28:18,729 INFO [main][CipherTest] transformation=NOEKEON/CFB200/PKCS5PADDING 19:28:18,729 INFO [main][CipherTest] transformation=NOEKEON/CFB200/PKCS7 19:28:18,729 INFO [main][CipherTest] transformation=NOEKEON/CFB200/PKCS7PADDING 19:28:18,730 INFO [main][CipherTest] transformation=NOEKEON/CFB200/TBC 19:28:18,730 INFO [main][CipherTest] transformation=NOEKEON/CFB200/TBCPADDING 19:28:18,730 INFO [main][CipherTest] transformation=NOEKEON/CFB200/X9.23 19:28:18,730 INFO [main][CipherTest] transformation=NOEKEON/CFB200/X9.23PADDING 19:28:18,730 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ZEROBYTE 19:28:18,730 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ZEROBYTEPADDING 19:28:18,730 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ 19:28:18,730 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO10126 19:28:18,731 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO10126-2 19:28:18,731 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO10126-2PADDING 19:28:18,731 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO10126PADDING 19:28:18,731 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO7816-4 19:28:18,731 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO7816-4PADDING 19:28:18,731 INFO [main][CipherTest] transformation=NOEKEON/CFB208/NOPADDING 19:28:18,731 INFO [main][CipherTest] transformation=NOEKEON/CFB208/PKCS5 19:28:18,732 INFO [main][CipherTest] transformation=NOEKEON/CFB208/PKCS5PADDING 19:28:18,732 INFO [main][CipherTest] transformation=NOEKEON/CFB208/PKCS7 19:28:18,732 INFO [main][CipherTest] transformation=NOEKEON/CFB208/PKCS7PADDING 19:28:18,732 INFO [main][CipherTest] transformation=NOEKEON/CFB208/TBC 19:28:18,732 INFO [main][CipherTest] transformation=NOEKEON/CFB208/TBCPADDING 19:28:18,732 INFO [main][CipherTest] transformation=NOEKEON/CFB208/X9.23 19:28:18,732 INFO [main][CipherTest] transformation=NOEKEON/CFB208/X9.23PADDING 19:28:18,732 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ZEROBYTE 19:28:18,733 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ZEROBYTEPADDING 19:28:18,733 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ 19:28:18,733 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO10126 19:28:18,733 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO10126-2 19:28:18,733 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO10126-2PADDING 19:28:18,733 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO10126PADDING 19:28:18,733 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO7816-4 19:28:18,734 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO7816-4PADDING 19:28:18,734 INFO [main][CipherTest] transformation=NOEKEON/CFB216/NOPADDING 19:28:18,734 INFO [main][CipherTest] transformation=NOEKEON/CFB216/PKCS5 19:28:18,734 INFO [main][CipherTest] transformation=NOEKEON/CFB216/PKCS5PADDING 19:28:18,734 INFO [main][CipherTest] transformation=NOEKEON/CFB216/PKCS7 19:28:18,734 INFO [main][CipherTest] transformation=NOEKEON/CFB216/PKCS7PADDING 19:28:18,734 INFO [main][CipherTest] transformation=NOEKEON/CFB216/TBC 19:28:18,734 INFO [main][CipherTest] transformation=NOEKEON/CFB216/TBCPADDING 19:28:18,735 INFO [main][CipherTest] transformation=NOEKEON/CFB216/X9.23 19:28:18,735 INFO [main][CipherTest] transformation=NOEKEON/CFB216/X9.23PADDING 19:28:18,735 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ZEROBYTE 19:28:18,735 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ZEROBYTEPADDING 19:28:18,735 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ 19:28:18,735 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO10126 19:28:18,735 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO10126-2 19:28:18,735 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO10126-2PADDING 19:28:18,736 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO10126PADDING 19:28:18,736 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO7816-4 19:28:18,736 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO7816-4PADDING 19:28:18,736 INFO [main][CipherTest] transformation=NOEKEON/CFB224/NOPADDING 19:28:18,736 INFO [main][CipherTest] transformation=NOEKEON/CFB224/PKCS5 19:28:18,736 INFO [main][CipherTest] transformation=NOEKEON/CFB224/PKCS5PADDING 19:28:18,736 INFO [main][CipherTest] transformation=NOEKEON/CFB224/PKCS7 19:28:18,737 INFO [main][CipherTest] transformation=NOEKEON/CFB224/PKCS7PADDING 19:28:18,737 INFO [main][CipherTest] transformation=NOEKEON/CFB224/TBC 19:28:18,737 INFO [main][CipherTest] transformation=NOEKEON/CFB224/TBCPADDING 19:28:18,737 INFO [main][CipherTest] transformation=NOEKEON/CFB224/X9.23 19:28:18,737 INFO [main][CipherTest] transformation=NOEKEON/CFB224/X9.23PADDING 19:28:18,737 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ZEROBYTE 19:28:18,737 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ZEROBYTEPADDING 19:28:18,737 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ 19:28:18,738 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO10126 19:28:18,738 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO10126-2 19:28:18,738 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO10126-2PADDING 19:28:18,738 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO10126PADDING 19:28:18,738 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO7816-4 19:28:18,738 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO7816-4PADDING 19:28:18,738 INFO [main][CipherTest] transformation=NOEKEON/CFB232/NOPADDING 19:28:18,739 INFO [main][CipherTest] transformation=NOEKEON/CFB232/PKCS5 19:28:18,739 INFO [main][CipherTest] transformation=NOEKEON/CFB232/PKCS5PADDING 19:28:18,739 INFO [main][CipherTest] transformation=NOEKEON/CFB232/PKCS7 19:28:18,739 INFO [main][CipherTest] transformation=NOEKEON/CFB232/PKCS7PADDING 19:28:18,739 INFO [main][CipherTest] transformation=NOEKEON/CFB232/TBC 19:28:18,739 INFO [main][CipherTest] transformation=NOEKEON/CFB232/TBCPADDING 19:28:18,739 INFO [main][CipherTest] transformation=NOEKEON/CFB232/X9.23 19:28:18,739 INFO [main][CipherTest] transformation=NOEKEON/CFB232/X9.23PADDING 19:28:18,740 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ZEROBYTE 19:28:18,740 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ZEROBYTEPADDING 19:28:18,740 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ 19:28:18,740 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO10126 19:28:18,740 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO10126-2 19:28:18,740 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO10126-2PADDING 19:28:18,740 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO10126PADDING 19:28:18,741 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO7816-4 19:28:18,741 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO7816-4PADDING 19:28:18,741 INFO [main][CipherTest] transformation=NOEKEON/CFB24/NOPADDING 19:28:18,741 INFO [main][CipherTest] transformation=NOEKEON/CFB24/PKCS5 19:28:18,741 INFO [main][CipherTest] transformation=NOEKEON/CFB24/PKCS5PADDING 19:28:18,741 INFO [main][CipherTest] transformation=NOEKEON/CFB24/PKCS7 19:28:18,741 INFO [main][CipherTest] transformation=NOEKEON/CFB24/PKCS7PADDING 19:28:18,741 INFO [main][CipherTest] transformation=NOEKEON/CFB24/TBC 19:28:18,742 INFO [main][CipherTest] transformation=NOEKEON/CFB24/TBCPADDING 19:28:18,742 INFO [main][CipherTest] transformation=NOEKEON/CFB24/X9.23 19:28:18,742 INFO [main][CipherTest] transformation=NOEKEON/CFB24/X9.23PADDING 19:28:18,742 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ZEROBYTE 19:28:18,742 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ZEROBYTEPADDING 19:28:18,742 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ 19:28:18,742 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO10126 19:28:18,743 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO10126-2 19:28:18,743 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO10126-2PADDING 19:28:18,743 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO10126PADDING 19:28:18,743 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO7816-4 19:28:18,743 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO7816-4PADDING 19:28:18,743 INFO [main][CipherTest] transformation=NOEKEON/CFB240/NOPADDING 19:28:18,743 INFO [main][CipherTest] transformation=NOEKEON/CFB240/PKCS5 19:28:18,743 INFO [main][CipherTest] transformation=NOEKEON/CFB240/PKCS5PADDING 19:28:18,744 INFO [main][CipherTest] transformation=NOEKEON/CFB240/PKCS7 19:28:18,744 INFO [main][CipherTest] transformation=NOEKEON/CFB240/PKCS7PADDING 19:28:18,744 INFO [main][CipherTest] transformation=NOEKEON/CFB240/TBC 19:28:18,744 INFO [main][CipherTest] transformation=NOEKEON/CFB240/TBCPADDING 19:28:18,744 INFO [main][CipherTest] transformation=NOEKEON/CFB240/X9.23 19:28:18,744 INFO [main][CipherTest] transformation=NOEKEON/CFB240/X9.23PADDING 19:28:18,744 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ZEROBYTE 19:28:18,744 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ZEROBYTEPADDING 19:28:18,745 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ 19:28:18,745 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO10126 19:28:18,745 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO10126-2 19:28:18,745 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO10126-2PADDING 19:28:18,745 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO10126PADDING 19:28:18,745 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO7816-4 19:28:18,745 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO7816-4PADDING 19:28:18,746 INFO [main][CipherTest] transformation=NOEKEON/CFB248/NOPADDING 19:28:18,746 INFO [main][CipherTest] transformation=NOEKEON/CFB248/PKCS5 19:28:18,746 INFO [main][CipherTest] transformation=NOEKEON/CFB248/PKCS5PADDING 19:28:18,746 INFO [main][CipherTest] transformation=NOEKEON/CFB248/PKCS7 19:28:18,746 INFO [main][CipherTest] transformation=NOEKEON/CFB248/PKCS7PADDING 19:28:18,746 INFO [main][CipherTest] transformation=NOEKEON/CFB248/TBC 19:28:18,746 INFO [main][CipherTest] transformation=NOEKEON/CFB248/TBCPADDING 19:28:18,747 INFO [main][CipherTest] transformation=NOEKEON/CFB248/X9.23 19:28:18,747 INFO [main][CipherTest] transformation=NOEKEON/CFB248/X9.23PADDING 19:28:18,747 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ZEROBYTE 19:28:18,747 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ZEROBYTEPADDING 19:28:18,747 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ 19:28:18,747 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO10126 19:28:18,747 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO10126-2 19:28:18,747 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO10126-2PADDING 19:28:18,748 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO10126PADDING 19:28:18,748 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO7816-4 19:28:18,748 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO7816-4PADDING 19:28:18,748 INFO [main][CipherTest] transformation=NOEKEON/CFB256/NOPADDING 19:28:18,748 INFO [main][CipherTest] transformation=NOEKEON/CFB256/PKCS5 19:28:18,748 INFO [main][CipherTest] transformation=NOEKEON/CFB256/PKCS5PADDING 19:28:18,748 INFO [main][CipherTest] transformation=NOEKEON/CFB256/PKCS7 19:28:18,749 INFO [main][CipherTest] transformation=NOEKEON/CFB256/PKCS7PADDING 19:28:18,749 INFO [main][CipherTest] transformation=NOEKEON/CFB256/TBC 19:28:18,749 INFO [main][CipherTest] transformation=NOEKEON/CFB256/TBCPADDING 19:28:18,749 INFO [main][CipherTest] transformation=NOEKEON/CFB256/X9.23 19:28:18,749 INFO [main][CipherTest] transformation=NOEKEON/CFB256/X9.23PADDING 19:28:18,749 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ZEROBYTE 19:28:18,749 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ZEROBYTEPADDING 19:28:18,749 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ 19:28:18,750 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO10126 19:28:18,750 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO10126-2 19:28:18,750 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO10126-2PADDING 19:28:18,750 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO10126PADDING 19:28:18,750 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO7816-4 19:28:18,750 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO7816-4PADDING 19:28:18,750 INFO [main][CipherTest] transformation=NOEKEON/CFB32/NOPADDING 19:28:18,751 INFO [main][CipherTest] transformation=NOEKEON/CFB32/PKCS5 19:28:18,751 INFO [main][CipherTest] transformation=NOEKEON/CFB32/PKCS5PADDING 19:28:18,751 INFO [main][CipherTest] transformation=NOEKEON/CFB32/PKCS7 19:28:18,751 INFO [main][CipherTest] transformation=NOEKEON/CFB32/PKCS7PADDING 19:28:18,751 INFO [main][CipherTest] transformation=NOEKEON/CFB32/TBC 19:28:18,751 INFO [main][CipherTest] transformation=NOEKEON/CFB32/TBCPADDING 19:28:18,751 INFO [main][CipherTest] transformation=NOEKEON/CFB32/X9.23 19:28:18,751 INFO [main][CipherTest] transformation=NOEKEON/CFB32/X9.23PADDING 19:28:18,752 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ZEROBYTE 19:28:18,752 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ZEROBYTEPADDING 19:28:18,752 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ 19:28:18,752 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO10126 19:28:18,752 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO10126-2 19:28:18,752 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO10126-2PADDING 19:28:18,752 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO10126PADDING 19:28:18,753 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO7816-4 19:28:18,753 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO7816-4PADDING 19:28:18,753 INFO [main][CipherTest] transformation=NOEKEON/CFB40/NOPADDING 19:28:18,753 INFO [main][CipherTest] transformation=NOEKEON/CFB40/PKCS5 19:28:18,753 INFO [main][CipherTest] transformation=NOEKEON/CFB40/PKCS5PADDING 19:28:18,753 INFO [main][CipherTest] transformation=NOEKEON/CFB40/PKCS7 19:28:18,753 INFO [main][CipherTest] transformation=NOEKEON/CFB40/PKCS7PADDING 19:28:18,753 INFO [main][CipherTest] transformation=NOEKEON/CFB40/TBC 19:28:18,754 INFO [main][CipherTest] transformation=NOEKEON/CFB40/TBCPADDING 19:28:18,754 INFO [main][CipherTest] transformation=NOEKEON/CFB40/X9.23 19:28:18,754 INFO [main][CipherTest] transformation=NOEKEON/CFB40/X9.23PADDING 19:28:18,754 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ZEROBYTE 19:28:18,754 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ZEROBYTEPADDING 19:28:18,754 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ 19:28:18,754 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO10126 19:28:18,754 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO10126-2 19:28:18,755 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO10126-2PADDING 19:28:18,755 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO10126PADDING 19:28:18,755 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO7816-4 19:28:18,755 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO7816-4PADDING 19:28:18,755 INFO [main][CipherTest] transformation=NOEKEON/CFB48/NOPADDING 19:28:18,755 INFO [main][CipherTest] transformation=NOEKEON/CFB48/PKCS5 19:28:18,755 INFO [main][CipherTest] transformation=NOEKEON/CFB48/PKCS5PADDING 19:28:18,756 INFO [main][CipherTest] transformation=NOEKEON/CFB48/PKCS7 19:28:18,756 INFO [main][CipherTest] transformation=NOEKEON/CFB48/PKCS7PADDING 19:28:18,756 INFO [main][CipherTest] transformation=NOEKEON/CFB48/TBC 19:28:18,756 INFO [main][CipherTest] transformation=NOEKEON/CFB48/TBCPADDING 19:28:18,756 INFO [main][CipherTest] transformation=NOEKEON/CFB48/X9.23 19:28:18,756 INFO [main][CipherTest] transformation=NOEKEON/CFB48/X9.23PADDING 19:28:18,756 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ZEROBYTE 19:28:18,756 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ZEROBYTEPADDING 19:28:18,757 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ 19:28:18,757 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO10126 19:28:18,757 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO10126-2 19:28:18,757 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO10126-2PADDING 19:28:18,758 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO10126PADDING 19:28:18,758 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO7816-4 19:28:18,758 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO7816-4PADDING 19:28:18,758 INFO [main][CipherTest] transformation=NOEKEON/CFB56/NOPADDING 19:28:18,758 INFO [main][CipherTest] transformation=NOEKEON/CFB56/PKCS5 19:28:18,758 INFO [main][CipherTest] transformation=NOEKEON/CFB56/PKCS5PADDING 19:28:18,758 INFO [main][CipherTest] transformation=NOEKEON/CFB56/PKCS7 19:28:18,759 INFO [main][CipherTest] transformation=NOEKEON/CFB56/PKCS7PADDING 19:28:18,759 INFO [main][CipherTest] transformation=NOEKEON/CFB56/TBC 19:28:18,759 INFO [main][CipherTest] transformation=NOEKEON/CFB56/TBCPADDING 19:28:18,759 INFO [main][CipherTest] transformation=NOEKEON/CFB56/X9.23 19:28:18,759 INFO [main][CipherTest] transformation=NOEKEON/CFB56/X9.23PADDING 19:28:18,759 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ZEROBYTE 19:28:18,759 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ZEROBYTEPADDING 19:28:18,759 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ 19:28:18,760 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO10126 19:28:18,760 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO10126-2 19:28:18,760 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO10126-2PADDING 19:28:18,760 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO10126PADDING 19:28:18,760 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO7816-4 19:28:18,760 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO7816-4PADDING 19:28:18,760 INFO [main][CipherTest] transformation=NOEKEON/CFB64/NOPADDING 19:28:18,761 INFO [main][CipherTest] transformation=NOEKEON/CFB64/PKCS5 19:28:18,761 INFO [main][CipherTest] transformation=NOEKEON/CFB64/PKCS5PADDING 19:28:18,761 INFO [main][CipherTest] transformation=NOEKEON/CFB64/PKCS7 19:28:18,761 INFO [main][CipherTest] transformation=NOEKEON/CFB64/PKCS7PADDING 19:28:18,761 INFO [main][CipherTest] transformation=NOEKEON/CFB64/TBC 19:28:18,761 INFO [main][CipherTest] transformation=NOEKEON/CFB64/TBCPADDING 19:28:18,761 INFO [main][CipherTest] transformation=NOEKEON/CFB64/X9.23 19:28:18,761 INFO [main][CipherTest] transformation=NOEKEON/CFB64/X9.23PADDING 19:28:18,762 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ZEROBYTE 19:28:18,762 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ZEROBYTEPADDING 19:28:18,762 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ 19:28:18,762 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO10126 19:28:18,762 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO10126-2 19:28:18,762 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO10126-2PADDING 19:28:18,762 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO10126PADDING 19:28:18,763 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO7816-4 19:28:18,763 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO7816-4PADDING 19:28:18,763 INFO [main][CipherTest] transformation=NOEKEON/CFB72/NOPADDING 19:28:18,763 INFO [main][CipherTest] transformation=NOEKEON/CFB72/PKCS5 19:28:18,763 INFO [main][CipherTest] transformation=NOEKEON/CFB72/PKCS5PADDING 19:28:18,763 INFO [main][CipherTest] transformation=NOEKEON/CFB72/PKCS7 19:28:18,763 INFO [main][CipherTest] transformation=NOEKEON/CFB72/PKCS7PADDING 19:28:18,763 INFO [main][CipherTest] transformation=NOEKEON/CFB72/TBC 19:28:18,764 INFO [main][CipherTest] transformation=NOEKEON/CFB72/TBCPADDING 19:28:18,764 INFO [main][CipherTest] transformation=NOEKEON/CFB72/X9.23 19:28:18,764 INFO [main][CipherTest] transformation=NOEKEON/CFB72/X9.23PADDING 19:28:18,764 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ZEROBYTE 19:28:18,764 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ZEROBYTEPADDING 19:28:18,764 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ 19:28:18,764 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO10126 19:28:18,764 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO10126-2 19:28:18,765 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO10126-2PADDING 19:28:18,765 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO10126PADDING 19:28:18,765 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO7816-4 19:28:18,765 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO7816-4PADDING 19:28:18,765 INFO [main][CipherTest] transformation=NOEKEON/CFB8/NOPADDING 19:28:18,765 INFO [main][CipherTest] transformation=NOEKEON/CFB8/PKCS5 19:28:18,765 INFO [main][CipherTest] transformation=NOEKEON/CFB8/PKCS5PADDING 19:28:18,766 INFO [main][CipherTest] transformation=NOEKEON/CFB8/PKCS7 19:28:18,766 INFO [main][CipherTest] transformation=NOEKEON/CFB8/PKCS7PADDING 19:28:18,766 INFO [main][CipherTest] transformation=NOEKEON/CFB8/TBC 19:28:18,766 INFO [main][CipherTest] transformation=NOEKEON/CFB8/TBCPADDING 19:28:18,766 INFO [main][CipherTest] transformation=NOEKEON/CFB8/X9.23 19:28:18,766 INFO [main][CipherTest] transformation=NOEKEON/CFB8/X9.23PADDING 19:28:18,766 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ZEROBYTE 19:28:18,766 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ZEROBYTEPADDING 19:28:18,767 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ 19:28:18,767 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO10126 19:28:18,767 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO10126-2 19:28:18,767 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO10126-2PADDING 19:28:18,767 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO10126PADDING 19:28:18,767 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO7816-4 19:28:18,767 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO7816-4PADDING 19:28:18,768 INFO [main][CipherTest] transformation=NOEKEON/CFB80/NOPADDING 19:28:18,768 INFO [main][CipherTest] transformation=NOEKEON/CFB80/PKCS5 19:28:18,768 INFO [main][CipherTest] transformation=NOEKEON/CFB80/PKCS5PADDING 19:28:18,768 INFO [main][CipherTest] transformation=NOEKEON/CFB80/PKCS7 19:28:18,768 INFO [main][CipherTest] transformation=NOEKEON/CFB80/PKCS7PADDING 19:28:18,768 INFO [main][CipherTest] transformation=NOEKEON/CFB80/TBC 19:28:18,768 INFO [main][CipherTest] transformation=NOEKEON/CFB80/TBCPADDING 19:28:18,768 INFO [main][CipherTest] transformation=NOEKEON/CFB80/X9.23 19:28:18,769 INFO [main][CipherTest] transformation=NOEKEON/CFB80/X9.23PADDING 19:28:18,769 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ZEROBYTE 19:28:18,769 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ZEROBYTEPADDING 19:28:18,769 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ 19:28:18,769 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO10126 19:28:18,769 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO10126-2 19:28:18,769 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO10126-2PADDING 19:28:18,770 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO10126PADDING 19:28:18,770 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO7816-4 19:28:18,770 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO7816-4PADDING 19:28:18,770 INFO [main][CipherTest] transformation=NOEKEON/CFB88/NOPADDING 19:28:18,770 INFO [main][CipherTest] transformation=NOEKEON/CFB88/PKCS5 19:28:18,770 INFO [main][CipherTest] transformation=NOEKEON/CFB88/PKCS5PADDING 19:28:18,770 INFO [main][CipherTest] transformation=NOEKEON/CFB88/PKCS7 19:28:18,770 INFO [main][CipherTest] transformation=NOEKEON/CFB88/PKCS7PADDING 19:28:18,771 INFO [main][CipherTest] transformation=NOEKEON/CFB88/TBC 19:28:18,771 INFO [main][CipherTest] transformation=NOEKEON/CFB88/TBCPADDING 19:28:18,771 INFO [main][CipherTest] transformation=NOEKEON/CFB88/X9.23 19:28:18,771 INFO [main][CipherTest] transformation=NOEKEON/CFB88/X9.23PADDING 19:28:18,771 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ZEROBYTE 19:28:18,771 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ZEROBYTEPADDING 19:28:18,771 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ 19:28:18,772 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO10126 19:28:18,772 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO10126-2 19:28:18,772 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO10126-2PADDING 19:28:18,772 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO10126PADDING 19:28:18,772 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO7816-4 19:28:18,772 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO7816-4PADDING 19:28:18,772 INFO [main][CipherTest] transformation=NOEKEON/CFB96/NOPADDING 19:28:18,773 INFO [main][CipherTest] transformation=NOEKEON/CFB96/PKCS5 19:28:18,773 INFO [main][CipherTest] transformation=NOEKEON/CFB96/PKCS5PADDING 19:28:18,773 INFO [main][CipherTest] transformation=NOEKEON/CFB96/PKCS7 19:28:18,773 INFO [main][CipherTest] transformation=NOEKEON/CFB96/PKCS7PADDING 19:28:18,773 INFO [main][CipherTest] transformation=NOEKEON/CFB96/TBC 19:28:18,773 INFO [main][CipherTest] transformation=NOEKEON/CFB96/TBCPADDING 19:28:18,773 INFO [main][CipherTest] transformation=NOEKEON/CFB96/X9.23 19:28:18,773 INFO [main][CipherTest] transformation=NOEKEON/CFB96/X9.23PADDING 19:28:18,774 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ZEROBYTE 19:28:18,774 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ZEROBYTEPADDING 19:28:18,774 INFO [main][CipherTest] transformation=NOEKEON/CTS/ 19:28:18,774 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON/CTS/" does not support IV => Skipping. 19:28:18,774 INFO [main][CipherTest] transformation=NOEKEON/CTS/NOPADDING 19:28:18,774 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON/CTS/NOPADDING" does not support IV => Skipping. 19:28:18,774 INFO [main][CipherTest] transformation=NOEKEON/EAX/ 19:28:18,776 INFO [main][CipherTest] transformation=NOEKEON/EAX/NOPADDING 19:28:18,778 INFO [main][CipherTest] transformation=NOEKEON/ECB/ 19:28:18,778 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON/ECB/" does not support IV => Skipping. 19:28:18,778 INFO [main][CipherTest] transformation=NOEKEON/ECB/NOPADDING 19:28:18,778 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON/ECB/NOPADDING" does not support IV => Skipping. 19:28:18,778 INFO [main][CipherTest] transformation=NOEKEON/GCM/ 19:28:18,779 INFO [main][CipherTest] transformation=NOEKEON/GCM/NOPADDING 19:28:18,779 INFO [main][CipherTest] transformation=NOEKEON/OFB/ 19:28:18,780 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO10126 19:28:18,780 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO10126-2 19:28:18,780 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO10126-2PADDING 19:28:18,780 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO10126PADDING 19:28:18,780 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO7816-4 19:28:18,780 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO7816-4PADDING 19:28:18,780 INFO [main][CipherTest] transformation=NOEKEON/OFB/NOPADDING 19:28:18,780 INFO [main][CipherTest] transformation=NOEKEON/OFB/PKCS5 19:28:18,781 INFO [main][CipherTest] transformation=NOEKEON/OFB/PKCS5PADDING 19:28:18,781 INFO [main][CipherTest] transformation=NOEKEON/OFB/PKCS7 19:28:18,781 INFO [main][CipherTest] transformation=NOEKEON/OFB/PKCS7PADDING 19:28:18,781 INFO [main][CipherTest] transformation=NOEKEON/OFB/TBC 19:28:18,781 INFO [main][CipherTest] transformation=NOEKEON/OFB/TBCPADDING 19:28:18,781 INFO [main][CipherTest] transformation=NOEKEON/OFB/X9.23 19:28:18,781 INFO [main][CipherTest] transformation=NOEKEON/OFB/X9.23PADDING 19:28:18,781 INFO [main][CipherTest] transformation=NOEKEON/OFB/ZEROBYTE 19:28:18,782 INFO [main][CipherTest] transformation=NOEKEON/OFB/ZEROBYTEPADDING 19:28:18,782 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ 19:28:18,782 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO10126 19:28:18,782 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO10126-2 19:28:18,782 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO10126-2PADDING 19:28:18,782 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO10126PADDING 19:28:18,782 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO7816-4 19:28:18,783 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO7816-4PADDING 19:28:18,783 INFO [main][CipherTest] transformation=NOEKEON/OFB104/NOPADDING 19:28:18,783 INFO [main][CipherTest] transformation=NOEKEON/OFB104/PKCS5 19:28:18,783 INFO [main][CipherTest] transformation=NOEKEON/OFB104/PKCS5PADDING 19:28:18,783 INFO [main][CipherTest] transformation=NOEKEON/OFB104/PKCS7 19:28:18,783 INFO [main][CipherTest] transformation=NOEKEON/OFB104/PKCS7PADDING 19:28:18,783 INFO [main][CipherTest] transformation=NOEKEON/OFB104/TBC 19:28:18,783 INFO [main][CipherTest] transformation=NOEKEON/OFB104/TBCPADDING 19:28:18,784 INFO [main][CipherTest] transformation=NOEKEON/OFB104/X9.23 19:28:18,784 INFO [main][CipherTest] transformation=NOEKEON/OFB104/X9.23PADDING 19:28:18,784 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ZEROBYTE 19:28:18,784 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ZEROBYTEPADDING 19:28:18,784 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ 19:28:18,784 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO10126 19:28:18,784 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO10126-2 19:28:18,785 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO10126-2PADDING 19:28:18,785 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO10126PADDING 19:28:18,785 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO7816-4 19:28:18,785 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO7816-4PADDING 19:28:18,785 INFO [main][CipherTest] transformation=NOEKEON/OFB112/NOPADDING 19:28:18,785 INFO [main][CipherTest] transformation=NOEKEON/OFB112/PKCS5 19:28:18,785 INFO [main][CipherTest] transformation=NOEKEON/OFB112/PKCS5PADDING 19:28:18,785 INFO [main][CipherTest] transformation=NOEKEON/OFB112/PKCS7 19:28:18,786 INFO [main][CipherTest] transformation=NOEKEON/OFB112/PKCS7PADDING 19:28:18,786 INFO [main][CipherTest] transformation=NOEKEON/OFB112/TBC 19:28:18,786 INFO [main][CipherTest] transformation=NOEKEON/OFB112/TBCPADDING 19:28:18,786 INFO [main][CipherTest] transformation=NOEKEON/OFB112/X9.23 19:28:18,786 INFO [main][CipherTest] transformation=NOEKEON/OFB112/X9.23PADDING 19:28:18,786 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ZEROBYTE 19:28:18,786 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ZEROBYTEPADDING 19:28:18,787 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ 19:28:18,787 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO10126 19:28:18,787 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO10126-2 19:28:18,787 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO10126-2PADDING 19:28:18,787 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO10126PADDING 19:28:18,787 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO7816-4 19:28:18,787 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO7816-4PADDING 19:28:18,788 INFO [main][CipherTest] transformation=NOEKEON/OFB120/NOPADDING 19:28:18,788 INFO [main][CipherTest] transformation=NOEKEON/OFB120/PKCS5 19:28:18,788 INFO [main][CipherTest] transformation=NOEKEON/OFB120/PKCS5PADDING 19:28:18,788 INFO [main][CipherTest] transformation=NOEKEON/OFB120/PKCS7 19:28:18,788 INFO [main][CipherTest] transformation=NOEKEON/OFB120/PKCS7PADDING 19:28:18,788 INFO [main][CipherTest] transformation=NOEKEON/OFB120/TBC 19:28:18,788 INFO [main][CipherTest] transformation=NOEKEON/OFB120/TBCPADDING 19:28:18,789 INFO [main][CipherTest] transformation=NOEKEON/OFB120/X9.23 19:28:18,789 INFO [main][CipherTest] transformation=NOEKEON/OFB120/X9.23PADDING 19:28:18,789 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ZEROBYTE 19:28:18,789 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ZEROBYTEPADDING 19:28:18,789 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ 19:28:18,789 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO10126 19:28:18,789 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO10126-2 19:28:18,789 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO10126-2PADDING 19:28:18,790 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO10126PADDING 19:28:18,790 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO7816-4 19:28:18,790 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO7816-4PADDING 19:28:18,790 INFO [main][CipherTest] transformation=NOEKEON/OFB128/NOPADDING 19:28:18,790 INFO [main][CipherTest] transformation=NOEKEON/OFB128/PKCS5 19:28:18,790 INFO [main][CipherTest] transformation=NOEKEON/OFB128/PKCS5PADDING 19:28:18,790 INFO [main][CipherTest] transformation=NOEKEON/OFB128/PKCS7 19:28:18,790 INFO [main][CipherTest] transformation=NOEKEON/OFB128/PKCS7PADDING 19:28:18,791 INFO [main][CipherTest] transformation=NOEKEON/OFB128/TBC 19:28:18,791 INFO [main][CipherTest] transformation=NOEKEON/OFB128/TBCPADDING 19:28:18,791 INFO [main][CipherTest] transformation=NOEKEON/OFB128/X9.23 19:28:18,791 INFO [main][CipherTest] transformation=NOEKEON/OFB128/X9.23PADDING 19:28:18,791 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ZEROBYTE 19:28:18,791 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ZEROBYTEPADDING 19:28:18,791 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ 19:28:18,791 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO10126 19:28:18,792 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO10126-2 19:28:18,792 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO10126-2PADDING 19:28:18,792 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO10126PADDING 19:28:18,792 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO7816-4 19:28:18,792 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO7816-4PADDING 19:28:18,792 INFO [main][CipherTest] transformation=NOEKEON/OFB136/NOPADDING 19:28:18,793 INFO [main][CipherTest] transformation=NOEKEON/OFB136/PKCS5 19:28:18,793 INFO [main][CipherTest] transformation=NOEKEON/OFB136/PKCS5PADDING 19:28:18,793 INFO [main][CipherTest] transformation=NOEKEON/OFB136/PKCS7 19:28:18,793 INFO [main][CipherTest] transformation=NOEKEON/OFB136/PKCS7PADDING 19:28:18,793 INFO [main][CipherTest] transformation=NOEKEON/OFB136/TBC 19:28:18,793 INFO [main][CipherTest] transformation=NOEKEON/OFB136/TBCPADDING 19:28:18,793 INFO [main][CipherTest] transformation=NOEKEON/OFB136/X9.23 19:28:18,793 INFO [main][CipherTest] transformation=NOEKEON/OFB136/X9.23PADDING 19:28:18,794 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ZEROBYTE 19:28:18,794 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ZEROBYTEPADDING 19:28:18,794 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ 19:28:18,794 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO10126 19:28:18,794 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO10126-2 19:28:18,794 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO10126-2PADDING 19:28:18,794 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO10126PADDING 19:28:18,795 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO7816-4 19:28:18,795 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO7816-4PADDING 19:28:18,795 INFO [main][CipherTest] transformation=NOEKEON/OFB144/NOPADDING 19:28:18,795 INFO [main][CipherTest] transformation=NOEKEON/OFB144/PKCS5 19:28:18,795 INFO [main][CipherTest] transformation=NOEKEON/OFB144/PKCS5PADDING 19:28:18,795 INFO [main][CipherTest] transformation=NOEKEON/OFB144/PKCS7 19:28:18,795 INFO [main][CipherTest] transformation=NOEKEON/OFB144/PKCS7PADDING 19:28:18,796 INFO [main][CipherTest] transformation=NOEKEON/OFB144/TBC 19:28:18,796 INFO [main][CipherTest] transformation=NOEKEON/OFB144/TBCPADDING 19:28:18,796 INFO [main][CipherTest] transformation=NOEKEON/OFB144/X9.23 19:28:18,796 INFO [main][CipherTest] transformation=NOEKEON/OFB144/X9.23PADDING 19:28:18,796 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ZEROBYTE 19:28:18,796 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ZEROBYTEPADDING 19:28:18,796 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ 19:28:18,796 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO10126 19:28:18,797 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO10126-2 19:28:18,797 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO10126-2PADDING 19:28:18,797 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO10126PADDING 19:28:18,797 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO7816-4 19:28:18,797 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO7816-4PADDING 19:28:18,797 INFO [main][CipherTest] transformation=NOEKEON/OFB152/NOPADDING 19:28:18,797 INFO [main][CipherTest] transformation=NOEKEON/OFB152/PKCS5 19:28:18,798 INFO [main][CipherTest] transformation=NOEKEON/OFB152/PKCS5PADDING 19:28:18,798 INFO [main][CipherTest] transformation=NOEKEON/OFB152/PKCS7 19:28:18,798 INFO [main][CipherTest] transformation=NOEKEON/OFB152/PKCS7PADDING 19:28:18,798 INFO [main][CipherTest] transformation=NOEKEON/OFB152/TBC 19:28:18,798 INFO [main][CipherTest] transformation=NOEKEON/OFB152/TBCPADDING 19:28:18,798 INFO [main][CipherTest] transformation=NOEKEON/OFB152/X9.23 19:28:18,798 INFO [main][CipherTest] transformation=NOEKEON/OFB152/X9.23PADDING 19:28:18,798 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ZEROBYTE 19:28:18,799 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ZEROBYTEPADDING 19:28:18,799 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ 19:28:18,799 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO10126 19:28:18,799 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO10126-2 19:28:18,799 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO10126-2PADDING 19:28:18,799 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO10126PADDING 19:28:18,800 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO7816-4 19:28:18,800 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO7816-4PADDING 19:28:18,800 INFO [main][CipherTest] transformation=NOEKEON/OFB16/NOPADDING 19:28:18,800 INFO [main][CipherTest] transformation=NOEKEON/OFB16/PKCS5 19:28:18,800 INFO [main][CipherTest] transformation=NOEKEON/OFB16/PKCS5PADDING 19:28:18,800 INFO [main][CipherTest] transformation=NOEKEON/OFB16/PKCS7 19:28:18,800 INFO [main][CipherTest] transformation=NOEKEON/OFB16/PKCS7PADDING 19:28:18,801 INFO [main][CipherTest] transformation=NOEKEON/OFB16/TBC 19:28:18,801 INFO [main][CipherTest] transformation=NOEKEON/OFB16/TBCPADDING 19:28:18,801 INFO [main][CipherTest] transformation=NOEKEON/OFB16/X9.23 19:28:18,801 INFO [main][CipherTest] transformation=NOEKEON/OFB16/X9.23PADDING 19:28:18,801 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ZEROBYTE 19:28:18,801 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ZEROBYTEPADDING 19:28:18,801 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ 19:28:18,802 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO10126 19:28:18,802 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO10126-2 19:28:18,802 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO10126-2PADDING 19:28:18,802 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO10126PADDING 19:28:18,802 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO7816-4 19:28:18,802 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO7816-4PADDING 19:28:18,802 INFO [main][CipherTest] transformation=NOEKEON/OFB160/NOPADDING 19:28:18,803 INFO [main][CipherTest] transformation=NOEKEON/OFB160/PKCS5 19:28:18,803 INFO [main][CipherTest] transformation=NOEKEON/OFB160/PKCS5PADDING 19:28:18,803 INFO [main][CipherTest] transformation=NOEKEON/OFB160/PKCS7 19:28:18,803 INFO [main][CipherTest] transformation=NOEKEON/OFB160/PKCS7PADDING 19:28:18,803 INFO [main][CipherTest] transformation=NOEKEON/OFB160/TBC 19:28:18,803 INFO [main][CipherTest] transformation=NOEKEON/OFB160/TBCPADDING 19:28:18,803 INFO [main][CipherTest] transformation=NOEKEON/OFB160/X9.23 19:28:18,803 INFO [main][CipherTest] transformation=NOEKEON/OFB160/X9.23PADDING 19:28:18,804 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ZEROBYTE 19:28:18,804 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ZEROBYTEPADDING 19:28:18,804 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ 19:28:18,804 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO10126 19:28:18,804 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO10126-2 19:28:18,804 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO10126-2PADDING 19:28:18,804 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO10126PADDING 19:28:18,805 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO7816-4 19:28:18,805 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO7816-4PADDING 19:28:18,805 INFO [main][CipherTest] transformation=NOEKEON/OFB168/NOPADDING 19:28:18,805 INFO [main][CipherTest] transformation=NOEKEON/OFB168/PKCS5 19:28:18,805 INFO [main][CipherTest] transformation=NOEKEON/OFB168/PKCS5PADDING 19:28:18,805 INFO [main][CipherTest] transformation=NOEKEON/OFB168/PKCS7 19:28:18,805 INFO [main][CipherTest] transformation=NOEKEON/OFB168/PKCS7PADDING 19:28:18,805 INFO [main][CipherTest] transformation=NOEKEON/OFB168/TBC 19:28:18,806 INFO [main][CipherTest] transformation=NOEKEON/OFB168/TBCPADDING 19:28:18,806 INFO [main][CipherTest] transformation=NOEKEON/OFB168/X9.23 19:28:18,806 INFO [main][CipherTest] transformation=NOEKEON/OFB168/X9.23PADDING 19:28:18,806 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ZEROBYTE 19:28:18,806 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ZEROBYTEPADDING 19:28:18,806 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ 19:28:18,806 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO10126 19:28:18,806 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO10126-2 19:28:18,807 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO10126-2PADDING 19:28:18,807 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO10126PADDING 19:28:18,807 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO7816-4 19:28:18,807 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO7816-4PADDING 19:28:18,807 INFO [main][CipherTest] transformation=NOEKEON/OFB176/NOPADDING 19:28:18,807 INFO [main][CipherTest] transformation=NOEKEON/OFB176/PKCS5 19:28:18,807 INFO [main][CipherTest] transformation=NOEKEON/OFB176/PKCS5PADDING 19:28:18,808 INFO [main][CipherTest] transformation=NOEKEON/OFB176/PKCS7 19:28:18,808 INFO [main][CipherTest] transformation=NOEKEON/OFB176/PKCS7PADDING 19:28:18,808 INFO [main][CipherTest] transformation=NOEKEON/OFB176/TBC 19:28:18,808 INFO [main][CipherTest] transformation=NOEKEON/OFB176/TBCPADDING 19:28:18,808 INFO [main][CipherTest] transformation=NOEKEON/OFB176/X9.23 19:28:18,808 INFO [main][CipherTest] transformation=NOEKEON/OFB176/X9.23PADDING 19:28:18,808 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ZEROBYTE 19:28:18,808 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ZEROBYTEPADDING 19:28:18,809 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ 19:28:18,809 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO10126 19:28:18,809 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO10126-2 19:28:18,809 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO10126-2PADDING 19:28:18,809 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO10126PADDING 19:28:18,809 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO7816-4 19:28:18,809 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO7816-4PADDING 19:28:18,809 INFO [main][CipherTest] transformation=NOEKEON/OFB184/NOPADDING 19:28:18,810 INFO [main][CipherTest] transformation=NOEKEON/OFB184/PKCS5 19:28:18,810 INFO [main][CipherTest] transformation=NOEKEON/OFB184/PKCS5PADDING 19:28:18,810 INFO [main][CipherTest] transformation=NOEKEON/OFB184/PKCS7 19:28:18,810 INFO [main][CipherTest] transformation=NOEKEON/OFB184/PKCS7PADDING 19:28:18,810 INFO [main][CipherTest] transformation=NOEKEON/OFB184/TBC 19:28:18,819 INFO [main][CipherTest] transformation=NOEKEON/OFB184/TBCPADDING 19:28:18,819 INFO [main][CipherTest] transformation=NOEKEON/OFB184/X9.23 19:28:18,820 INFO [main][CipherTest] transformation=NOEKEON/OFB184/X9.23PADDING 19:28:18,820 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ZEROBYTE 19:28:18,820 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ZEROBYTEPADDING 19:28:18,820 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ 19:28:18,820 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO10126 19:28:18,820 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO10126-2 19:28:18,820 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO10126-2PADDING 19:28:18,821 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO10126PADDING 19:28:18,821 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO7816-4 19:28:18,821 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO7816-4PADDING 19:28:18,821 INFO [main][CipherTest] transformation=NOEKEON/OFB192/NOPADDING 19:28:18,821 INFO [main][CipherTest] transformation=NOEKEON/OFB192/PKCS5 19:28:18,821 INFO [main][CipherTest] transformation=NOEKEON/OFB192/PKCS5PADDING 19:28:18,821 INFO [main][CipherTest] transformation=NOEKEON/OFB192/PKCS7 19:28:18,821 INFO [main][CipherTest] transformation=NOEKEON/OFB192/PKCS7PADDING 19:28:18,822 INFO [main][CipherTest] transformation=NOEKEON/OFB192/TBC 19:28:18,822 INFO [main][CipherTest] transformation=NOEKEON/OFB192/TBCPADDING 19:28:18,822 INFO [main][CipherTest] transformation=NOEKEON/OFB192/X9.23 19:28:18,822 INFO [main][CipherTest] transformation=NOEKEON/OFB192/X9.23PADDING 19:28:18,822 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ZEROBYTE 19:28:18,822 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ZEROBYTEPADDING 19:28:18,822 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ 19:28:18,823 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO10126 19:28:18,823 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO10126-2 19:28:18,823 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO10126-2PADDING 19:28:18,823 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO10126PADDING 19:28:18,823 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO7816-4 19:28:18,823 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO7816-4PADDING 19:28:18,823 INFO [main][CipherTest] transformation=NOEKEON/OFB200/NOPADDING 19:28:18,824 INFO [main][CipherTest] transformation=NOEKEON/OFB200/PKCS5 19:28:18,824 INFO [main][CipherTest] transformation=NOEKEON/OFB200/PKCS5PADDING 19:28:18,824 INFO [main][CipherTest] transformation=NOEKEON/OFB200/PKCS7 19:28:18,826 INFO [main][CipherTest] transformation=NOEKEON/OFB200/PKCS7PADDING 19:28:18,826 INFO [main][CipherTest] transformation=NOEKEON/OFB200/TBC 19:28:18,826 INFO [main][CipherTest] transformation=NOEKEON/OFB200/TBCPADDING 19:28:18,827 INFO [main][CipherTest] transformation=NOEKEON/OFB200/X9.23 19:28:18,827 INFO [main][CipherTest] transformation=NOEKEON/OFB200/X9.23PADDING 19:28:18,827 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ZEROBYTE 19:28:18,827 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ZEROBYTEPADDING 19:28:18,827 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ 19:28:18,827 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO10126 19:28:18,827 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO10126-2 19:28:18,827 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO10126-2PADDING 19:28:18,828 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO10126PADDING 19:28:18,828 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO7816-4 19:28:18,828 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO7816-4PADDING 19:28:18,828 INFO [main][CipherTest] transformation=NOEKEON/OFB208/NOPADDING 19:28:18,828 INFO [main][CipherTest] transformation=NOEKEON/OFB208/PKCS5 19:28:18,828 INFO [main][CipherTest] transformation=NOEKEON/OFB208/PKCS5PADDING 19:28:18,828 INFO [main][CipherTest] transformation=NOEKEON/OFB208/PKCS7 19:28:18,828 INFO [main][CipherTest] transformation=NOEKEON/OFB208/PKCS7PADDING 19:28:18,829 INFO [main][CipherTest] transformation=NOEKEON/OFB208/TBC 19:28:18,829 INFO [main][CipherTest] transformation=NOEKEON/OFB208/TBCPADDING 19:28:18,829 INFO [main][CipherTest] transformation=NOEKEON/OFB208/X9.23 19:28:18,829 INFO [main][CipherTest] transformation=NOEKEON/OFB208/X9.23PADDING 19:28:18,829 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ZEROBYTE 19:28:18,832 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ZEROBYTEPADDING 19:28:18,833 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ 19:28:18,833 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO10126 19:28:18,833 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO10126-2 19:28:18,833 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO10126-2PADDING 19:28:18,833 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO10126PADDING 19:28:18,833 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO7816-4 19:28:18,833 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO7816-4PADDING 19:28:18,834 INFO [main][CipherTest] transformation=NOEKEON/OFB216/NOPADDING 19:28:18,834 INFO [main][CipherTest] transformation=NOEKEON/OFB216/PKCS5 19:28:18,834 INFO [main][CipherTest] transformation=NOEKEON/OFB216/PKCS5PADDING 19:28:18,834 INFO [main][CipherTest] transformation=NOEKEON/OFB216/PKCS7 19:28:18,834 INFO [main][CipherTest] transformation=NOEKEON/OFB216/PKCS7PADDING 19:28:18,834 INFO [main][CipherTest] transformation=NOEKEON/OFB216/TBC 19:28:18,834 INFO [main][CipherTest] transformation=NOEKEON/OFB216/TBCPADDING 19:28:18,835 INFO [main][CipherTest] transformation=NOEKEON/OFB216/X9.23 19:28:18,835 INFO [main][CipherTest] transformation=NOEKEON/OFB216/X9.23PADDING 19:28:18,835 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ZEROBYTE 19:28:18,835 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ZEROBYTEPADDING 19:28:18,835 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ 19:28:18,835 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO10126 19:28:18,835 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO10126-2 19:28:18,835 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO10126-2PADDING 19:28:18,836 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO10126PADDING 19:28:18,836 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO7816-4 19:28:18,836 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO7816-4PADDING 19:28:18,836 INFO [main][CipherTest] transformation=NOEKEON/OFB224/NOPADDING 19:28:18,836 INFO [main][CipherTest] transformation=NOEKEON/OFB224/PKCS5 19:28:18,836 INFO [main][CipherTest] transformation=NOEKEON/OFB224/PKCS5PADDING 19:28:18,836 INFO [main][CipherTest] transformation=NOEKEON/OFB224/PKCS7 19:28:18,837 INFO [main][CipherTest] transformation=NOEKEON/OFB224/PKCS7PADDING 19:28:18,837 INFO [main][CipherTest] transformation=NOEKEON/OFB224/TBC 19:28:18,837 INFO [main][CipherTest] transformation=NOEKEON/OFB224/TBCPADDING 19:28:18,837 INFO [main][CipherTest] transformation=NOEKEON/OFB224/X9.23 19:28:18,837 INFO [main][CipherTest] transformation=NOEKEON/OFB224/X9.23PADDING 19:28:18,837 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ZEROBYTE 19:28:18,837 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ZEROBYTEPADDING 19:28:18,837 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ 19:28:18,839 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO10126 19:28:18,839 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO10126-2 19:28:18,839 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO10126-2PADDING 19:28:18,840 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO10126PADDING 19:28:18,840 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO7816-4 19:28:18,840 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO7816-4PADDING 19:28:18,840 INFO [main][CipherTest] transformation=NOEKEON/OFB232/NOPADDING 19:28:18,840 INFO [main][CipherTest] transformation=NOEKEON/OFB232/PKCS5 19:28:18,840 INFO [main][CipherTest] transformation=NOEKEON/OFB232/PKCS5PADDING 19:28:18,840 INFO [main][CipherTest] transformation=NOEKEON/OFB232/PKCS7 19:28:18,840 INFO [main][CipherTest] transformation=NOEKEON/OFB232/PKCS7PADDING 19:28:18,841 INFO [main][CipherTest] transformation=NOEKEON/OFB232/TBC 19:28:18,841 INFO [main][CipherTest] transformation=NOEKEON/OFB232/TBCPADDING 19:28:18,841 INFO [main][CipherTest] transformation=NOEKEON/OFB232/X9.23 19:28:18,841 INFO [main][CipherTest] transformation=NOEKEON/OFB232/X9.23PADDING 19:28:18,841 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ZEROBYTE 19:28:18,841 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ZEROBYTEPADDING 19:28:18,841 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ 19:28:18,841 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO10126 19:28:18,842 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO10126-2 19:28:18,842 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO10126-2PADDING 19:28:18,842 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO10126PADDING 19:28:18,842 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO7816-4 19:28:18,842 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO7816-4PADDING 19:28:18,842 INFO [main][CipherTest] transformation=NOEKEON/OFB24/NOPADDING 19:28:18,842 INFO [main][CipherTest] transformation=NOEKEON/OFB24/PKCS5 19:28:18,843 INFO [main][CipherTest] transformation=NOEKEON/OFB24/PKCS5PADDING 19:28:18,843 INFO [main][CipherTest] transformation=NOEKEON/OFB24/PKCS7 19:28:18,843 INFO [main][CipherTest] transformation=NOEKEON/OFB24/PKCS7PADDING 19:28:18,843 INFO [main][CipherTest] transformation=NOEKEON/OFB24/TBC 19:28:18,843 INFO [main][CipherTest] transformation=NOEKEON/OFB24/TBCPADDING 19:28:18,843 INFO [main][CipherTest] transformation=NOEKEON/OFB24/X9.23 19:28:18,843 INFO [main][CipherTest] transformation=NOEKEON/OFB24/X9.23PADDING 19:28:18,844 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ZEROBYTE 19:28:18,844 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ZEROBYTEPADDING 19:28:18,844 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ 19:28:18,844 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO10126 19:28:18,844 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO10126-2 19:28:18,844 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO10126-2PADDING 19:28:18,844 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO10126PADDING 19:28:18,844 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO7816-4 19:28:18,845 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO7816-4PADDING 19:28:18,845 INFO [main][CipherTest] transformation=NOEKEON/OFB240/NOPADDING 19:28:18,845 INFO [main][CipherTest] transformation=NOEKEON/OFB240/PKCS5 19:28:18,845 INFO [main][CipherTest] transformation=NOEKEON/OFB240/PKCS5PADDING 19:28:18,845 INFO [main][CipherTest] transformation=NOEKEON/OFB240/PKCS7 19:28:18,845 INFO [main][CipherTest] transformation=NOEKEON/OFB240/PKCS7PADDING 19:28:18,845 INFO [main][CipherTest] transformation=NOEKEON/OFB240/TBC 19:28:18,845 INFO [main][CipherTest] transformation=NOEKEON/OFB240/TBCPADDING 19:28:18,846 INFO [main][CipherTest] transformation=NOEKEON/OFB240/X9.23 19:28:18,846 INFO [main][CipherTest] transformation=NOEKEON/OFB240/X9.23PADDING 19:28:18,846 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ZEROBYTE 19:28:18,846 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ZEROBYTEPADDING 19:28:18,846 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ 19:28:18,846 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO10126 19:28:18,846 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO10126-2 19:28:18,847 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO10126-2PADDING 19:28:18,847 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO10126PADDING 19:28:18,847 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO7816-4 19:28:18,847 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO7816-4PADDING 19:28:18,847 INFO [main][CipherTest] transformation=NOEKEON/OFB248/NOPADDING 19:28:18,847 INFO [main][CipherTest] transformation=NOEKEON/OFB248/PKCS5 19:28:18,847 INFO [main][CipherTest] transformation=NOEKEON/OFB248/PKCS5PADDING 19:28:18,847 INFO [main][CipherTest] transformation=NOEKEON/OFB248/PKCS7 19:28:18,848 INFO [main][CipherTest] transformation=NOEKEON/OFB248/PKCS7PADDING 19:28:18,848 INFO [main][CipherTest] transformation=NOEKEON/OFB248/TBC 19:28:18,848 INFO [main][CipherTest] transformation=NOEKEON/OFB248/TBCPADDING 19:28:18,848 INFO [main][CipherTest] transformation=NOEKEON/OFB248/X9.23 19:28:18,848 INFO [main][CipherTest] transformation=NOEKEON/OFB248/X9.23PADDING 19:28:18,848 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ZEROBYTE 19:28:18,848 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ZEROBYTEPADDING 19:28:18,848 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ 19:28:18,849 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO10126 19:28:18,849 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO10126-2 19:28:18,849 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO10126-2PADDING 19:28:18,849 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO10126PADDING 19:28:18,849 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO7816-4 19:28:18,849 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO7816-4PADDING 19:28:18,849 INFO [main][CipherTest] transformation=NOEKEON/OFB256/NOPADDING 19:28:18,850 INFO [main][CipherTest] transformation=NOEKEON/OFB256/PKCS5 19:28:18,850 INFO [main][CipherTest] transformation=NOEKEON/OFB256/PKCS5PADDING 19:28:18,850 INFO [main][CipherTest] transformation=NOEKEON/OFB256/PKCS7 19:28:18,850 INFO [main][CipherTest] transformation=NOEKEON/OFB256/PKCS7PADDING 19:28:18,850 INFO [main][CipherTest] transformation=NOEKEON/OFB256/TBC 19:28:18,850 INFO [main][CipherTest] transformation=NOEKEON/OFB256/TBCPADDING 19:28:18,850 INFO [main][CipherTest] transformation=NOEKEON/OFB256/X9.23 19:28:18,851 INFO [main][CipherTest] transformation=NOEKEON/OFB256/X9.23PADDING 19:28:18,851 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ZEROBYTE 19:28:18,851 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ZEROBYTEPADDING 19:28:18,851 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ 19:28:18,851 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO10126 19:28:18,851 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO10126-2 19:28:18,851 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO10126-2PADDING 19:28:18,851 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO10126PADDING 19:28:18,852 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO7816-4 19:28:18,852 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO7816-4PADDING 19:28:18,852 INFO [main][CipherTest] transformation=NOEKEON/OFB32/NOPADDING 19:28:18,852 INFO [main][CipherTest] transformation=NOEKEON/OFB32/PKCS5 19:28:18,852 INFO [main][CipherTest] transformation=NOEKEON/OFB32/PKCS5PADDING 19:28:18,852 INFO [main][CipherTest] transformation=NOEKEON/OFB32/PKCS7 19:28:18,852 INFO [main][CipherTest] transformation=NOEKEON/OFB32/PKCS7PADDING 19:28:18,853 INFO [main][CipherTest] transformation=NOEKEON/OFB32/TBC 19:28:18,853 INFO [main][CipherTest] transformation=NOEKEON/OFB32/TBCPADDING 19:28:18,853 INFO [main][CipherTest] transformation=NOEKEON/OFB32/X9.23 19:28:18,853 INFO [main][CipherTest] transformation=NOEKEON/OFB32/X9.23PADDING 19:28:18,853 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ZEROBYTE 19:28:18,853 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ZEROBYTEPADDING 19:28:18,853 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ 19:28:18,853 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO10126 19:28:18,854 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO10126-2 19:28:18,854 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO10126-2PADDING 19:28:18,854 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO10126PADDING 19:28:18,854 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO7816-4 19:28:18,854 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO7816-4PADDING 19:28:18,854 INFO [main][CipherTest] transformation=NOEKEON/OFB40/NOPADDING 19:28:18,854 INFO [main][CipherTest] transformation=NOEKEON/OFB40/PKCS5 19:28:18,854 INFO [main][CipherTest] transformation=NOEKEON/OFB40/PKCS5PADDING 19:28:18,855 INFO [main][CipherTest] transformation=NOEKEON/OFB40/PKCS7 19:28:18,855 INFO [main][CipherTest] transformation=NOEKEON/OFB40/PKCS7PADDING 19:28:18,855 INFO [main][CipherTest] transformation=NOEKEON/OFB40/TBC 19:28:18,855 INFO [main][CipherTest] transformation=NOEKEON/OFB40/TBCPADDING 19:28:18,855 INFO [main][CipherTest] transformation=NOEKEON/OFB40/X9.23 19:28:18,855 INFO [main][CipherTest] transformation=NOEKEON/OFB40/X9.23PADDING 19:28:18,855 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ZEROBYTE 19:28:18,855 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ZEROBYTEPADDING 19:28:18,856 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ 19:28:18,856 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO10126 19:28:18,856 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO10126-2 19:28:18,856 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO10126-2PADDING 19:28:18,856 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO10126PADDING 19:28:18,856 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO7816-4 19:28:18,856 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO7816-4PADDING 19:28:18,857 INFO [main][CipherTest] transformation=NOEKEON/OFB48/NOPADDING 19:28:18,857 INFO [main][CipherTest] transformation=NOEKEON/OFB48/PKCS5 19:28:18,857 INFO [main][CipherTest] transformation=NOEKEON/OFB48/PKCS5PADDING 19:28:18,857 INFO [main][CipherTest] transformation=NOEKEON/OFB48/PKCS7 19:28:18,857 INFO [main][CipherTest] transformation=NOEKEON/OFB48/PKCS7PADDING 19:28:18,857 INFO [main][CipherTest] transformation=NOEKEON/OFB48/TBC 19:28:18,857 INFO [main][CipherTest] transformation=NOEKEON/OFB48/TBCPADDING 19:28:18,857 INFO [main][CipherTest] transformation=NOEKEON/OFB48/X9.23 19:28:18,858 INFO [main][CipherTest] transformation=NOEKEON/OFB48/X9.23PADDING 19:28:18,858 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ZEROBYTE 19:28:18,858 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ZEROBYTEPADDING 19:28:18,858 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ 19:28:18,858 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO10126 19:28:18,858 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO10126-2 19:28:18,858 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO10126-2PADDING 19:28:18,859 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO10126PADDING 19:28:18,859 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO7816-4 19:28:18,859 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO7816-4PADDING 19:28:18,859 INFO [main][CipherTest] transformation=NOEKEON/OFB56/NOPADDING 19:28:18,859 INFO [main][CipherTest] transformation=NOEKEON/OFB56/PKCS5 19:28:18,859 INFO [main][CipherTest] transformation=NOEKEON/OFB56/PKCS5PADDING 19:28:18,859 INFO [main][CipherTest] transformation=NOEKEON/OFB56/PKCS7 19:28:18,859 INFO [main][CipherTest] transformation=NOEKEON/OFB56/PKCS7PADDING 19:28:18,860 INFO [main][CipherTest] transformation=NOEKEON/OFB56/TBC 19:28:18,860 INFO [main][CipherTest] transformation=NOEKEON/OFB56/TBCPADDING 19:28:18,860 INFO [main][CipherTest] transformation=NOEKEON/OFB56/X9.23 19:28:18,860 INFO [main][CipherTest] transformation=NOEKEON/OFB56/X9.23PADDING 19:28:18,860 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ZEROBYTE 19:28:18,860 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ZEROBYTEPADDING 19:28:18,860 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ 19:28:18,861 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO10126 19:28:18,861 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO10126-2 19:28:18,861 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO10126-2PADDING 19:28:18,861 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO10126PADDING 19:28:18,861 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO7816-4 19:28:18,861 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO7816-4PADDING 19:28:18,861 INFO [main][CipherTest] transformation=NOEKEON/OFB64/NOPADDING 19:28:18,861 INFO [main][CipherTest] transformation=NOEKEON/OFB64/PKCS5 19:28:18,862 INFO [main][CipherTest] transformation=NOEKEON/OFB64/PKCS5PADDING 19:28:18,862 INFO [main][CipherTest] transformation=NOEKEON/OFB64/PKCS7 19:28:18,862 INFO [main][CipherTest] transformation=NOEKEON/OFB64/PKCS7PADDING 19:28:18,862 INFO [main][CipherTest] transformation=NOEKEON/OFB64/TBC 19:28:18,862 INFO [main][CipherTest] transformation=NOEKEON/OFB64/TBCPADDING 19:28:18,862 INFO [main][CipherTest] transformation=NOEKEON/OFB64/X9.23 19:28:18,862 INFO [main][CipherTest] transformation=NOEKEON/OFB64/X9.23PADDING 19:28:18,863 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ZEROBYTE 19:28:18,863 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ZEROBYTEPADDING 19:28:18,863 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ 19:28:18,863 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO10126 19:28:18,863 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO10126-2 19:28:18,863 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO10126-2PADDING 19:28:18,863 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO10126PADDING 19:28:18,863 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO7816-4 19:28:18,864 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO7816-4PADDING 19:28:18,864 INFO [main][CipherTest] transformation=NOEKEON/OFB72/NOPADDING 19:28:18,864 INFO [main][CipherTest] transformation=NOEKEON/OFB72/PKCS5 19:28:18,864 INFO [main][CipherTest] transformation=NOEKEON/OFB72/PKCS5PADDING 19:28:18,864 INFO [main][CipherTest] transformation=NOEKEON/OFB72/PKCS7 19:28:18,864 INFO [main][CipherTest] transformation=NOEKEON/OFB72/PKCS7PADDING 19:28:18,864 INFO [main][CipherTest] transformation=NOEKEON/OFB72/TBC 19:28:18,865 INFO [main][CipherTest] transformation=NOEKEON/OFB72/TBCPADDING 19:28:18,865 INFO [main][CipherTest] transformation=NOEKEON/OFB72/X9.23 19:28:18,865 INFO [main][CipherTest] transformation=NOEKEON/OFB72/X9.23PADDING 19:28:18,865 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ZEROBYTE 19:28:18,865 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ZEROBYTEPADDING 19:28:18,865 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ 19:28:18,865 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO10126 19:28:18,866 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO10126-2 19:28:18,866 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO10126-2PADDING 19:28:18,866 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO10126PADDING 19:28:18,866 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO7816-4 19:28:18,866 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO7816-4PADDING 19:28:18,866 INFO [main][CipherTest] transformation=NOEKEON/OFB8/NOPADDING 19:28:18,866 INFO [main][CipherTest] transformation=NOEKEON/OFB8/PKCS5 19:28:18,867 INFO [main][CipherTest] transformation=NOEKEON/OFB8/PKCS5PADDING 19:28:18,867 INFO [main][CipherTest] transformation=NOEKEON/OFB8/PKCS7 19:28:18,867 INFO [main][CipherTest] transformation=NOEKEON/OFB8/PKCS7PADDING 19:28:18,867 INFO [main][CipherTest] transformation=NOEKEON/OFB8/TBC 19:28:18,867 INFO [main][CipherTest] transformation=NOEKEON/OFB8/TBCPADDING 19:28:18,867 INFO [main][CipherTest] transformation=NOEKEON/OFB8/X9.23 19:28:18,867 INFO [main][CipherTest] transformation=NOEKEON/OFB8/X9.23PADDING 19:28:18,867 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ZEROBYTE 19:28:18,867 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ZEROBYTEPADDING 19:28:18,868 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ 19:28:18,868 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO10126 19:28:18,868 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO10126-2 19:28:18,868 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO10126-2PADDING 19:28:18,868 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO10126PADDING 19:28:18,868 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO7816-4 19:28:18,868 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO7816-4PADDING 19:28:18,869 INFO [main][CipherTest] transformation=NOEKEON/OFB80/NOPADDING 19:28:18,869 INFO [main][CipherTest] transformation=NOEKEON/OFB80/PKCS5 19:28:18,869 INFO [main][CipherTest] transformation=NOEKEON/OFB80/PKCS5PADDING 19:28:18,869 INFO [main][CipherTest] transformation=NOEKEON/OFB80/PKCS7 19:28:18,869 INFO [main][CipherTest] transformation=NOEKEON/OFB80/PKCS7PADDING 19:28:18,869 INFO [main][CipherTest] transformation=NOEKEON/OFB80/TBC 19:28:18,869 INFO [main][CipherTest] transformation=NOEKEON/OFB80/TBCPADDING 19:28:18,869 INFO [main][CipherTest] transformation=NOEKEON/OFB80/X9.23 19:28:18,870 INFO [main][CipherTest] transformation=NOEKEON/OFB80/X9.23PADDING 19:28:18,870 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ZEROBYTE 19:28:18,870 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ZEROBYTEPADDING 19:28:18,870 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ 19:28:18,870 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO10126 19:28:18,870 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO10126-2 19:28:18,870 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO10126-2PADDING 19:28:18,871 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO10126PADDING 19:28:18,871 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO7816-4 19:28:18,871 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO7816-4PADDING 19:28:18,871 INFO [main][CipherTest] transformation=NOEKEON/OFB88/NOPADDING 19:28:18,871 INFO [main][CipherTest] transformation=NOEKEON/OFB88/PKCS5 19:28:18,871 INFO [main][CipherTest] transformation=NOEKEON/OFB88/PKCS5PADDING 19:28:18,871 INFO [main][CipherTest] transformation=NOEKEON/OFB88/PKCS7 19:28:18,871 INFO [main][CipherTest] transformation=NOEKEON/OFB88/PKCS7PADDING 19:28:18,872 INFO [main][CipherTest] transformation=NOEKEON/OFB88/TBC 19:28:18,872 INFO [main][CipherTest] transformation=NOEKEON/OFB88/TBCPADDING 19:28:18,872 INFO [main][CipherTest] transformation=NOEKEON/OFB88/X9.23 19:28:18,872 INFO [main][CipherTest] transformation=NOEKEON/OFB88/X9.23PADDING 19:28:18,872 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ZEROBYTE 19:28:18,872 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ZEROBYTEPADDING 19:28:18,872 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ 19:28:18,872 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO10126 19:28:18,873 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO10126-2 19:28:18,873 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO10126-2PADDING 19:28:18,873 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO10126PADDING 19:28:18,873 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO7816-4 19:28:18,873 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO7816-4PADDING 19:28:18,873 INFO [main][CipherTest] transformation=NOEKEON/OFB96/NOPADDING 19:28:18,873 INFO [main][CipherTest] transformation=NOEKEON/OFB96/PKCS5 19:28:18,874 INFO [main][CipherTest] transformation=NOEKEON/OFB96/PKCS5PADDING 19:28:18,874 INFO [main][CipherTest] transformation=NOEKEON/OFB96/PKCS7 19:28:18,874 INFO [main][CipherTest] transformation=NOEKEON/OFB96/PKCS7PADDING 19:28:18,874 INFO [main][CipherTest] transformation=NOEKEON/OFB96/TBC 19:28:18,874 INFO [main][CipherTest] transformation=NOEKEON/OFB96/TBCPADDING 19:28:18,874 INFO [main][CipherTest] transformation=NOEKEON/OFB96/X9.23 19:28:18,874 INFO [main][CipherTest] transformation=NOEKEON/OFB96/X9.23PADDING 19:28:18,875 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ZEROBYTE 19:28:18,875 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ZEROBYTEPADDING 19:28:18,875 INFO [main][CipherTest] transformation=NOEKEON/SIC/ 19:28:18,875 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO10126 19:28:18,875 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO10126-2 19:28:18,875 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO10126-2PADDING 19:28:18,876 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO10126PADDING 19:28:18,876 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO7816-4 19:28:18,876 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO7816-4PADDING 19:28:18,876 INFO [main][CipherTest] transformation=NOEKEON/SIC/NOPADDING 19:28:18,876 INFO [main][CipherTest] transformation=NOEKEON/SIC/PKCS5 19:28:18,877 INFO [main][CipherTest] transformation=NOEKEON/SIC/PKCS5PADDING 19:28:18,877 INFO [main][CipherTest] transformation=NOEKEON/SIC/PKCS7 19:28:18,877 INFO [main][CipherTest] transformation=NOEKEON/SIC/PKCS7PADDING 19:28:18,877 INFO [main][CipherTest] transformation=NOEKEON/SIC/TBC 19:28:18,877 INFO [main][CipherTest] transformation=NOEKEON/SIC/TBCPADDING 19:28:18,877 INFO [main][CipherTest] transformation=NOEKEON/SIC/X9.23 19:28:18,878 INFO [main][CipherTest] transformation=NOEKEON/SIC/X9.23PADDING 19:28:18,878 INFO [main][CipherTest] transformation=NOEKEON/SIC/ZEROBYTE 19:28:18,878 INFO [main][CipherTest] transformation=NOEKEON/SIC/ZEROBYTEPADDING 19:28:18,878 INFO [main][CipherTest] transformation=NULL// 19:28:18,878 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL//" does not support IV => Skipping. 19:28:18,878 INFO [main][CipherTest] transformation=NULL//NOPADDING 19:28:18,879 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL//NOPADDING" does not support IV => Skipping. 19:28:18,879 INFO [main][CipherTest] transformation=NULL/CBC-CTS/ 19:28:18,879 INFO [main][CipherTest] transformation=NULL/CBC-CTS/NOPADDING 19:28:18,879 INFO [main][CipherTest] transformation=NULL/CBC/ 19:28:18,879 INFO [main][CipherTest] transformation=NULL/CBC/ISO10126 19:28:18,879 INFO [main][CipherTest] transformation=NULL/CBC/ISO10126-2 19:28:18,880 INFO [main][CipherTest] transformation=NULL/CBC/ISO10126-2PADDING 19:28:18,881 INFO [main][CipherTest] transformation=NULL/CBC/ISO10126PADDING 19:28:18,881 INFO [main][CipherTest] transformation=NULL/CBC/ISO7816-4 19:28:18,881 INFO [main][CipherTest] transformation=NULL/CBC/ISO7816-4PADDING 19:28:18,881 INFO [main][CipherTest] transformation=NULL/CBC/NOPADDING 19:28:18,881 INFO [main][CipherTest] transformation=NULL/CBC/PKCS5 19:28:18,882 INFO [main][CipherTest] transformation=NULL/CBC/PKCS5PADDING 19:28:18,882 INFO [main][CipherTest] transformation=NULL/CBC/PKCS7 19:28:18,882 INFO [main][CipherTest] transformation=NULL/CBC/PKCS7PADDING 19:28:18,882 INFO [main][CipherTest] transformation=NULL/CBC/TBC 19:28:18,882 INFO [main][CipherTest] transformation=NULL/CBC/TBCPADDING 19:28:18,882 INFO [main][CipherTest] transformation=NULL/CBC/X9.23 19:28:18,883 INFO [main][CipherTest] transformation=NULL/CBC/X9.23PADDING 19:28:18,883 INFO [main][CipherTest] transformation=NULL/CBC/ZEROBYTE 19:28:18,883 INFO [main][CipherTest] transformation=NULL/CBC/ZEROBYTEPADDING 19:28:18,883 INFO [main][CipherTest] transformation=NULL/CFB/ 19:28:18,883 INFO [main][CipherTest] transformation=NULL/CFB/ISO10126 19:28:18,883 INFO [main][CipherTest] transformation=NULL/CFB/ISO10126-2 19:28:18,884 INFO [main][CipherTest] transformation=NULL/CFB/ISO10126-2PADDING 19:28:18,884 INFO [main][CipherTest] transformation=NULL/CFB/ISO10126PADDING 19:28:18,884 INFO [main][CipherTest] transformation=NULL/CFB/ISO7816-4 19:28:18,884 INFO [main][CipherTest] transformation=NULL/CFB/ISO7816-4PADDING 19:28:18,884 INFO [main][CipherTest] transformation=NULL/CFB/NOPADDING 19:28:18,884 INFO [main][CipherTest] transformation=NULL/CFB/PKCS5 19:28:18,884 INFO [main][CipherTest] transformation=NULL/CFB/PKCS5PADDING 19:28:18,884 INFO [main][CipherTest] transformation=NULL/CFB/PKCS7 19:28:18,884 INFO [main][CipherTest] transformation=NULL/CFB/PKCS7PADDING 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB/TBC 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB/TBCPADDING 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB/X9.23 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB/X9.23PADDING 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB/ZEROBYTE 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB/ZEROBYTEPADDING 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB104/ 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB104/ISO10126 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB104/ISO10126-2 19:28:18,885 INFO [main][CipherTest] transformation=NULL/CFB104/ISO10126-2PADDING 19:28:18,886 INFO [main][CipherTest] transformation=NULL/CFB104/ISO10126PADDING 19:28:18,886 INFO [main][CipherTest] transformation=NULL/CFB104/ISO7816-4 19:28:18,886 INFO [main][CipherTest] transformation=NULL/CFB104/ISO7816-4PADDING 19:28:18,886 INFO [main][CipherTest] transformation=NULL/CFB104/NOPADDING 19:28:18,886 INFO [main][CipherTest] transformation=NULL/CFB104/PKCS5 19:28:18,886 INFO [main][CipherTest] transformation=NULL/CFB104/PKCS5PADDING 19:28:18,886 INFO [main][CipherTest] transformation=NULL/CFB104/PKCS7 19:28:18,886 INFO [main][CipherTest] transformation=NULL/CFB104/PKCS7PADDING 19:28:18,887 INFO [main][CipherTest] transformation=NULL/CFB104/TBC 19:28:18,887 INFO [main][CipherTest] transformation=NULL/CFB104/TBCPADDING 19:28:18,887 INFO [main][CipherTest] transformation=NULL/CFB104/X9.23 19:28:18,887 INFO [main][CipherTest] transformation=NULL/CFB104/X9.23PADDING 19:28:18,887 INFO [main][CipherTest] transformation=NULL/CFB104/ZEROBYTE 19:28:18,887 INFO [main][CipherTest] transformation=NULL/CFB104/ZEROBYTEPADDING 19:28:18,887 INFO [main][CipherTest] transformation=NULL/CFB112/ 19:28:18,887 INFO [main][CipherTest] transformation=NULL/CFB112/ISO10126 19:28:18,887 INFO [main][CipherTest] transformation=NULL/CFB112/ISO10126-2 19:28:18,888 INFO [main][CipherTest] transformation=NULL/CFB112/ISO10126-2PADDING 19:28:18,888 INFO [main][CipherTest] transformation=NULL/CFB112/ISO10126PADDING 19:28:18,888 INFO [main][CipherTest] transformation=NULL/CFB112/ISO7816-4 19:28:18,888 INFO [main][CipherTest] transformation=NULL/CFB112/ISO7816-4PADDING 19:28:18,888 INFO [main][CipherTest] transformation=NULL/CFB112/NOPADDING 19:28:18,888 INFO [main][CipherTest] transformation=NULL/CFB112/PKCS5 19:28:18,888 INFO [main][CipherTest] transformation=NULL/CFB112/PKCS5PADDING 19:28:18,888 INFO [main][CipherTest] transformation=NULL/CFB112/PKCS7 19:28:18,889 INFO [main][CipherTest] transformation=NULL/CFB112/PKCS7PADDING 19:28:18,889 INFO [main][CipherTest] transformation=NULL/CFB112/TBC 19:28:18,889 INFO [main][CipherTest] transformation=NULL/CFB112/TBCPADDING 19:28:18,889 INFO [main][CipherTest] transformation=NULL/CFB112/X9.23 19:28:18,889 INFO [main][CipherTest] transformation=NULL/CFB112/X9.23PADDING 19:28:18,890 INFO [main][CipherTest] transformation=NULL/CFB112/ZEROBYTE 19:28:18,890 INFO [main][CipherTest] transformation=NULL/CFB112/ZEROBYTEPADDING 19:28:18,890 INFO [main][CipherTest] transformation=NULL/CFB120/ 19:28:18,890 INFO [main][CipherTest] transformation=NULL/CFB120/ISO10126 19:28:18,890 INFO [main][CipherTest] transformation=NULL/CFB120/ISO10126-2 19:28:18,890 INFO [main][CipherTest] transformation=NULL/CFB120/ISO10126-2PADDING 19:28:18,890 INFO [main][CipherTest] transformation=NULL/CFB120/ISO10126PADDING 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/ISO7816-4 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/ISO7816-4PADDING 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/NOPADDING 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/PKCS5 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/PKCS5PADDING 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/PKCS7 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/PKCS7PADDING 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/TBC 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/TBCPADDING 19:28:18,891 INFO [main][CipherTest] transformation=NULL/CFB120/X9.23 19:28:18,892 INFO [main][CipherTest] transformation=NULL/CFB120/X9.23PADDING 19:28:18,892 INFO [main][CipherTest] transformation=NULL/CFB120/ZEROBYTE 19:28:18,892 INFO [main][CipherTest] transformation=NULL/CFB120/ZEROBYTEPADDING 19:28:18,892 INFO [main][CipherTest] transformation=NULL/CFB128/ 19:28:18,892 INFO [main][CipherTest] transformation=NULL/CFB128/ISO10126 19:28:18,892 INFO [main][CipherTest] transformation=NULL/CFB128/ISO10126-2 19:28:18,892 INFO [main][CipherTest] transformation=NULL/CFB128/ISO10126-2PADDING 19:28:18,892 INFO [main][CipherTest] transformation=NULL/CFB128/ISO10126PADDING 19:28:18,892 INFO [main][CipherTest] transformation=NULL/CFB128/ISO7816-4 19:28:18,893 INFO [main][CipherTest] transformation=NULL/CFB128/ISO7816-4PADDING 19:28:18,893 INFO [main][CipherTest] transformation=NULL/CFB128/NOPADDING 19:28:18,893 INFO [main][CipherTest] transformation=NULL/CFB128/PKCS5 19:28:18,893 INFO [main][CipherTest] transformation=NULL/CFB128/PKCS5PADDING 19:28:18,893 INFO [main][CipherTest] transformation=NULL/CFB128/PKCS7 19:28:18,893 INFO [main][CipherTest] transformation=NULL/CFB128/PKCS7PADDING 19:28:18,893 INFO [main][CipherTest] transformation=NULL/CFB128/TBC 19:28:18,893 INFO [main][CipherTest] transformation=NULL/CFB128/TBCPADDING 19:28:18,893 INFO [main][CipherTest] transformation=NULL/CFB128/X9.23 19:28:18,894 INFO [main][CipherTest] transformation=NULL/CFB128/X9.23PADDING 19:28:18,894 INFO [main][CipherTest] transformation=NULL/CFB128/ZEROBYTE 19:28:18,894 INFO [main][CipherTest] transformation=NULL/CFB128/ZEROBYTEPADDING 19:28:18,894 INFO [main][CipherTest] transformation=NULL/CFB136/ 19:28:18,894 INFO [main][CipherTest] transformation=NULL/CFB136/ISO10126 19:28:18,894 INFO [main][CipherTest] transformation=NULL/CFB136/ISO10126-2 19:28:18,894 INFO [main][CipherTest] transformation=NULL/CFB136/ISO10126-2PADDING 19:28:18,894 INFO [main][CipherTest] transformation=NULL/CFB136/ISO10126PADDING 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/ISO7816-4 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/ISO7816-4PADDING 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/NOPADDING 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/PKCS5 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/PKCS5PADDING 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/PKCS7 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/PKCS7PADDING 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/TBC 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/TBCPADDING 19:28:18,895 INFO [main][CipherTest] transformation=NULL/CFB136/X9.23 19:28:18,896 INFO [main][CipherTest] transformation=NULL/CFB136/X9.23PADDING 19:28:18,896 INFO [main][CipherTest] transformation=NULL/CFB136/ZEROBYTE 19:28:18,896 INFO [main][CipherTest] transformation=NULL/CFB136/ZEROBYTEPADDING 19:28:18,896 INFO [main][CipherTest] transformation=NULL/CFB144/ 19:28:18,896 INFO [main][CipherTest] transformation=NULL/CFB144/ISO10126 19:28:18,896 INFO [main][CipherTest] transformation=NULL/CFB144/ISO10126-2 19:28:18,896 INFO [main][CipherTest] transformation=NULL/CFB144/ISO10126-2PADDING 19:28:18,896 INFO [main][CipherTest] transformation=NULL/CFB144/ISO10126PADDING 19:28:18,896 INFO [main][CipherTest] transformation=NULL/CFB144/ISO7816-4 19:28:18,897 INFO [main][CipherTest] transformation=NULL/CFB144/ISO7816-4PADDING 19:28:18,897 INFO [main][CipherTest] transformation=NULL/CFB144/NOPADDING 19:28:18,897 INFO [main][CipherTest] transformation=NULL/CFB144/PKCS5 19:28:18,897 INFO [main][CipherTest] transformation=NULL/CFB144/PKCS5PADDING 19:28:18,897 INFO [main][CipherTest] transformation=NULL/CFB144/PKCS7 19:28:18,897 INFO [main][CipherTest] transformation=NULL/CFB144/PKCS7PADDING 19:28:18,897 INFO [main][CipherTest] transformation=NULL/CFB144/TBC 19:28:18,897 INFO [main][CipherTest] transformation=NULL/CFB144/TBCPADDING 19:28:18,897 INFO [main][CipherTest] transformation=NULL/CFB144/X9.23 19:28:18,898 INFO [main][CipherTest] transformation=NULL/CFB144/X9.23PADDING 19:28:18,898 INFO [main][CipherTest] transformation=NULL/CFB144/ZEROBYTE 19:28:18,898 INFO [main][CipherTest] transformation=NULL/CFB144/ZEROBYTEPADDING 19:28:18,898 INFO [main][CipherTest] transformation=NULL/CFB152/ 19:28:18,898 INFO [main][CipherTest] transformation=NULL/CFB152/ISO10126 19:28:18,898 INFO [main][CipherTest] transformation=NULL/CFB152/ISO10126-2 19:28:18,898 INFO [main][CipherTest] transformation=NULL/CFB152/ISO10126-2PADDING 19:28:18,898 INFO [main][CipherTest] transformation=NULL/CFB152/ISO10126PADDING 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/ISO7816-4 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/ISO7816-4PADDING 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/NOPADDING 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/PKCS5 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/PKCS5PADDING 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/PKCS7 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/PKCS7PADDING 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/TBC 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/TBCPADDING 19:28:18,899 INFO [main][CipherTest] transformation=NULL/CFB152/X9.23 19:28:18,900 INFO [main][CipherTest] transformation=NULL/CFB152/X9.23PADDING 19:28:18,900 INFO [main][CipherTest] transformation=NULL/CFB152/ZEROBYTE 19:28:18,900 INFO [main][CipherTest] transformation=NULL/CFB152/ZEROBYTEPADDING 19:28:18,900 INFO [main][CipherTest] transformation=NULL/CFB16/ 19:28:18,900 INFO [main][CipherTest] transformation=NULL/CFB16/ISO10126 19:28:18,900 INFO [main][CipherTest] transformation=NULL/CFB16/ISO10126-2 19:28:18,900 INFO [main][CipherTest] transformation=NULL/CFB16/ISO10126-2PADDING 19:28:18,900 INFO [main][CipherTest] transformation=NULL/CFB16/ISO10126PADDING 19:28:18,901 INFO [main][CipherTest] transformation=NULL/CFB16/ISO7816-4 19:28:18,901 INFO [main][CipherTest] transformation=NULL/CFB16/ISO7816-4PADDING 19:28:18,901 INFO [main][CipherTest] transformation=NULL/CFB16/NOPADDING 19:28:18,901 INFO [main][CipherTest] transformation=NULL/CFB16/PKCS5 19:28:18,901 INFO [main][CipherTest] transformation=NULL/CFB16/PKCS5PADDING 19:28:18,901 INFO [main][CipherTest] transformation=NULL/CFB16/PKCS7 19:28:18,901 INFO [main][CipherTest] transformation=NULL/CFB16/PKCS7PADDING 19:28:18,901 INFO [main][CipherTest] transformation=NULL/CFB16/TBC 19:28:18,901 INFO [main][CipherTest] transformation=NULL/CFB16/TBCPADDING 19:28:18,902 INFO [main][CipherTest] transformation=NULL/CFB16/X9.23 19:28:18,902 INFO [main][CipherTest] transformation=NULL/CFB16/X9.23PADDING 19:28:18,902 INFO [main][CipherTest] transformation=NULL/CFB16/ZEROBYTE 19:28:18,902 INFO [main][CipherTest] transformation=NULL/CFB16/ZEROBYTEPADDING 19:28:18,902 INFO [main][CipherTest] transformation=NULL/CFB160/ 19:28:18,902 INFO [main][CipherTest] transformation=NULL/CFB160/ISO10126 19:28:18,902 INFO [main][CipherTest] transformation=NULL/CFB160/ISO10126-2 19:28:18,902 INFO [main][CipherTest] transformation=NULL/CFB160/ISO10126-2PADDING 19:28:18,902 INFO [main][CipherTest] transformation=NULL/CFB160/ISO10126PADDING 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/ISO7816-4 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/ISO7816-4PADDING 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/NOPADDING 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/PKCS5 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/PKCS5PADDING 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/PKCS7 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/PKCS7PADDING 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/TBC 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/TBCPADDING 19:28:18,903 INFO [main][CipherTest] transformation=NULL/CFB160/X9.23 19:28:18,904 INFO [main][CipherTest] transformation=NULL/CFB160/X9.23PADDING 19:28:18,904 INFO [main][CipherTest] transformation=NULL/CFB160/ZEROBYTE 19:28:18,904 INFO [main][CipherTest] transformation=NULL/CFB160/ZEROBYTEPADDING 19:28:18,904 INFO [main][CipherTest] transformation=NULL/CFB168/ 19:28:18,904 INFO [main][CipherTest] transformation=NULL/CFB168/ISO10126 19:28:18,904 INFO [main][CipherTest] transformation=NULL/CFB168/ISO10126-2 19:28:18,904 INFO [main][CipherTest] transformation=NULL/CFB168/ISO10126-2PADDING 19:28:18,904 INFO [main][CipherTest] transformation=NULL/CFB168/ISO10126PADDING 19:28:18,904 INFO [main][CipherTest] transformation=NULL/CFB168/ISO7816-4 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/ISO7816-4PADDING 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/NOPADDING 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/PKCS5 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/PKCS5PADDING 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/PKCS7 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/PKCS7PADDING 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/TBC 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/TBCPADDING 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/X9.23 19:28:18,905 INFO [main][CipherTest] transformation=NULL/CFB168/X9.23PADDING 19:28:18,906 INFO [main][CipherTest] transformation=NULL/CFB168/ZEROBYTE 19:28:18,906 INFO [main][CipherTest] transformation=NULL/CFB168/ZEROBYTEPADDING 19:28:18,906 INFO [main][CipherTest] transformation=NULL/CFB176/ 19:28:18,906 INFO [main][CipherTest] transformation=NULL/CFB176/ISO10126 19:28:18,906 INFO [main][CipherTest] transformation=NULL/CFB176/ISO10126-2 19:28:18,906 INFO [main][CipherTest] transformation=NULL/CFB176/ISO10126-2PADDING 19:28:18,906 INFO [main][CipherTest] transformation=NULL/CFB176/ISO10126PADDING 19:28:18,906 INFO [main][CipherTest] transformation=NULL/CFB176/ISO7816-4 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/ISO7816-4PADDING 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/NOPADDING 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/PKCS5 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/PKCS5PADDING 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/PKCS7 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/PKCS7PADDING 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/TBC 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/TBCPADDING 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/X9.23 19:28:18,907 INFO [main][CipherTest] transformation=NULL/CFB176/X9.23PADDING 19:28:18,908 INFO [main][CipherTest] transformation=NULL/CFB176/ZEROBYTE 19:28:18,908 INFO [main][CipherTest] transformation=NULL/CFB176/ZEROBYTEPADDING 19:28:18,908 INFO [main][CipherTest] transformation=NULL/CFB184/ 19:28:18,908 INFO [main][CipherTest] transformation=NULL/CFB184/ISO10126 19:28:18,908 INFO [main][CipherTest] transformation=NULL/CFB184/ISO10126-2 19:28:18,908 INFO [main][CipherTest] transformation=NULL/CFB184/ISO10126-2PADDING 19:28:18,908 INFO [main][CipherTest] transformation=NULL/CFB184/ISO10126PADDING 19:28:18,908 INFO [main][CipherTest] transformation=NULL/CFB184/ISO7816-4 19:28:18,908 INFO [main][CipherTest] transformation=NULL/CFB184/ISO7816-4PADDING 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/NOPADDING 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/PKCS5 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/PKCS5PADDING 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/PKCS7 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/PKCS7PADDING 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/TBC 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/TBCPADDING 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/X9.23 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/X9.23PADDING 19:28:18,909 INFO [main][CipherTest] transformation=NULL/CFB184/ZEROBYTE 19:28:18,910 INFO [main][CipherTest] transformation=NULL/CFB184/ZEROBYTEPADDING 19:28:18,910 INFO [main][CipherTest] transformation=NULL/CFB192/ 19:28:18,910 INFO [main][CipherTest] transformation=NULL/CFB192/ISO10126 19:28:18,910 INFO [main][CipherTest] transformation=NULL/CFB192/ISO10126-2 19:28:18,910 INFO [main][CipherTest] transformation=NULL/CFB192/ISO10126-2PADDING 19:28:18,910 INFO [main][CipherTest] transformation=NULL/CFB192/ISO10126PADDING 19:28:18,910 INFO [main][CipherTest] transformation=NULL/CFB192/ISO7816-4 19:28:18,910 INFO [main][CipherTest] transformation=NULL/CFB192/ISO7816-4PADDING 19:28:18,910 INFO [main][CipherTest] transformation=NULL/CFB192/NOPADDING 19:28:18,911 INFO [main][CipherTest] transformation=NULL/CFB192/PKCS5 19:28:18,911 INFO [main][CipherTest] transformation=NULL/CFB192/PKCS5PADDING 19:28:18,911 INFO [main][CipherTest] transformation=NULL/CFB192/PKCS7 19:28:18,911 INFO [main][CipherTest] transformation=NULL/CFB192/PKCS7PADDING 19:28:18,911 INFO [main][CipherTest] transformation=NULL/CFB192/TBC 19:28:18,911 INFO [main][CipherTest] transformation=NULL/CFB192/TBCPADDING 19:28:18,911 INFO [main][CipherTest] transformation=NULL/CFB192/X9.23 19:28:18,911 INFO [main][CipherTest] transformation=NULL/CFB192/X9.23PADDING 19:28:18,911 INFO [main][CipherTest] transformation=NULL/CFB192/ZEROBYTE 19:28:18,912 INFO [main][CipherTest] transformation=NULL/CFB192/ZEROBYTEPADDING 19:28:18,912 INFO [main][CipherTest] transformation=NULL/CFB200/ 19:28:18,912 INFO [main][CipherTest] transformation=NULL/CFB200/ISO10126 19:28:18,912 INFO [main][CipherTest] transformation=NULL/CFB200/ISO10126-2 19:28:18,912 INFO [main][CipherTest] transformation=NULL/CFB200/ISO10126-2PADDING 19:28:18,912 INFO [main][CipherTest] transformation=NULL/CFB200/ISO10126PADDING 19:28:18,912 INFO [main][CipherTest] transformation=NULL/CFB200/ISO7816-4 19:28:18,912 INFO [main][CipherTest] transformation=NULL/CFB200/ISO7816-4PADDING 19:28:18,912 INFO [main][CipherTest] transformation=NULL/CFB200/NOPADDING 19:28:18,913 INFO [main][CipherTest] transformation=NULL/CFB200/PKCS5 19:28:18,913 INFO [main][CipherTest] transformation=NULL/CFB200/PKCS5PADDING 19:28:18,913 INFO [main][CipherTest] transformation=NULL/CFB200/PKCS7 19:28:18,913 INFO [main][CipherTest] transformation=NULL/CFB200/PKCS7PADDING 19:28:18,913 INFO [main][CipherTest] transformation=NULL/CFB200/TBC 19:28:18,913 INFO [main][CipherTest] transformation=NULL/CFB200/TBCPADDING 19:28:18,913 INFO [main][CipherTest] transformation=NULL/CFB200/X9.23 19:28:18,913 INFO [main][CipherTest] transformation=NULL/CFB200/X9.23PADDING 19:28:18,913 INFO [main][CipherTest] transformation=NULL/CFB200/ZEROBYTE 19:28:18,914 INFO [main][CipherTest] transformation=NULL/CFB200/ZEROBYTEPADDING 19:28:18,914 INFO [main][CipherTest] transformation=NULL/CFB208/ 19:28:18,914 INFO [main][CipherTest] transformation=NULL/CFB208/ISO10126 19:28:18,914 INFO [main][CipherTest] transformation=NULL/CFB208/ISO10126-2 19:28:18,914 INFO [main][CipherTest] transformation=NULL/CFB208/ISO10126-2PADDING 19:28:18,914 INFO [main][CipherTest] transformation=NULL/CFB208/ISO10126PADDING 19:28:18,914 INFO [main][CipherTest] transformation=NULL/CFB208/ISO7816-4 19:28:18,914 INFO [main][CipherTest] transformation=NULL/CFB208/ISO7816-4PADDING 19:28:18,914 INFO [main][CipherTest] transformation=NULL/CFB208/NOPADDING 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/PKCS5 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/PKCS5PADDING 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/PKCS7 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/PKCS7PADDING 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/TBC 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/TBCPADDING 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/X9.23 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/X9.23PADDING 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/ZEROBYTE 19:28:18,915 INFO [main][CipherTest] transformation=NULL/CFB208/ZEROBYTEPADDING 19:28:18,916 INFO [main][CipherTest] transformation=NULL/CFB216/ 19:28:18,916 INFO [main][CipherTest] transformation=NULL/CFB216/ISO10126 19:28:18,916 INFO [main][CipherTest] transformation=NULL/CFB216/ISO10126-2 19:28:18,916 INFO [main][CipherTest] transformation=NULL/CFB216/ISO10126-2PADDING 19:28:18,916 INFO [main][CipherTest] transformation=NULL/CFB216/ISO10126PADDING 19:28:18,916 INFO [main][CipherTest] transformation=NULL/CFB216/ISO7816-4 19:28:18,916 INFO [main][CipherTest] transformation=NULL/CFB216/ISO7816-4PADDING 19:28:18,916 INFO [main][CipherTest] transformation=NULL/CFB216/NOPADDING 19:28:18,916 INFO [main][CipherTest] transformation=NULL/CFB216/PKCS5 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB216/PKCS5PADDING 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB216/PKCS7 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB216/PKCS7PADDING 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB216/TBC 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB216/TBCPADDING 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB216/X9.23 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB216/X9.23PADDING 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB216/ZEROBYTE 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB216/ZEROBYTEPADDING 19:28:18,917 INFO [main][CipherTest] transformation=NULL/CFB224/ 19:28:18,918 INFO [main][CipherTest] transformation=NULL/CFB224/ISO10126 19:28:18,918 INFO [main][CipherTest] transformation=NULL/CFB224/ISO10126-2 19:28:18,918 INFO [main][CipherTest] transformation=NULL/CFB224/ISO10126-2PADDING 19:28:18,918 INFO [main][CipherTest] transformation=NULL/CFB224/ISO10126PADDING 19:28:18,918 INFO [main][CipherTest] transformation=NULL/CFB224/ISO7816-4 19:28:18,918 INFO [main][CipherTest] transformation=NULL/CFB224/ISO7816-4PADDING 19:28:18,918 INFO [main][CipherTest] transformation=NULL/CFB224/NOPADDING 19:28:18,918 INFO [main][CipherTest] transformation=NULL/CFB224/PKCS5 19:28:18,918 INFO [main][CipherTest] transformation=NULL/CFB224/PKCS5PADDING 19:28:18,919 INFO [main][CipherTest] transformation=NULL/CFB224/PKCS7 19:28:18,919 INFO [main][CipherTest] transformation=NULL/CFB224/PKCS7PADDING 19:28:18,919 INFO [main][CipherTest] transformation=NULL/CFB224/TBC 19:28:18,919 INFO [main][CipherTest] transformation=NULL/CFB224/TBCPADDING 19:28:18,919 INFO [main][CipherTest] transformation=NULL/CFB224/X9.23 19:28:18,919 INFO [main][CipherTest] transformation=NULL/CFB224/X9.23PADDING 19:28:18,919 INFO [main][CipherTest] transformation=NULL/CFB224/ZEROBYTE 19:28:18,919 INFO [main][CipherTest] transformation=NULL/CFB224/ZEROBYTEPADDING 19:28:18,919 INFO [main][CipherTest] transformation=NULL/CFB232/ 19:28:18,920 INFO [main][CipherTest] transformation=NULL/CFB232/ISO10126 19:28:18,920 INFO [main][CipherTest] transformation=NULL/CFB232/ISO10126-2 19:28:18,920 INFO [main][CipherTest] transformation=NULL/CFB232/ISO10126-2PADDING 19:28:18,920 INFO [main][CipherTest] transformation=NULL/CFB232/ISO10126PADDING 19:28:18,920 INFO [main][CipherTest] transformation=NULL/CFB232/ISO7816-4 19:28:18,920 INFO [main][CipherTest] transformation=NULL/CFB232/ISO7816-4PADDING 19:28:18,920 INFO [main][CipherTest] transformation=NULL/CFB232/NOPADDING 19:28:18,920 INFO [main][CipherTest] transformation=NULL/CFB232/PKCS5 19:28:18,920 INFO [main][CipherTest] transformation=NULL/CFB232/PKCS5PADDING 19:28:18,921 INFO [main][CipherTest] transformation=NULL/CFB232/PKCS7 19:28:18,921 INFO [main][CipherTest] transformation=NULL/CFB232/PKCS7PADDING 19:28:18,921 INFO [main][CipherTest] transformation=NULL/CFB232/TBC 19:28:18,921 INFO [main][CipherTest] transformation=NULL/CFB232/TBCPADDING 19:28:18,921 INFO [main][CipherTest] transformation=NULL/CFB232/X9.23 19:28:18,921 INFO [main][CipherTest] transformation=NULL/CFB232/X9.23PADDING 19:28:18,921 INFO [main][CipherTest] transformation=NULL/CFB232/ZEROBYTE 19:28:18,921 INFO [main][CipherTest] transformation=NULL/CFB232/ZEROBYTEPADDING 19:28:18,921 INFO [main][CipherTest] transformation=NULL/CFB24/ 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/ISO10126 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/ISO10126-2 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/ISO10126-2PADDING 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/ISO10126PADDING 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/ISO7816-4 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/ISO7816-4PADDING 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/NOPADDING 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/PKCS5 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/PKCS5PADDING 19:28:18,922 INFO [main][CipherTest] transformation=NULL/CFB24/PKCS7 19:28:18,923 INFO [main][CipherTest] transformation=NULL/CFB24/PKCS7PADDING 19:28:18,923 INFO [main][CipherTest] transformation=NULL/CFB24/TBC 19:28:18,923 INFO [main][CipherTest] transformation=NULL/CFB24/TBCPADDING 19:28:18,923 INFO [main][CipherTest] transformation=NULL/CFB24/X9.23 19:28:18,923 INFO [main][CipherTest] transformation=NULL/CFB24/X9.23PADDING 19:28:18,923 INFO [main][CipherTest] transformation=NULL/CFB24/ZEROBYTE 19:28:18,923 INFO [main][CipherTest] transformation=NULL/CFB24/ZEROBYTEPADDING 19:28:18,923 INFO [main][CipherTest] transformation=NULL/CFB240/ 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/ISO10126 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/ISO10126-2 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/ISO10126-2PADDING 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/ISO10126PADDING 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/ISO7816-4 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/ISO7816-4PADDING 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/NOPADDING 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/PKCS5 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/PKCS5PADDING 19:28:18,924 INFO [main][CipherTest] transformation=NULL/CFB240/PKCS7 19:28:18,925 INFO [main][CipherTest] transformation=NULL/CFB240/PKCS7PADDING 19:28:18,925 INFO [main][CipherTest] transformation=NULL/CFB240/TBC 19:28:18,925 INFO [main][CipherTest] transformation=NULL/CFB240/TBCPADDING 19:28:18,925 INFO [main][CipherTest] transformation=NULL/CFB240/X9.23 19:28:18,925 INFO [main][CipherTest] transformation=NULL/CFB240/X9.23PADDING 19:28:18,925 INFO [main][CipherTest] transformation=NULL/CFB240/ZEROBYTE 19:28:18,925 INFO [main][CipherTest] transformation=NULL/CFB240/ZEROBYTEPADDING 19:28:18,925 INFO [main][CipherTest] transformation=NULL/CFB248/ 19:28:18,925 INFO [main][CipherTest] transformation=NULL/CFB248/ISO10126 19:28:18,926 INFO [main][CipherTest] transformation=NULL/CFB248/ISO10126-2 19:28:18,926 INFO [main][CipherTest] transformation=NULL/CFB248/ISO10126-2PADDING 19:28:18,926 INFO [main][CipherTest] transformation=NULL/CFB248/ISO10126PADDING 19:28:18,926 INFO [main][CipherTest] transformation=NULL/CFB248/ISO7816-4 19:28:18,926 INFO [main][CipherTest] transformation=NULL/CFB248/ISO7816-4PADDING 19:28:18,926 INFO [main][CipherTest] transformation=NULL/CFB248/NOPADDING 19:28:18,926 INFO [main][CipherTest] transformation=NULL/CFB248/PKCS5 19:28:18,926 INFO [main][CipherTest] transformation=NULL/CFB248/PKCS5PADDING 19:28:18,926 INFO [main][CipherTest] transformation=NULL/CFB248/PKCS7 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB248/PKCS7PADDING 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB248/TBC 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB248/TBCPADDING 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB248/X9.23 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB248/X9.23PADDING 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB248/ZEROBYTE 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB248/ZEROBYTEPADDING 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB256/ 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB256/ISO10126 19:28:18,927 INFO [main][CipherTest] transformation=NULL/CFB256/ISO10126-2 19:28:18,928 INFO [main][CipherTest] transformation=NULL/CFB256/ISO10126-2PADDING 19:28:18,928 INFO [main][CipherTest] transformation=NULL/CFB256/ISO10126PADDING 19:28:18,928 INFO [main][CipherTest] transformation=NULL/CFB256/ISO7816-4 19:28:18,928 INFO [main][CipherTest] transformation=NULL/CFB256/ISO7816-4PADDING 19:28:18,928 INFO [main][CipherTest] transformation=NULL/CFB256/NOPADDING 19:28:18,928 INFO [main][CipherTest] transformation=NULL/CFB256/PKCS5 19:28:18,928 INFO [main][CipherTest] transformation=NULL/CFB256/PKCS5PADDING 19:28:18,928 INFO [main][CipherTest] transformation=NULL/CFB256/PKCS7 19:28:18,928 INFO [main][CipherTest] transformation=NULL/CFB256/PKCS7PADDING 19:28:18,929 INFO [main][CipherTest] transformation=NULL/CFB256/TBC 19:28:18,929 INFO [main][CipherTest] transformation=NULL/CFB256/TBCPADDING 19:28:18,929 INFO [main][CipherTest] transformation=NULL/CFB256/X9.23 19:28:18,929 INFO [main][CipherTest] transformation=NULL/CFB256/X9.23PADDING 19:28:18,929 INFO [main][CipherTest] transformation=NULL/CFB256/ZEROBYTE 19:28:18,929 INFO [main][CipherTest] transformation=NULL/CFB256/ZEROBYTEPADDING 19:28:18,929 INFO [main][CipherTest] transformation=NULL/CFB32/ 19:28:18,929 INFO [main][CipherTest] transformation=NULL/CFB32/ISO10126 19:28:18,929 INFO [main][CipherTest] transformation=NULL/CFB32/ISO10126-2 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/ISO10126-2PADDING 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/ISO10126PADDING 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/ISO7816-4 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/ISO7816-4PADDING 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/NOPADDING 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/PKCS5 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/PKCS5PADDING 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/PKCS7 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/PKCS7PADDING 19:28:18,930 INFO [main][CipherTest] transformation=NULL/CFB32/TBC 19:28:18,931 INFO [main][CipherTest] transformation=NULL/CFB32/TBCPADDING 19:28:18,931 INFO [main][CipherTest] transformation=NULL/CFB32/X9.23 19:28:18,931 INFO [main][CipherTest] transformation=NULL/CFB32/X9.23PADDING 19:28:18,931 INFO [main][CipherTest] transformation=NULL/CFB32/ZEROBYTE 19:28:18,931 INFO [main][CipherTest] transformation=NULL/CFB32/ZEROBYTEPADDING 19:28:18,931 INFO [main][CipherTest] transformation=NULL/CFB40/ 19:28:18,931 INFO [main][CipherTest] transformation=NULL/CFB40/ISO10126 19:28:18,931 INFO [main][CipherTest] transformation=NULL/CFB40/ISO10126-2 19:28:18,931 INFO [main][CipherTest] transformation=NULL/CFB40/ISO10126-2PADDING 19:28:18,932 INFO [main][CipherTest] transformation=NULL/CFB40/ISO10126PADDING 19:28:18,932 INFO [main][CipherTest] transformation=NULL/CFB40/ISO7816-4 19:28:18,932 INFO [main][CipherTest] transformation=NULL/CFB40/ISO7816-4PADDING 19:28:18,932 INFO [main][CipherTest] transformation=NULL/CFB40/NOPADDING 19:28:18,932 INFO [main][CipherTest] transformation=NULL/CFB40/PKCS5 19:28:18,932 INFO [main][CipherTest] transformation=NULL/CFB40/PKCS5PADDING 19:28:18,932 INFO [main][CipherTest] transformation=NULL/CFB40/PKCS7 19:28:18,932 INFO [main][CipherTest] transformation=NULL/CFB40/PKCS7PADDING 19:28:18,932 INFO [main][CipherTest] transformation=NULL/CFB40/TBC 19:28:18,933 INFO [main][CipherTest] transformation=NULL/CFB40/TBCPADDING 19:28:18,933 INFO [main][CipherTest] transformation=NULL/CFB40/X9.23 19:28:18,933 INFO [main][CipherTest] transformation=NULL/CFB40/X9.23PADDING 19:28:18,933 INFO [main][CipherTest] transformation=NULL/CFB40/ZEROBYTE 19:28:18,933 INFO [main][CipherTest] transformation=NULL/CFB40/ZEROBYTEPADDING 19:28:18,933 INFO [main][CipherTest] transformation=NULL/CFB48/ 19:28:18,933 INFO [main][CipherTest] transformation=NULL/CFB48/ISO10126 19:28:18,933 INFO [main][CipherTest] transformation=NULL/CFB48/ISO10126-2 19:28:18,933 INFO [main][CipherTest] transformation=NULL/CFB48/ISO10126-2PADDING 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/ISO10126PADDING 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/ISO7816-4 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/ISO7816-4PADDING 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/NOPADDING 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/PKCS5 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/PKCS5PADDING 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/PKCS7 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/PKCS7PADDING 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/TBC 19:28:18,934 INFO [main][CipherTest] transformation=NULL/CFB48/TBCPADDING 19:28:18,935 INFO [main][CipherTest] transformation=NULL/CFB48/X9.23 19:28:18,935 INFO [main][CipherTest] transformation=NULL/CFB48/X9.23PADDING 19:28:18,935 INFO [main][CipherTest] transformation=NULL/CFB48/ZEROBYTE 19:28:18,935 INFO [main][CipherTest] transformation=NULL/CFB48/ZEROBYTEPADDING 19:28:18,935 INFO [main][CipherTest] transformation=NULL/CFB56/ 19:28:18,935 INFO [main][CipherTest] transformation=NULL/CFB56/ISO10126 19:28:18,935 INFO [main][CipherTest] transformation=NULL/CFB56/ISO10126-2 19:28:18,935 INFO [main][CipherTest] transformation=NULL/CFB56/ISO10126-2PADDING 19:28:18,935 INFO [main][CipherTest] transformation=NULL/CFB56/ISO10126PADDING 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/ISO7816-4 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/ISO7816-4PADDING 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/NOPADDING 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/PKCS5 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/PKCS5PADDING 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/PKCS7 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/PKCS7PADDING 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/TBC 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/TBCPADDING 19:28:18,936 INFO [main][CipherTest] transformation=NULL/CFB56/X9.23 19:28:18,937 INFO [main][CipherTest] transformation=NULL/CFB56/X9.23PADDING 19:28:18,937 INFO [main][CipherTest] transformation=NULL/CFB56/ZEROBYTE 19:28:18,937 INFO [main][CipherTest] transformation=NULL/CFB56/ZEROBYTEPADDING 19:28:18,937 INFO [main][CipherTest] transformation=NULL/CFB64/ 19:28:18,937 INFO [main][CipherTest] transformation=NULL/CFB64/ISO10126 19:28:18,937 INFO [main][CipherTest] transformation=NULL/CFB64/ISO10126-2 19:28:18,937 INFO [main][CipherTest] transformation=NULL/CFB64/ISO10126-2PADDING 19:28:18,937 INFO [main][CipherTest] transformation=NULL/CFB64/ISO10126PADDING 19:28:18,937 INFO [main][CipherTest] transformation=NULL/CFB64/ISO7816-4 19:28:18,938 INFO [main][CipherTest] transformation=NULL/CFB64/ISO7816-4PADDING 19:28:18,938 INFO [main][CipherTest] transformation=NULL/CFB64/NOPADDING 19:28:18,938 INFO [main][CipherTest] transformation=NULL/CFB64/PKCS5 19:28:18,938 INFO [main][CipherTest] transformation=NULL/CFB64/PKCS5PADDING 19:28:18,938 INFO [main][CipherTest] transformation=NULL/CFB64/PKCS7 19:28:18,938 INFO [main][CipherTest] transformation=NULL/CFB64/PKCS7PADDING 19:28:18,938 INFO [main][CipherTest] transformation=NULL/CFB64/TBC 19:28:18,938 INFO [main][CipherTest] transformation=NULL/CFB64/TBCPADDING 19:28:18,938 INFO [main][CipherTest] transformation=NULL/CFB64/X9.23 19:28:18,939 INFO [main][CipherTest] transformation=NULL/CFB64/X9.23PADDING 19:28:18,939 INFO [main][CipherTest] transformation=NULL/CFB64/ZEROBYTE 19:28:18,939 INFO [main][CipherTest] transformation=NULL/CFB64/ZEROBYTEPADDING 19:28:18,939 INFO [main][CipherTest] transformation=NULL/CFB72/ 19:28:18,939 INFO [main][CipherTest] transformation=NULL/CFB72/ISO10126 19:28:18,939 INFO [main][CipherTest] transformation=NULL/CFB72/ISO10126-2 19:28:18,939 INFO [main][CipherTest] transformation=NULL/CFB72/ISO10126-2PADDING 19:28:18,939 INFO [main][CipherTest] transformation=NULL/CFB72/ISO10126PADDING 19:28:18,939 INFO [main][CipherTest] transformation=NULL/CFB72/ISO7816-4 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/ISO7816-4PADDING 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/NOPADDING 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/PKCS5 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/PKCS5PADDING 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/PKCS7 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/PKCS7PADDING 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/TBC 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/TBCPADDING 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/X9.23 19:28:18,940 INFO [main][CipherTest] transformation=NULL/CFB72/X9.23PADDING 19:28:18,941 INFO [main][CipherTest] transformation=NULL/CFB72/ZEROBYTE 19:28:18,941 INFO [main][CipherTest] transformation=NULL/CFB72/ZEROBYTEPADDING 19:28:18,941 INFO [main][CipherTest] transformation=NULL/CFB8/ 19:28:18,941 INFO [main][CipherTest] transformation=NULL/CFB8/ISO10126 19:28:18,941 INFO [main][CipherTest] transformation=NULL/CFB8/ISO10126-2 19:28:18,941 INFO [main][CipherTest] transformation=NULL/CFB8/ISO10126-2PADDING 19:28:18,941 INFO [main][CipherTest] transformation=NULL/CFB8/ISO10126PADDING 19:28:18,941 INFO [main][CipherTest] transformation=NULL/CFB8/ISO7816-4 19:28:18,941 INFO [main][CipherTest] transformation=NULL/CFB8/ISO7816-4PADDING 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/NOPADDING 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/PKCS5 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/PKCS5PADDING 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/PKCS7 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/PKCS7PADDING 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/TBC 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/TBCPADDING 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/X9.23 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/X9.23PADDING 19:28:18,942 INFO [main][CipherTest] transformation=NULL/CFB8/ZEROBYTE 19:28:18,943 INFO [main][CipherTest] transformation=NULL/CFB8/ZEROBYTEPADDING 19:28:18,943 INFO [main][CipherTest] transformation=NULL/CFB80/ 19:28:18,943 INFO [main][CipherTest] transformation=NULL/CFB80/ISO10126 19:28:18,943 INFO [main][CipherTest] transformation=NULL/CFB80/ISO10126-2 19:28:18,943 INFO [main][CipherTest] transformation=NULL/CFB80/ISO10126-2PADDING 19:28:18,943 INFO [main][CipherTest] transformation=NULL/CFB80/ISO10126PADDING 19:28:18,943 INFO [main][CipherTest] transformation=NULL/CFB80/ISO7816-4 19:28:18,943 INFO [main][CipherTest] transformation=NULL/CFB80/ISO7816-4PADDING 19:28:18,943 INFO [main][CipherTest] transformation=NULL/CFB80/NOPADDING 19:28:18,944 INFO [main][CipherTest] transformation=NULL/CFB80/PKCS5 19:28:18,944 INFO [main][CipherTest] transformation=NULL/CFB80/PKCS5PADDING 19:28:18,944 INFO [main][CipherTest] transformation=NULL/CFB80/PKCS7 19:28:18,944 INFO [main][CipherTest] transformation=NULL/CFB80/PKCS7PADDING 19:28:18,944 INFO [main][CipherTest] transformation=NULL/CFB80/TBC 19:28:18,944 INFO [main][CipherTest] transformation=NULL/CFB80/TBCPADDING 19:28:18,944 INFO [main][CipherTest] transformation=NULL/CFB80/X9.23 19:28:18,944 INFO [main][CipherTest] transformation=NULL/CFB80/X9.23PADDING 19:28:18,944 INFO [main][CipherTest] transformation=NULL/CFB80/ZEROBYTE 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB80/ZEROBYTEPADDING 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB88/ 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB88/ISO10126 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB88/ISO10126-2 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB88/ISO10126-2PADDING 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB88/ISO10126PADDING 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB88/ISO7816-4 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB88/ISO7816-4PADDING 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB88/NOPADDING 19:28:18,945 INFO [main][CipherTest] transformation=NULL/CFB88/PKCS5 19:28:18,946 INFO [main][CipherTest] transformation=NULL/CFB88/PKCS5PADDING 19:28:18,946 INFO [main][CipherTest] transformation=NULL/CFB88/PKCS7 19:28:18,946 INFO [main][CipherTest] transformation=NULL/CFB88/PKCS7PADDING 19:28:18,946 INFO [main][CipherTest] transformation=NULL/CFB88/TBC 19:28:18,946 INFO [main][CipherTest] transformation=NULL/CFB88/TBCPADDING 19:28:18,946 INFO [main][CipherTest] transformation=NULL/CFB88/X9.23 19:28:18,946 INFO [main][CipherTest] transformation=NULL/CFB88/X9.23PADDING 19:28:18,946 INFO [main][CipherTest] transformation=NULL/CFB88/ZEROBYTE 19:28:18,946 INFO [main][CipherTest] transformation=NULL/CFB88/ZEROBYTEPADDING 19:28:18,947 INFO [main][CipherTest] transformation=NULL/CFB96/ 19:28:18,947 INFO [main][CipherTest] transformation=NULL/CFB96/ISO10126 19:28:18,947 INFO [main][CipherTest] transformation=NULL/CFB96/ISO10126-2 19:28:18,947 INFO [main][CipherTest] transformation=NULL/CFB96/ISO10126-2PADDING 19:28:18,947 INFO [main][CipherTest] transformation=NULL/CFB96/ISO10126PADDING 19:28:18,947 INFO [main][CipherTest] transformation=NULL/CFB96/ISO7816-4 19:28:18,947 INFO [main][CipherTest] transformation=NULL/CFB96/ISO7816-4PADDING 19:28:18,947 INFO [main][CipherTest] transformation=NULL/CFB96/NOPADDING 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/PKCS5 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/PKCS5PADDING 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/PKCS7 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/PKCS7PADDING 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/TBC 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/TBCPADDING 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/X9.23 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/X9.23PADDING 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/ZEROBYTE 19:28:18,948 INFO [main][CipherTest] transformation=NULL/CFB96/ZEROBYTEPADDING 19:28:18,949 INFO [main][CipherTest] transformation=NULL/CTS/ 19:28:18,949 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL/CTS/" does not support IV => Skipping. 19:28:18,949 INFO [main][CipherTest] transformation=NULL/CTS/NOPADDING 19:28:18,949 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL/CTS/NOPADDING" does not support IV => Skipping. 19:28:18,949 INFO [main][CipherTest] transformation=NULL/ECB/ 19:28:18,949 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL/ECB/" does not support IV => Skipping. 19:28:18,949 INFO [main][CipherTest] transformation=NULL/ECB/NOPADDING 19:28:18,949 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL/ECB/NOPADDING" does not support IV => Skipping. 19:28:18,949 INFO [main][CipherTest] transformation=NULL/OFB/ 19:28:18,949 INFO [main][CipherTest] transformation=NULL/OFB/ISO10126 19:28:18,949 INFO [main][CipherTest] transformation=NULL/OFB/ISO10126-2 19:28:18,950 INFO [main][CipherTest] transformation=NULL/OFB/ISO10126-2PADDING 19:28:18,950 INFO [main][CipherTest] transformation=NULL/OFB/ISO10126PADDING 19:28:18,950 INFO [main][CipherTest] transformation=NULL/OFB/ISO7816-4 19:28:18,950 INFO [main][CipherTest] transformation=NULL/OFB/ISO7816-4PADDING 19:28:18,950 INFO [main][CipherTest] transformation=NULL/OFB/NOPADDING 19:28:18,950 INFO [main][CipherTest] transformation=NULL/OFB/PKCS5 19:28:18,950 INFO [main][CipherTest] transformation=NULL/OFB/PKCS5PADDING 19:28:18,950 INFO [main][CipherTest] transformation=NULL/OFB/PKCS7 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB/PKCS7PADDING 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB/TBC 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB/TBCPADDING 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB/X9.23 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB/X9.23PADDING 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB/ZEROBYTE 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB/ZEROBYTEPADDING 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB104/ 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB104/ISO10126 19:28:18,951 INFO [main][CipherTest] transformation=NULL/OFB104/ISO10126-2 19:28:18,952 INFO [main][CipherTest] transformation=NULL/OFB104/ISO10126-2PADDING 19:28:18,952 INFO [main][CipherTest] transformation=NULL/OFB104/ISO10126PADDING 19:28:18,952 INFO [main][CipherTest] transformation=NULL/OFB104/ISO7816-4 19:28:18,952 INFO [main][CipherTest] transformation=NULL/OFB104/ISO7816-4PADDING 19:28:18,952 INFO [main][CipherTest] transformation=NULL/OFB104/NOPADDING 19:28:18,952 INFO [main][CipherTest] transformation=NULL/OFB104/PKCS5 19:28:18,952 INFO [main][CipherTest] transformation=NULL/OFB104/PKCS5PADDING 19:28:18,952 INFO [main][CipherTest] transformation=NULL/OFB104/PKCS7 19:28:18,952 INFO [main][CipherTest] transformation=NULL/OFB104/PKCS7PADDING 19:28:18,953 INFO [main][CipherTest] transformation=NULL/OFB104/TBC 19:28:18,953 INFO [main][CipherTest] transformation=NULL/OFB104/TBCPADDING 19:28:18,953 INFO [main][CipherTest] transformation=NULL/OFB104/X9.23 19:28:18,953 INFO [main][CipherTest] transformation=NULL/OFB104/X9.23PADDING 19:28:18,953 INFO [main][CipherTest] transformation=NULL/OFB104/ZEROBYTE 19:28:18,953 INFO [main][CipherTest] transformation=NULL/OFB104/ZEROBYTEPADDING 19:28:18,953 INFO [main][CipherTest] transformation=NULL/OFB112/ 19:28:18,953 INFO [main][CipherTest] transformation=NULL/OFB112/ISO10126 19:28:18,953 INFO [main][CipherTest] transformation=NULL/OFB112/ISO10126-2 19:28:18,954 INFO [main][CipherTest] transformation=NULL/OFB112/ISO10126-2PADDING 19:28:18,954 INFO [main][CipherTest] transformation=NULL/OFB112/ISO10126PADDING 19:28:18,954 INFO [main][CipherTest] transformation=NULL/OFB112/ISO7816-4 19:28:18,954 INFO [main][CipherTest] transformation=NULL/OFB112/ISO7816-4PADDING 19:28:18,954 INFO [main][CipherTest] transformation=NULL/OFB112/NOPADDING 19:28:18,954 INFO [main][CipherTest] transformation=NULL/OFB112/PKCS5 19:28:18,954 INFO [main][CipherTest] transformation=NULL/OFB112/PKCS5PADDING 19:28:18,954 INFO [main][CipherTest] transformation=NULL/OFB112/PKCS7 19:28:18,954 INFO [main][CipherTest] transformation=NULL/OFB112/PKCS7PADDING 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB112/TBC 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB112/TBCPADDING 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB112/X9.23 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB112/X9.23PADDING 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB112/ZEROBYTE 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB112/ZEROBYTEPADDING 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB120/ 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB120/ISO10126 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB120/ISO10126-2 19:28:18,955 INFO [main][CipherTest] transformation=NULL/OFB120/ISO10126-2PADDING 19:28:18,956 INFO [main][CipherTest] transformation=NULL/OFB120/ISO10126PADDING 19:28:18,956 INFO [main][CipherTest] transformation=NULL/OFB120/ISO7816-4 19:28:18,956 INFO [main][CipherTest] transformation=NULL/OFB120/ISO7816-4PADDING 19:28:18,956 INFO [main][CipherTest] transformation=NULL/OFB120/NOPADDING 19:28:18,956 INFO [main][CipherTest] transformation=NULL/OFB120/PKCS5 19:28:18,956 INFO [main][CipherTest] transformation=NULL/OFB120/PKCS5PADDING 19:28:18,956 INFO [main][CipherTest] transformation=NULL/OFB120/PKCS7 19:28:18,956 INFO [main][CipherTest] transformation=NULL/OFB120/PKCS7PADDING 19:28:18,956 INFO [main][CipherTest] transformation=NULL/OFB120/TBC 19:28:18,957 INFO [main][CipherTest] transformation=NULL/OFB120/TBCPADDING 19:28:18,957 INFO [main][CipherTest] transformation=NULL/OFB120/X9.23 19:28:18,957 INFO [main][CipherTest] transformation=NULL/OFB120/X9.23PADDING 19:28:18,957 INFO [main][CipherTest] transformation=NULL/OFB120/ZEROBYTE 19:28:18,957 INFO [main][CipherTest] transformation=NULL/OFB120/ZEROBYTEPADDING 19:28:18,957 INFO [main][CipherTest] transformation=NULL/OFB128/ 19:28:18,957 INFO [main][CipherTest] transformation=NULL/OFB128/ISO10126 19:28:18,957 INFO [main][CipherTest] transformation=NULL/OFB128/ISO10126-2 19:28:18,957 INFO [main][CipherTest] transformation=NULL/OFB128/ISO10126-2PADDING 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/ISO10126PADDING 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/ISO7816-4 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/ISO7816-4PADDING 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/NOPADDING 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/PKCS5 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/PKCS5PADDING 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/PKCS7 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/PKCS7PADDING 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/TBC 19:28:18,958 INFO [main][CipherTest] transformation=NULL/OFB128/TBCPADDING 19:28:18,959 INFO [main][CipherTest] transformation=NULL/OFB128/X9.23 19:28:18,959 INFO [main][CipherTest] transformation=NULL/OFB128/X9.23PADDING 19:28:18,959 INFO [main][CipherTest] transformation=NULL/OFB128/ZEROBYTE 19:28:18,959 INFO [main][CipherTest] transformation=NULL/OFB128/ZEROBYTEPADDING 19:28:18,959 INFO [main][CipherTest] transformation=NULL/OFB136/ 19:28:18,959 INFO [main][CipherTest] transformation=NULL/OFB136/ISO10126 19:28:18,959 INFO [main][CipherTest] transformation=NULL/OFB136/ISO10126-2 19:28:18,959 INFO [main][CipherTest] transformation=NULL/OFB136/ISO10126-2PADDING 19:28:18,959 INFO [main][CipherTest] transformation=NULL/OFB136/ISO10126PADDING 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/ISO7816-4 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/ISO7816-4PADDING 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/NOPADDING 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/PKCS5 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/PKCS5PADDING 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/PKCS7 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/PKCS7PADDING 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/TBC 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/TBCPADDING 19:28:18,960 INFO [main][CipherTest] transformation=NULL/OFB136/X9.23 19:28:18,961 INFO [main][CipherTest] transformation=NULL/OFB136/X9.23PADDING 19:28:18,961 INFO [main][CipherTest] transformation=NULL/OFB136/ZEROBYTE 19:28:18,961 INFO [main][CipherTest] transformation=NULL/OFB136/ZEROBYTEPADDING 19:28:18,961 INFO [main][CipherTest] transformation=NULL/OFB144/ 19:28:18,961 INFO [main][CipherTest] transformation=NULL/OFB144/ISO10126 19:28:18,961 INFO [main][CipherTest] transformation=NULL/OFB144/ISO10126-2 19:28:18,961 INFO [main][CipherTest] transformation=NULL/OFB144/ISO10126-2PADDING 19:28:18,961 INFO [main][CipherTest] transformation=NULL/OFB144/ISO10126PADDING 19:28:18,961 INFO [main][CipherTest] transformation=NULL/OFB144/ISO7816-4 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/ISO7816-4PADDING 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/NOPADDING 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/PKCS5 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/PKCS5PADDING 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/PKCS7 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/PKCS7PADDING 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/TBC 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/TBCPADDING 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/X9.23 19:28:18,962 INFO [main][CipherTest] transformation=NULL/OFB144/X9.23PADDING 19:28:18,963 INFO [main][CipherTest] transformation=NULL/OFB144/ZEROBYTE 19:28:18,963 INFO [main][CipherTest] transformation=NULL/OFB144/ZEROBYTEPADDING 19:28:18,963 INFO [main][CipherTest] transformation=NULL/OFB152/ 19:28:18,963 INFO [main][CipherTest] transformation=NULL/OFB152/ISO10126 19:28:18,963 INFO [main][CipherTest] transformation=NULL/OFB152/ISO10126-2 19:28:18,963 INFO [main][CipherTest] transformation=NULL/OFB152/ISO10126-2PADDING 19:28:18,963 INFO [main][CipherTest] transformation=NULL/OFB152/ISO10126PADDING 19:28:18,963 INFO [main][CipherTest] transformation=NULL/OFB152/ISO7816-4 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/ISO7816-4PADDING 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/NOPADDING 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/PKCS5 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/PKCS5PADDING 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/PKCS7 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/PKCS7PADDING 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/TBC 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/TBCPADDING 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/X9.23 19:28:18,964 INFO [main][CipherTest] transformation=NULL/OFB152/X9.23PADDING 19:28:18,965 INFO [main][CipherTest] transformation=NULL/OFB152/ZEROBYTE 19:28:18,965 INFO [main][CipherTest] transformation=NULL/OFB152/ZEROBYTEPADDING 19:28:18,965 INFO [main][CipherTest] transformation=NULL/OFB16/ 19:28:18,965 INFO [main][CipherTest] transformation=NULL/OFB16/ISO10126 19:28:18,965 INFO [main][CipherTest] transformation=NULL/OFB16/ISO10126-2 19:28:18,965 INFO [main][CipherTest] transformation=NULL/OFB16/ISO10126-2PADDING 19:28:18,965 INFO [main][CipherTest] transformation=NULL/OFB16/ISO10126PADDING 19:28:18,965 INFO [main][CipherTest] transformation=NULL/OFB16/ISO7816-4 19:28:18,965 INFO [main][CipherTest] transformation=NULL/OFB16/ISO7816-4PADDING 19:28:18,966 INFO [main][CipherTest] transformation=NULL/OFB16/NOPADDING 19:28:18,966 INFO [main][CipherTest] transformation=NULL/OFB16/PKCS5 19:28:18,966 INFO [main][CipherTest] transformation=NULL/OFB16/PKCS5PADDING 19:28:18,966 INFO [main][CipherTest] transformation=NULL/OFB16/PKCS7 19:28:18,966 INFO [main][CipherTest] transformation=NULL/OFB16/PKCS7PADDING 19:28:18,966 INFO [main][CipherTest] transformation=NULL/OFB16/TBC 19:28:18,966 INFO [main][CipherTest] transformation=NULL/OFB16/TBCPADDING 19:28:18,966 INFO [main][CipherTest] transformation=NULL/OFB16/X9.23 19:28:18,966 INFO [main][CipherTest] transformation=NULL/OFB16/X9.23PADDING 19:28:18,967 INFO [main][CipherTest] transformation=NULL/OFB16/ZEROBYTE 19:28:18,967 INFO [main][CipherTest] transformation=NULL/OFB16/ZEROBYTEPADDING 19:28:18,967 INFO [main][CipherTest] transformation=NULL/OFB160/ 19:28:18,967 INFO [main][CipherTest] transformation=NULL/OFB160/ISO10126 19:28:18,967 INFO [main][CipherTest] transformation=NULL/OFB160/ISO10126-2 19:28:18,967 INFO [main][CipherTest] transformation=NULL/OFB160/ISO10126-2PADDING 19:28:18,967 INFO [main][CipherTest] transformation=NULL/OFB160/ISO10126PADDING 19:28:18,967 INFO [main][CipherTest] transformation=NULL/OFB160/ISO7816-4 19:28:18,967 INFO [main][CipherTest] transformation=NULL/OFB160/ISO7816-4PADDING 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/NOPADDING 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/PKCS5 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/PKCS5PADDING 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/PKCS7 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/PKCS7PADDING 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/TBC 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/TBCPADDING 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/X9.23 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/X9.23PADDING 19:28:18,968 INFO [main][CipherTest] transformation=NULL/OFB160/ZEROBYTE 19:28:18,969 INFO [main][CipherTest] transformation=NULL/OFB160/ZEROBYTEPADDING 19:28:18,969 INFO [main][CipherTest] transformation=NULL/OFB168/ 19:28:18,969 INFO [main][CipherTest] transformation=NULL/OFB168/ISO10126 19:28:18,969 INFO [main][CipherTest] transformation=NULL/OFB168/ISO10126-2 19:28:18,969 INFO [main][CipherTest] transformation=NULL/OFB168/ISO10126-2PADDING 19:28:18,969 INFO [main][CipherTest] transformation=NULL/OFB168/ISO10126PADDING 19:28:18,969 INFO [main][CipherTest] transformation=NULL/OFB168/ISO7816-4 19:28:18,969 INFO [main][CipherTest] transformation=NULL/OFB168/ISO7816-4PADDING 19:28:18,970 INFO [main][CipherTest] transformation=NULL/OFB168/NOPADDING 19:28:18,970 INFO [main][CipherTest] transformation=NULL/OFB168/PKCS5 19:28:18,970 INFO [main][CipherTest] transformation=NULL/OFB168/PKCS5PADDING 19:28:18,970 INFO [main][CipherTest] transformation=NULL/OFB168/PKCS7 19:28:18,970 INFO [main][CipherTest] transformation=NULL/OFB168/PKCS7PADDING 19:28:18,970 INFO [main][CipherTest] transformation=NULL/OFB168/TBC 19:28:18,970 INFO [main][CipherTest] transformation=NULL/OFB168/TBCPADDING 19:28:18,970 INFO [main][CipherTest] transformation=NULL/OFB168/X9.23 19:28:18,970 INFO [main][CipherTest] transformation=NULL/OFB168/X9.23PADDING 19:28:18,971 INFO [main][CipherTest] transformation=NULL/OFB168/ZEROBYTE 19:28:18,971 INFO [main][CipherTest] transformation=NULL/OFB168/ZEROBYTEPADDING 19:28:18,971 INFO [main][CipherTest] transformation=NULL/OFB176/ 19:28:18,971 INFO [main][CipherTest] transformation=NULL/OFB176/ISO10126 19:28:18,971 INFO [main][CipherTest] transformation=NULL/OFB176/ISO10126-2 19:28:18,971 INFO [main][CipherTest] transformation=NULL/OFB176/ISO10126-2PADDING 19:28:18,971 INFO [main][CipherTest] transformation=NULL/OFB176/ISO10126PADDING 19:28:18,971 INFO [main][CipherTest] transformation=NULL/OFB176/ISO7816-4 19:28:18,971 INFO [main][CipherTest] transformation=NULL/OFB176/ISO7816-4PADDING 19:28:18,972 INFO [main][CipherTest] transformation=NULL/OFB176/NOPADDING 19:28:18,972 INFO [main][CipherTest] transformation=NULL/OFB176/PKCS5 19:28:18,972 INFO [main][CipherTest] transformation=NULL/OFB176/PKCS5PADDING 19:28:18,972 INFO [main][CipherTest] transformation=NULL/OFB176/PKCS7 19:28:18,972 INFO [main][CipherTest] transformation=NULL/OFB176/PKCS7PADDING 19:28:18,972 INFO [main][CipherTest] transformation=NULL/OFB176/TBC 19:28:18,972 INFO [main][CipherTest] transformation=NULL/OFB176/TBCPADDING 19:28:18,972 INFO [main][CipherTest] transformation=NULL/OFB176/X9.23 19:28:18,972 INFO [main][CipherTest] transformation=NULL/OFB176/X9.23PADDING 19:28:18,973 INFO [main][CipherTest] transformation=NULL/OFB176/ZEROBYTE 19:28:18,973 INFO [main][CipherTest] transformation=NULL/OFB176/ZEROBYTEPADDING 19:28:18,973 INFO [main][CipherTest] transformation=NULL/OFB184/ 19:28:18,973 INFO [main][CipherTest] transformation=NULL/OFB184/ISO10126 19:28:18,973 INFO [main][CipherTest] transformation=NULL/OFB184/ISO10126-2 19:28:18,973 INFO [main][CipherTest] transformation=NULL/OFB184/ISO10126-2PADDING 19:28:18,973 INFO [main][CipherTest] transformation=NULL/OFB184/ISO10126PADDING 19:28:18,973 INFO [main][CipherTest] transformation=NULL/OFB184/ISO7816-4 19:28:18,973 INFO [main][CipherTest] transformation=NULL/OFB184/ISO7816-4PADDING 19:28:18,974 INFO [main][CipherTest] transformation=NULL/OFB184/NOPADDING 19:28:18,974 INFO [main][CipherTest] transformation=NULL/OFB184/PKCS5 19:28:18,974 INFO [main][CipherTest] transformation=NULL/OFB184/PKCS5PADDING 19:28:18,974 INFO [main][CipherTest] transformation=NULL/OFB184/PKCS7 19:28:18,974 INFO [main][CipherTest] transformation=NULL/OFB184/PKCS7PADDING 19:28:18,974 INFO [main][CipherTest] transformation=NULL/OFB184/TBC 19:28:18,974 INFO [main][CipherTest] transformation=NULL/OFB184/TBCPADDING 19:28:18,974 INFO [main][CipherTest] transformation=NULL/OFB184/X9.23 19:28:18,974 INFO [main][CipherTest] transformation=NULL/OFB184/X9.23PADDING 19:28:18,975 INFO [main][CipherTest] transformation=NULL/OFB184/ZEROBYTE 19:28:18,975 INFO [main][CipherTest] transformation=NULL/OFB184/ZEROBYTEPADDING 19:28:18,975 INFO [main][CipherTest] transformation=NULL/OFB192/ 19:28:18,975 INFO [main][CipherTest] transformation=NULL/OFB192/ISO10126 19:28:18,975 INFO [main][CipherTest] transformation=NULL/OFB192/ISO10126-2 19:28:18,975 INFO [main][CipherTest] transformation=NULL/OFB192/ISO10126-2PADDING 19:28:18,975 INFO [main][CipherTest] transformation=NULL/OFB192/ISO10126PADDING 19:28:18,975 INFO [main][CipherTest] transformation=NULL/OFB192/ISO7816-4 19:28:18,975 INFO [main][CipherTest] transformation=NULL/OFB192/ISO7816-4PADDING 19:28:18,976 INFO [main][CipherTest] transformation=NULL/OFB192/NOPADDING 19:28:18,976 INFO [main][CipherTest] transformation=NULL/OFB192/PKCS5 19:28:18,976 INFO [main][CipherTest] transformation=NULL/OFB192/PKCS5PADDING 19:28:18,976 INFO [main][CipherTest] transformation=NULL/OFB192/PKCS7 19:28:18,976 INFO [main][CipherTest] transformation=NULL/OFB192/PKCS7PADDING 19:28:18,976 INFO [main][CipherTest] transformation=NULL/OFB192/TBC 19:28:18,976 INFO [main][CipherTest] transformation=NULL/OFB192/TBCPADDING 19:28:18,976 INFO [main][CipherTest] transformation=NULL/OFB192/X9.23 19:28:18,976 INFO [main][CipherTest] transformation=NULL/OFB192/X9.23PADDING 19:28:18,977 INFO [main][CipherTest] transformation=NULL/OFB192/ZEROBYTE 19:28:18,977 INFO [main][CipherTest] transformation=NULL/OFB192/ZEROBYTEPADDING 19:28:18,977 INFO [main][CipherTest] transformation=NULL/OFB200/ 19:28:18,977 INFO [main][CipherTest] transformation=NULL/OFB200/ISO10126 19:28:18,977 INFO [main][CipherTest] transformation=NULL/OFB200/ISO10126-2 19:28:18,977 INFO [main][CipherTest] transformation=NULL/OFB200/ISO10126-2PADDING 19:28:18,977 INFO [main][CipherTest] transformation=NULL/OFB200/ISO10126PADDING 19:28:18,977 INFO [main][CipherTest] transformation=NULL/OFB200/ISO7816-4 19:28:18,977 INFO [main][CipherTest] transformation=NULL/OFB200/ISO7816-4PADDING 19:28:18,978 INFO [main][CipherTest] transformation=NULL/OFB200/NOPADDING 19:28:18,978 INFO [main][CipherTest] transformation=NULL/OFB200/PKCS5 19:28:18,978 INFO [main][CipherTest] transformation=NULL/OFB200/PKCS5PADDING 19:28:18,978 INFO [main][CipherTest] transformation=NULL/OFB200/PKCS7 19:28:18,978 INFO [main][CipherTest] transformation=NULL/OFB200/PKCS7PADDING 19:28:18,978 INFO [main][CipherTest] transformation=NULL/OFB200/TBC 19:28:18,978 INFO [main][CipherTest] transformation=NULL/OFB200/TBCPADDING 19:28:18,978 INFO [main][CipherTest] transformation=NULL/OFB200/X9.23 19:28:18,978 INFO [main][CipherTest] transformation=NULL/OFB200/X9.23PADDING 19:28:18,979 INFO [main][CipherTest] transformation=NULL/OFB200/ZEROBYTE 19:28:18,979 INFO [main][CipherTest] transformation=NULL/OFB200/ZEROBYTEPADDING 19:28:18,979 INFO [main][CipherTest] transformation=NULL/OFB208/ 19:28:18,979 INFO [main][CipherTest] transformation=NULL/OFB208/ISO10126 19:28:18,979 INFO [main][CipherTest] transformation=NULL/OFB208/ISO10126-2 19:28:18,979 INFO [main][CipherTest] transformation=NULL/OFB208/ISO10126-2PADDING 19:28:18,979 INFO [main][CipherTest] transformation=NULL/OFB208/ISO10126PADDING 19:28:18,979 INFO [main][CipherTest] transformation=NULL/OFB208/ISO7816-4 19:28:18,979 INFO [main][CipherTest] transformation=NULL/OFB208/ISO7816-4PADDING 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/NOPADDING 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/PKCS5 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/PKCS5PADDING 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/PKCS7 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/PKCS7PADDING 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/TBC 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/TBCPADDING 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/X9.23 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/X9.23PADDING 19:28:18,980 INFO [main][CipherTest] transformation=NULL/OFB208/ZEROBYTE 19:28:18,981 INFO [main][CipherTest] transformation=NULL/OFB208/ZEROBYTEPADDING 19:28:18,981 INFO [main][CipherTest] transformation=NULL/OFB216/ 19:28:18,981 INFO [main][CipherTest] transformation=NULL/OFB216/ISO10126 19:28:18,981 INFO [main][CipherTest] transformation=NULL/OFB216/ISO10126-2 19:28:18,981 INFO [main][CipherTest] transformation=NULL/OFB216/ISO10126-2PADDING 19:28:18,981 INFO [main][CipherTest] transformation=NULL/OFB216/ISO10126PADDING 19:28:18,981 INFO [main][CipherTest] transformation=NULL/OFB216/ISO7816-4 19:28:18,981 INFO [main][CipherTest] transformation=NULL/OFB216/ISO7816-4PADDING 19:28:18,981 INFO [main][CipherTest] transformation=NULL/OFB216/NOPADDING 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/PKCS5 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/PKCS5PADDING 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/PKCS7 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/PKCS7PADDING 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/TBC 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/TBCPADDING 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/X9.23 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/X9.23PADDING 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/ZEROBYTE 19:28:18,982 INFO [main][CipherTest] transformation=NULL/OFB216/ZEROBYTEPADDING 19:28:18,983 INFO [main][CipherTest] transformation=NULL/OFB224/ 19:28:18,983 INFO [main][CipherTest] transformation=NULL/OFB224/ISO10126 19:28:18,983 INFO [main][CipherTest] transformation=NULL/OFB224/ISO10126-2 19:28:18,983 INFO [main][CipherTest] transformation=NULL/OFB224/ISO10126-2PADDING 19:28:18,983 INFO [main][CipherTest] transformation=NULL/OFB224/ISO10126PADDING 19:28:18,983 INFO [main][CipherTest] transformation=NULL/OFB224/ISO7816-4 19:28:18,983 INFO [main][CipherTest] transformation=NULL/OFB224/ISO7816-4PADDING 19:28:18,983 INFO [main][CipherTest] transformation=NULL/OFB224/NOPADDING 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/PKCS5 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/PKCS5PADDING 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/PKCS7 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/PKCS7PADDING 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/TBC 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/TBCPADDING 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/X9.23 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/X9.23PADDING 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/ZEROBYTE 19:28:18,984 INFO [main][CipherTest] transformation=NULL/OFB224/ZEROBYTEPADDING 19:28:18,985 INFO [main][CipherTest] transformation=NULL/OFB232/ 19:28:18,985 INFO [main][CipherTest] transformation=NULL/OFB232/ISO10126 19:28:18,985 INFO [main][CipherTest] transformation=NULL/OFB232/ISO10126-2 19:28:18,985 INFO [main][CipherTest] transformation=NULL/OFB232/ISO10126-2PADDING 19:28:18,985 INFO [main][CipherTest] transformation=NULL/OFB232/ISO10126PADDING 19:28:18,985 INFO [main][CipherTest] transformation=NULL/OFB232/ISO7816-4 19:28:18,985 INFO [main][CipherTest] transformation=NULL/OFB232/ISO7816-4PADDING 19:28:18,985 INFO [main][CipherTest] transformation=NULL/OFB232/NOPADDING 19:28:18,985 INFO [main][CipherTest] transformation=NULL/OFB232/PKCS5 19:28:18,986 INFO [main][CipherTest] transformation=NULL/OFB232/PKCS5PADDING 19:28:18,986 INFO [main][CipherTest] transformation=NULL/OFB232/PKCS7 19:28:18,986 INFO [main][CipherTest] transformation=NULL/OFB232/PKCS7PADDING 19:28:18,986 INFO [main][CipherTest] transformation=NULL/OFB232/TBC 19:28:18,986 INFO [main][CipherTest] transformation=NULL/OFB232/TBCPADDING 19:28:18,986 INFO [main][CipherTest] transformation=NULL/OFB232/X9.23 19:28:18,986 INFO [main][CipherTest] transformation=NULL/OFB232/X9.23PADDING 19:28:18,986 INFO [main][CipherTest] transformation=NULL/OFB232/ZEROBYTE 19:28:18,986 INFO [main][CipherTest] transformation=NULL/OFB232/ZEROBYTEPADDING 19:28:18,987 INFO [main][CipherTest] transformation=NULL/OFB24/ 19:28:18,987 INFO [main][CipherTest] transformation=NULL/OFB24/ISO10126 19:28:18,987 INFO [main][CipherTest] transformation=NULL/OFB24/ISO10126-2 19:28:18,987 INFO [main][CipherTest] transformation=NULL/OFB24/ISO10126-2PADDING 19:28:18,987 INFO [main][CipherTest] transformation=NULL/OFB24/ISO10126PADDING 19:28:18,987 INFO [main][CipherTest] transformation=NULL/OFB24/ISO7816-4 19:28:18,987 INFO [main][CipherTest] transformation=NULL/OFB24/ISO7816-4PADDING 19:28:18,987 INFO [main][CipherTest] transformation=NULL/OFB24/NOPADDING 19:28:18,987 INFO [main][CipherTest] transformation=NULL/OFB24/PKCS5 19:28:18,988 INFO [main][CipherTest] transformation=NULL/OFB24/PKCS5PADDING 19:28:18,988 INFO [main][CipherTest] transformation=NULL/OFB24/PKCS7 19:28:18,988 INFO [main][CipherTest] transformation=NULL/OFB24/PKCS7PADDING 19:28:18,988 INFO [main][CipherTest] transformation=NULL/OFB24/TBC 19:28:18,988 INFO [main][CipherTest] transformation=NULL/OFB24/TBCPADDING 19:28:18,988 INFO [main][CipherTest] transformation=NULL/OFB24/X9.23 19:28:18,988 INFO [main][CipherTest] transformation=NULL/OFB24/X9.23PADDING 19:28:18,988 INFO [main][CipherTest] transformation=NULL/OFB24/ZEROBYTE 19:28:18,988 INFO [main][CipherTest] transformation=NULL/OFB24/ZEROBYTEPADDING 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/ 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/ISO10126 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/ISO10126-2 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/ISO10126-2PADDING 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/ISO10126PADDING 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/ISO7816-4 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/ISO7816-4PADDING 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/NOPADDING 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/PKCS5 19:28:18,989 INFO [main][CipherTest] transformation=NULL/OFB240/PKCS5PADDING 19:28:18,990 INFO [main][CipherTest] transformation=NULL/OFB240/PKCS7 19:28:18,990 INFO [main][CipherTest] transformation=NULL/OFB240/PKCS7PADDING 19:28:18,990 INFO [main][CipherTest] transformation=NULL/OFB240/TBC 19:28:18,990 INFO [main][CipherTest] transformation=NULL/OFB240/TBCPADDING 19:28:18,990 INFO [main][CipherTest] transformation=NULL/OFB240/X9.23 19:28:18,990 INFO [main][CipherTest] transformation=NULL/OFB240/X9.23PADDING 19:28:18,990 INFO [main][CipherTest] transformation=NULL/OFB240/ZEROBYTE 19:28:18,990 INFO [main][CipherTest] transformation=NULL/OFB240/ZEROBYTEPADDING 19:28:18,990 INFO [main][CipherTest] transformation=NULL/OFB248/ 19:28:18,991 INFO [main][CipherTest] transformation=NULL/OFB248/ISO10126 19:28:18,991 INFO [main][CipherTest] transformation=NULL/OFB248/ISO10126-2 19:28:18,991 INFO [main][CipherTest] transformation=NULL/OFB248/ISO10126-2PADDING 19:28:18,991 INFO [main][CipherTest] transformation=NULL/OFB248/ISO10126PADDING 19:28:18,991 INFO [main][CipherTest] transformation=NULL/OFB248/ISO7816-4 19:28:18,991 INFO [main][CipherTest] transformation=NULL/OFB248/ISO7816-4PADDING 19:28:18,991 INFO [main][CipherTest] transformation=NULL/OFB248/NOPADDING 19:28:18,991 INFO [main][CipherTest] transformation=NULL/OFB248/PKCS5 19:28:18,991 INFO [main][CipherTest] transformation=NULL/OFB248/PKCS5PADDING 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB248/PKCS7 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB248/PKCS7PADDING 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB248/TBC 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB248/TBCPADDING 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB248/X9.23 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB248/X9.23PADDING 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB248/ZEROBYTE 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB248/ZEROBYTEPADDING 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB256/ 19:28:18,992 INFO [main][CipherTest] transformation=NULL/OFB256/ISO10126 19:28:18,993 INFO [main][CipherTest] transformation=NULL/OFB256/ISO10126-2 19:28:18,993 INFO [main][CipherTest] transformation=NULL/OFB256/ISO10126-2PADDING 19:28:18,993 INFO [main][CipherTest] transformation=NULL/OFB256/ISO10126PADDING 19:28:18,993 INFO [main][CipherTest] transformation=NULL/OFB256/ISO7816-4 19:28:18,993 INFO [main][CipherTest] transformation=NULL/OFB256/ISO7816-4PADDING 19:28:18,993 INFO [main][CipherTest] transformation=NULL/OFB256/NOPADDING 19:28:18,993 INFO [main][CipherTest] transformation=NULL/OFB256/PKCS5 19:28:18,993 INFO [main][CipherTest] transformation=NULL/OFB256/PKCS5PADDING 19:28:18,993 INFO [main][CipherTest] transformation=NULL/OFB256/PKCS7 19:28:18,994 INFO [main][CipherTest] transformation=NULL/OFB256/PKCS7PADDING 19:28:18,994 INFO [main][CipherTest] transformation=NULL/OFB256/TBC 19:28:18,994 INFO [main][CipherTest] transformation=NULL/OFB256/TBCPADDING 19:28:18,994 INFO [main][CipherTest] transformation=NULL/OFB256/X9.23 19:28:18,994 INFO [main][CipherTest] transformation=NULL/OFB256/X9.23PADDING 19:28:18,994 INFO [main][CipherTest] transformation=NULL/OFB256/ZEROBYTE 19:28:18,994 INFO [main][CipherTest] transformation=NULL/OFB256/ZEROBYTEPADDING 19:28:18,994 INFO [main][CipherTest] transformation=NULL/OFB32/ 19:28:18,994 INFO [main][CipherTest] transformation=NULL/OFB32/ISO10126 19:28:18,995 INFO [main][CipherTest] transformation=NULL/OFB32/ISO10126-2 19:28:18,995 INFO [main][CipherTest] transformation=NULL/OFB32/ISO10126-2PADDING 19:28:18,995 INFO [main][CipherTest] transformation=NULL/OFB32/ISO10126PADDING 19:28:18,995 INFO [main][CipherTest] transformation=NULL/OFB32/ISO7816-4 19:28:18,995 INFO [main][CipherTest] transformation=NULL/OFB32/ISO7816-4PADDING 19:28:18,995 INFO [main][CipherTest] transformation=NULL/OFB32/NOPADDING 19:28:18,995 INFO [main][CipherTest] transformation=NULL/OFB32/PKCS5 19:28:18,995 INFO [main][CipherTest] transformation=NULL/OFB32/PKCS5PADDING 19:28:18,995 INFO [main][CipherTest] transformation=NULL/OFB32/PKCS7 19:28:18,996 INFO [main][CipherTest] transformation=NULL/OFB32/PKCS7PADDING 19:28:18,996 INFO [main][CipherTest] transformation=NULL/OFB32/TBC 19:28:18,996 INFO [main][CipherTest] transformation=NULL/OFB32/TBCPADDING 19:28:18,996 INFO [main][CipherTest] transformation=NULL/OFB32/X9.23 19:28:18,996 INFO [main][CipherTest] transformation=NULL/OFB32/X9.23PADDING 19:28:18,996 INFO [main][CipherTest] transformation=NULL/OFB32/ZEROBYTE 19:28:18,996 INFO [main][CipherTest] transformation=NULL/OFB32/ZEROBYTEPADDING 19:28:18,996 INFO [main][CipherTest] transformation=NULL/OFB40/ 19:28:18,996 INFO [main][CipherTest] transformation=NULL/OFB40/ISO10126 19:28:18,997 INFO [main][CipherTest] transformation=NULL/OFB40/ISO10126-2 19:28:18,997 INFO [main][CipherTest] transformation=NULL/OFB40/ISO10126-2PADDING 19:28:18,997 INFO [main][CipherTest] transformation=NULL/OFB40/ISO10126PADDING 19:28:18,997 INFO [main][CipherTest] transformation=NULL/OFB40/ISO7816-4 19:28:18,997 INFO [main][CipherTest] transformation=NULL/OFB40/ISO7816-4PADDING 19:28:18,997 INFO [main][CipherTest] transformation=NULL/OFB40/NOPADDING 19:28:18,997 INFO [main][CipherTest] transformation=NULL/OFB40/PKCS5 19:28:18,997 INFO [main][CipherTest] transformation=NULL/OFB40/PKCS5PADDING 19:28:18,997 INFO [main][CipherTest] transformation=NULL/OFB40/PKCS7 19:28:18,998 INFO [main][CipherTest] transformation=NULL/OFB40/PKCS7PADDING 19:28:18,998 INFO [main][CipherTest] transformation=NULL/OFB40/TBC 19:28:18,998 INFO [main][CipherTest] transformation=NULL/OFB40/TBCPADDING 19:28:18,998 INFO [main][CipherTest] transformation=NULL/OFB40/X9.23 19:28:18,998 INFO [main][CipherTest] transformation=NULL/OFB40/X9.23PADDING 19:28:18,998 INFO [main][CipherTest] transformation=NULL/OFB40/ZEROBYTE 19:28:18,998 INFO [main][CipherTest] transformation=NULL/OFB40/ZEROBYTEPADDING 19:28:18,998 INFO [main][CipherTest] transformation=NULL/OFB48/ 19:28:18,998 INFO [main][CipherTest] transformation=NULL/OFB48/ISO10126 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/ISO10126-2 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/ISO10126-2PADDING 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/ISO10126PADDING 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/ISO7816-4 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/ISO7816-4PADDING 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/NOPADDING 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/PKCS5 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/PKCS5PADDING 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/PKCS7 19:28:18,999 INFO [main][CipherTest] transformation=NULL/OFB48/PKCS7PADDING 19:28:19,000 INFO [main][CipherTest] transformation=NULL/OFB48/TBC 19:28:19,000 INFO [main][CipherTest] transformation=NULL/OFB48/TBCPADDING 19:28:19,000 INFO [main][CipherTest] transformation=NULL/OFB48/X9.23 19:28:19,000 INFO [main][CipherTest] transformation=NULL/OFB48/X9.23PADDING 19:28:19,000 INFO [main][CipherTest] transformation=NULL/OFB48/ZEROBYTE 19:28:19,000 INFO [main][CipherTest] transformation=NULL/OFB48/ZEROBYTEPADDING 19:28:19,000 INFO [main][CipherTest] transformation=NULL/OFB56/ 19:28:19,001 INFO [main][CipherTest] transformation=NULL/OFB56/ISO10126 19:28:19,001 INFO [main][CipherTest] transformation=NULL/OFB56/ISO10126-2 19:28:19,001 INFO [main][CipherTest] transformation=NULL/OFB56/ISO10126-2PADDING 19:28:19,001 INFO [main][CipherTest] transformation=NULL/OFB56/ISO10126PADDING 19:28:19,001 INFO [main][CipherTest] transformation=NULL/OFB56/ISO7816-4 19:28:19,001 INFO [main][CipherTest] transformation=NULL/OFB56/ISO7816-4PADDING 19:28:19,001 INFO [main][CipherTest] transformation=NULL/OFB56/NOPADDING 19:28:19,001 INFO [main][CipherTest] transformation=NULL/OFB56/PKCS5 19:28:19,001 INFO [main][CipherTest] transformation=NULL/OFB56/PKCS5PADDING 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB56/PKCS7 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB56/PKCS7PADDING 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB56/TBC 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB56/TBCPADDING 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB56/X9.23 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB56/X9.23PADDING 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB56/ZEROBYTE 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB56/ZEROBYTEPADDING 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB64/ 19:28:19,002 INFO [main][CipherTest] transformation=NULL/OFB64/ISO10126 19:28:19,003 INFO [main][CipherTest] transformation=NULL/OFB64/ISO10126-2 19:28:19,003 INFO [main][CipherTest] transformation=NULL/OFB64/ISO10126-2PADDING 19:28:19,003 INFO [main][CipherTest] transformation=NULL/OFB64/ISO10126PADDING 19:28:19,003 INFO [main][CipherTest] transformation=NULL/OFB64/ISO7816-4 19:28:19,003 INFO [main][CipherTest] transformation=NULL/OFB64/ISO7816-4PADDING 19:28:19,003 INFO [main][CipherTest] transformation=NULL/OFB64/NOPADDING 19:28:19,003 INFO [main][CipherTest] transformation=NULL/OFB64/PKCS5 19:28:19,003 INFO [main][CipherTest] transformation=NULL/OFB64/PKCS5PADDING 19:28:19,003 INFO [main][CipherTest] transformation=NULL/OFB64/PKCS7 19:28:19,004 INFO [main][CipherTest] transformation=NULL/OFB64/PKCS7PADDING 19:28:19,004 INFO [main][CipherTest] transformation=NULL/OFB64/TBC 19:28:19,004 INFO [main][CipherTest] transformation=NULL/OFB64/TBCPADDING 19:28:19,004 INFO [main][CipherTest] transformation=NULL/OFB64/X9.23 19:28:19,004 INFO [main][CipherTest] transformation=NULL/OFB64/X9.23PADDING 19:28:19,004 INFO [main][CipherTest] transformation=NULL/OFB64/ZEROBYTE 19:28:19,004 INFO [main][CipherTest] transformation=NULL/OFB64/ZEROBYTEPADDING 19:28:19,004 INFO [main][CipherTest] transformation=NULL/OFB72/ 19:28:19,004 INFO [main][CipherTest] transformation=NULL/OFB72/ISO10126 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/ISO10126-2 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/ISO10126-2PADDING 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/ISO10126PADDING 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/ISO7816-4 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/ISO7816-4PADDING 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/NOPADDING 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/PKCS5 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/PKCS5PADDING 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/PKCS7 19:28:19,005 INFO [main][CipherTest] transformation=NULL/OFB72/PKCS7PADDING 19:28:19,006 INFO [main][CipherTest] transformation=NULL/OFB72/TBC 19:28:19,006 INFO [main][CipherTest] transformation=NULL/OFB72/TBCPADDING 19:28:19,006 INFO [main][CipherTest] transformation=NULL/OFB72/X9.23 19:28:19,006 INFO [main][CipherTest] transformation=NULL/OFB72/X9.23PADDING 19:28:19,006 INFO [main][CipherTest] transformation=NULL/OFB72/ZEROBYTE 19:28:19,006 INFO [main][CipherTest] transformation=NULL/OFB72/ZEROBYTEPADDING 19:28:19,006 INFO [main][CipherTest] transformation=NULL/OFB8/ 19:28:19,006 INFO [main][CipherTest] transformation=NULL/OFB8/ISO10126 19:28:19,006 INFO [main][CipherTest] transformation=NULL/OFB8/ISO10126-2 19:28:19,007 INFO [main][CipherTest] transformation=NULL/OFB8/ISO10126-2PADDING 19:28:19,007 INFO [main][CipherTest] transformation=NULL/OFB8/ISO10126PADDING 19:28:19,007 INFO [main][CipherTest] transformation=NULL/OFB8/ISO7816-4 19:28:19,007 INFO [main][CipherTest] transformation=NULL/OFB8/ISO7816-4PADDING 19:28:19,007 INFO [main][CipherTest] transformation=NULL/OFB8/NOPADDING 19:28:19,007 INFO [main][CipherTest] transformation=NULL/OFB8/PKCS5 19:28:19,007 INFO [main][CipherTest] transformation=NULL/OFB8/PKCS5PADDING 19:28:19,007 INFO [main][CipherTest] transformation=NULL/OFB8/PKCS7 19:28:19,007 INFO [main][CipherTest] transformation=NULL/OFB8/PKCS7PADDING 19:28:19,008 INFO [main][CipherTest] transformation=NULL/OFB8/TBC 19:28:19,008 INFO [main][CipherTest] transformation=NULL/OFB8/TBCPADDING 19:28:19,008 INFO [main][CipherTest] transformation=NULL/OFB8/X9.23 19:28:19,008 INFO [main][CipherTest] transformation=NULL/OFB8/X9.23PADDING 19:28:19,008 INFO [main][CipherTest] transformation=NULL/OFB8/ZEROBYTE 19:28:19,008 INFO [main][CipherTest] transformation=NULL/OFB8/ZEROBYTEPADDING 19:28:19,008 INFO [main][CipherTest] transformation=NULL/OFB80/ 19:28:19,008 INFO [main][CipherTest] transformation=NULL/OFB80/ISO10126 19:28:19,008 INFO [main][CipherTest] transformation=NULL/OFB80/ISO10126-2 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/ISO10126-2PADDING 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/ISO10126PADDING 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/ISO7816-4 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/ISO7816-4PADDING 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/NOPADDING 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/PKCS5 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/PKCS5PADDING 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/PKCS7 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/PKCS7PADDING 19:28:19,009 INFO [main][CipherTest] transformation=NULL/OFB80/TBC 19:28:19,010 INFO [main][CipherTest] transformation=NULL/OFB80/TBCPADDING 19:28:19,010 INFO [main][CipherTest] transformation=NULL/OFB80/X9.23 19:28:19,010 INFO [main][CipherTest] transformation=NULL/OFB80/X9.23PADDING 19:28:19,010 INFO [main][CipherTest] transformation=NULL/OFB80/ZEROBYTE 19:28:19,010 INFO [main][CipherTest] transformation=NULL/OFB80/ZEROBYTEPADDING 19:28:19,010 INFO [main][CipherTest] transformation=NULL/OFB88/ 19:28:19,010 INFO [main][CipherTest] transformation=NULL/OFB88/ISO10126 19:28:19,010 INFO [main][CipherTest] transformation=NULL/OFB88/ISO10126-2 19:28:19,010 INFO [main][CipherTest] transformation=NULL/OFB88/ISO10126-2PADDING 19:28:19,011 INFO [main][CipherTest] transformation=NULL/OFB88/ISO10126PADDING 19:28:19,011 INFO [main][CipherTest] transformation=NULL/OFB88/ISO7816-4 19:28:19,011 INFO [main][CipherTest] transformation=NULL/OFB88/ISO7816-4PADDING 19:28:19,011 INFO [main][CipherTest] transformation=NULL/OFB88/NOPADDING 19:28:19,011 INFO [main][CipherTest] transformation=NULL/OFB88/PKCS5 19:28:19,011 INFO [main][CipherTest] transformation=NULL/OFB88/PKCS5PADDING 19:28:19,011 INFO [main][CipherTest] transformation=NULL/OFB88/PKCS7 19:28:19,011 INFO [main][CipherTest] transformation=NULL/OFB88/PKCS7PADDING 19:28:19,011 INFO [main][CipherTest] transformation=NULL/OFB88/TBC 19:28:19,012 INFO [main][CipherTest] transformation=NULL/OFB88/TBCPADDING 19:28:19,012 INFO [main][CipherTest] transformation=NULL/OFB88/X9.23 19:28:19,012 INFO [main][CipherTest] transformation=NULL/OFB88/X9.23PADDING 19:28:19,012 INFO [main][CipherTest] transformation=NULL/OFB88/ZEROBYTE 19:28:19,012 INFO [main][CipherTest] transformation=NULL/OFB88/ZEROBYTEPADDING 19:28:19,012 INFO [main][CipherTest] transformation=NULL/OFB96/ 19:28:19,012 INFO [main][CipherTest] transformation=NULL/OFB96/ISO10126 19:28:19,012 INFO [main][CipherTest] transformation=NULL/OFB96/ISO10126-2 19:28:19,012 INFO [main][CipherTest] transformation=NULL/OFB96/ISO10126-2PADDING 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/ISO10126PADDING 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/ISO7816-4 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/ISO7816-4PADDING 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/NOPADDING 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/PKCS5 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/PKCS5PADDING 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/PKCS7 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/PKCS7PADDING 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/TBC 19:28:19,013 INFO [main][CipherTest] transformation=NULL/OFB96/TBCPADDING 19:28:19,014 INFO [main][CipherTest] transformation=NULL/OFB96/X9.23 19:28:19,014 INFO [main][CipherTest] transformation=NULL/OFB96/X9.23PADDING 19:28:19,014 INFO [main][CipherTest] transformation=NULL/OFB96/ZEROBYTE 19:28:19,014 INFO [main][CipherTest] transformation=NULL/OFB96/ZEROBYTEPADDING 19:28:19,014 INFO [main][CipherTest] transformation=NULL/SIC/ 19:28:19,014 INFO [main][CipherTest] transformation=NULL/SIC/ISO10126 19:28:19,014 INFO [main][CipherTest] transformation=NULL/SIC/ISO10126-2 19:28:19,015 INFO [main][CipherTest] transformation=NULL/SIC/ISO10126-2PADDING 19:28:19,015 INFO [main][CipherTest] transformation=NULL/SIC/ISO10126PADDING 19:28:19,015 INFO [main][CipherTest] transformation=NULL/SIC/ISO7816-4 19:28:19,015 INFO [main][CipherTest] transformation=NULL/SIC/ISO7816-4PADDING 19:28:19,015 INFO [main][CipherTest] transformation=NULL/SIC/NOPADDING 19:28:19,015 INFO [main][CipherTest] transformation=NULL/SIC/PKCS5 19:28:19,016 INFO [main][CipherTest] transformation=NULL/SIC/PKCS5PADDING 19:28:19,016 INFO [main][CipherTest] transformation=NULL/SIC/PKCS7 19:28:19,016 INFO [main][CipherTest] transformation=NULL/SIC/PKCS7PADDING 19:28:19,016 INFO [main][CipherTest] transformation=NULL/SIC/TBC 19:28:19,016 INFO [main][CipherTest] transformation=NULL/SIC/TBCPADDING 19:28:19,016 INFO [main][CipherTest] transformation=NULL/SIC/X9.23 19:28:19,017 INFO [main][CipherTest] transformation=NULL/SIC/X9.23PADDING 19:28:19,017 INFO [main][CipherTest] transformation=NULL/SIC/ZEROBYTE 19:28:19,017 INFO [main][CipherTest] transformation=NULL/SIC/ZEROBYTEPADDING 19:28:19,017 INFO [main][CipherTest] transformation=RC2// 19:28:19,017 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2//" does not support IV => Skipping. 19:28:19,017 INFO [main][CipherTest] transformation=RC2//NOPADDING 19:28:19,018 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2//NOPADDING" does not support IV => Skipping. 19:28:19,018 INFO [main][CipherTest] transformation=RC2/CBC-CTS/ 19:28:19,018 INFO [main][CipherTest] transformation=RC2/CBC-CTS/NOPADDING 19:28:19,018 INFO [main][CipherTest] transformation=RC2/CBC/ 19:28:19,019 INFO [main][CipherTest] transformation=RC2/CBC/ISO10126 19:28:19,019 INFO [main][CipherTest] transformation=RC2/CBC/ISO10126-2 19:28:19,019 INFO [main][CipherTest] transformation=RC2/CBC/ISO10126-2PADDING 19:28:19,020 INFO [main][CipherTest] transformation=RC2/CBC/ISO10126PADDING 19:28:19,021 INFO [main][CipherTest] transformation=RC2/CBC/ISO7816-4 19:28:19,021 INFO [main][CipherTest] transformation=RC2/CBC/ISO7816-4PADDING 19:28:19,021 INFO [main][CipherTest] transformation=RC2/CBC/NOPADDING 19:28:19,022 INFO [main][CipherTest] transformation=RC2/CBC/PKCS5 19:28:19,022 INFO [main][CipherTest] transformation=RC2/CBC/PKCS5PADDING 19:28:19,022 INFO [main][CipherTest] transformation=RC2/CBC/PKCS7 19:28:19,023 INFO [main][CipherTest] transformation=RC2/CBC/PKCS7PADDING 19:28:19,023 INFO [main][CipherTest] transformation=RC2/CBC/TBC 19:28:19,023 INFO [main][CipherTest] transformation=RC2/CBC/TBCPADDING 19:28:19,024 INFO [main][CipherTest] transformation=RC2/CBC/X9.23 19:28:19,024 INFO [main][CipherTest] transformation=RC2/CBC/X9.23PADDING 19:28:19,024 INFO [main][CipherTest] transformation=RC2/CBC/ZEROBYTE 19:28:19,024 INFO [main][CipherTest] transformation=RC2/CBC/ZEROBYTEPADDING 19:28:19,025 INFO [main][CipherTest] transformation=RC2/CFB/ 19:28:19,025 INFO [main][CipherTest] transformation=RC2/CFB/ISO10126 19:28:19,025 INFO [main][CipherTest] transformation=RC2/CFB/ISO10126-2 19:28:19,025 INFO [main][CipherTest] transformation=RC2/CFB/ISO10126-2PADDING 19:28:19,026 INFO [main][CipherTest] transformation=RC2/CFB/ISO10126PADDING 19:28:19,026 INFO [main][CipherTest] transformation=RC2/CFB/ISO7816-4 19:28:19,026 INFO [main][CipherTest] transformation=RC2/CFB/ISO7816-4PADDING 19:28:19,026 INFO [main][CipherTest] transformation=RC2/CFB/NOPADDING 19:28:19,027 INFO [main][CipherTest] transformation=RC2/CFB/PKCS5 19:28:19,027 INFO [main][CipherTest] transformation=RC2/CFB/PKCS5PADDING 19:28:19,027 INFO [main][CipherTest] transformation=RC2/CFB/PKCS7 19:28:19,027 INFO [main][CipherTest] transformation=RC2/CFB/PKCS7PADDING 19:28:19,027 INFO [main][CipherTest] transformation=RC2/CFB/TBC 19:28:19,028 INFO [main][CipherTest] transformation=RC2/CFB/TBCPADDING 19:28:19,028 INFO [main][CipherTest] transformation=RC2/CFB/X9.23 19:28:19,028 INFO [main][CipherTest] transformation=RC2/CFB/X9.23PADDING 19:28:19,028 INFO [main][CipherTest] transformation=RC2/CFB/ZEROBYTE 19:28:19,029 INFO [main][CipherTest] transformation=RC2/CFB/ZEROBYTEPADDING 19:28:19,029 INFO [main][CipherTest] transformation=RC2/CFB104/ 19:28:19,029 INFO [main][CipherTest] transformation=RC2/CFB104/ISO10126 19:28:19,029 INFO [main][CipherTest] transformation=RC2/CFB104/ISO10126-2 19:28:19,030 INFO [main][CipherTest] transformation=RC2/CFB104/ISO10126-2PADDING 19:28:19,030 INFO [main][CipherTest] transformation=RC2/CFB104/ISO10126PADDING 19:28:19,030 INFO [main][CipherTest] transformation=RC2/CFB104/ISO7816-4 19:28:19,030 INFO [main][CipherTest] transformation=RC2/CFB104/ISO7816-4PADDING 19:28:19,030 INFO [main][CipherTest] transformation=RC2/CFB104/NOPADDING 19:28:19,031 INFO [main][CipherTest] transformation=RC2/CFB104/PKCS5 19:28:19,031 INFO [main][CipherTest] transformation=RC2/CFB104/PKCS5PADDING 19:28:19,031 INFO [main][CipherTest] transformation=RC2/CFB104/PKCS7 19:28:19,032 INFO [main][CipherTest] transformation=RC2/CFB104/PKCS7PADDING 19:28:19,032 INFO [main][CipherTest] transformation=RC2/CFB104/TBC 19:28:19,032 INFO [main][CipherTest] transformation=RC2/CFB104/TBCPADDING 19:28:19,032 INFO [main][CipherTest] transformation=RC2/CFB104/X9.23 19:28:19,033 INFO [main][CipherTest] transformation=RC2/CFB104/X9.23PADDING 19:28:19,033 INFO [main][CipherTest] transformation=RC2/CFB104/ZEROBYTE 19:28:19,033 INFO [main][CipherTest] transformation=RC2/CFB104/ZEROBYTEPADDING 19:28:19,033 INFO [main][CipherTest] transformation=RC2/CFB112/ 19:28:19,034 INFO [main][CipherTest] transformation=RC2/CFB112/ISO10126 19:28:19,034 INFO [main][CipherTest] transformation=RC2/CFB112/ISO10126-2 19:28:19,034 INFO [main][CipherTest] transformation=RC2/CFB112/ISO10126-2PADDING 19:28:19,034 INFO [main][CipherTest] transformation=RC2/CFB112/ISO10126PADDING 19:28:19,035 INFO [main][CipherTest] transformation=RC2/CFB112/ISO7816-4 19:28:19,035 INFO [main][CipherTest] transformation=RC2/CFB112/ISO7816-4PADDING 19:28:19,035 INFO [main][CipherTest] transformation=RC2/CFB112/NOPADDING 19:28:19,035 INFO [main][CipherTest] transformation=RC2/CFB112/PKCS5 19:28:19,036 INFO [main][CipherTest] transformation=RC2/CFB112/PKCS5PADDING 19:28:19,036 INFO [main][CipherTest] transformation=RC2/CFB112/PKCS7 19:28:19,036 INFO [main][CipherTest] transformation=RC2/CFB112/PKCS7PADDING 19:28:19,036 INFO [main][CipherTest] transformation=RC2/CFB112/TBC 19:28:19,036 INFO [main][CipherTest] transformation=RC2/CFB112/TBCPADDING 19:28:19,037 INFO [main][CipherTest] transformation=RC2/CFB112/X9.23 19:28:19,037 INFO [main][CipherTest] transformation=RC2/CFB112/X9.23PADDING 19:28:19,037 INFO [main][CipherTest] transformation=RC2/CFB112/ZEROBYTE 19:28:19,037 INFO [main][CipherTest] transformation=RC2/CFB112/ZEROBYTEPADDING 19:28:19,038 INFO [main][CipherTest] transformation=RC2/CFB120/ 19:28:19,038 INFO [main][CipherTest] transformation=RC2/CFB120/ISO10126 19:28:19,038 INFO [main][CipherTest] transformation=RC2/CFB120/ISO10126-2 19:28:19,038 INFO [main][CipherTest] transformation=RC2/CFB120/ISO10126-2PADDING 19:28:19,039 INFO [main][CipherTest] transformation=RC2/CFB120/ISO10126PADDING 19:28:19,039 INFO [main][CipherTest] transformation=RC2/CFB120/ISO7816-4 19:28:19,039 INFO [main][CipherTest] transformation=RC2/CFB120/ISO7816-4PADDING 19:28:19,039 INFO [main][CipherTest] transformation=RC2/CFB120/NOPADDING 19:28:19,040 INFO [main][CipherTest] transformation=RC2/CFB120/PKCS5 19:28:19,040 INFO [main][CipherTest] transformation=RC2/CFB120/PKCS5PADDING 19:28:19,040 INFO [main][CipherTest] transformation=RC2/CFB120/PKCS7 19:28:19,040 INFO [main][CipherTest] transformation=RC2/CFB120/PKCS7PADDING 19:28:19,041 INFO [main][CipherTest] transformation=RC2/CFB120/TBC 19:28:19,041 INFO [main][CipherTest] transformation=RC2/CFB120/TBCPADDING 19:28:19,041 INFO [main][CipherTest] transformation=RC2/CFB120/X9.23 19:28:19,041 INFO [main][CipherTest] transformation=RC2/CFB120/X9.23PADDING 19:28:19,041 INFO [main][CipherTest] transformation=RC2/CFB120/ZEROBYTE 19:28:19,042 INFO [main][CipherTest] transformation=RC2/CFB120/ZEROBYTEPADDING 19:28:19,042 INFO [main][CipherTest] transformation=RC2/CFB128/ 19:28:19,042 INFO [main][CipherTest] transformation=RC2/CFB128/ISO10126 19:28:19,042 INFO [main][CipherTest] transformation=RC2/CFB128/ISO10126-2 19:28:19,043 INFO [main][CipherTest] transformation=RC2/CFB128/ISO10126-2PADDING 19:28:19,043 INFO [main][CipherTest] transformation=RC2/CFB128/ISO10126PADDING 19:28:19,043 INFO [main][CipherTest] transformation=RC2/CFB128/ISO7816-4 19:28:19,043 INFO [main][CipherTest] transformation=RC2/CFB128/ISO7816-4PADDING 19:28:19,044 INFO [main][CipherTest] transformation=RC2/CFB128/NOPADDING 19:28:19,044 INFO [main][CipherTest] transformation=RC2/CFB128/PKCS5 19:28:19,044 INFO [main][CipherTest] transformation=RC2/CFB128/PKCS5PADDING 19:28:19,044 INFO [main][CipherTest] transformation=RC2/CFB128/PKCS7 19:28:19,045 INFO [main][CipherTest] transformation=RC2/CFB128/PKCS7PADDING 19:28:19,045 INFO [main][CipherTest] transformation=RC2/CFB128/TBC 19:28:19,045 INFO [main][CipherTest] transformation=RC2/CFB128/TBCPADDING 19:28:19,045 INFO [main][CipherTest] transformation=RC2/CFB128/X9.23 19:28:19,046 INFO [main][CipherTest] transformation=RC2/CFB128/X9.23PADDING 19:28:19,046 INFO [main][CipherTest] transformation=RC2/CFB128/ZEROBYTE 19:28:19,046 INFO [main][CipherTest] transformation=RC2/CFB128/ZEROBYTEPADDING 19:28:19,046 INFO [main][CipherTest] transformation=RC2/CFB136/ 19:28:19,046 INFO [main][CipherTest] transformation=RC2/CFB136/ISO10126 19:28:19,047 INFO [main][CipherTest] transformation=RC2/CFB136/ISO10126-2 19:28:19,047 INFO [main][CipherTest] transformation=RC2/CFB136/ISO10126-2PADDING 19:28:19,047 INFO [main][CipherTest] transformation=RC2/CFB136/ISO10126PADDING 19:28:19,047 INFO [main][CipherTest] transformation=RC2/CFB136/ISO7816-4 19:28:19,048 INFO [main][CipherTest] transformation=RC2/CFB136/ISO7816-4PADDING 19:28:19,048 INFO [main][CipherTest] transformation=RC2/CFB136/NOPADDING 19:28:19,048 INFO [main][CipherTest] transformation=RC2/CFB136/PKCS5 19:28:19,048 INFO [main][CipherTest] transformation=RC2/CFB136/PKCS5PADDING 19:28:19,049 INFO [main][CipherTest] transformation=RC2/CFB136/PKCS7 19:28:19,049 INFO [main][CipherTest] transformation=RC2/CFB136/PKCS7PADDING 19:28:19,049 INFO [main][CipherTest] transformation=RC2/CFB136/TBC 19:28:19,049 INFO [main][CipherTest] transformation=RC2/CFB136/TBCPADDING 19:28:19,050 INFO [main][CipherTest] transformation=RC2/CFB136/X9.23 19:28:19,050 INFO [main][CipherTest] transformation=RC2/CFB136/X9.23PADDING 19:28:19,050 INFO [main][CipherTest] transformation=RC2/CFB136/ZEROBYTE 19:28:19,050 INFO [main][CipherTest] transformation=RC2/CFB136/ZEROBYTEPADDING 19:28:19,051 INFO [main][CipherTest] transformation=RC2/CFB144/ 19:28:19,051 INFO [main][CipherTest] transformation=RC2/CFB144/ISO10126 19:28:19,051 INFO [main][CipherTest] transformation=RC2/CFB144/ISO10126-2 19:28:19,051 INFO [main][CipherTest] transformation=RC2/CFB144/ISO10126-2PADDING 19:28:19,052 INFO [main][CipherTest] transformation=RC2/CFB144/ISO10126PADDING 19:28:19,052 INFO [main][CipherTest] transformation=RC2/CFB144/ISO7816-4 19:28:19,052 INFO [main][CipherTest] transformation=RC2/CFB144/ISO7816-4PADDING 19:28:19,052 INFO [main][CipherTest] transformation=RC2/CFB144/NOPADDING 19:28:19,053 INFO [main][CipherTest] transformation=RC2/CFB144/PKCS5 19:28:19,053 INFO [main][CipherTest] transformation=RC2/CFB144/PKCS5PADDING 19:28:19,053 INFO [main][CipherTest] transformation=RC2/CFB144/PKCS7 19:28:19,053 INFO [main][CipherTest] transformation=RC2/CFB144/PKCS7PADDING 19:28:19,053 INFO [main][CipherTest] transformation=RC2/CFB144/TBC 19:28:19,054 INFO [main][CipherTest] transformation=RC2/CFB144/TBCPADDING 19:28:19,054 INFO [main][CipherTest] transformation=RC2/CFB144/X9.23 19:28:19,054 INFO [main][CipherTest] transformation=RC2/CFB144/X9.23PADDING 19:28:19,054 INFO [main][CipherTest] transformation=RC2/CFB144/ZEROBYTE 19:28:19,055 INFO [main][CipherTest] transformation=RC2/CFB144/ZEROBYTEPADDING 19:28:19,055 INFO [main][CipherTest] transformation=RC2/CFB152/ 19:28:19,055 INFO [main][CipherTest] transformation=RC2/CFB152/ISO10126 19:28:19,055 INFO [main][CipherTest] transformation=RC2/CFB152/ISO10126-2 19:28:19,056 INFO [main][CipherTest] transformation=RC2/CFB152/ISO10126-2PADDING 19:28:19,056 INFO [main][CipherTest] transformation=RC2/CFB152/ISO10126PADDING 19:28:19,056 INFO [main][CipherTest] transformation=RC2/CFB152/ISO7816-4 19:28:19,056 INFO [main][CipherTest] transformation=RC2/CFB152/ISO7816-4PADDING 19:28:19,057 INFO [main][CipherTest] transformation=RC2/CFB152/NOPADDING 19:28:19,057 INFO [main][CipherTest] transformation=RC2/CFB152/PKCS5 19:28:19,057 INFO [main][CipherTest] transformation=RC2/CFB152/PKCS5PADDING 19:28:19,057 INFO [main][CipherTest] transformation=RC2/CFB152/PKCS7 19:28:19,058 INFO [main][CipherTest] transformation=RC2/CFB152/PKCS7PADDING 19:28:19,058 INFO [main][CipherTest] transformation=RC2/CFB152/TBC 19:28:19,058 INFO [main][CipherTest] transformation=RC2/CFB152/TBCPADDING 19:28:19,058 INFO [main][CipherTest] transformation=RC2/CFB152/X9.23 19:28:19,058 INFO [main][CipherTest] transformation=RC2/CFB152/X9.23PADDING 19:28:19,059 INFO [main][CipherTest] transformation=RC2/CFB152/ZEROBYTE 19:28:19,059 INFO [main][CipherTest] transformation=RC2/CFB152/ZEROBYTEPADDING 19:28:19,059 INFO [main][CipherTest] transformation=RC2/CFB16/ 19:28:19,059 INFO [main][CipherTest] transformation=RC2/CFB16/ISO10126 19:28:19,060 INFO [main][CipherTest] transformation=RC2/CFB16/ISO10126-2 19:28:19,060 INFO [main][CipherTest] transformation=RC2/CFB16/ISO10126-2PADDING 19:28:19,060 INFO [main][CipherTest] transformation=RC2/CFB16/ISO10126PADDING 19:28:19,060 INFO [main][CipherTest] transformation=RC2/CFB16/ISO7816-4 19:28:19,061 INFO [main][CipherTest] transformation=RC2/CFB16/ISO7816-4PADDING 19:28:19,061 INFO [main][CipherTest] transformation=RC2/CFB16/NOPADDING 19:28:19,061 INFO [main][CipherTest] transformation=RC2/CFB16/PKCS5 19:28:19,061 INFO [main][CipherTest] transformation=RC2/CFB16/PKCS5PADDING 19:28:19,062 INFO [main][CipherTest] transformation=RC2/CFB16/PKCS7 19:28:19,062 INFO [main][CipherTest] transformation=RC2/CFB16/PKCS7PADDING 19:28:19,062 INFO [main][CipherTest] transformation=RC2/CFB16/TBC 19:28:19,062 INFO [main][CipherTest] transformation=RC2/CFB16/TBCPADDING 19:28:19,063 INFO [main][CipherTest] transformation=RC2/CFB16/X9.23 19:28:19,063 INFO [main][CipherTest] transformation=RC2/CFB16/X9.23PADDING 19:28:19,063 INFO [main][CipherTest] transformation=RC2/CFB16/ZEROBYTE 19:28:19,063 INFO [main][CipherTest] transformation=RC2/CFB16/ZEROBYTEPADDING 19:28:19,063 INFO [main][CipherTest] transformation=RC2/CFB160/ 19:28:19,064 INFO [main][CipherTest] transformation=RC2/CFB160/ISO10126 19:28:19,064 INFO [main][CipherTest] transformation=RC2/CFB160/ISO10126-2 19:28:19,064 INFO [main][CipherTest] transformation=RC2/CFB160/ISO10126-2PADDING 19:28:19,065 INFO [main][CipherTest] transformation=RC2/CFB160/ISO10126PADDING 19:28:19,065 INFO [main][CipherTest] transformation=RC2/CFB160/ISO7816-4 19:28:19,065 INFO [main][CipherTest] transformation=RC2/CFB160/ISO7816-4PADDING 19:28:19,065 INFO [main][CipherTest] transformation=RC2/CFB160/NOPADDING 19:28:19,065 INFO [main][CipherTest] transformation=RC2/CFB160/PKCS5 19:28:19,066 INFO [main][CipherTest] transformation=RC2/CFB160/PKCS5PADDING 19:28:19,066 INFO [main][CipherTest] transformation=RC2/CFB160/PKCS7 19:28:19,066 INFO [main][CipherTest] transformation=RC2/CFB160/PKCS7PADDING 19:28:19,066 INFO [main][CipherTest] transformation=RC2/CFB160/TBC 19:28:19,067 INFO [main][CipherTest] transformation=RC2/CFB160/TBCPADDING 19:28:19,067 INFO [main][CipherTest] transformation=RC2/CFB160/X9.23 19:28:19,067 INFO [main][CipherTest] transformation=RC2/CFB160/X9.23PADDING 19:28:19,067 INFO [main][CipherTest] transformation=RC2/CFB160/ZEROBYTE 19:28:19,068 INFO [main][CipherTest] transformation=RC2/CFB160/ZEROBYTEPADDING 19:28:19,068 INFO [main][CipherTest] transformation=RC2/CFB168/ 19:28:19,068 INFO [main][CipherTest] transformation=RC2/CFB168/ISO10126 19:28:19,068 INFO [main][CipherTest] transformation=RC2/CFB168/ISO10126-2 19:28:19,069 INFO [main][CipherTest] transformation=RC2/CFB168/ISO10126-2PADDING 19:28:19,069 INFO [main][CipherTest] transformation=RC2/CFB168/ISO10126PADDING 19:28:19,069 INFO [main][CipherTest] transformation=RC2/CFB168/ISO7816-4 19:28:19,069 INFO [main][CipherTest] transformation=RC2/CFB168/ISO7816-4PADDING 19:28:19,070 INFO [main][CipherTest] transformation=RC2/CFB168/NOPADDING 19:28:19,070 INFO [main][CipherTest] transformation=RC2/CFB168/PKCS5 19:28:19,070 INFO [main][CipherTest] transformation=RC2/CFB168/PKCS5PADDING 19:28:19,070 INFO [main][CipherTest] transformation=RC2/CFB168/PKCS7 19:28:19,071 INFO [main][CipherTest] transformation=RC2/CFB168/PKCS7PADDING 19:28:19,071 INFO [main][CipherTest] transformation=RC2/CFB168/TBC 19:28:19,071 INFO [main][CipherTest] transformation=RC2/CFB168/TBCPADDING 19:28:19,071 INFO [main][CipherTest] transformation=RC2/CFB168/X9.23 19:28:19,071 INFO [main][CipherTest] transformation=RC2/CFB168/X9.23PADDING 19:28:19,072 INFO [main][CipherTest] transformation=RC2/CFB168/ZEROBYTE 19:28:19,072 INFO [main][CipherTest] transformation=RC2/CFB168/ZEROBYTEPADDING 19:28:19,072 INFO [main][CipherTest] transformation=RC2/CFB176/ 19:28:19,072 INFO [main][CipherTest] transformation=RC2/CFB176/ISO10126 19:28:19,073 INFO [main][CipherTest] transformation=RC2/CFB176/ISO10126-2 19:28:19,073 INFO [main][CipherTest] transformation=RC2/CFB176/ISO10126-2PADDING 19:28:19,073 INFO [main][CipherTest] transformation=RC2/CFB176/ISO10126PADDING 19:28:19,073 INFO [main][CipherTest] transformation=RC2/CFB176/ISO7816-4 19:28:19,074 INFO [main][CipherTest] transformation=RC2/CFB176/ISO7816-4PADDING 19:28:19,074 INFO [main][CipherTest] transformation=RC2/CFB176/NOPADDING 19:28:19,074 INFO [main][CipherTest] transformation=RC2/CFB176/PKCS5 19:28:19,074 INFO [main][CipherTest] transformation=RC2/CFB176/PKCS5PADDING 19:28:19,075 INFO [main][CipherTest] transformation=RC2/CFB176/PKCS7 19:28:19,075 INFO [main][CipherTest] transformation=RC2/CFB176/PKCS7PADDING 19:28:19,075 INFO [main][CipherTest] transformation=RC2/CFB176/TBC 19:28:19,075 INFO [main][CipherTest] transformation=RC2/CFB176/TBCPADDING 19:28:19,076 INFO [main][CipherTest] transformation=RC2/CFB176/X9.23 19:28:19,076 INFO [main][CipherTest] transformation=RC2/CFB176/X9.23PADDING 19:28:19,095 INFO [main][CipherTest] transformation=RC2/CFB176/ZEROBYTE 19:28:19,095 INFO [main][CipherTest] transformation=RC2/CFB176/ZEROBYTEPADDING 19:28:19,095 INFO [main][CipherTest] transformation=RC2/CFB184/ 19:28:19,095 INFO [main][CipherTest] transformation=RC2/CFB184/ISO10126 19:28:19,096 INFO [main][CipherTest] transformation=RC2/CFB184/ISO10126-2 19:28:19,096 INFO [main][CipherTest] transformation=RC2/CFB184/ISO10126-2PADDING 19:28:19,096 INFO [main][CipherTest] transformation=RC2/CFB184/ISO10126PADDING 19:28:19,096 INFO [main][CipherTest] transformation=RC2/CFB184/ISO7816-4 19:28:19,096 INFO [main][CipherTest] transformation=RC2/CFB184/ISO7816-4PADDING 19:28:19,096 INFO [main][CipherTest] transformation=RC2/CFB184/NOPADDING 19:28:19,097 INFO [main][CipherTest] transformation=RC2/CFB184/PKCS5 19:28:19,097 INFO [main][CipherTest] transformation=RC2/CFB184/PKCS5PADDING 19:28:19,097 INFO [main][CipherTest] transformation=RC2/CFB184/PKCS7 19:28:19,097 INFO [main][CipherTest] transformation=RC2/CFB184/PKCS7PADDING 19:28:19,097 INFO [main][CipherTest] transformation=RC2/CFB184/TBC 19:28:19,098 INFO [main][CipherTest] transformation=RC2/CFB184/TBCPADDING 19:28:19,099 INFO [main][CipherTest] transformation=RC2/CFB184/X9.23 19:28:19,099 INFO [main][CipherTest] transformation=RC2/CFB184/X9.23PADDING 19:28:19,099 INFO [main][CipherTest] transformation=RC2/CFB184/ZEROBYTE 19:28:19,099 INFO [main][CipherTest] transformation=RC2/CFB184/ZEROBYTEPADDING 19:28:19,100 INFO [main][CipherTest] transformation=RC2/CFB192/ 19:28:19,100 INFO [main][CipherTest] transformation=RC2/CFB192/ISO10126 19:28:19,100 INFO [main][CipherTest] transformation=RC2/CFB192/ISO10126-2 19:28:19,100 INFO [main][CipherTest] transformation=RC2/CFB192/ISO10126-2PADDING 19:28:19,101 INFO [main][CipherTest] transformation=RC2/CFB192/ISO10126PADDING 19:28:19,101 INFO [main][CipherTest] transformation=RC2/CFB192/ISO7816-4 19:28:19,105 INFO [main][CipherTest] transformation=RC2/CFB192/ISO7816-4PADDING 19:28:19,105 INFO [main][CipherTest] transformation=RC2/CFB192/NOPADDING 19:28:19,105 INFO [main][CipherTest] transformation=RC2/CFB192/PKCS5 19:28:19,105 INFO [main][CipherTest] transformation=RC2/CFB192/PKCS5PADDING 19:28:19,105 INFO [main][CipherTest] transformation=RC2/CFB192/PKCS7 19:28:19,105 INFO [main][CipherTest] transformation=RC2/CFB192/PKCS7PADDING 19:28:19,105 INFO [main][CipherTest] transformation=RC2/CFB192/TBC 19:28:19,106 INFO [main][CipherTest] transformation=RC2/CFB192/TBCPADDING 19:28:19,106 INFO [main][CipherTest] transformation=RC2/CFB192/X9.23 19:28:19,106 INFO [main][CipherTest] transformation=RC2/CFB192/X9.23PADDING 19:28:19,106 INFO [main][CipherTest] transformation=RC2/CFB192/ZEROBYTE 19:28:19,106 INFO [main][CipherTest] transformation=RC2/CFB192/ZEROBYTEPADDING 19:28:19,106 INFO [main][CipherTest] transformation=RC2/CFB200/ 19:28:19,106 INFO [main][CipherTest] transformation=RC2/CFB200/ISO10126 19:28:19,106 INFO [main][CipherTest] transformation=RC2/CFB200/ISO10126-2 19:28:19,106 INFO [main][CipherTest] transformation=RC2/CFB200/ISO10126-2PADDING 19:28:19,107 INFO [main][CipherTest] transformation=RC2/CFB200/ISO10126PADDING 19:28:19,107 INFO [main][CipherTest] transformation=RC2/CFB200/ISO7816-4 19:28:19,107 INFO [main][CipherTest] transformation=RC2/CFB200/ISO7816-4PADDING 19:28:19,107 INFO [main][CipherTest] transformation=RC2/CFB200/NOPADDING 19:28:19,107 INFO [main][CipherTest] transformation=RC2/CFB200/PKCS5 19:28:19,107 INFO [main][CipherTest] transformation=RC2/CFB200/PKCS5PADDING 19:28:19,107 INFO [main][CipherTest] transformation=RC2/CFB200/PKCS7 19:28:19,107 INFO [main][CipherTest] transformation=RC2/CFB200/PKCS7PADDING 19:28:19,108 INFO [main][CipherTest] transformation=RC2/CFB200/TBC 19:28:19,108 INFO [main][CipherTest] transformation=RC2/CFB200/TBCPADDING 19:28:19,108 INFO [main][CipherTest] transformation=RC2/CFB200/X9.23 19:28:19,108 INFO [main][CipherTest] transformation=RC2/CFB200/X9.23PADDING 19:28:19,108 INFO [main][CipherTest] transformation=RC2/CFB200/ZEROBYTE 19:28:19,108 INFO [main][CipherTest] transformation=RC2/CFB200/ZEROBYTEPADDING 19:28:19,108 INFO [main][CipherTest] transformation=RC2/CFB208/ 19:28:19,108 INFO [main][CipherTest] transformation=RC2/CFB208/ISO10126 19:28:19,108 INFO [main][CipherTest] transformation=RC2/CFB208/ISO10126-2 19:28:19,109 INFO [main][CipherTest] transformation=RC2/CFB208/ISO10126-2PADDING 19:28:19,109 INFO [main][CipherTest] transformation=RC2/CFB208/ISO10126PADDING 19:28:19,109 INFO [main][CipherTest] transformation=RC2/CFB208/ISO7816-4 19:28:19,109 INFO [main][CipherTest] transformation=RC2/CFB208/ISO7816-4PADDING 19:28:19,109 INFO [main][CipherTest] transformation=RC2/CFB208/NOPADDING 19:28:19,109 INFO [main][CipherTest] transformation=RC2/CFB208/PKCS5 19:28:19,109 INFO [main][CipherTest] transformation=RC2/CFB208/PKCS5PADDING 19:28:19,109 INFO [main][CipherTest] transformation=RC2/CFB208/PKCS7 19:28:19,110 INFO [main][CipherTest] transformation=RC2/CFB208/PKCS7PADDING 19:28:19,110 INFO [main][CipherTest] transformation=RC2/CFB208/TBC 19:28:19,110 INFO [main][CipherTest] transformation=RC2/CFB208/TBCPADDING 19:28:19,110 INFO [main][CipherTest] transformation=RC2/CFB208/X9.23 19:28:19,110 INFO [main][CipherTest] transformation=RC2/CFB208/X9.23PADDING 19:28:19,110 INFO [main][CipherTest] transformation=RC2/CFB208/ZEROBYTE 19:28:19,110 INFO [main][CipherTest] transformation=RC2/CFB208/ZEROBYTEPADDING 19:28:19,110 INFO [main][CipherTest] transformation=RC2/CFB216/ 19:28:19,110 INFO [main][CipherTest] transformation=RC2/CFB216/ISO10126 19:28:19,111 INFO [main][CipherTest] transformation=RC2/CFB216/ISO10126-2 19:28:19,111 INFO [main][CipherTest] transformation=RC2/CFB216/ISO10126-2PADDING 19:28:19,111 INFO [main][CipherTest] transformation=RC2/CFB216/ISO10126PADDING 19:28:19,111 INFO [main][CipherTest] transformation=RC2/CFB216/ISO7816-4 19:28:19,112 INFO [main][CipherTest] transformation=RC2/CFB216/ISO7816-4PADDING 19:28:19,112 INFO [main][CipherTest] transformation=RC2/CFB216/NOPADDING 19:28:19,112 INFO [main][CipherTest] transformation=RC2/CFB216/PKCS5 19:28:19,112 INFO [main][CipherTest] transformation=RC2/CFB216/PKCS5PADDING 19:28:19,112 INFO [main][CipherTest] transformation=RC2/CFB216/PKCS7 19:28:19,112 INFO [main][CipherTest] transformation=RC2/CFB216/PKCS7PADDING 19:28:19,112 INFO [main][CipherTest] transformation=RC2/CFB216/TBC 19:28:19,112 INFO [main][CipherTest] transformation=RC2/CFB216/TBCPADDING 19:28:19,113 INFO [main][CipherTest] transformation=RC2/CFB216/X9.23 19:28:19,113 INFO [main][CipherTest] transformation=RC2/CFB216/X9.23PADDING 19:28:19,113 INFO [main][CipherTest] transformation=RC2/CFB216/ZEROBYTE 19:28:19,113 INFO [main][CipherTest] transformation=RC2/CFB216/ZEROBYTEPADDING 19:28:19,113 INFO [main][CipherTest] transformation=RC2/CFB224/ 19:28:19,113 INFO [main][CipherTest] transformation=RC2/CFB224/ISO10126 19:28:19,113 INFO [main][CipherTest] transformation=RC2/CFB224/ISO10126-2 19:28:19,113 INFO [main][CipherTest] transformation=RC2/CFB224/ISO10126-2PADDING 19:28:19,113 INFO [main][CipherTest] transformation=RC2/CFB224/ISO10126PADDING 19:28:19,114 INFO [main][CipherTest] transformation=RC2/CFB224/ISO7816-4 19:28:19,114 INFO [main][CipherTest] transformation=RC2/CFB224/ISO7816-4PADDING 19:28:19,114 INFO [main][CipherTest] transformation=RC2/CFB224/NOPADDING 19:28:19,114 INFO [main][CipherTest] transformation=RC2/CFB224/PKCS5 19:28:19,114 INFO [main][CipherTest] transformation=RC2/CFB224/PKCS5PADDING 19:28:19,114 INFO [main][CipherTest] transformation=RC2/CFB224/PKCS7 19:28:19,114 INFO [main][CipherTest] transformation=RC2/CFB224/PKCS7PADDING 19:28:19,114 INFO [main][CipherTest] transformation=RC2/CFB224/TBC 19:28:19,114 INFO [main][CipherTest] transformation=RC2/CFB224/TBCPADDING 19:28:19,115 INFO [main][CipherTest] transformation=RC2/CFB224/X9.23 19:28:19,115 INFO [main][CipherTest] transformation=RC2/CFB224/X9.23PADDING 19:28:19,115 INFO [main][CipherTest] transformation=RC2/CFB224/ZEROBYTE 19:28:19,115 INFO [main][CipherTest] transformation=RC2/CFB224/ZEROBYTEPADDING 19:28:19,115 INFO [main][CipherTest] transformation=RC2/CFB232/ 19:28:19,115 INFO [main][CipherTest] transformation=RC2/CFB232/ISO10126 19:28:19,115 INFO [main][CipherTest] transformation=RC2/CFB232/ISO10126-2 19:28:19,115 INFO [main][CipherTest] transformation=RC2/CFB232/ISO10126-2PADDING 19:28:19,116 INFO [main][CipherTest] transformation=RC2/CFB232/ISO10126PADDING 19:28:19,116 INFO [main][CipherTest] transformation=RC2/CFB232/ISO7816-4 19:28:19,116 INFO [main][CipherTest] transformation=RC2/CFB232/ISO7816-4PADDING 19:28:19,116 INFO [main][CipherTest] transformation=RC2/CFB232/NOPADDING 19:28:19,116 INFO [main][CipherTest] transformation=RC2/CFB232/PKCS5 19:28:19,116 INFO [main][CipherTest] transformation=RC2/CFB232/PKCS5PADDING 19:28:19,116 INFO [main][CipherTest] transformation=RC2/CFB232/PKCS7 19:28:19,116 INFO [main][CipherTest] transformation=RC2/CFB232/PKCS7PADDING 19:28:19,116 INFO [main][CipherTest] transformation=RC2/CFB232/TBC 19:28:19,117 INFO [main][CipherTest] transformation=RC2/CFB232/TBCPADDING 19:28:19,117 INFO [main][CipherTest] transformation=RC2/CFB232/X9.23 19:28:19,117 INFO [main][CipherTest] transformation=RC2/CFB232/X9.23PADDING 19:28:19,117 INFO [main][CipherTest] transformation=RC2/CFB232/ZEROBYTE 19:28:19,117 INFO [main][CipherTest] transformation=RC2/CFB232/ZEROBYTEPADDING 19:28:19,117 INFO [main][CipherTest] transformation=RC2/CFB24/ 19:28:19,117 INFO [main][CipherTest] transformation=RC2/CFB24/ISO10126 19:28:19,117 INFO [main][CipherTest] transformation=RC2/CFB24/ISO10126-2 19:28:19,117 INFO [main][CipherTest] transformation=RC2/CFB24/ISO10126-2PADDING 19:28:19,118 INFO [main][CipherTest] transformation=RC2/CFB24/ISO10126PADDING 19:28:19,118 INFO [main][CipherTest] transformation=RC2/CFB24/ISO7816-4 19:28:19,118 INFO [main][CipherTest] transformation=RC2/CFB24/ISO7816-4PADDING 19:28:19,118 INFO [main][CipherTest] transformation=RC2/CFB24/NOPADDING 19:28:19,118 INFO [main][CipherTest] transformation=RC2/CFB24/PKCS5 19:28:19,118 INFO [main][CipherTest] transformation=RC2/CFB24/PKCS5PADDING 19:28:19,118 INFO [main][CipherTest] transformation=RC2/CFB24/PKCS7 19:28:19,118 INFO [main][CipherTest] transformation=RC2/CFB24/PKCS7PADDING 19:28:19,119 INFO [main][CipherTest] transformation=RC2/CFB24/TBC 19:28:19,119 INFO [main][CipherTest] transformation=RC2/CFB24/TBCPADDING 19:28:19,119 INFO [main][CipherTest] transformation=RC2/CFB24/X9.23 19:28:19,119 INFO [main][CipherTest] transformation=RC2/CFB24/X9.23PADDING 19:28:19,119 INFO [main][CipherTest] transformation=RC2/CFB24/ZEROBYTE 19:28:19,119 INFO [main][CipherTest] transformation=RC2/CFB24/ZEROBYTEPADDING 19:28:19,119 INFO [main][CipherTest] transformation=RC2/CFB240/ 19:28:19,119 INFO [main][CipherTest] transformation=RC2/CFB240/ISO10126 19:28:19,119 INFO [main][CipherTest] transformation=RC2/CFB240/ISO10126-2 19:28:19,120 INFO [main][CipherTest] transformation=RC2/CFB240/ISO10126-2PADDING 19:28:19,120 INFO [main][CipherTest] transformation=RC2/CFB240/ISO10126PADDING 19:28:19,120 INFO [main][CipherTest] transformation=RC2/CFB240/ISO7816-4 19:28:19,120 INFO [main][CipherTest] transformation=RC2/CFB240/ISO7816-4PADDING 19:28:19,120 INFO [main][CipherTest] transformation=RC2/CFB240/NOPADDING 19:28:19,120 INFO [main][CipherTest] transformation=RC2/CFB240/PKCS5 19:28:19,120 INFO [main][CipherTest] transformation=RC2/CFB240/PKCS5PADDING 19:28:19,120 INFO [main][CipherTest] transformation=RC2/CFB240/PKCS7 19:28:19,121 INFO [main][CipherTest] transformation=RC2/CFB240/PKCS7PADDING 19:28:19,121 INFO [main][CipherTest] transformation=RC2/CFB240/TBC 19:28:19,121 INFO [main][CipherTest] transformation=RC2/CFB240/TBCPADDING 19:28:19,121 INFO [main][CipherTest] transformation=RC2/CFB240/X9.23 19:28:19,121 INFO [main][CipherTest] transformation=RC2/CFB240/X9.23PADDING 19:28:19,122 INFO [main][CipherTest] transformation=RC2/CFB240/ZEROBYTE 19:28:19,122 INFO [main][CipherTest] transformation=RC2/CFB240/ZEROBYTEPADDING 19:28:19,122 INFO [main][CipherTest] transformation=RC2/CFB248/ 19:28:19,122 INFO [main][CipherTest] transformation=RC2/CFB248/ISO10126 19:28:19,122 INFO [main][CipherTest] transformation=RC2/CFB248/ISO10126-2 19:28:19,122 INFO [main][CipherTest] transformation=RC2/CFB248/ISO10126-2PADDING 19:28:19,122 INFO [main][CipherTest] transformation=RC2/CFB248/ISO10126PADDING 19:28:19,123 INFO [main][CipherTest] transformation=RC2/CFB248/ISO7816-4 19:28:19,123 INFO [main][CipherTest] transformation=RC2/CFB248/ISO7816-4PADDING 19:28:19,123 INFO [main][CipherTest] transformation=RC2/CFB248/NOPADDING 19:28:19,123 INFO [main][CipherTest] transformation=RC2/CFB248/PKCS5 19:28:19,123 INFO [main][CipherTest] transformation=RC2/CFB248/PKCS5PADDING 19:28:19,123 INFO [main][CipherTest] transformation=RC2/CFB248/PKCS7 19:28:19,123 INFO [main][CipherTest] transformation=RC2/CFB248/PKCS7PADDING 19:28:19,123 INFO [main][CipherTest] transformation=RC2/CFB248/TBC 19:28:19,123 INFO [main][CipherTest] transformation=RC2/CFB248/TBCPADDING 19:28:19,124 INFO [main][CipherTest] transformation=RC2/CFB248/X9.23 19:28:19,124 INFO [main][CipherTest] transformation=RC2/CFB248/X9.23PADDING 19:28:19,124 INFO [main][CipherTest] transformation=RC2/CFB248/ZEROBYTE 19:28:19,124 INFO [main][CipherTest] transformation=RC2/CFB248/ZEROBYTEPADDING 19:28:19,124 INFO [main][CipherTest] transformation=RC2/CFB256/ 19:28:19,124 INFO [main][CipherTest] transformation=RC2/CFB256/ISO10126 19:28:19,124 INFO [main][CipherTest] transformation=RC2/CFB256/ISO10126-2 19:28:19,124 INFO [main][CipherTest] transformation=RC2/CFB256/ISO10126-2PADDING 19:28:19,125 INFO [main][CipherTest] transformation=RC2/CFB256/ISO10126PADDING 19:28:19,125 INFO [main][CipherTest] transformation=RC2/CFB256/ISO7816-4 19:28:19,125 INFO [main][CipherTest] transformation=RC2/CFB256/ISO7816-4PADDING 19:28:19,125 INFO [main][CipherTest] transformation=RC2/CFB256/NOPADDING 19:28:19,125 INFO [main][CipherTest] transformation=RC2/CFB256/PKCS5 19:28:19,125 INFO [main][CipherTest] transformation=RC2/CFB256/PKCS5PADDING 19:28:19,125 INFO [main][CipherTest] transformation=RC2/CFB256/PKCS7 19:28:19,125 INFO [main][CipherTest] transformation=RC2/CFB256/PKCS7PADDING 19:28:19,125 INFO [main][CipherTest] transformation=RC2/CFB256/TBC 19:28:19,126 INFO [main][CipherTest] transformation=RC2/CFB256/TBCPADDING 19:28:19,126 INFO [main][CipherTest] transformation=RC2/CFB256/X9.23 19:28:19,126 INFO [main][CipherTest] transformation=RC2/CFB256/X9.23PADDING 19:28:19,126 INFO [main][CipherTest] transformation=RC2/CFB256/ZEROBYTE 19:28:19,126 INFO [main][CipherTest] transformation=RC2/CFB256/ZEROBYTEPADDING 19:28:19,126 INFO [main][CipherTest] transformation=RC2/CFB32/ 19:28:19,126 INFO [main][CipherTest] transformation=RC2/CFB32/ISO10126 19:28:19,126 INFO [main][CipherTest] transformation=RC2/CFB32/ISO10126-2 19:28:19,127 INFO [main][CipherTest] transformation=RC2/CFB32/ISO10126-2PADDING 19:28:19,127 INFO [main][CipherTest] transformation=RC2/CFB32/ISO10126PADDING 19:28:19,127 INFO [main][CipherTest] transformation=RC2/CFB32/ISO7816-4 19:28:19,127 INFO [main][CipherTest] transformation=RC2/CFB32/ISO7816-4PADDING 19:28:19,127 INFO [main][CipherTest] transformation=RC2/CFB32/NOPADDING 19:28:19,127 INFO [main][CipherTest] transformation=RC2/CFB32/PKCS5 19:28:19,127 INFO [main][CipherTest] transformation=RC2/CFB32/PKCS5PADDING 19:28:19,127 INFO [main][CipherTest] transformation=RC2/CFB32/PKCS7 19:28:19,128 INFO [main][CipherTest] transformation=RC2/CFB32/PKCS7PADDING 19:28:19,128 INFO [main][CipherTest] transformation=RC2/CFB32/TBC 19:28:19,128 INFO [main][CipherTest] transformation=RC2/CFB32/TBCPADDING 19:28:19,128 INFO [main][CipherTest] transformation=RC2/CFB32/X9.23 19:28:19,128 INFO [main][CipherTest] transformation=RC2/CFB32/X9.23PADDING 19:28:19,128 INFO [main][CipherTest] transformation=RC2/CFB32/ZEROBYTE 19:28:19,128 INFO [main][CipherTest] transformation=RC2/CFB32/ZEROBYTEPADDING 19:28:19,128 INFO [main][CipherTest] transformation=RC2/CFB40/ 19:28:19,128 INFO [main][CipherTest] transformation=RC2/CFB40/ISO10126 19:28:19,129 INFO [main][CipherTest] transformation=RC2/CFB40/ISO10126-2 19:28:19,129 INFO [main][CipherTest] transformation=RC2/CFB40/ISO10126-2PADDING 19:28:19,129 INFO [main][CipherTest] transformation=RC2/CFB40/ISO10126PADDING 19:28:19,129 INFO [main][CipherTest] transformation=RC2/CFB40/ISO7816-4 19:28:19,129 INFO [main][CipherTest] transformation=RC2/CFB40/ISO7816-4PADDING 19:28:19,129 INFO [main][CipherTest] transformation=RC2/CFB40/NOPADDING 19:28:19,129 INFO [main][CipherTest] transformation=RC2/CFB40/PKCS5 19:28:19,129 INFO [main][CipherTest] transformation=RC2/CFB40/PKCS5PADDING 19:28:19,130 INFO [main][CipherTest] transformation=RC2/CFB40/PKCS7 19:28:19,130 INFO [main][CipherTest] transformation=RC2/CFB40/PKCS7PADDING 19:28:19,130 INFO [main][CipherTest] transformation=RC2/CFB40/TBC 19:28:19,130 INFO [main][CipherTest] transformation=RC2/CFB40/TBCPADDING 19:28:19,130 INFO [main][CipherTest] transformation=RC2/CFB40/X9.23 19:28:19,130 INFO [main][CipherTest] transformation=RC2/CFB40/X9.23PADDING 19:28:19,130 INFO [main][CipherTest] transformation=RC2/CFB40/ZEROBYTE 19:28:19,130 INFO [main][CipherTest] transformation=RC2/CFB40/ZEROBYTEPADDING 19:28:19,130 INFO [main][CipherTest] transformation=RC2/CFB48/ 19:28:19,131 INFO [main][CipherTest] transformation=RC2/CFB48/ISO10126 19:28:19,131 INFO [main][CipherTest] transformation=RC2/CFB48/ISO10126-2 19:28:19,131 INFO [main][CipherTest] transformation=RC2/CFB48/ISO10126-2PADDING 19:28:19,131 INFO [main][CipherTest] transformation=RC2/CFB48/ISO10126PADDING 19:28:19,131 INFO [main][CipherTest] transformation=RC2/CFB48/ISO7816-4 19:28:19,131 INFO [main][CipherTest] transformation=RC2/CFB48/ISO7816-4PADDING 19:28:19,131 INFO [main][CipherTest] transformation=RC2/CFB48/NOPADDING 19:28:19,131 INFO [main][CipherTest] transformation=RC2/CFB48/PKCS5 19:28:19,131 INFO [main][CipherTest] transformation=RC2/CFB48/PKCS5PADDING 19:28:19,132 INFO [main][CipherTest] transformation=RC2/CFB48/PKCS7 19:28:19,132 INFO [main][CipherTest] transformation=RC2/CFB48/PKCS7PADDING 19:28:19,132 INFO [main][CipherTest] transformation=RC2/CFB48/TBC 19:28:19,132 INFO [main][CipherTest] transformation=RC2/CFB48/TBCPADDING 19:28:19,132 INFO [main][CipherTest] transformation=RC2/CFB48/X9.23 19:28:19,132 INFO [main][CipherTest] transformation=RC2/CFB48/X9.23PADDING 19:28:19,132 INFO [main][CipherTest] transformation=RC2/CFB48/ZEROBYTE 19:28:19,132 INFO [main][CipherTest] transformation=RC2/CFB48/ZEROBYTEPADDING 19:28:19,132 INFO [main][CipherTest] transformation=RC2/CFB56/ 19:28:19,133 INFO [main][CipherTest] transformation=RC2/CFB56/ISO10126 19:28:19,133 INFO [main][CipherTest] transformation=RC2/CFB56/ISO10126-2 19:28:19,133 INFO [main][CipherTest] transformation=RC2/CFB56/ISO10126-2PADDING 19:28:19,133 INFO [main][CipherTest] transformation=RC2/CFB56/ISO10126PADDING 19:28:19,133 INFO [main][CipherTest] transformation=RC2/CFB56/ISO7816-4 19:28:19,133 INFO [main][CipherTest] transformation=RC2/CFB56/ISO7816-4PADDING 19:28:19,133 INFO [main][CipherTest] transformation=RC2/CFB56/NOPADDING 19:28:19,133 INFO [main][CipherTest] transformation=RC2/CFB56/PKCS5 19:28:19,133 INFO [main][CipherTest] transformation=RC2/CFB56/PKCS5PADDING 19:28:19,134 INFO [main][CipherTest] transformation=RC2/CFB56/PKCS7 19:28:19,134 INFO [main][CipherTest] transformation=RC2/CFB56/PKCS7PADDING 19:28:19,134 INFO [main][CipherTest] transformation=RC2/CFB56/TBC 19:28:19,134 INFO [main][CipherTest] transformation=RC2/CFB56/TBCPADDING 19:28:19,134 INFO [main][CipherTest] transformation=RC2/CFB56/X9.23 19:28:19,134 INFO [main][CipherTest] transformation=RC2/CFB56/X9.23PADDING 19:28:19,134 INFO [main][CipherTest] transformation=RC2/CFB56/ZEROBYTE 19:28:19,134 INFO [main][CipherTest] transformation=RC2/CFB56/ZEROBYTEPADDING 19:28:19,134 INFO [main][CipherTest] transformation=RC2/CFB64/ 19:28:19,135 INFO [main][CipherTest] transformation=RC2/CFB64/ISO10126 19:28:19,135 INFO [main][CipherTest] transformation=RC2/CFB64/ISO10126-2 19:28:19,135 INFO [main][CipherTest] transformation=RC2/CFB64/ISO10126-2PADDING 19:28:19,135 INFO [main][CipherTest] transformation=RC2/CFB64/ISO10126PADDING 19:28:19,135 INFO [main][CipherTest] transformation=RC2/CFB64/ISO7816-4 19:28:19,135 INFO [main][CipherTest] transformation=RC2/CFB64/ISO7816-4PADDING 19:28:19,135 INFO [main][CipherTest] transformation=RC2/CFB64/NOPADDING 19:28:19,135 INFO [main][CipherTest] transformation=RC2/CFB64/PKCS5 19:28:19,136 INFO [main][CipherTest] transformation=RC2/CFB64/PKCS5PADDING 19:28:19,136 INFO [main][CipherTest] transformation=RC2/CFB64/PKCS7 19:28:19,136 INFO [main][CipherTest] transformation=RC2/CFB64/PKCS7PADDING 19:28:19,136 INFO [main][CipherTest] transformation=RC2/CFB64/TBC 19:28:19,136 INFO [main][CipherTest] transformation=RC2/CFB64/TBCPADDING 19:28:19,136 INFO [main][CipherTest] transformation=RC2/CFB64/X9.23 19:28:19,136 INFO [main][CipherTest] transformation=RC2/CFB64/X9.23PADDING 19:28:19,136 INFO [main][CipherTest] transformation=RC2/CFB64/ZEROBYTE 19:28:19,136 INFO [main][CipherTest] transformation=RC2/CFB64/ZEROBYTEPADDING 19:28:19,137 INFO [main][CipherTest] transformation=RC2/CFB72/ 19:28:19,137 INFO [main][CipherTest] transformation=RC2/CFB72/ISO10126 19:28:19,137 INFO [main][CipherTest] transformation=RC2/CFB72/ISO10126-2 19:28:19,137 INFO [main][CipherTest] transformation=RC2/CFB72/ISO10126-2PADDING 19:28:19,137 INFO [main][CipherTest] transformation=RC2/CFB72/ISO10126PADDING 19:28:19,137 INFO [main][CipherTest] transformation=RC2/CFB72/ISO7816-4 19:28:19,137 INFO [main][CipherTest] transformation=RC2/CFB72/ISO7816-4PADDING 19:28:19,137 INFO [main][CipherTest] transformation=RC2/CFB72/NOPADDING 19:28:19,138 INFO [main][CipherTest] transformation=RC2/CFB72/PKCS5 19:28:19,138 INFO [main][CipherTest] transformation=RC2/CFB72/PKCS5PADDING 19:28:19,138 INFO [main][CipherTest] transformation=RC2/CFB72/PKCS7 19:28:19,138 INFO [main][CipherTest] transformation=RC2/CFB72/PKCS7PADDING 19:28:19,138 INFO [main][CipherTest] transformation=RC2/CFB72/TBC 19:28:19,138 INFO [main][CipherTest] transformation=RC2/CFB72/TBCPADDING 19:28:19,138 INFO [main][CipherTest] transformation=RC2/CFB72/X9.23 19:28:19,138 INFO [main][CipherTest] transformation=RC2/CFB72/X9.23PADDING 19:28:19,138 INFO [main][CipherTest] transformation=RC2/CFB72/ZEROBYTE 19:28:19,139 INFO [main][CipherTest] transformation=RC2/CFB72/ZEROBYTEPADDING 19:28:19,139 INFO [main][CipherTest] transformation=RC2/CFB8/ 19:28:19,139 INFO [main][CipherTest] transformation=RC2/CFB8/ISO10126 19:28:19,139 INFO [main][CipherTest] transformation=RC2/CFB8/ISO10126-2 19:28:19,139 INFO [main][CipherTest] transformation=RC2/CFB8/ISO10126-2PADDING 19:28:19,139 INFO [main][CipherTest] transformation=RC2/CFB8/ISO10126PADDING 19:28:19,139 INFO [main][CipherTest] transformation=RC2/CFB8/ISO7816-4 19:28:19,139 INFO [main][CipherTest] transformation=RC2/CFB8/ISO7816-4PADDING 19:28:19,140 INFO [main][CipherTest] transformation=RC2/CFB8/NOPADDING 19:28:19,140 INFO [main][CipherTest] transformation=RC2/CFB8/PKCS5 19:28:19,140 INFO [main][CipherTest] transformation=RC2/CFB8/PKCS5PADDING 19:28:19,140 INFO [main][CipherTest] transformation=RC2/CFB8/PKCS7 19:28:19,140 INFO [main][CipherTest] transformation=RC2/CFB8/PKCS7PADDING 19:28:19,140 INFO [main][CipherTest] transformation=RC2/CFB8/TBC 19:28:19,140 INFO [main][CipherTest] transformation=RC2/CFB8/TBCPADDING 19:28:19,140 INFO [main][CipherTest] transformation=RC2/CFB8/X9.23 19:28:19,140 INFO [main][CipherTest] transformation=RC2/CFB8/X9.23PADDING 19:28:19,141 INFO [main][CipherTest] transformation=RC2/CFB8/ZEROBYTE 19:28:19,141 INFO [main][CipherTest] transformation=RC2/CFB8/ZEROBYTEPADDING 19:28:19,141 INFO [main][CipherTest] transformation=RC2/CFB80/ 19:28:19,141 INFO [main][CipherTest] transformation=RC2/CFB80/ISO10126 19:28:19,141 INFO [main][CipherTest] transformation=RC2/CFB80/ISO10126-2 19:28:19,141 INFO [main][CipherTest] transformation=RC2/CFB80/ISO10126-2PADDING 19:28:19,141 INFO [main][CipherTest] transformation=RC2/CFB80/ISO10126PADDING 19:28:19,141 INFO [main][CipherTest] transformation=RC2/CFB80/ISO7816-4 19:28:19,141 INFO [main][CipherTest] transformation=RC2/CFB80/ISO7816-4PADDING 19:28:19,142 INFO [main][CipherTest] transformation=RC2/CFB80/NOPADDING 19:28:19,142 INFO [main][CipherTest] transformation=RC2/CFB80/PKCS5 19:28:19,142 INFO [main][CipherTest] transformation=RC2/CFB80/PKCS5PADDING 19:28:19,142 INFO [main][CipherTest] transformation=RC2/CFB80/PKCS7 19:28:19,142 INFO [main][CipherTest] transformation=RC2/CFB80/PKCS7PADDING 19:28:19,142 INFO [main][CipherTest] transformation=RC2/CFB80/TBC 19:28:19,142 INFO [main][CipherTest] transformation=RC2/CFB80/TBCPADDING 19:28:19,142 INFO [main][CipherTest] transformation=RC2/CFB80/X9.23 19:28:19,143 INFO [main][CipherTest] transformation=RC2/CFB80/X9.23PADDING 19:28:19,143 INFO [main][CipherTest] transformation=RC2/CFB80/ZEROBYTE 19:28:19,143 INFO [main][CipherTest] transformation=RC2/CFB80/ZEROBYTEPADDING 19:28:19,143 INFO [main][CipherTest] transformation=RC2/CFB88/ 19:28:19,143 INFO [main][CipherTest] transformation=RC2/CFB88/ISO10126 19:28:19,143 INFO [main][CipherTest] transformation=RC2/CFB88/ISO10126-2 19:28:19,143 INFO [main][CipherTest] transformation=RC2/CFB88/ISO10126-2PADDING 19:28:19,143 INFO [main][CipherTest] transformation=RC2/CFB88/ISO10126PADDING 19:28:19,143 INFO [main][CipherTest] transformation=RC2/CFB88/ISO7816-4 19:28:19,144 INFO [main][CipherTest] transformation=RC2/CFB88/ISO7816-4PADDING 19:28:19,144 INFO [main][CipherTest] transformation=RC2/CFB88/NOPADDING 19:28:19,144 INFO [main][CipherTest] transformation=RC2/CFB88/PKCS5 19:28:19,144 INFO [main][CipherTest] transformation=RC2/CFB88/PKCS5PADDING 19:28:19,144 INFO [main][CipherTest] transformation=RC2/CFB88/PKCS7 19:28:19,144 INFO [main][CipherTest] transformation=RC2/CFB88/PKCS7PADDING 19:28:19,144 INFO [main][CipherTest] transformation=RC2/CFB88/TBC 19:28:19,144 INFO [main][CipherTest] transformation=RC2/CFB88/TBCPADDING 19:28:19,144 INFO [main][CipherTest] transformation=RC2/CFB88/X9.23 19:28:19,145 INFO [main][CipherTest] transformation=RC2/CFB88/X9.23PADDING 19:28:19,145 INFO [main][CipherTest] transformation=RC2/CFB88/ZEROBYTE 19:28:19,145 INFO [main][CipherTest] transformation=RC2/CFB88/ZEROBYTEPADDING 19:28:19,145 INFO [main][CipherTest] transformation=RC2/CFB96/ 19:28:19,145 INFO [main][CipherTest] transformation=RC2/CFB96/ISO10126 19:28:19,145 INFO [main][CipherTest] transformation=RC2/CFB96/ISO10126-2 19:28:19,145 INFO [main][CipherTest] transformation=RC2/CFB96/ISO10126-2PADDING 19:28:19,145 INFO [main][CipherTest] transformation=RC2/CFB96/ISO10126PADDING 19:28:19,145 INFO [main][CipherTest] transformation=RC2/CFB96/ISO7816-4 19:28:19,146 INFO [main][CipherTest] transformation=RC2/CFB96/ISO7816-4PADDING 19:28:19,146 INFO [main][CipherTest] transformation=RC2/CFB96/NOPADDING 19:28:19,146 INFO [main][CipherTest] transformation=RC2/CFB96/PKCS5 19:28:19,146 INFO [main][CipherTest] transformation=RC2/CFB96/PKCS5PADDING 19:28:19,146 INFO [main][CipherTest] transformation=RC2/CFB96/PKCS7 19:28:19,146 INFO [main][CipherTest] transformation=RC2/CFB96/PKCS7PADDING 19:28:19,146 INFO [main][CipherTest] transformation=RC2/CFB96/TBC 19:28:19,146 INFO [main][CipherTest] transformation=RC2/CFB96/TBCPADDING 19:28:19,147 INFO [main][CipherTest] transformation=RC2/CFB96/X9.23 19:28:19,147 INFO [main][CipherTest] transformation=RC2/CFB96/X9.23PADDING 19:28:19,147 INFO [main][CipherTest] transformation=RC2/CFB96/ZEROBYTE 19:28:19,147 INFO [main][CipherTest] transformation=RC2/CFB96/ZEROBYTEPADDING 19:28:19,147 INFO [main][CipherTest] transformation=RC2/CTS/ 19:28:19,147 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2/CTS/" does not support IV => Skipping. 19:28:19,147 INFO [main][CipherTest] transformation=RC2/CTS/NOPADDING 19:28:19,147 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2/CTS/NOPADDING" does not support IV => Skipping. 19:28:19,147 INFO [main][CipherTest] transformation=RC2/EAX/ 19:28:19,148 INFO [main][CipherTest] transformation=RC2/EAX/NOPADDING 19:28:19,148 INFO [main][CipherTest] transformation=RC2/ECB/ 19:28:19,148 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2/ECB/" does not support IV => Skipping. 19:28:19,148 INFO [main][CipherTest] transformation=RC2/ECB/NOPADDING 19:28:19,148 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2/ECB/NOPADDING" does not support IV => Skipping. 19:28:19,148 INFO [main][CipherTest] transformation=RC2/GOFB/ 19:28:19,149 INFO [main][CipherTest] transformation=RC2/GOFB/ISO10126 19:28:19,149 INFO [main][CipherTest] transformation=RC2/GOFB/ISO10126-2 19:28:19,149 INFO [main][CipherTest] transformation=RC2/GOFB/ISO10126-2PADDING 19:28:19,149 INFO [main][CipherTest] transformation=RC2/GOFB/ISO10126PADDING 19:28:19,149 INFO [main][CipherTest] transformation=RC2/GOFB/ISO7816-4 19:28:19,150 INFO [main][CipherTest] transformation=RC2/GOFB/ISO7816-4PADDING 19:28:19,150 INFO [main][CipherTest] transformation=RC2/GOFB/NOPADDING 19:28:19,150 INFO [main][CipherTest] transformation=RC2/GOFB/PKCS5 19:28:19,150 INFO [main][CipherTest] transformation=RC2/GOFB/PKCS5PADDING 19:28:19,150 INFO [main][CipherTest] transformation=RC2/GOFB/PKCS7 19:28:19,151 INFO [main][CipherTest] transformation=RC2/GOFB/PKCS7PADDING 19:28:19,151 INFO [main][CipherTest] transformation=RC2/GOFB/TBC 19:28:19,151 INFO [main][CipherTest] transformation=RC2/GOFB/TBCPADDING 19:28:19,151 INFO [main][CipherTest] transformation=RC2/GOFB/X9.23 19:28:19,151 INFO [main][CipherTest] transformation=RC2/GOFB/X9.23PADDING 19:28:19,151 INFO [main][CipherTest] transformation=RC2/GOFB/ZEROBYTE 19:28:19,152 INFO [main][CipherTest] transformation=RC2/GOFB/ZEROBYTEPADDING 19:28:19,152 INFO [main][CipherTest] transformation=RC2/OFB/ 19:28:19,152 INFO [main][CipherTest] transformation=RC2/OFB/ISO10126 19:28:19,152 INFO [main][CipherTest] transformation=RC2/OFB/ISO10126-2 19:28:19,152 INFO [main][CipherTest] transformation=RC2/OFB/ISO10126-2PADDING 19:28:19,152 INFO [main][CipherTest] transformation=RC2/OFB/ISO10126PADDING 19:28:19,152 INFO [main][CipherTest] transformation=RC2/OFB/ISO7816-4 19:28:19,152 INFO [main][CipherTest] transformation=RC2/OFB/ISO7816-4PADDING 19:28:19,153 INFO [main][CipherTest] transformation=RC2/OFB/NOPADDING 19:28:19,153 INFO [main][CipherTest] transformation=RC2/OFB/PKCS5 19:28:19,153 INFO [main][CipherTest] transformation=RC2/OFB/PKCS5PADDING 19:28:19,153 INFO [main][CipherTest] transformation=RC2/OFB/PKCS7 19:28:19,153 INFO [main][CipherTest] transformation=RC2/OFB/PKCS7PADDING 19:28:19,153 INFO [main][CipherTest] transformation=RC2/OFB/TBC 19:28:19,153 INFO [main][CipherTest] transformation=RC2/OFB/TBCPADDING 19:28:19,153 INFO [main][CipherTest] transformation=RC2/OFB/X9.23 19:28:19,153 INFO [main][CipherTest] transformation=RC2/OFB/X9.23PADDING 19:28:19,154 INFO [main][CipherTest] transformation=RC2/OFB/ZEROBYTE 19:28:19,154 INFO [main][CipherTest] transformation=RC2/OFB/ZEROBYTEPADDING 19:28:19,154 INFO [main][CipherTest] transformation=RC2/OFB104/ 19:28:19,154 INFO [main][CipherTest] transformation=RC2/OFB104/ISO10126 19:28:19,154 INFO [main][CipherTest] transformation=RC2/OFB104/ISO10126-2 19:28:19,154 INFO [main][CipherTest] transformation=RC2/OFB104/ISO10126-2PADDING 19:28:19,154 INFO [main][CipherTest] transformation=RC2/OFB104/ISO10126PADDING 19:28:19,154 INFO [main][CipherTest] transformation=RC2/OFB104/ISO7816-4 19:28:19,154 INFO [main][CipherTest] transformation=RC2/OFB104/ISO7816-4PADDING 19:28:19,155 INFO [main][CipherTest] transformation=RC2/OFB104/NOPADDING 19:28:19,155 INFO [main][CipherTest] transformation=RC2/OFB104/PKCS5 19:28:19,155 INFO [main][CipherTest] transformation=RC2/OFB104/PKCS5PADDING 19:28:19,155 INFO [main][CipherTest] transformation=RC2/OFB104/PKCS7 19:28:19,155 INFO [main][CipherTest] transformation=RC2/OFB104/PKCS7PADDING 19:28:19,155 INFO [main][CipherTest] transformation=RC2/OFB104/TBC 19:28:19,155 INFO [main][CipherTest] transformation=RC2/OFB104/TBCPADDING 19:28:19,155 INFO [main][CipherTest] transformation=RC2/OFB104/X9.23 19:28:19,155 INFO [main][CipherTest] transformation=RC2/OFB104/X9.23PADDING 19:28:19,156 INFO [main][CipherTest] transformation=RC2/OFB104/ZEROBYTE 19:28:19,156 INFO [main][CipherTest] transformation=RC2/OFB104/ZEROBYTEPADDING 19:28:19,156 INFO [main][CipherTest] transformation=RC2/OFB112/ 19:28:19,156 INFO [main][CipherTest] transformation=RC2/OFB112/ISO10126 19:28:19,156 INFO [main][CipherTest] transformation=RC2/OFB112/ISO10126-2 19:28:19,156 INFO [main][CipherTest] transformation=RC2/OFB112/ISO10126-2PADDING 19:28:19,156 INFO [main][CipherTest] transformation=RC2/OFB112/ISO10126PADDING 19:28:19,156 INFO [main][CipherTest] transformation=RC2/OFB112/ISO7816-4 19:28:19,157 INFO [main][CipherTest] transformation=RC2/OFB112/ISO7816-4PADDING 19:28:19,157 INFO [main][CipherTest] transformation=RC2/OFB112/NOPADDING 19:28:19,157 INFO [main][CipherTest] transformation=RC2/OFB112/PKCS5 19:28:19,157 INFO [main][CipherTest] transformation=RC2/OFB112/PKCS5PADDING 19:28:19,157 INFO [main][CipherTest] transformation=RC2/OFB112/PKCS7 19:28:19,157 INFO [main][CipherTest] transformation=RC2/OFB112/PKCS7PADDING 19:28:19,157 INFO [main][CipherTest] transformation=RC2/OFB112/TBC 19:28:19,157 INFO [main][CipherTest] transformation=RC2/OFB112/TBCPADDING 19:28:19,157 INFO [main][CipherTest] transformation=RC2/OFB112/X9.23 19:28:19,158 INFO [main][CipherTest] transformation=RC2/OFB112/X9.23PADDING 19:28:19,158 INFO [main][CipherTest] transformation=RC2/OFB112/ZEROBYTE 19:28:19,158 INFO [main][CipherTest] transformation=RC2/OFB112/ZEROBYTEPADDING 19:28:19,158 INFO [main][CipherTest] transformation=RC2/OFB120/ 19:28:19,158 INFO [main][CipherTest] transformation=RC2/OFB120/ISO10126 19:28:19,158 INFO [main][CipherTest] transformation=RC2/OFB120/ISO10126-2 19:28:19,158 INFO [main][CipherTest] transformation=RC2/OFB120/ISO10126-2PADDING 19:28:19,158 INFO [main][CipherTest] transformation=RC2/OFB120/ISO10126PADDING 19:28:19,159 INFO [main][CipherTest] transformation=RC2/OFB120/ISO7816-4 19:28:19,159 INFO [main][CipherTest] transformation=RC2/OFB120/ISO7816-4PADDING 19:28:19,159 INFO [main][CipherTest] transformation=RC2/OFB120/NOPADDING 19:28:19,159 INFO [main][CipherTest] transformation=RC2/OFB120/PKCS5 19:28:19,159 INFO [main][CipherTest] transformation=RC2/OFB120/PKCS5PADDING 19:28:19,159 INFO [main][CipherTest] transformation=RC2/OFB120/PKCS7 19:28:19,159 INFO [main][CipherTest] transformation=RC2/OFB120/PKCS7PADDING 19:28:19,159 INFO [main][CipherTest] transformation=RC2/OFB120/TBC 19:28:19,159 INFO [main][CipherTest] transformation=RC2/OFB120/TBCPADDING 19:28:19,160 INFO [main][CipherTest] transformation=RC2/OFB120/X9.23 19:28:19,160 INFO [main][CipherTest] transformation=RC2/OFB120/X9.23PADDING 19:28:19,160 INFO [main][CipherTest] transformation=RC2/OFB120/ZEROBYTE 19:28:19,160 INFO [main][CipherTest] transformation=RC2/OFB120/ZEROBYTEPADDING 19:28:19,160 INFO [main][CipherTest] transformation=RC2/OFB128/ 19:28:19,160 INFO [main][CipherTest] transformation=RC2/OFB128/ISO10126 19:28:19,160 INFO [main][CipherTest] transformation=RC2/OFB128/ISO10126-2 19:28:19,160 INFO [main][CipherTest] transformation=RC2/OFB128/ISO10126-2PADDING 19:28:19,160 INFO [main][CipherTest] transformation=RC2/OFB128/ISO10126PADDING 19:28:19,161 INFO [main][CipherTest] transformation=RC2/OFB128/ISO7816-4 19:28:19,161 INFO [main][CipherTest] transformation=RC2/OFB128/ISO7816-4PADDING 19:28:19,161 INFO [main][CipherTest] transformation=RC2/OFB128/NOPADDING 19:28:19,161 INFO [main][CipherTest] transformation=RC2/OFB128/PKCS5 19:28:19,161 INFO [main][CipherTest] transformation=RC2/OFB128/PKCS5PADDING 19:28:19,161 INFO [main][CipherTest] transformation=RC2/OFB128/PKCS7 19:28:19,161 INFO [main][CipherTest] transformation=RC2/OFB128/PKCS7PADDING 19:28:19,161 INFO [main][CipherTest] transformation=RC2/OFB128/TBC 19:28:19,161 INFO [main][CipherTest] transformation=RC2/OFB128/TBCPADDING 19:28:19,162 INFO [main][CipherTest] transformation=RC2/OFB128/X9.23 19:28:19,162 INFO [main][CipherTest] transformation=RC2/OFB128/X9.23PADDING 19:28:19,162 INFO [main][CipherTest] transformation=RC2/OFB128/ZEROBYTE 19:28:19,162 INFO [main][CipherTest] transformation=RC2/OFB128/ZEROBYTEPADDING 19:28:19,162 INFO [main][CipherTest] transformation=RC2/OFB136/ 19:28:19,162 INFO [main][CipherTest] transformation=RC2/OFB136/ISO10126 19:28:19,162 INFO [main][CipherTest] transformation=RC2/OFB136/ISO10126-2 19:28:19,162 INFO [main][CipherTest] transformation=RC2/OFB136/ISO10126-2PADDING 19:28:19,162 INFO [main][CipherTest] transformation=RC2/OFB136/ISO10126PADDING 19:28:19,163 INFO [main][CipherTest] transformation=RC2/OFB136/ISO7816-4 19:28:19,163 INFO [main][CipherTest] transformation=RC2/OFB136/ISO7816-4PADDING 19:28:19,163 INFO [main][CipherTest] transformation=RC2/OFB136/NOPADDING 19:28:19,163 INFO [main][CipherTest] transformation=RC2/OFB136/PKCS5 19:28:19,163 INFO [main][CipherTest] transformation=RC2/OFB136/PKCS5PADDING 19:28:19,163 INFO [main][CipherTest] transformation=RC2/OFB136/PKCS7 19:28:19,163 INFO [main][CipherTest] transformation=RC2/OFB136/PKCS7PADDING 19:28:19,163 INFO [main][CipherTest] transformation=RC2/OFB136/TBC 19:28:19,163 INFO [main][CipherTest] transformation=RC2/OFB136/TBCPADDING 19:28:19,164 INFO [main][CipherTest] transformation=RC2/OFB136/X9.23 19:28:19,164 INFO [main][CipherTest] transformation=RC2/OFB136/X9.23PADDING 19:28:19,164 INFO [main][CipherTest] transformation=RC2/OFB136/ZEROBYTE 19:28:19,164 INFO [main][CipherTest] transformation=RC2/OFB136/ZEROBYTEPADDING 19:28:19,164 INFO [main][CipherTest] transformation=RC2/OFB144/ 19:28:19,164 INFO [main][CipherTest] transformation=RC2/OFB144/ISO10126 19:28:19,164 INFO [main][CipherTest] transformation=RC2/OFB144/ISO10126-2 19:28:19,164 INFO [main][CipherTest] transformation=RC2/OFB144/ISO10126-2PADDING 19:28:19,164 INFO [main][CipherTest] transformation=RC2/OFB144/ISO10126PADDING 19:28:19,165 INFO [main][CipherTest] transformation=RC2/OFB144/ISO7816-4 19:28:19,165 INFO [main][CipherTest] transformation=RC2/OFB144/ISO7816-4PADDING 19:28:19,165 INFO [main][CipherTest] transformation=RC2/OFB144/NOPADDING 19:28:19,165 INFO [main][CipherTest] transformation=RC2/OFB144/PKCS5 19:28:19,165 INFO [main][CipherTest] transformation=RC2/OFB144/PKCS5PADDING 19:28:19,165 INFO [main][CipherTest] transformation=RC2/OFB144/PKCS7 19:28:19,165 INFO [main][CipherTest] transformation=RC2/OFB144/PKCS7PADDING 19:28:19,165 INFO [main][CipherTest] transformation=RC2/OFB144/TBC 19:28:19,166 INFO [main][CipherTest] transformation=RC2/OFB144/TBCPADDING 19:28:19,166 INFO [main][CipherTest] transformation=RC2/OFB144/X9.23 19:28:19,166 INFO [main][CipherTest] transformation=RC2/OFB144/X9.23PADDING 19:28:19,166 INFO [main][CipherTest] transformation=RC2/OFB144/ZEROBYTE 19:28:19,166 INFO [main][CipherTest] transformation=RC2/OFB144/ZEROBYTEPADDING 19:28:19,166 INFO [main][CipherTest] transformation=RC2/OFB152/ 19:28:19,166 INFO [main][CipherTest] transformation=RC2/OFB152/ISO10126 19:28:19,166 INFO [main][CipherTest] transformation=RC2/OFB152/ISO10126-2 19:28:19,166 INFO [main][CipherTest] transformation=RC2/OFB152/ISO10126-2PADDING 19:28:19,167 INFO [main][CipherTest] transformation=RC2/OFB152/ISO10126PADDING 19:28:19,167 INFO [main][CipherTest] transformation=RC2/OFB152/ISO7816-4 19:28:19,167 INFO [main][CipherTest] transformation=RC2/OFB152/ISO7816-4PADDING 19:28:19,167 INFO [main][CipherTest] transformation=RC2/OFB152/NOPADDING 19:28:19,167 INFO [main][CipherTest] transformation=RC2/OFB152/PKCS5 19:28:19,167 INFO [main][CipherTest] transformation=RC2/OFB152/PKCS5PADDING 19:28:19,167 INFO [main][CipherTest] transformation=RC2/OFB152/PKCS7 19:28:19,167 INFO [main][CipherTest] transformation=RC2/OFB152/PKCS7PADDING 19:28:19,167 INFO [main][CipherTest] transformation=RC2/OFB152/TBC 19:28:19,168 INFO [main][CipherTest] transformation=RC2/OFB152/TBCPADDING 19:28:19,168 INFO [main][CipherTest] transformation=RC2/OFB152/X9.23 19:28:19,168 INFO [main][CipherTest] transformation=RC2/OFB152/X9.23PADDING 19:28:19,168 INFO [main][CipherTest] transformation=RC2/OFB152/ZEROBYTE 19:28:19,168 INFO [main][CipherTest] transformation=RC2/OFB152/ZEROBYTEPADDING 19:28:19,168 INFO [main][CipherTest] transformation=RC2/OFB16/ 19:28:19,168 INFO [main][CipherTest] transformation=RC2/OFB16/ISO10126 19:28:19,168 INFO [main][CipherTest] transformation=RC2/OFB16/ISO10126-2 19:28:19,168 INFO [main][CipherTest] transformation=RC2/OFB16/ISO10126-2PADDING 19:28:19,169 INFO [main][CipherTest] transformation=RC2/OFB16/ISO10126PADDING 19:28:19,169 INFO [main][CipherTest] transformation=RC2/OFB16/ISO7816-4 19:28:19,169 INFO [main][CipherTest] transformation=RC2/OFB16/ISO7816-4PADDING 19:28:19,169 INFO [main][CipherTest] transformation=RC2/OFB16/NOPADDING 19:28:19,169 INFO [main][CipherTest] transformation=RC2/OFB16/PKCS5 19:28:19,169 INFO [main][CipherTest] transformation=RC2/OFB16/PKCS5PADDING 19:28:19,169 INFO [main][CipherTest] transformation=RC2/OFB16/PKCS7 19:28:19,169 INFO [main][CipherTest] transformation=RC2/OFB16/PKCS7PADDING 19:28:19,170 INFO [main][CipherTest] transformation=RC2/OFB16/TBC 19:28:19,170 INFO [main][CipherTest] transformation=RC2/OFB16/TBCPADDING 19:28:19,170 INFO [main][CipherTest] transformation=RC2/OFB16/X9.23 19:28:19,170 INFO [main][CipherTest] transformation=RC2/OFB16/X9.23PADDING 19:28:19,170 INFO [main][CipherTest] transformation=RC2/OFB16/ZEROBYTE 19:28:19,170 INFO [main][CipherTest] transformation=RC2/OFB16/ZEROBYTEPADDING 19:28:19,170 INFO [main][CipherTest] transformation=RC2/OFB160/ 19:28:19,170 INFO [main][CipherTest] transformation=RC2/OFB160/ISO10126 19:28:19,171 INFO [main][CipherTest] transformation=RC2/OFB160/ISO10126-2 19:28:19,171 INFO [main][CipherTest] transformation=RC2/OFB160/ISO10126-2PADDING 19:28:19,171 INFO [main][CipherTest] transformation=RC2/OFB160/ISO10126PADDING 19:28:19,171 INFO [main][CipherTest] transformation=RC2/OFB160/ISO7816-4 19:28:19,171 INFO [main][CipherTest] transformation=RC2/OFB160/ISO7816-4PADDING 19:28:19,171 INFO [main][CipherTest] transformation=RC2/OFB160/NOPADDING 19:28:19,171 INFO [main][CipherTest] transformation=RC2/OFB160/PKCS5 19:28:19,171 INFO [main][CipherTest] transformation=RC2/OFB160/PKCS5PADDING 19:28:19,172 INFO [main][CipherTest] transformation=RC2/OFB160/PKCS7 19:28:19,172 INFO [main][CipherTest] transformation=RC2/OFB160/PKCS7PADDING 19:28:19,172 INFO [main][CipherTest] transformation=RC2/OFB160/TBC 19:28:19,172 INFO [main][CipherTest] transformation=RC2/OFB160/TBCPADDING 19:28:19,172 INFO [main][CipherTest] transformation=RC2/OFB160/X9.23 19:28:19,172 INFO [main][CipherTest] transformation=RC2/OFB160/X9.23PADDING 19:28:19,172 INFO [main][CipherTest] transformation=RC2/OFB160/ZEROBYTE 19:28:19,172 INFO [main][CipherTest] transformation=RC2/OFB160/ZEROBYTEPADDING 19:28:19,172 INFO [main][CipherTest] transformation=RC2/OFB168/ 19:28:19,173 INFO [main][CipherTest] transformation=RC2/OFB168/ISO10126 19:28:19,173 INFO [main][CipherTest] transformation=RC2/OFB168/ISO10126-2 19:28:19,173 INFO [main][CipherTest] transformation=RC2/OFB168/ISO10126-2PADDING 19:28:19,173 INFO [main][CipherTest] transformation=RC2/OFB168/ISO10126PADDING 19:28:19,173 INFO [main][CipherTest] transformation=RC2/OFB168/ISO7816-4 19:28:19,173 INFO [main][CipherTest] transformation=RC2/OFB168/ISO7816-4PADDING 19:28:19,173 INFO [main][CipherTest] transformation=RC2/OFB168/NOPADDING 19:28:19,173 INFO [main][CipherTest] transformation=RC2/OFB168/PKCS5 19:28:19,173 INFO [main][CipherTest] transformation=RC2/OFB168/PKCS5PADDING 19:28:19,174 INFO [main][CipherTest] transformation=RC2/OFB168/PKCS7 19:28:19,174 INFO [main][CipherTest] transformation=RC2/OFB168/PKCS7PADDING 19:28:19,174 INFO [main][CipherTest] transformation=RC2/OFB168/TBC 19:28:19,174 INFO [main][CipherTest] transformation=RC2/OFB168/TBCPADDING 19:28:19,174 INFO [main][CipherTest] transformation=RC2/OFB168/X9.23 19:28:19,174 INFO [main][CipherTest] transformation=RC2/OFB168/X9.23PADDING 19:28:19,174 INFO [main][CipherTest] transformation=RC2/OFB168/ZEROBYTE 19:28:19,174 INFO [main][CipherTest] transformation=RC2/OFB168/ZEROBYTEPADDING 19:28:19,175 INFO [main][CipherTest] transformation=RC2/OFB176/ 19:28:19,175 INFO [main][CipherTest] transformation=RC2/OFB176/ISO10126 19:28:19,175 INFO [main][CipherTest] transformation=RC2/OFB176/ISO10126-2 19:28:19,175 INFO [main][CipherTest] transformation=RC2/OFB176/ISO10126-2PADDING 19:28:19,175 INFO [main][CipherTest] transformation=RC2/OFB176/ISO10126PADDING 19:28:19,175 INFO [main][CipherTest] transformation=RC2/OFB176/ISO7816-4 19:28:19,175 INFO [main][CipherTest] transformation=RC2/OFB176/ISO7816-4PADDING 19:28:19,175 INFO [main][CipherTest] transformation=RC2/OFB176/NOPADDING 19:28:19,176 INFO [main][CipherTest] transformation=RC2/OFB176/PKCS5 19:28:19,176 INFO [main][CipherTest] transformation=RC2/OFB176/PKCS5PADDING 19:28:19,176 INFO [main][CipherTest] transformation=RC2/OFB176/PKCS7 19:28:19,176 INFO [main][CipherTest] transformation=RC2/OFB176/PKCS7PADDING 19:28:19,176 INFO [main][CipherTest] transformation=RC2/OFB176/TBC 19:28:19,176 INFO [main][CipherTest] transformation=RC2/OFB176/TBCPADDING 19:28:19,176 INFO [main][CipherTest] transformation=RC2/OFB176/X9.23 19:28:19,176 INFO [main][CipherTest] transformation=RC2/OFB176/X9.23PADDING 19:28:19,176 INFO [main][CipherTest] transformation=RC2/OFB176/ZEROBYTE 19:28:19,177 INFO [main][CipherTest] transformation=RC2/OFB176/ZEROBYTEPADDING 19:28:19,177 INFO [main][CipherTest] transformation=RC2/OFB184/ 19:28:19,177 INFO [main][CipherTest] transformation=RC2/OFB184/ISO10126 19:28:19,177 INFO [main][CipherTest] transformation=RC2/OFB184/ISO10126-2 19:28:19,177 INFO [main][CipherTest] transformation=RC2/OFB184/ISO10126-2PADDING 19:28:19,177 INFO [main][CipherTest] transformation=RC2/OFB184/ISO10126PADDING 19:28:19,177 INFO [main][CipherTest] transformation=RC2/OFB184/ISO7816-4 19:28:19,177 INFO [main][CipherTest] transformation=RC2/OFB184/ISO7816-4PADDING 19:28:19,177 INFO [main][CipherTest] transformation=RC2/OFB184/NOPADDING 19:28:19,178 INFO [main][CipherTest] transformation=RC2/OFB184/PKCS5 19:28:19,178 INFO [main][CipherTest] transformation=RC2/OFB184/PKCS5PADDING 19:28:19,178 INFO [main][CipherTest] transformation=RC2/OFB184/PKCS7 19:28:19,178 INFO [main][CipherTest] transformation=RC2/OFB184/PKCS7PADDING 19:28:19,178 INFO [main][CipherTest] transformation=RC2/OFB184/TBC 19:28:19,178 INFO [main][CipherTest] transformation=RC2/OFB184/TBCPADDING 19:28:19,178 INFO [main][CipherTest] transformation=RC2/OFB184/X9.23 19:28:19,178 INFO [main][CipherTest] transformation=RC2/OFB184/X9.23PADDING 19:28:19,178 INFO [main][CipherTest] transformation=RC2/OFB184/ZEROBYTE 19:28:19,179 INFO [main][CipherTest] transformation=RC2/OFB184/ZEROBYTEPADDING 19:28:19,179 INFO [main][CipherTest] transformation=RC2/OFB192/ 19:28:19,179 INFO [main][CipherTest] transformation=RC2/OFB192/ISO10126 19:28:19,179 INFO [main][CipherTest] transformation=RC2/OFB192/ISO10126-2 19:28:19,179 INFO [main][CipherTest] transformation=RC2/OFB192/ISO10126-2PADDING 19:28:19,179 INFO [main][CipherTest] transformation=RC2/OFB192/ISO10126PADDING 19:28:19,179 INFO [main][CipherTest] transformation=RC2/OFB192/ISO7816-4 19:28:19,179 INFO [main][CipherTest] transformation=RC2/OFB192/ISO7816-4PADDING 19:28:19,180 INFO [main][CipherTest] transformation=RC2/OFB192/NOPADDING 19:28:19,180 INFO [main][CipherTest] transformation=RC2/OFB192/PKCS5 19:28:19,180 INFO [main][CipherTest] transformation=RC2/OFB192/PKCS5PADDING 19:28:19,180 INFO [main][CipherTest] transformation=RC2/OFB192/PKCS7 19:28:19,180 INFO [main][CipherTest] transformation=RC2/OFB192/PKCS7PADDING 19:28:19,180 INFO [main][CipherTest] transformation=RC2/OFB192/TBC 19:28:19,180 INFO [main][CipherTest] transformation=RC2/OFB192/TBCPADDING 19:28:19,180 INFO [main][CipherTest] transformation=RC2/OFB192/X9.23 19:28:19,180 INFO [main][CipherTest] transformation=RC2/OFB192/X9.23PADDING 19:28:19,181 INFO [main][CipherTest] transformation=RC2/OFB192/ZEROBYTE 19:28:19,181 INFO [main][CipherTest] transformation=RC2/OFB192/ZEROBYTEPADDING 19:28:19,181 INFO [main][CipherTest] transformation=RC2/OFB200/ 19:28:19,181 INFO [main][CipherTest] transformation=RC2/OFB200/ISO10126 19:28:19,181 INFO [main][CipherTest] transformation=RC2/OFB200/ISO10126-2 19:28:19,181 INFO [main][CipherTest] transformation=RC2/OFB200/ISO10126-2PADDING 19:28:19,181 INFO [main][CipherTest] transformation=RC2/OFB200/ISO10126PADDING 19:28:19,181 INFO [main][CipherTest] transformation=RC2/OFB200/ISO7816-4 19:28:19,181 INFO [main][CipherTest] transformation=RC2/OFB200/ISO7816-4PADDING 19:28:19,182 INFO [main][CipherTest] transformation=RC2/OFB200/NOPADDING 19:28:19,182 INFO [main][CipherTest] transformation=RC2/OFB200/PKCS5 19:28:19,182 INFO [main][CipherTest] transformation=RC2/OFB200/PKCS5PADDING 19:28:19,182 INFO [main][CipherTest] transformation=RC2/OFB200/PKCS7 19:28:19,182 INFO [main][CipherTest] transformation=RC2/OFB200/PKCS7PADDING 19:28:19,182 INFO [main][CipherTest] transformation=RC2/OFB200/TBC 19:28:19,182 INFO [main][CipherTest] transformation=RC2/OFB200/TBCPADDING 19:28:19,182 INFO [main][CipherTest] transformation=RC2/OFB200/X9.23 19:28:19,182 INFO [main][CipherTest] transformation=RC2/OFB200/X9.23PADDING 19:28:19,183 INFO [main][CipherTest] transformation=RC2/OFB200/ZEROBYTE 19:28:19,183 INFO [main][CipherTest] transformation=RC2/OFB200/ZEROBYTEPADDING 19:28:19,183 INFO [main][CipherTest] transformation=RC2/OFB208/ 19:28:19,183 INFO [main][CipherTest] transformation=RC2/OFB208/ISO10126 19:28:19,183 INFO [main][CipherTest] transformation=RC2/OFB208/ISO10126-2 19:28:19,183 INFO [main][CipherTest] transformation=RC2/OFB208/ISO10126-2PADDING 19:28:19,183 INFO [main][CipherTest] transformation=RC2/OFB208/ISO10126PADDING 19:28:19,183 INFO [main][CipherTest] transformation=RC2/OFB208/ISO7816-4 19:28:19,184 INFO [main][CipherTest] transformation=RC2/OFB208/ISO7816-4PADDING 19:28:19,184 INFO [main][CipherTest] transformation=RC2/OFB208/NOPADDING 19:28:19,184 INFO [main][CipherTest] transformation=RC2/OFB208/PKCS5 19:28:19,184 INFO [main][CipherTest] transformation=RC2/OFB208/PKCS5PADDING 19:28:19,184 INFO [main][CipherTest] transformation=RC2/OFB208/PKCS7 19:28:19,184 INFO [main][CipherTest] transformation=RC2/OFB208/PKCS7PADDING 19:28:19,184 INFO [main][CipherTest] transformation=RC2/OFB208/TBC 19:28:19,184 INFO [main][CipherTest] transformation=RC2/OFB208/TBCPADDING 19:28:19,184 INFO [main][CipherTest] transformation=RC2/OFB208/X9.23 19:28:19,185 INFO [main][CipherTest] transformation=RC2/OFB208/X9.23PADDING 19:28:19,185 INFO [main][CipherTest] transformation=RC2/OFB208/ZEROBYTE 19:28:19,185 INFO [main][CipherTest] transformation=RC2/OFB208/ZEROBYTEPADDING 19:28:19,185 INFO [main][CipherTest] transformation=RC2/OFB216/ 19:28:19,185 INFO [main][CipherTest] transformation=RC2/OFB216/ISO10126 19:28:19,185 INFO [main][CipherTest] transformation=RC2/OFB216/ISO10126-2 19:28:19,185 INFO [main][CipherTest] transformation=RC2/OFB216/ISO10126-2PADDING 19:28:19,185 INFO [main][CipherTest] transformation=RC2/OFB216/ISO10126PADDING 19:28:19,185 INFO [main][CipherTest] transformation=RC2/OFB216/ISO7816-4 19:28:19,186 INFO [main][CipherTest] transformation=RC2/OFB216/ISO7816-4PADDING 19:28:19,186 INFO [main][CipherTest] transformation=RC2/OFB216/NOPADDING 19:28:19,186 INFO [main][CipherTest] transformation=RC2/OFB216/PKCS5 19:28:19,186 INFO [main][CipherTest] transformation=RC2/OFB216/PKCS5PADDING 19:28:19,186 INFO [main][CipherTest] transformation=RC2/OFB216/PKCS7 19:28:19,186 INFO [main][CipherTest] transformation=RC2/OFB216/PKCS7PADDING 19:28:19,186 INFO [main][CipherTest] transformation=RC2/OFB216/TBC 19:28:19,186 INFO [main][CipherTest] transformation=RC2/OFB216/TBCPADDING 19:28:19,187 INFO [main][CipherTest] transformation=RC2/OFB216/X9.23 19:28:19,187 INFO [main][CipherTest] transformation=RC2/OFB216/X9.23PADDING 19:28:19,187 INFO [main][CipherTest] transformation=RC2/OFB216/ZEROBYTE 19:28:19,187 INFO [main][CipherTest] transformation=RC2/OFB216/ZEROBYTEPADDING 19:28:19,187 INFO [main][CipherTest] transformation=RC2/OFB224/ 19:28:19,187 INFO [main][CipherTest] transformation=RC2/OFB224/ISO10126 19:28:19,187 INFO [main][CipherTest] transformation=RC2/OFB224/ISO10126-2 19:28:19,187 INFO [main][CipherTest] transformation=RC2/OFB224/ISO10126-2PADDING 19:28:19,187 INFO [main][CipherTest] transformation=RC2/OFB224/ISO10126PADDING 19:28:19,188 INFO [main][CipherTest] transformation=RC2/OFB224/ISO7816-4 19:28:19,188 INFO [main][CipherTest] transformation=RC2/OFB224/ISO7816-4PADDING 19:28:19,188 INFO [main][CipherTest] transformation=RC2/OFB224/NOPADDING 19:28:19,188 INFO [main][CipherTest] transformation=RC2/OFB224/PKCS5 19:28:19,188 INFO [main][CipherTest] transformation=RC2/OFB224/PKCS5PADDING 19:28:19,188 INFO [main][CipherTest] transformation=RC2/OFB224/PKCS7 19:28:19,188 INFO [main][CipherTest] transformation=RC2/OFB224/PKCS7PADDING 19:28:19,188 INFO [main][CipherTest] transformation=RC2/OFB224/TBC 19:28:19,189 INFO [main][CipherTest] transformation=RC2/OFB224/TBCPADDING 19:28:19,189 INFO [main][CipherTest] transformation=RC2/OFB224/X9.23 19:28:19,189 INFO [main][CipherTest] transformation=RC2/OFB224/X9.23PADDING 19:28:19,189 INFO [main][CipherTest] transformation=RC2/OFB224/ZEROBYTE 19:28:19,189 INFO [main][CipherTest] transformation=RC2/OFB224/ZEROBYTEPADDING 19:28:19,189 INFO [main][CipherTest] transformation=RC2/OFB232/ 19:28:19,189 INFO [main][CipherTest] transformation=RC2/OFB232/ISO10126 19:28:19,189 INFO [main][CipherTest] transformation=RC2/OFB232/ISO10126-2 19:28:19,189 INFO [main][CipherTest] transformation=RC2/OFB232/ISO10126-2PADDING 19:28:19,190 INFO [main][CipherTest] transformation=RC2/OFB232/ISO10126PADDING 19:28:19,190 INFO [main][CipherTest] transformation=RC2/OFB232/ISO7816-4 19:28:19,190 INFO [main][CipherTest] transformation=RC2/OFB232/ISO7816-4PADDING 19:28:19,190 INFO [main][CipherTest] transformation=RC2/OFB232/NOPADDING 19:28:19,190 INFO [main][CipherTest] transformation=RC2/OFB232/PKCS5 19:28:19,190 INFO [main][CipherTest] transformation=RC2/OFB232/PKCS5PADDING 19:28:19,190 INFO [main][CipherTest] transformation=RC2/OFB232/PKCS7 19:28:19,190 INFO [main][CipherTest] transformation=RC2/OFB232/PKCS7PADDING 19:28:19,190 INFO [main][CipherTest] transformation=RC2/OFB232/TBC 19:28:19,191 INFO [main][CipherTest] transformation=RC2/OFB232/TBCPADDING 19:28:19,191 INFO [main][CipherTest] transformation=RC2/OFB232/X9.23 19:28:19,191 INFO [main][CipherTest] transformation=RC2/OFB232/X9.23PADDING 19:28:19,191 INFO [main][CipherTest] transformation=RC2/OFB232/ZEROBYTE 19:28:19,191 INFO [main][CipherTest] transformation=RC2/OFB232/ZEROBYTEPADDING 19:28:19,191 INFO [main][CipherTest] transformation=RC2/OFB24/ 19:28:19,191 INFO [main][CipherTest] transformation=RC2/OFB24/ISO10126 19:28:19,191 INFO [main][CipherTest] transformation=RC2/OFB24/ISO10126-2 19:28:19,191 INFO [main][CipherTest] transformation=RC2/OFB24/ISO10126-2PADDING 19:28:19,192 INFO [main][CipherTest] transformation=RC2/OFB24/ISO10126PADDING 19:28:19,192 INFO [main][CipherTest] transformation=RC2/OFB24/ISO7816-4 19:28:19,192 INFO [main][CipherTest] transformation=RC2/OFB24/ISO7816-4PADDING 19:28:19,192 INFO [main][CipherTest] transformation=RC2/OFB24/NOPADDING 19:28:19,192 INFO [main][CipherTest] transformation=RC2/OFB24/PKCS5 19:28:19,192 INFO [main][CipherTest] transformation=RC2/OFB24/PKCS5PADDING 19:28:19,192 INFO [main][CipherTest] transformation=RC2/OFB24/PKCS7 19:28:19,192 INFO [main][CipherTest] transformation=RC2/OFB24/PKCS7PADDING 19:28:19,192 INFO [main][CipherTest] transformation=RC2/OFB24/TBC 19:28:19,193 INFO [main][CipherTest] transformation=RC2/OFB24/TBCPADDING 19:28:19,193 INFO [main][CipherTest] transformation=RC2/OFB24/X9.23 19:28:19,193 INFO [main][CipherTest] transformation=RC2/OFB24/X9.23PADDING 19:28:19,193 INFO [main][CipherTest] transformation=RC2/OFB24/ZEROBYTE 19:28:19,193 INFO [main][CipherTest] transformation=RC2/OFB24/ZEROBYTEPADDING 19:28:19,193 INFO [main][CipherTest] transformation=RC2/OFB240/ 19:28:19,193 INFO [main][CipherTest] transformation=RC2/OFB240/ISO10126 19:28:19,193 INFO [main][CipherTest] transformation=RC2/OFB240/ISO10126-2 19:28:19,193 INFO [main][CipherTest] transformation=RC2/OFB240/ISO10126-2PADDING 19:28:19,194 INFO [main][CipherTest] transformation=RC2/OFB240/ISO10126PADDING 19:28:19,194 INFO [main][CipherTest] transformation=RC2/OFB240/ISO7816-4 19:28:19,194 INFO [main][CipherTest] transformation=RC2/OFB240/ISO7816-4PADDING 19:28:19,194 INFO [main][CipherTest] transformation=RC2/OFB240/NOPADDING 19:28:19,194 INFO [main][CipherTest] transformation=RC2/OFB240/PKCS5 19:28:19,194 INFO [main][CipherTest] transformation=RC2/OFB240/PKCS5PADDING 19:28:19,194 INFO [main][CipherTest] transformation=RC2/OFB240/PKCS7 19:28:19,194 INFO [main][CipherTest] transformation=RC2/OFB240/PKCS7PADDING 19:28:19,195 INFO [main][CipherTest] transformation=RC2/OFB240/TBC 19:28:19,195 INFO [main][CipherTest] transformation=RC2/OFB240/TBCPADDING 19:28:19,195 INFO [main][CipherTest] transformation=RC2/OFB240/X9.23 19:28:19,195 INFO [main][CipherTest] transformation=RC2/OFB240/X9.23PADDING 19:28:19,195 INFO [main][CipherTest] transformation=RC2/OFB240/ZEROBYTE 19:28:19,195 INFO [main][CipherTest] transformation=RC2/OFB240/ZEROBYTEPADDING 19:28:19,195 INFO [main][CipherTest] transformation=RC2/OFB248/ 19:28:19,195 INFO [main][CipherTest] transformation=RC2/OFB248/ISO10126 19:28:19,196 INFO [main][CipherTest] transformation=RC2/OFB248/ISO10126-2 19:28:19,196 INFO [main][CipherTest] transformation=RC2/OFB248/ISO10126-2PADDING 19:28:19,196 INFO [main][CipherTest] transformation=RC2/OFB248/ISO10126PADDING 19:28:19,196 INFO [main][CipherTest] transformation=RC2/OFB248/ISO7816-4 19:28:19,196 INFO [main][CipherTest] transformation=RC2/OFB248/ISO7816-4PADDING 19:28:19,196 INFO [main][CipherTest] transformation=RC2/OFB248/NOPADDING 19:28:19,196 INFO [main][CipherTest] transformation=RC2/OFB248/PKCS5 19:28:19,196 INFO [main][CipherTest] transformation=RC2/OFB248/PKCS5PADDING 19:28:19,196 INFO [main][CipherTest] transformation=RC2/OFB248/PKCS7 19:28:19,197 INFO [main][CipherTest] transformation=RC2/OFB248/PKCS7PADDING 19:28:19,197 INFO [main][CipherTest] transformation=RC2/OFB248/TBC 19:28:19,197 INFO [main][CipherTest] transformation=RC2/OFB248/TBCPADDING 19:28:19,197 INFO [main][CipherTest] transformation=RC2/OFB248/X9.23 19:28:19,197 INFO [main][CipherTest] transformation=RC2/OFB248/X9.23PADDING 19:28:19,197 INFO [main][CipherTest] transformation=RC2/OFB248/ZEROBYTE 19:28:19,197 INFO [main][CipherTest] transformation=RC2/OFB248/ZEROBYTEPADDING 19:28:19,197 INFO [main][CipherTest] transformation=RC2/OFB256/ 19:28:19,197 INFO [main][CipherTest] transformation=RC2/OFB256/ISO10126 19:28:19,198 INFO [main][CipherTest] transformation=RC2/OFB256/ISO10126-2 19:28:19,198 INFO [main][CipherTest] transformation=RC2/OFB256/ISO10126-2PADDING 19:28:19,198 INFO [main][CipherTest] transformation=RC2/OFB256/ISO10126PADDING 19:28:19,198 INFO [main][CipherTest] transformation=RC2/OFB256/ISO7816-4 19:28:19,198 INFO [main][CipherTest] transformation=RC2/OFB256/ISO7816-4PADDING 19:28:19,198 INFO [main][CipherTest] transformation=RC2/OFB256/NOPADDING 19:28:19,198 INFO [main][CipherTest] transformation=RC2/OFB256/PKCS5 19:28:19,198 INFO [main][CipherTest] transformation=RC2/OFB256/PKCS5PADDING 19:28:19,199 INFO [main][CipherTest] transformation=RC2/OFB256/PKCS7 19:28:19,199 INFO [main][CipherTest] transformation=RC2/OFB256/PKCS7PADDING 19:28:19,199 INFO [main][CipherTest] transformation=RC2/OFB256/TBC 19:28:19,199 INFO [main][CipherTest] transformation=RC2/OFB256/TBCPADDING 19:28:19,199 INFO [main][CipherTest] transformation=RC2/OFB256/X9.23 19:28:19,199 INFO [main][CipherTest] transformation=RC2/OFB256/X9.23PADDING 19:28:19,199 INFO [main][CipherTest] transformation=RC2/OFB256/ZEROBYTE 19:28:19,199 INFO [main][CipherTest] transformation=RC2/OFB256/ZEROBYTEPADDING 19:28:19,199 INFO [main][CipherTest] transformation=RC2/OFB32/ 19:28:19,200 INFO [main][CipherTest] transformation=RC2/OFB32/ISO10126 19:28:19,200 INFO [main][CipherTest] transformation=RC2/OFB32/ISO10126-2 19:28:19,200 INFO [main][CipherTest] transformation=RC2/OFB32/ISO10126-2PADDING 19:28:19,200 INFO [main][CipherTest] transformation=RC2/OFB32/ISO10126PADDING 19:28:19,200 INFO [main][CipherTest] transformation=RC2/OFB32/ISO7816-4 19:28:19,200 INFO [main][CipherTest] transformation=RC2/OFB32/ISO7816-4PADDING 19:28:19,200 INFO [main][CipherTest] transformation=RC2/OFB32/NOPADDING 19:28:19,200 INFO [main][CipherTest] transformation=RC2/OFB32/PKCS5 19:28:19,201 INFO [main][CipherTest] transformation=RC2/OFB32/PKCS5PADDING 19:28:19,201 INFO [main][CipherTest] transformation=RC2/OFB32/PKCS7 19:28:19,201 INFO [main][CipherTest] transformation=RC2/OFB32/PKCS7PADDING 19:28:19,201 INFO [main][CipherTest] transformation=RC2/OFB32/TBC 19:28:19,201 INFO [main][CipherTest] transformation=RC2/OFB32/TBCPADDING 19:28:19,201 INFO [main][CipherTest] transformation=RC2/OFB32/X9.23 19:28:19,201 INFO [main][CipherTest] transformation=RC2/OFB32/X9.23PADDING 19:28:19,201 INFO [main][CipherTest] transformation=RC2/OFB32/ZEROBYTE 19:28:19,201 INFO [main][CipherTest] transformation=RC2/OFB32/ZEROBYTEPADDING 19:28:19,202 INFO [main][CipherTest] transformation=RC2/OFB40/ 19:28:19,202 INFO [main][CipherTest] transformation=RC2/OFB40/ISO10126 19:28:19,202 INFO [main][CipherTest] transformation=RC2/OFB40/ISO10126-2 19:28:19,202 INFO [main][CipherTest] transformation=RC2/OFB40/ISO10126-2PADDING 19:28:19,202 INFO [main][CipherTest] transformation=RC2/OFB40/ISO10126PADDING 19:28:19,202 INFO [main][CipherTest] transformation=RC2/OFB40/ISO7816-4 19:28:19,202 INFO [main][CipherTest] transformation=RC2/OFB40/ISO7816-4PADDING 19:28:19,202 INFO [main][CipherTest] transformation=RC2/OFB40/NOPADDING 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/PKCS5 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/PKCS5PADDING 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/PKCS7 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/PKCS7PADDING 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/TBC 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/TBCPADDING 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/X9.23 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/X9.23PADDING 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/ZEROBYTE 19:28:19,203 INFO [main][CipherTest] transformation=RC2/OFB40/ZEROBYTEPADDING 19:28:19,204 INFO [main][CipherTest] transformation=RC2/OFB48/ 19:28:19,204 INFO [main][CipherTest] transformation=RC2/OFB48/ISO10126 19:28:19,204 INFO [main][CipherTest] transformation=RC2/OFB48/ISO10126-2 19:28:19,204 INFO [main][CipherTest] transformation=RC2/OFB48/ISO10126-2PADDING 19:28:19,204 INFO [main][CipherTest] transformation=RC2/OFB48/ISO10126PADDING 19:28:19,204 INFO [main][CipherTest] transformation=RC2/OFB48/ISO7816-4 19:28:19,204 INFO [main][CipherTest] transformation=RC2/OFB48/ISO7816-4PADDING 19:28:19,204 INFO [main][CipherTest] transformation=RC2/OFB48/NOPADDING 19:28:19,204 INFO [main][CipherTest] transformation=RC2/OFB48/PKCS5 19:28:19,205 INFO [main][CipherTest] transformation=RC2/OFB48/PKCS5PADDING 19:28:19,205 INFO [main][CipherTest] transformation=RC2/OFB48/PKCS7 19:28:19,205 INFO [main][CipherTest] transformation=RC2/OFB48/PKCS7PADDING 19:28:19,205 INFO [main][CipherTest] transformation=RC2/OFB48/TBC 19:28:19,205 INFO [main][CipherTest] transformation=RC2/OFB48/TBCPADDING 19:28:19,205 INFO [main][CipherTest] transformation=RC2/OFB48/X9.23 19:28:19,205 INFO [main][CipherTest] transformation=RC2/OFB48/X9.23PADDING 19:28:19,205 INFO [main][CipherTest] transformation=RC2/OFB48/ZEROBYTE 19:28:19,205 INFO [main][CipherTest] transformation=RC2/OFB48/ZEROBYTEPADDING 19:28:19,206 INFO [main][CipherTest] transformation=RC2/OFB56/ 19:28:19,206 INFO [main][CipherTest] transformation=RC2/OFB56/ISO10126 19:28:19,206 INFO [main][CipherTest] transformation=RC2/OFB56/ISO10126-2 19:28:19,206 INFO [main][CipherTest] transformation=RC2/OFB56/ISO10126-2PADDING 19:28:19,206 INFO [main][CipherTest] transformation=RC2/OFB56/ISO10126PADDING 19:28:19,206 INFO [main][CipherTest] transformation=RC2/OFB56/ISO7816-4 19:28:19,206 INFO [main][CipherTest] transformation=RC2/OFB56/ISO7816-4PADDING 19:28:19,206 INFO [main][CipherTest] transformation=RC2/OFB56/NOPADDING 19:28:19,207 INFO [main][CipherTest] transformation=RC2/OFB56/PKCS5 19:28:19,207 INFO [main][CipherTest] transformation=RC2/OFB56/PKCS5PADDING 19:28:19,207 INFO [main][CipherTest] transformation=RC2/OFB56/PKCS7 19:28:19,207 INFO [main][CipherTest] transformation=RC2/OFB56/PKCS7PADDING 19:28:19,207 INFO [main][CipherTest] transformation=RC2/OFB56/TBC 19:28:19,207 INFO [main][CipherTest] transformation=RC2/OFB56/TBCPADDING 19:28:19,207 INFO [main][CipherTest] transformation=RC2/OFB56/X9.23 19:28:19,207 INFO [main][CipherTest] transformation=RC2/OFB56/X9.23PADDING 19:28:19,207 INFO [main][CipherTest] transformation=RC2/OFB56/ZEROBYTE 19:28:19,208 INFO [main][CipherTest] transformation=RC2/OFB56/ZEROBYTEPADDING 19:28:19,208 INFO [main][CipherTest] transformation=RC2/OFB64/ 19:28:19,208 INFO [main][CipherTest] transformation=RC2/OFB64/ISO10126 19:28:19,208 INFO [main][CipherTest] transformation=RC2/OFB64/ISO10126-2 19:28:19,208 INFO [main][CipherTest] transformation=RC2/OFB64/ISO10126-2PADDING 19:28:19,208 INFO [main][CipherTest] transformation=RC2/OFB64/ISO10126PADDING 19:28:19,208 INFO [main][CipherTest] transformation=RC2/OFB64/ISO7816-4 19:28:19,208 INFO [main][CipherTest] transformation=RC2/OFB64/ISO7816-4PADDING 19:28:19,208 INFO [main][CipherTest] transformation=RC2/OFB64/NOPADDING 19:28:19,209 INFO [main][CipherTest] transformation=RC2/OFB64/PKCS5 19:28:19,209 INFO [main][CipherTest] transformation=RC2/OFB64/PKCS5PADDING 19:28:19,209 INFO [main][CipherTest] transformation=RC2/OFB64/PKCS7 19:28:19,209 INFO [main][CipherTest] transformation=RC2/OFB64/PKCS7PADDING 19:28:19,209 INFO [main][CipherTest] transformation=RC2/OFB64/TBC 19:28:19,209 INFO [main][CipherTest] transformation=RC2/OFB64/TBCPADDING 19:28:19,209 INFO [main][CipherTest] transformation=RC2/OFB64/X9.23 19:28:19,209 INFO [main][CipherTest] transformation=RC2/OFB64/X9.23PADDING 19:28:19,210 INFO [main][CipherTest] transformation=RC2/OFB64/ZEROBYTE 19:28:19,210 INFO [main][CipherTest] transformation=RC2/OFB64/ZEROBYTEPADDING 19:28:19,210 INFO [main][CipherTest] transformation=RC2/OFB72/ 19:28:19,210 INFO [main][CipherTest] transformation=RC2/OFB72/ISO10126 19:28:19,210 INFO [main][CipherTest] transformation=RC2/OFB72/ISO10126-2 19:28:19,210 INFO [main][CipherTest] transformation=RC2/OFB72/ISO10126-2PADDING 19:28:19,210 INFO [main][CipherTest] transformation=RC2/OFB72/ISO10126PADDING 19:28:19,210 INFO [main][CipherTest] transformation=RC2/OFB72/ISO7816-4 19:28:19,210 INFO [main][CipherTest] transformation=RC2/OFB72/ISO7816-4PADDING 19:28:19,211 INFO [main][CipherTest] transformation=RC2/OFB72/NOPADDING 19:28:19,211 INFO [main][CipherTest] transformation=RC2/OFB72/PKCS5 19:28:19,211 INFO [main][CipherTest] transformation=RC2/OFB72/PKCS5PADDING 19:28:19,211 INFO [main][CipherTest] transformation=RC2/OFB72/PKCS7 19:28:19,211 INFO [main][CipherTest] transformation=RC2/OFB72/PKCS7PADDING 19:28:19,211 INFO [main][CipherTest] transformation=RC2/OFB72/TBC 19:28:19,211 INFO [main][CipherTest] transformation=RC2/OFB72/TBCPADDING 19:28:19,211 INFO [main][CipherTest] transformation=RC2/OFB72/X9.23 19:28:19,211 INFO [main][CipherTest] transformation=RC2/OFB72/X9.23PADDING 19:28:19,212 INFO [main][CipherTest] transformation=RC2/OFB72/ZEROBYTE 19:28:19,212 INFO [main][CipherTest] transformation=RC2/OFB72/ZEROBYTEPADDING 19:28:19,212 INFO [main][CipherTest] transformation=RC2/OFB8/ 19:28:19,212 INFO [main][CipherTest] transformation=RC2/OFB8/ISO10126 19:28:19,212 INFO [main][CipherTest] transformation=RC2/OFB8/ISO10126-2 19:28:19,212 INFO [main][CipherTest] transformation=RC2/OFB8/ISO10126-2PADDING 19:28:19,212 INFO [main][CipherTest] transformation=RC2/OFB8/ISO10126PADDING 19:28:19,212 INFO [main][CipherTest] transformation=RC2/OFB8/ISO7816-4 19:28:19,212 INFO [main][CipherTest] transformation=RC2/OFB8/ISO7816-4PADDING 19:28:19,213 INFO [main][CipherTest] transformation=RC2/OFB8/NOPADDING 19:28:19,213 INFO [main][CipherTest] transformation=RC2/OFB8/PKCS5 19:28:19,213 INFO [main][CipherTest] transformation=RC2/OFB8/PKCS5PADDING 19:28:19,213 INFO [main][CipherTest] transformation=RC2/OFB8/PKCS7 19:28:19,213 INFO [main][CipherTest] transformation=RC2/OFB8/PKCS7PADDING 19:28:19,213 INFO [main][CipherTest] transformation=RC2/OFB8/TBC 19:28:19,213 INFO [main][CipherTest] transformation=RC2/OFB8/TBCPADDING 19:28:19,213 INFO [main][CipherTest] transformation=RC2/OFB8/X9.23 19:28:19,214 INFO [main][CipherTest] transformation=RC2/OFB8/X9.23PADDING 19:28:19,214 INFO [main][CipherTest] transformation=RC2/OFB8/ZEROBYTE 19:28:19,214 INFO [main][CipherTest] transformation=RC2/OFB8/ZEROBYTEPADDING 19:28:19,214 INFO [main][CipherTest] transformation=RC2/OFB80/ 19:28:19,214 INFO [main][CipherTest] transformation=RC2/OFB80/ISO10126 19:28:19,214 INFO [main][CipherTest] transformation=RC2/OFB80/ISO10126-2 19:28:19,214 INFO [main][CipherTest] transformation=RC2/OFB80/ISO10126-2PADDING 19:28:19,214 INFO [main][CipherTest] transformation=RC2/OFB80/ISO10126PADDING 19:28:19,214 INFO [main][CipherTest] transformation=RC2/OFB80/ISO7816-4 19:28:19,215 INFO [main][CipherTest] transformation=RC2/OFB80/ISO7816-4PADDING 19:28:19,215 INFO [main][CipherTest] transformation=RC2/OFB80/NOPADDING 19:28:19,215 INFO [main][CipherTest] transformation=RC2/OFB80/PKCS5 19:28:19,215 INFO [main][CipherTest] transformation=RC2/OFB80/PKCS5PADDING 19:28:19,215 INFO [main][CipherTest] transformation=RC2/OFB80/PKCS7 19:28:19,215 INFO [main][CipherTest] transformation=RC2/OFB80/PKCS7PADDING 19:28:19,215 INFO [main][CipherTest] transformation=RC2/OFB80/TBC 19:28:19,215 INFO [main][CipherTest] transformation=RC2/OFB80/TBCPADDING 19:28:19,216 INFO [main][CipherTest] transformation=RC2/OFB80/X9.23 19:28:19,216 INFO [main][CipherTest] transformation=RC2/OFB80/X9.23PADDING 19:28:19,216 INFO [main][CipherTest] transformation=RC2/OFB80/ZEROBYTE 19:28:19,216 INFO [main][CipherTest] transformation=RC2/OFB80/ZEROBYTEPADDING 19:28:19,216 INFO [main][CipherTest] transformation=RC2/OFB88/ 19:28:19,216 INFO [main][CipherTest] transformation=RC2/OFB88/ISO10126 19:28:19,216 INFO [main][CipherTest] transformation=RC2/OFB88/ISO10126-2 19:28:19,216 INFO [main][CipherTest] transformation=RC2/OFB88/ISO10126-2PADDING 19:28:19,216 INFO [main][CipherTest] transformation=RC2/OFB88/ISO10126PADDING 19:28:19,217 INFO [main][CipherTest] transformation=RC2/OFB88/ISO7816-4 19:28:19,217 INFO [main][CipherTest] transformation=RC2/OFB88/ISO7816-4PADDING 19:28:19,217 INFO [main][CipherTest] transformation=RC2/OFB88/NOPADDING 19:28:19,217 INFO [main][CipherTest] transformation=RC2/OFB88/PKCS5 19:28:19,217 INFO [main][CipherTest] transformation=RC2/OFB88/PKCS5PADDING 19:28:19,217 INFO [main][CipherTest] transformation=RC2/OFB88/PKCS7 19:28:19,217 INFO [main][CipherTest] transformation=RC2/OFB88/PKCS7PADDING 19:28:19,217 INFO [main][CipherTest] transformation=RC2/OFB88/TBC 19:28:19,217 INFO [main][CipherTest] transformation=RC2/OFB88/TBCPADDING 19:28:19,218 INFO [main][CipherTest] transformation=RC2/OFB88/X9.23 19:28:19,218 INFO [main][CipherTest] transformation=RC2/OFB88/X9.23PADDING 19:28:19,218 INFO [main][CipherTest] transformation=RC2/OFB88/ZEROBYTE 19:28:19,218 INFO [main][CipherTest] transformation=RC2/OFB88/ZEROBYTEPADDING 19:28:19,218 INFO [main][CipherTest] transformation=RC2/OFB96/ 19:28:19,218 INFO [main][CipherTest] transformation=RC2/OFB96/ISO10126 19:28:19,218 INFO [main][CipherTest] transformation=RC2/OFB96/ISO10126-2 19:28:19,218 INFO [main][CipherTest] transformation=RC2/OFB96/ISO10126-2PADDING 19:28:19,218 INFO [main][CipherTest] transformation=RC2/OFB96/ISO10126PADDING 19:28:19,219 INFO [main][CipherTest] transformation=RC2/OFB96/ISO7816-4 19:28:19,219 INFO [main][CipherTest] transformation=RC2/OFB96/ISO7816-4PADDING 19:28:19,219 INFO [main][CipherTest] transformation=RC2/OFB96/NOPADDING 19:28:19,219 INFO [main][CipherTest] transformation=RC2/OFB96/PKCS5 19:28:19,219 INFO [main][CipherTest] transformation=RC2/OFB96/PKCS5PADDING 19:28:19,219 INFO [main][CipherTest] transformation=RC2/OFB96/PKCS7 19:28:19,219 INFO [main][CipherTest] transformation=RC2/OFB96/PKCS7PADDING 19:28:19,219 INFO [main][CipherTest] transformation=RC2/OFB96/TBC 19:28:19,219 INFO [main][CipherTest] transformation=RC2/OFB96/TBCPADDING 19:28:19,220 INFO [main][CipherTest] transformation=RC2/OFB96/X9.23 19:28:19,220 INFO [main][CipherTest] transformation=RC2/OFB96/X9.23PADDING 19:28:19,220 INFO [main][CipherTest] transformation=RC2/OFB96/ZEROBYTE 19:28:19,220 INFO [main][CipherTest] transformation=RC2/OFB96/ZEROBYTEPADDING 19:28:19,220 INFO [main][CipherTest] transformation=RC2/SIC/ 19:28:19,220 INFO [main][CipherTest] transformation=RC2/SIC/ISO10126 19:28:19,221 INFO [main][CipherTest] transformation=RC2/SIC/ISO10126-2 19:28:19,221 INFO [main][CipherTest] transformation=RC2/SIC/ISO10126-2PADDING 19:28:19,221 INFO [main][CipherTest] transformation=RC2/SIC/ISO10126PADDING 19:28:19,221 INFO [main][CipherTest] transformation=RC2/SIC/ISO7816-4 19:28:19,221 INFO [main][CipherTest] transformation=RC2/SIC/ISO7816-4PADDING 19:28:19,221 INFO [main][CipherTest] transformation=RC2/SIC/NOPADDING 19:28:19,222 INFO [main][CipherTest] transformation=RC2/SIC/PKCS5 19:28:19,222 INFO [main][CipherTest] transformation=RC2/SIC/PKCS5PADDING 19:28:19,223 INFO [main][CipherTest] transformation=RC2/SIC/PKCS7 19:28:19,223 INFO [main][CipherTest] transformation=RC2/SIC/PKCS7PADDING 19:28:19,223 INFO [main][CipherTest] transformation=RC2/SIC/TBC 19:28:19,223 INFO [main][CipherTest] transformation=RC2/SIC/TBCPADDING 19:28:19,223 INFO [main][CipherTest] transformation=RC2/SIC/X9.23 19:28:19,224 INFO [main][CipherTest] transformation=RC2/SIC/X9.23PADDING 19:28:19,224 INFO [main][CipherTest] transformation=RC2/SIC/ZEROBYTE 19:28:19,224 INFO [main][CipherTest] transformation=RC2/SIC/ZEROBYTEPADDING 19:28:19,224 INFO [main][CipherTest] transformation=RC4// 19:28:19,225 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC4//" does not support IV => Skipping. 19:28:19,225 INFO [main][CipherTest] transformation=RC4//NOPADDING 19:28:19,225 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC4//NOPADDING" does not support IV => Skipping. 19:28:19,225 INFO [main][CipherTest] transformation=RC4/ECB/ 19:28:19,225 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC4/ECB/" does not support IV => Skipping. 19:28:19,225 INFO [main][CipherTest] transformation=RC4/ECB/NOPADDING 19:28:19,226 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC4/ECB/NOPADDING" does not support IV => Skipping. 19:28:19,226 INFO [main][CipherTest] transformation=RC5-32// 19:28:19,226 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32//" does not support IV => Skipping. 19:28:19,226 INFO [main][CipherTest] transformation=RC5-32//NOPADDING 19:28:19,227 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32//NOPADDING" does not support IV => Skipping. 19:28:19,227 INFO [main][CipherTest] transformation=RC5-32/CBC-CTS/ 19:28:19,227 INFO [main][CipherTest] transformation=RC5-32/CBC-CTS/NOPADDING 19:28:19,227 INFO [main][CipherTest] transformation=RC5-32/CBC/ 19:28:19,228 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO10126 19:28:19,228 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO10126-2 19:28:19,228 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO10126-2PADDING 19:28:19,230 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO10126PADDING 19:28:19,230 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO7816-4 19:28:19,230 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO7816-4PADDING 19:28:19,231 INFO [main][CipherTest] transformation=RC5-32/CBC/NOPADDING 19:28:19,231 INFO [main][CipherTest] transformation=RC5-32/CBC/PKCS5 19:28:19,231 INFO [main][CipherTest] transformation=RC5-32/CBC/PKCS5PADDING 19:28:19,232 INFO [main][CipherTest] transformation=RC5-32/CBC/PKCS7 19:28:19,232 INFO [main][CipherTest] transformation=RC5-32/CBC/PKCS7PADDING 19:28:19,232 INFO [main][CipherTest] transformation=RC5-32/CBC/TBC 19:28:19,233 INFO [main][CipherTest] transformation=RC5-32/CBC/TBCPADDING 19:28:19,233 INFO [main][CipherTest] transformation=RC5-32/CBC/X9.23 19:28:19,234 INFO [main][CipherTest] transformation=RC5-32/CBC/X9.23PADDING 19:28:19,234 INFO [main][CipherTest] transformation=RC5-32/CBC/ZEROBYTE 19:28:19,234 INFO [main][CipherTest] transformation=RC5-32/CBC/ZEROBYTEPADDING 19:28:19,235 INFO [main][CipherTest] transformation=RC5-32/CFB/ 19:28:19,235 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO10126 19:28:19,235 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO10126-2 19:28:19,236 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO10126-2PADDING 19:28:19,236 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO10126PADDING 19:28:19,236 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO7816-4 19:28:19,236 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO7816-4PADDING 19:28:19,237 INFO [main][CipherTest] transformation=RC5-32/CFB/NOPADDING 19:28:19,237 INFO [main][CipherTest] transformation=RC5-32/CFB/PKCS5 19:28:19,237 INFO [main][CipherTest] transformation=RC5-32/CFB/PKCS5PADDING 19:28:19,238 INFO [main][CipherTest] transformation=RC5-32/CFB/PKCS7 19:28:19,239 INFO [main][CipherTest] transformation=RC5-32/CFB/PKCS7PADDING 19:28:19,239 INFO [main][CipherTest] transformation=RC5-32/CFB/TBC 19:28:19,240 INFO [main][CipherTest] transformation=RC5-32/CFB/TBCPADDING 19:28:19,240 INFO [main][CipherTest] transformation=RC5-32/CFB/X9.23 19:28:19,240 INFO [main][CipherTest] transformation=RC5-32/CFB/X9.23PADDING 19:28:19,240 INFO [main][CipherTest] transformation=RC5-32/CFB/ZEROBYTE 19:28:19,240 INFO [main][CipherTest] transformation=RC5-32/CFB/ZEROBYTEPADDING 19:28:19,241 INFO [main][CipherTest] transformation=RC5-32/CFB104/ 19:28:19,241 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO10126 19:28:19,241 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO10126-2 19:28:19,248 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO10126-2PADDING 19:28:19,249 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO10126PADDING 19:28:19,250 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO7816-4 19:28:19,250 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO7816-4PADDING 19:28:19,250 INFO [main][CipherTest] transformation=RC5-32/CFB104/NOPADDING 19:28:19,251 INFO [main][CipherTest] transformation=RC5-32/CFB104/PKCS5 19:28:19,251 INFO [main][CipherTest] transformation=RC5-32/CFB104/PKCS5PADDING 19:28:19,251 INFO [main][CipherTest] transformation=RC5-32/CFB104/PKCS7 19:28:19,256 INFO [main][CipherTest] transformation=RC5-32/CFB104/PKCS7PADDING 19:28:19,256 INFO [main][CipherTest] transformation=RC5-32/CFB104/TBC 19:28:19,256 INFO [main][CipherTest] transformation=RC5-32/CFB104/TBCPADDING 19:28:19,257 INFO [main][CipherTest] transformation=RC5-32/CFB104/X9.23 19:28:19,257 INFO [main][CipherTest] transformation=RC5-32/CFB104/X9.23PADDING 19:28:19,257 INFO [main][CipherTest] transformation=RC5-32/CFB104/ZEROBYTE 19:28:19,257 INFO [main][CipherTest] transformation=RC5-32/CFB104/ZEROBYTEPADDING 19:28:19,258 INFO [main][CipherTest] transformation=RC5-32/CFB112/ 19:28:19,258 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO10126 19:28:19,258 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO10126-2 19:28:19,258 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO10126-2PADDING 19:28:19,258 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO10126PADDING 19:28:19,259 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO7816-4 19:28:19,259 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO7816-4PADDING 19:28:19,259 INFO [main][CipherTest] transformation=RC5-32/CFB112/NOPADDING 19:28:19,259 INFO [main][CipherTest] transformation=RC5-32/CFB112/PKCS5 19:28:19,260 INFO [main][CipherTest] transformation=RC5-32/CFB112/PKCS5PADDING 19:28:19,260 INFO [main][CipherTest] transformation=RC5-32/CFB112/PKCS7 19:28:19,260 INFO [main][CipherTest] transformation=RC5-32/CFB112/PKCS7PADDING 19:28:19,260 INFO [main][CipherTest] transformation=RC5-32/CFB112/TBC 19:28:19,260 INFO [main][CipherTest] transformation=RC5-32/CFB112/TBCPADDING 19:28:19,261 INFO [main][CipherTest] transformation=RC5-32/CFB112/X9.23 19:28:19,261 INFO [main][CipherTest] transformation=RC5-32/CFB112/X9.23PADDING 19:28:19,261 INFO [main][CipherTest] transformation=RC5-32/CFB112/ZEROBYTE 19:28:19,261 INFO [main][CipherTest] transformation=RC5-32/CFB112/ZEROBYTEPADDING 19:28:19,261 INFO [main][CipherTest] transformation=RC5-32/CFB120/ 19:28:19,262 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO10126 19:28:19,262 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO10126-2 19:28:19,266 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO10126-2PADDING 19:28:19,266 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO10126PADDING 19:28:19,267 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO7816-4 19:28:19,267 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO7816-4PADDING 19:28:19,267 INFO [main][CipherTest] transformation=RC5-32/CFB120/NOPADDING 19:28:19,267 INFO [main][CipherTest] transformation=RC5-32/CFB120/PKCS5 19:28:19,268 INFO [main][CipherTest] transformation=RC5-32/CFB120/PKCS5PADDING 19:28:19,268 INFO [main][CipherTest] transformation=RC5-32/CFB120/PKCS7 19:28:19,268 INFO [main][CipherTest] transformation=RC5-32/CFB120/PKCS7PADDING 19:28:19,268 INFO [main][CipherTest] transformation=RC5-32/CFB120/TBC 19:28:19,268 INFO [main][CipherTest] transformation=RC5-32/CFB120/TBCPADDING 19:28:19,269 INFO [main][CipherTest] transformation=RC5-32/CFB120/X9.23 19:28:19,269 INFO [main][CipherTest] transformation=RC5-32/CFB120/X9.23PADDING 19:28:19,269 INFO [main][CipherTest] transformation=RC5-32/CFB120/ZEROBYTE 19:28:19,269 INFO [main][CipherTest] transformation=RC5-32/CFB120/ZEROBYTEPADDING 19:28:19,270 INFO [main][CipherTest] transformation=RC5-32/CFB128/ 19:28:19,270 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO10126 19:28:19,270 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO10126-2 19:28:19,270 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO10126-2PADDING 19:28:19,271 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO10126PADDING 19:28:19,271 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO7816-4 19:28:19,271 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO7816-4PADDING 19:28:19,272 INFO [main][CipherTest] transformation=RC5-32/CFB128/NOPADDING 19:28:19,274 INFO [main][CipherTest] transformation=RC5-32/CFB128/PKCS5 19:28:19,275 INFO [main][CipherTest] transformation=RC5-32/CFB128/PKCS5PADDING 19:28:19,275 INFO [main][CipherTest] transformation=RC5-32/CFB128/PKCS7 19:28:19,275 INFO [main][CipherTest] transformation=RC5-32/CFB128/PKCS7PADDING 19:28:19,275 INFO [main][CipherTest] transformation=RC5-32/CFB128/TBC 19:28:19,275 INFO [main][CipherTest] transformation=RC5-32/CFB128/TBCPADDING 19:28:19,276 INFO [main][CipherTest] transformation=RC5-32/CFB128/X9.23 19:28:19,276 INFO [main][CipherTest] transformation=RC5-32/CFB128/X9.23PADDING 19:28:19,276 INFO [main][CipherTest] transformation=RC5-32/CFB128/ZEROBYTE 19:28:19,276 INFO [main][CipherTest] transformation=RC5-32/CFB128/ZEROBYTEPADDING 19:28:19,277 INFO [main][CipherTest] transformation=RC5-32/CFB136/ 19:28:19,277 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO10126 19:28:19,278 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO10126-2 19:28:19,279 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO10126-2PADDING 19:28:19,279 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO10126PADDING 19:28:19,279 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO7816-4 19:28:19,280 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO7816-4PADDING 19:28:19,280 INFO [main][CipherTest] transformation=RC5-32/CFB136/NOPADDING 19:28:19,286 INFO [main][CipherTest] transformation=RC5-32/CFB136/PKCS5 19:28:19,287 INFO [main][CipherTest] transformation=RC5-32/CFB136/PKCS5PADDING 19:28:19,287 INFO [main][CipherTest] transformation=RC5-32/CFB136/PKCS7 19:28:19,287 INFO [main][CipherTest] transformation=RC5-32/CFB136/PKCS7PADDING 19:28:19,287 INFO [main][CipherTest] transformation=RC5-32/CFB136/TBC 19:28:19,288 INFO [main][CipherTest] transformation=RC5-32/CFB136/TBCPADDING 19:28:19,288 INFO [main][CipherTest] transformation=RC5-32/CFB136/X9.23 19:28:19,288 INFO [main][CipherTest] transformation=RC5-32/CFB136/X9.23PADDING 19:28:19,288 INFO [main][CipherTest] transformation=RC5-32/CFB136/ZEROBYTE 19:28:19,288 INFO [main][CipherTest] transformation=RC5-32/CFB136/ZEROBYTEPADDING 19:28:19,289 INFO [main][CipherTest] transformation=RC5-32/CFB144/ 19:28:19,289 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO10126 19:28:19,289 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO10126-2 19:28:19,289 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO10126-2PADDING 19:28:19,290 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO10126PADDING 19:28:19,290 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO7816-4 19:28:19,290 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO7816-4PADDING 19:28:19,290 INFO [main][CipherTest] transformation=RC5-32/CFB144/NOPADDING 19:28:19,291 INFO [main][CipherTest] transformation=RC5-32/CFB144/PKCS5 19:28:19,291 INFO [main][CipherTest] transformation=RC5-32/CFB144/PKCS5PADDING 19:28:19,291 INFO [main][CipherTest] transformation=RC5-32/CFB144/PKCS7 19:28:19,291 INFO [main][CipherTest] transformation=RC5-32/CFB144/PKCS7PADDING 19:28:19,291 INFO [main][CipherTest] transformation=RC5-32/CFB144/TBC 19:28:19,292 INFO [main][CipherTest] transformation=RC5-32/CFB144/TBCPADDING 19:28:19,292 INFO [main][CipherTest] transformation=RC5-32/CFB144/X9.23 19:28:19,292 INFO [main][CipherTest] transformation=RC5-32/CFB144/X9.23PADDING 19:28:19,292 INFO [main][CipherTest] transformation=RC5-32/CFB144/ZEROBYTE 19:28:19,293 INFO [main][CipherTest] transformation=RC5-32/CFB144/ZEROBYTEPADDING 19:28:19,293 INFO [main][CipherTest] transformation=RC5-32/CFB152/ 19:28:19,293 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO10126 19:28:19,293 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO10126-2 19:28:19,293 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO10126-2PADDING 19:28:19,294 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO10126PADDING 19:28:19,294 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO7816-4 19:28:19,294 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO7816-4PADDING 19:28:19,295 INFO [main][CipherTest] transformation=RC5-32/CFB152/NOPADDING 19:28:19,295 INFO [main][CipherTest] transformation=RC5-32/CFB152/PKCS5 19:28:19,296 INFO [main][CipherTest] transformation=RC5-32/CFB152/PKCS5PADDING 19:28:19,296 INFO [main][CipherTest] transformation=RC5-32/CFB152/PKCS7 19:28:19,297 INFO [main][CipherTest] transformation=RC5-32/CFB152/PKCS7PADDING 19:28:19,298 INFO [main][CipherTest] transformation=RC5-32/CFB152/TBC 19:28:19,298 INFO [main][CipherTest] transformation=RC5-32/CFB152/TBCPADDING 19:28:19,298 INFO [main][CipherTest] transformation=RC5-32/CFB152/X9.23 19:28:19,299 INFO [main][CipherTest] transformation=RC5-32/CFB152/X9.23PADDING 19:28:19,300 INFO [main][CipherTest] transformation=RC5-32/CFB152/ZEROBYTE 19:28:19,300 INFO [main][CipherTest] transformation=RC5-32/CFB152/ZEROBYTEPADDING 19:28:19,301 INFO [main][CipherTest] transformation=RC5-32/CFB16/ 19:28:19,301 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO10126 19:28:19,301 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO10126-2 19:28:19,302 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO10126-2PADDING 19:28:19,302 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO10126PADDING 19:28:19,303 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO7816-4 19:28:19,303 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO7816-4PADDING 19:28:19,303 INFO [main][CipherTest] transformation=RC5-32/CFB16/NOPADDING 19:28:19,303 INFO [main][CipherTest] transformation=RC5-32/CFB16/PKCS5 19:28:19,303 INFO [main][CipherTest] transformation=RC5-32/CFB16/PKCS5PADDING 19:28:19,303 INFO [main][CipherTest] transformation=RC5-32/CFB16/PKCS7 19:28:19,303 INFO [main][CipherTest] transformation=RC5-32/CFB16/PKCS7PADDING 19:28:19,303 INFO [main][CipherTest] transformation=RC5-32/CFB16/TBC 19:28:19,304 INFO [main][CipherTest] transformation=RC5-32/CFB16/TBCPADDING 19:28:19,304 INFO [main][CipherTest] transformation=RC5-32/CFB16/X9.23 19:28:19,304 INFO [main][CipherTest] transformation=RC5-32/CFB16/X9.23PADDING 19:28:19,304 INFO [main][CipherTest] transformation=RC5-32/CFB16/ZEROBYTE 19:28:19,304 INFO [main][CipherTest] transformation=RC5-32/CFB16/ZEROBYTEPADDING 19:28:19,304 INFO [main][CipherTest] transformation=RC5-32/CFB160/ 19:28:19,304 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO10126 19:28:19,304 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO10126-2 19:28:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO10126-2PADDING 19:28:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO10126PADDING 19:28:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO7816-4 19:28:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO7816-4PADDING 19:28:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB160/NOPADDING 19:28:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB160/PKCS5 19:28:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB160/PKCS5PADDING 19:28:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB160/PKCS7 19:28:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB160/PKCS7PADDING 19:28:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB160/TBC 19:28:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB160/TBCPADDING 19:28:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB160/X9.23 19:28:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB160/X9.23PADDING 19:28:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB160/ZEROBYTE 19:28:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB160/ZEROBYTEPADDING 19:28:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB168/ 19:28:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO10126 19:28:19,307 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO10126-2 19:28:19,307 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO10126-2PADDING 19:28:19,307 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO10126PADDING 19:28:19,307 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO7816-4 19:28:19,307 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO7816-4PADDING 19:28:19,307 INFO [main][CipherTest] transformation=RC5-32/CFB168/NOPADDING 19:28:19,307 INFO [main][CipherTest] transformation=RC5-32/CFB168/PKCS5 19:28:19,307 INFO [main][CipherTest] transformation=RC5-32/CFB168/PKCS5PADDING 19:28:19,308 INFO [main][CipherTest] transformation=RC5-32/CFB168/PKCS7 19:28:19,308 INFO [main][CipherTest] transformation=RC5-32/CFB168/PKCS7PADDING 19:28:19,308 INFO [main][CipherTest] transformation=RC5-32/CFB168/TBC 19:28:19,308 INFO [main][CipherTest] transformation=RC5-32/CFB168/TBCPADDING 19:28:19,308 INFO [main][CipherTest] transformation=RC5-32/CFB168/X9.23 19:28:19,308 INFO [main][CipherTest] transformation=RC5-32/CFB168/X9.23PADDING 19:28:19,308 INFO [main][CipherTest] transformation=RC5-32/CFB168/ZEROBYTE 19:28:19,308 INFO [main][CipherTest] transformation=RC5-32/CFB168/ZEROBYTEPADDING 19:28:19,309 INFO [main][CipherTest] transformation=RC5-32/CFB176/ 19:28:19,309 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO10126 19:28:19,309 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO10126-2 19:28:19,309 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO10126-2PADDING 19:28:19,309 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO10126PADDING 19:28:19,309 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO7816-4 19:28:19,309 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO7816-4PADDING 19:28:19,309 INFO [main][CipherTest] transformation=RC5-32/CFB176/NOPADDING 19:28:19,309 INFO [main][CipherTest] transformation=RC5-32/CFB176/PKCS5 19:28:19,310 INFO [main][CipherTest] transformation=RC5-32/CFB176/PKCS5PADDING 19:28:19,310 INFO [main][CipherTest] transformation=RC5-32/CFB176/PKCS7 19:28:19,310 INFO [main][CipherTest] transformation=RC5-32/CFB176/PKCS7PADDING 19:28:19,310 INFO [main][CipherTest] transformation=RC5-32/CFB176/TBC 19:28:19,310 INFO [main][CipherTest] transformation=RC5-32/CFB176/TBCPADDING 19:28:19,310 INFO [main][CipherTest] transformation=RC5-32/CFB176/X9.23 19:28:19,310 INFO [main][CipherTest] transformation=RC5-32/CFB176/X9.23PADDING 19:28:19,310 INFO [main][CipherTest] transformation=RC5-32/CFB176/ZEROBYTE 19:28:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB176/ZEROBYTEPADDING 19:28:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB184/ 19:28:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO10126 19:28:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO10126-2 19:28:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO10126-2PADDING 19:28:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO10126PADDING 19:28:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO7816-4 19:28:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO7816-4PADDING 19:28:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB184/NOPADDING 19:28:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB184/PKCS5 19:28:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB184/PKCS5PADDING 19:28:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB184/PKCS7 19:28:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB184/PKCS7PADDING 19:28:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB184/TBC 19:28:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB184/TBCPADDING 19:28:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB184/X9.23 19:28:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB184/X9.23PADDING 19:28:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB184/ZEROBYTE 19:28:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB184/ZEROBYTEPADDING 19:28:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB192/ 19:28:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO10126 19:28:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO10126-2 19:28:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO10126-2PADDING 19:28:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO10126PADDING 19:28:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO7816-4 19:28:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO7816-4PADDING 19:28:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB192/NOPADDING 19:28:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB192/PKCS5 19:28:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB192/PKCS5PADDING 19:28:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB192/PKCS7 19:28:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB192/PKCS7PADDING 19:28:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB192/TBC 19:28:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB192/TBCPADDING 19:28:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB192/X9.23 19:28:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB192/X9.23PADDING 19:28:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB192/ZEROBYTE 19:28:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB192/ZEROBYTEPADDING 19:28:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB200/ 19:28:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO10126 19:28:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO10126-2 19:28:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO10126-2PADDING 19:28:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO10126PADDING 19:28:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO7816-4 19:28:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO7816-4PADDING 19:28:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB200/NOPADDING 19:28:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB200/PKCS5 19:28:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB200/PKCS5PADDING 19:28:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB200/PKCS7 19:28:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB200/PKCS7PADDING 19:28:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB200/TBC 19:28:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB200/TBCPADDING 19:28:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB200/X9.23 19:28:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB200/X9.23PADDING 19:28:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB200/ZEROBYTE 19:28:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB200/ZEROBYTEPADDING 19:28:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB208/ 19:28:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO10126 19:28:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO10126-2 19:28:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO10126-2PADDING 19:28:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO10126PADDING 19:28:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO7816-4 19:28:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO7816-4PADDING 19:28:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB208/NOPADDING 19:28:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB208/PKCS5 19:28:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB208/PKCS5PADDING 19:28:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB208/PKCS7 19:28:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB208/PKCS7PADDING 19:28:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB208/TBC 19:28:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB208/TBCPADDING 19:28:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB208/X9.23 19:28:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB208/X9.23PADDING 19:28:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB208/ZEROBYTE 19:28:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB208/ZEROBYTEPADDING 19:28:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB216/ 19:28:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO10126 19:28:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO10126-2 19:28:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO10126-2PADDING 19:28:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO10126PADDING 19:28:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO7816-4 19:28:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO7816-4PADDING 19:28:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB216/NOPADDING 19:28:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB216/PKCS5 19:28:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB216/PKCS5PADDING 19:28:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB216/PKCS7 19:28:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB216/PKCS7PADDING 19:28:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB216/TBC 19:28:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB216/TBCPADDING 19:28:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB216/X9.23 19:28:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB216/X9.23PADDING 19:28:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB216/ZEROBYTE 19:28:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB216/ZEROBYTEPADDING 19:28:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB224/ 19:28:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO10126 19:28:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO10126-2 19:28:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO10126-2PADDING 19:28:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO10126PADDING 19:28:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO7816-4 19:28:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO7816-4PADDING 19:28:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB224/NOPADDING 19:28:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB224/PKCS5 19:28:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB224/PKCS5PADDING 19:28:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB224/PKCS7 19:28:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB224/PKCS7PADDING 19:28:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB224/TBC 19:28:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB224/TBCPADDING 19:28:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB224/X9.23 19:28:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB224/X9.23PADDING 19:28:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB224/ZEROBYTE 19:28:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB224/ZEROBYTEPADDING 19:28:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB232/ 19:28:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO10126 19:28:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO10126-2 19:28:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO10126-2PADDING 19:28:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO10126PADDING 19:28:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO7816-4 19:28:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO7816-4PADDING 19:28:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB232/NOPADDING 19:28:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB232/PKCS5 19:28:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB232/PKCS5PADDING 19:28:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB232/PKCS7 19:28:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB232/PKCS7PADDING 19:28:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB232/TBC 19:28:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB232/TBCPADDING 19:28:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB232/X9.23 19:28:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB232/X9.23PADDING 19:28:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB232/ZEROBYTE 19:28:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB232/ZEROBYTEPADDING 19:28:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB24/ 19:28:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO10126 19:28:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO10126-2 19:28:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO10126-2PADDING 19:28:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO10126PADDING 19:28:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO7816-4 19:28:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO7816-4PADDING 19:28:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB24/NOPADDING 19:28:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB24/PKCS5 19:28:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB24/PKCS5PADDING 19:28:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB24/PKCS7 19:28:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB24/PKCS7PADDING 19:28:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB24/TBC 19:28:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB24/TBCPADDING 19:28:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB24/X9.23 19:28:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB24/X9.23PADDING 19:28:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB24/ZEROBYTE 19:28:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB24/ZEROBYTEPADDING 19:28:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB240/ 19:28:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO10126 19:28:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO10126-2 19:28:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO10126-2PADDING 19:28:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO10126PADDING 19:28:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO7816-4 19:28:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO7816-4PADDING 19:28:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB240/NOPADDING 19:28:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB240/PKCS5 19:28:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB240/PKCS5PADDING 19:28:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB240/PKCS7 19:28:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB240/PKCS7PADDING 19:28:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB240/TBC 19:28:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB240/TBCPADDING 19:28:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB240/X9.23 19:28:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB240/X9.23PADDING 19:28:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB240/ZEROBYTE 19:28:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB240/ZEROBYTEPADDING 19:28:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB248/ 19:28:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO10126 19:28:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO10126-2 19:28:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO10126-2PADDING 19:28:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO10126PADDING 19:28:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO7816-4 19:28:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO7816-4PADDING 19:28:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB248/NOPADDING 19:28:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB248/PKCS5 19:28:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB248/PKCS5PADDING 19:28:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB248/PKCS7 19:28:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB248/PKCS7PADDING 19:28:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB248/TBC 19:28:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB248/TBCPADDING 19:28:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB248/X9.23 19:28:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB248/X9.23PADDING 19:28:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB248/ZEROBYTE 19:28:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB248/ZEROBYTEPADDING 19:28:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB256/ 19:28:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO10126 19:28:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO10126-2 19:28:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO10126-2PADDING 19:28:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO10126PADDING 19:28:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO7816-4 19:28:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO7816-4PADDING 19:28:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB256/NOPADDING 19:28:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB256/PKCS5 19:28:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB256/PKCS5PADDING 19:28:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB256/PKCS7 19:28:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB256/PKCS7PADDING 19:28:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB256/TBC 19:28:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB256/TBCPADDING 19:28:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB256/X9.23 19:28:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB256/X9.23PADDING 19:28:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB256/ZEROBYTE 19:28:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB256/ZEROBYTEPADDING 19:28:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB32/ 19:28:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO10126 19:28:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO10126-2 19:28:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO10126-2PADDING 19:28:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO10126PADDING 19:28:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO7816-4 19:28:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO7816-4PADDING 19:28:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB32/NOPADDING 19:28:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB32/PKCS5 19:28:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB32/PKCS5PADDING 19:28:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB32/PKCS7 19:28:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB32/PKCS7PADDING 19:28:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB32/TBC 19:28:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB32/TBCPADDING 19:28:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB32/X9.23 19:28:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB32/X9.23PADDING 19:28:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB32/ZEROBYTE 19:28:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB32/ZEROBYTEPADDING 19:28:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB40/ 19:28:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO10126 19:28:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO10126-2 19:28:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO10126-2PADDING 19:28:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO10126PADDING 19:28:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO7816-4 19:28:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO7816-4PADDING 19:28:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB40/NOPADDING 19:28:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB40/PKCS5 19:28:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB40/PKCS5PADDING 19:28:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB40/PKCS7 19:28:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB40/PKCS7PADDING 19:28:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB40/TBC 19:28:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB40/TBCPADDING 19:28:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB40/X9.23 19:28:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB40/X9.23PADDING 19:28:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB40/ZEROBYTE 19:28:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB40/ZEROBYTEPADDING 19:28:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB48/ 19:28:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO10126 19:28:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO10126-2 19:28:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO10126-2PADDING 19:28:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO10126PADDING 19:28:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO7816-4 19:28:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO7816-4PADDING 19:28:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB48/NOPADDING 19:28:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB48/PKCS5 19:28:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB48/PKCS5PADDING 19:28:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB48/PKCS7 19:28:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB48/PKCS7PADDING 19:28:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB48/TBC 19:28:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB48/TBCPADDING 19:28:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB48/X9.23 19:28:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB48/X9.23PADDING 19:28:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB48/ZEROBYTE 19:28:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB48/ZEROBYTEPADDING 19:28:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB56/ 19:28:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO10126 19:28:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO10126-2 19:28:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO10126-2PADDING 19:28:19,342 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO10126PADDING 19:28:19,342 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO7816-4 19:28:19,342 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO7816-4PADDING 19:28:19,342 INFO [main][CipherTest] transformation=RC5-32/CFB56/NOPADDING 19:28:19,342 INFO [main][CipherTest] transformation=RC5-32/CFB56/PKCS5 19:28:19,342 INFO [main][CipherTest] transformation=RC5-32/CFB56/PKCS5PADDING 19:28:19,342 INFO [main][CipherTest] transformation=RC5-32/CFB56/PKCS7 19:28:19,342 INFO [main][CipherTest] transformation=RC5-32/CFB56/PKCS7PADDING 19:28:19,343 INFO [main][CipherTest] transformation=RC5-32/CFB56/TBC 19:28:19,343 INFO [main][CipherTest] transformation=RC5-32/CFB56/TBCPADDING 19:28:19,343 INFO [main][CipherTest] transformation=RC5-32/CFB56/X9.23 19:28:19,343 INFO [main][CipherTest] transformation=RC5-32/CFB56/X9.23PADDING 19:28:19,343 INFO [main][CipherTest] transformation=RC5-32/CFB56/ZEROBYTE 19:28:19,343 INFO [main][CipherTest] transformation=RC5-32/CFB56/ZEROBYTEPADDING 19:28:19,343 INFO [main][CipherTest] transformation=RC5-32/CFB64/ 19:28:19,343 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO10126 19:28:19,344 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO10126-2 19:28:19,344 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO10126-2PADDING 19:28:19,344 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO10126PADDING 19:28:19,344 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO7816-4 19:28:19,344 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO7816-4PADDING 19:28:19,344 INFO [main][CipherTest] transformation=RC5-32/CFB64/NOPADDING 19:28:19,344 INFO [main][CipherTest] transformation=RC5-32/CFB64/PKCS5 19:28:19,344 INFO [main][CipherTest] transformation=RC5-32/CFB64/PKCS5PADDING 19:28:19,344 INFO [main][CipherTest] transformation=RC5-32/CFB64/PKCS7 19:28:19,345 INFO [main][CipherTest] transformation=RC5-32/CFB64/PKCS7PADDING 19:28:19,345 INFO [main][CipherTest] transformation=RC5-32/CFB64/TBC 19:28:19,345 INFO [main][CipherTest] transformation=RC5-32/CFB64/TBCPADDING 19:28:19,345 INFO [main][CipherTest] transformation=RC5-32/CFB64/X9.23 19:28:19,345 INFO [main][CipherTest] transformation=RC5-32/CFB64/X9.23PADDING 19:28:19,345 INFO [main][CipherTest] transformation=RC5-32/CFB64/ZEROBYTE 19:28:19,345 INFO [main][CipherTest] transformation=RC5-32/CFB64/ZEROBYTEPADDING 19:28:19,345 INFO [main][CipherTest] transformation=RC5-32/CFB72/ 19:28:19,345 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO10126 19:28:19,346 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO10126-2 19:28:19,346 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO10126-2PADDING 19:28:19,346 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO10126PADDING 19:28:19,346 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO7816-4 19:28:19,346 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO7816-4PADDING 19:28:19,346 INFO [main][CipherTest] transformation=RC5-32/CFB72/NOPADDING 19:28:19,346 INFO [main][CipherTest] transformation=RC5-32/CFB72/PKCS5 19:28:19,346 INFO [main][CipherTest] transformation=RC5-32/CFB72/PKCS5PADDING 19:28:19,347 INFO [main][CipherTest] transformation=RC5-32/CFB72/PKCS7 19:28:19,347 INFO [main][CipherTest] transformation=RC5-32/CFB72/PKCS7PADDING 19:28:19,347 INFO [main][CipherTest] transformation=RC5-32/CFB72/TBC 19:28:19,347 INFO [main][CipherTest] transformation=RC5-32/CFB72/TBCPADDING 19:28:19,347 INFO [main][CipherTest] transformation=RC5-32/CFB72/X9.23 19:28:19,347 INFO [main][CipherTest] transformation=RC5-32/CFB72/X9.23PADDING 19:28:19,347 INFO [main][CipherTest] transformation=RC5-32/CFB72/ZEROBYTE 19:28:19,347 INFO [main][CipherTest] transformation=RC5-32/CFB72/ZEROBYTEPADDING 19:28:19,348 INFO [main][CipherTest] transformation=RC5-32/CFB8/ 19:28:19,348 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO10126 19:28:19,348 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO10126-2 19:28:19,348 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO10126-2PADDING 19:28:19,348 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO10126PADDING 19:28:19,348 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO7816-4 19:28:19,348 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO7816-4PADDING 19:28:19,348 INFO [main][CipherTest] transformation=RC5-32/CFB8/NOPADDING 19:28:19,349 INFO [main][CipherTest] transformation=RC5-32/CFB8/PKCS5 19:28:19,349 INFO [main][CipherTest] transformation=RC5-32/CFB8/PKCS5PADDING 19:28:19,349 INFO [main][CipherTest] transformation=RC5-32/CFB8/PKCS7 19:28:19,349 INFO [main][CipherTest] transformation=RC5-32/CFB8/PKCS7PADDING 19:28:19,349 INFO [main][CipherTest] transformation=RC5-32/CFB8/TBC 19:28:19,349 INFO [main][CipherTest] transformation=RC5-32/CFB8/TBCPADDING 19:28:19,349 INFO [main][CipherTest] transformation=RC5-32/CFB8/X9.23 19:28:19,349 INFO [main][CipherTest] transformation=RC5-32/CFB8/X9.23PADDING 19:28:19,349 INFO [main][CipherTest] transformation=RC5-32/CFB8/ZEROBYTE 19:28:19,350 INFO [main][CipherTest] transformation=RC5-32/CFB8/ZEROBYTEPADDING 19:28:19,350 INFO [main][CipherTest] transformation=RC5-32/CFB80/ 19:28:19,350 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO10126 19:28:19,350 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO10126-2 19:28:19,350 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO10126-2PADDING 19:28:19,350 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO10126PADDING 19:28:19,350 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO7816-4 19:28:19,351 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO7816-4PADDING 19:28:19,351 INFO [main][CipherTest] transformation=RC5-32/CFB80/NOPADDING 19:28:19,351 INFO [main][CipherTest] transformation=RC5-32/CFB80/PKCS5 19:28:19,351 INFO [main][CipherTest] transformation=RC5-32/CFB80/PKCS5PADDING 19:28:19,351 INFO [main][CipherTest] transformation=RC5-32/CFB80/PKCS7 19:28:19,351 INFO [main][CipherTest] transformation=RC5-32/CFB80/PKCS7PADDING 19:28:19,351 INFO [main][CipherTest] transformation=RC5-32/CFB80/TBC 19:28:19,351 INFO [main][CipherTest] transformation=RC5-32/CFB80/TBCPADDING 19:28:19,352 INFO [main][CipherTest] transformation=RC5-32/CFB80/X9.23 19:28:19,352 INFO [main][CipherTest] transformation=RC5-32/CFB80/X9.23PADDING 19:28:19,352 INFO [main][CipherTest] transformation=RC5-32/CFB80/ZEROBYTE 19:28:19,352 INFO [main][CipherTest] transformation=RC5-32/CFB80/ZEROBYTEPADDING 19:28:19,352 INFO [main][CipherTest] transformation=RC5-32/CFB88/ 19:28:19,352 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO10126 19:28:19,352 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO10126-2 19:28:19,352 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO10126-2PADDING 19:28:19,353 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO10126PADDING 19:28:19,353 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO7816-4 19:28:19,353 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO7816-4PADDING 19:28:19,353 INFO [main][CipherTest] transformation=RC5-32/CFB88/NOPADDING 19:28:19,353 INFO [main][CipherTest] transformation=RC5-32/CFB88/PKCS5 19:28:19,353 INFO [main][CipherTest] transformation=RC5-32/CFB88/PKCS5PADDING 19:28:19,353 INFO [main][CipherTest] transformation=RC5-32/CFB88/PKCS7 19:28:19,353 INFO [main][CipherTest] transformation=RC5-32/CFB88/PKCS7PADDING 19:28:19,353 INFO [main][CipherTest] transformation=RC5-32/CFB88/TBC 19:28:19,354 INFO [main][CipherTest] transformation=RC5-32/CFB88/TBCPADDING 19:28:19,354 INFO [main][CipherTest] transformation=RC5-32/CFB88/X9.23 19:28:19,354 INFO [main][CipherTest] transformation=RC5-32/CFB88/X9.23PADDING 19:28:19,354 INFO [main][CipherTest] transformation=RC5-32/CFB88/ZEROBYTE 19:28:19,354 INFO [main][CipherTest] transformation=RC5-32/CFB88/ZEROBYTEPADDING 19:28:19,354 INFO [main][CipherTest] transformation=RC5-32/CFB96/ 19:28:19,354 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO10126 19:28:19,354 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO10126-2 19:28:19,355 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO10126-2PADDING 19:28:19,355 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO10126PADDING 19:28:19,355 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO7816-4 19:28:19,355 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO7816-4PADDING 19:28:19,355 INFO [main][CipherTest] transformation=RC5-32/CFB96/NOPADDING 19:28:19,355 INFO [main][CipherTest] transformation=RC5-32/CFB96/PKCS5 19:28:19,355 INFO [main][CipherTest] transformation=RC5-32/CFB96/PKCS5PADDING 19:28:19,355 INFO [main][CipherTest] transformation=RC5-32/CFB96/PKCS7 19:28:19,355 INFO [main][CipherTest] transformation=RC5-32/CFB96/PKCS7PADDING 19:28:19,356 INFO [main][CipherTest] transformation=RC5-32/CFB96/TBC 19:28:19,356 INFO [main][CipherTest] transformation=RC5-32/CFB96/TBCPADDING 19:28:19,356 INFO [main][CipherTest] transformation=RC5-32/CFB96/X9.23 19:28:19,356 INFO [main][CipherTest] transformation=RC5-32/CFB96/X9.23PADDING 19:28:19,356 INFO [main][CipherTest] transformation=RC5-32/CFB96/ZEROBYTE 19:28:19,356 INFO [main][CipherTest] transformation=RC5-32/CFB96/ZEROBYTEPADDING 19:28:19,356 INFO [main][CipherTest] transformation=RC5-32/CTS/ 19:28:19,356 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32/CTS/" does not support IV => Skipping. 19:28:19,356 INFO [main][CipherTest] transformation=RC5-32/CTS/NOPADDING 19:28:19,357 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32/CTS/NOPADDING" does not support IV => Skipping. 19:28:19,357 INFO [main][CipherTest] transformation=RC5-32/EAX/ 19:28:19,367 INFO [main][CipherTest] transformation=RC5-32/EAX/NOPADDING 19:28:19,367 INFO [main][CipherTest] transformation=RC5-32/ECB/ 19:28:19,367 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32/ECB/" does not support IV => Skipping. 19:28:19,367 INFO [main][CipherTest] transformation=RC5-32/ECB/NOPADDING 19:28:19,367 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32/ECB/NOPADDING" does not support IV => Skipping. 19:28:19,368 INFO [main][CipherTest] transformation=RC5-32/GOFB/ 19:28:19,368 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO10126 19:28:19,368 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO10126-2 19:28:19,368 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO10126-2PADDING 19:28:19,368 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO10126PADDING 19:28:19,368 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO7816-4 19:28:19,369 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO7816-4PADDING 19:28:19,369 INFO [main][CipherTest] transformation=RC5-32/GOFB/NOPADDING 19:28:19,369 INFO [main][CipherTest] transformation=RC5-32/GOFB/PKCS5 19:28:19,369 INFO [main][CipherTest] transformation=RC5-32/GOFB/PKCS5PADDING 19:28:19,369 INFO [main][CipherTest] transformation=RC5-32/GOFB/PKCS7 19:28:19,370 INFO [main][CipherTest] transformation=RC5-32/GOFB/PKCS7PADDING 19:28:19,370 INFO [main][CipherTest] transformation=RC5-32/GOFB/TBC 19:28:19,370 INFO [main][CipherTest] transformation=RC5-32/GOFB/TBCPADDING 19:28:19,370 INFO [main][CipherTest] transformation=RC5-32/GOFB/X9.23 19:28:19,370 INFO [main][CipherTest] transformation=RC5-32/GOFB/X9.23PADDING 19:28:19,371 INFO [main][CipherTest] transformation=RC5-32/GOFB/ZEROBYTE 19:28:19,371 INFO [main][CipherTest] transformation=RC5-32/GOFB/ZEROBYTEPADDING 19:28:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB/ 19:28:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO10126 19:28:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO10126-2 19:28:19,372 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO10126-2PADDING 19:28:19,372 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO10126PADDING 19:28:19,372 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO7816-4 19:28:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO7816-4PADDING 19:28:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB/NOPADDING 19:28:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB/PKCS5 19:28:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB/PKCS5PADDING 19:28:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB/PKCS7 19:28:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB/PKCS7PADDING 19:28:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB/TBC 19:28:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB/TBCPADDING 19:28:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB/X9.23 19:28:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB/X9.23PADDING 19:28:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB/ZEROBYTE 19:28:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB/ZEROBYTEPADDING 19:28:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB104/ 19:28:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO10126 19:28:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO10126-2 19:28:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO10126-2PADDING 19:28:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO10126PADDING 19:28:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO7816-4 19:28:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO7816-4PADDING 19:28:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB104/NOPADDING 19:28:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB104/PKCS5 19:28:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB104/PKCS5PADDING 19:28:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB104/PKCS7 19:28:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB104/PKCS7PADDING 19:28:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB104/TBC 19:28:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB104/TBCPADDING 19:28:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB104/X9.23 19:28:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB104/X9.23PADDING 19:28:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB104/ZEROBYTE 19:28:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB104/ZEROBYTEPADDING 19:28:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB112/ 19:28:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO10126 19:28:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO10126-2 19:28:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO10126-2PADDING 19:28:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO10126PADDING 19:28:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO7816-4 19:28:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO7816-4PADDING 19:28:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB112/NOPADDING 19:28:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB112/PKCS5 19:28:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB112/PKCS5PADDING 19:28:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB112/PKCS7 19:28:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB112/PKCS7PADDING 19:28:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB112/TBC 19:28:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB112/TBCPADDING 19:28:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB112/X9.23 19:28:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB112/X9.23PADDING 19:28:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB112/ZEROBYTE 19:28:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB112/ZEROBYTEPADDING 19:28:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB120/ 19:28:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO10126 19:28:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO10126-2 19:28:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO10126-2PADDING 19:28:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO10126PADDING 19:28:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO7816-4 19:28:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO7816-4PADDING 19:28:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB120/NOPADDING 19:28:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB120/PKCS5 19:28:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB120/PKCS5PADDING 19:28:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB120/PKCS7 19:28:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB120/PKCS7PADDING 19:28:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB120/TBC 19:28:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB120/TBCPADDING 19:28:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB120/X9.23 19:28:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB120/X9.23PADDING 19:28:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB120/ZEROBYTE 19:28:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB120/ZEROBYTEPADDING 19:28:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB128/ 19:28:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO10126 19:28:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO10126-2 19:28:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO10126-2PADDING 19:28:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO10126PADDING 19:28:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO7816-4 19:28:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO7816-4PADDING 19:28:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB128/NOPADDING 19:28:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB128/PKCS5 19:28:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB128/PKCS5PADDING 19:28:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB128/PKCS7 19:28:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB128/PKCS7PADDING 19:28:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB128/TBC 19:28:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB128/TBCPADDING 19:28:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB128/X9.23 19:28:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB128/X9.23PADDING 19:28:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB128/ZEROBYTE 19:28:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB128/ZEROBYTEPADDING 19:28:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB136/ 19:28:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO10126 19:28:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO10126-2 19:28:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO10126-2PADDING 19:28:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO10126PADDING 19:28:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO7816-4 19:28:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO7816-4PADDING 19:28:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB136/NOPADDING 19:28:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB136/PKCS5 19:28:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB136/PKCS5PADDING 19:28:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB136/PKCS7 19:28:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB136/PKCS7PADDING 19:28:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB136/TBC 19:28:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB136/TBCPADDING 19:28:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB136/X9.23 19:28:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB136/X9.23PADDING 19:28:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB136/ZEROBYTE 19:28:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB136/ZEROBYTEPADDING 19:28:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB144/ 19:28:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO10126 19:28:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO10126-2 19:28:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO10126-2PADDING 19:28:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO10126PADDING 19:28:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO7816-4 19:28:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO7816-4PADDING 19:28:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB144/NOPADDING 19:28:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB144/PKCS5 19:28:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB144/PKCS5PADDING 19:28:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB144/PKCS7 19:28:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB144/PKCS7PADDING 19:28:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB144/TBC 19:28:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB144/TBCPADDING 19:28:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB144/X9.23 19:28:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB144/X9.23PADDING 19:28:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB144/ZEROBYTE 19:28:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB144/ZEROBYTEPADDING 19:28:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB152/ 19:28:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO10126 19:28:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO10126-2 19:28:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO10126-2PADDING 19:28:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO10126PADDING 19:28:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO7816-4 19:28:19,391 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO7816-4PADDING 19:28:19,391 INFO [main][CipherTest] transformation=RC5-32/OFB152/NOPADDING 19:28:19,391 INFO [main][CipherTest] transformation=RC5-32/OFB152/PKCS5 19:28:19,391 INFO [main][CipherTest] transformation=RC5-32/OFB152/PKCS5PADDING 19:28:19,391 INFO [main][CipherTest] transformation=RC5-32/OFB152/PKCS7 19:28:19,391 INFO [main][CipherTest] transformation=RC5-32/OFB152/PKCS7PADDING 19:28:19,391 INFO [main][CipherTest] transformation=RC5-32/OFB152/TBC 19:28:19,391 INFO [main][CipherTest] transformation=RC5-32/OFB152/TBCPADDING 19:28:19,392 INFO [main][CipherTest] transformation=RC5-32/OFB152/X9.23 19:28:19,392 INFO [main][CipherTest] transformation=RC5-32/OFB152/X9.23PADDING 19:28:19,392 INFO [main][CipherTest] transformation=RC5-32/OFB152/ZEROBYTE 19:28:19,392 INFO [main][CipherTest] transformation=RC5-32/OFB152/ZEROBYTEPADDING 19:28:19,392 INFO [main][CipherTest] transformation=RC5-32/OFB16/ 19:28:19,392 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO10126 19:28:19,392 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO10126-2 19:28:19,393 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO10126-2PADDING 19:28:19,393 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO10126PADDING 19:28:19,393 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO7816-4 19:28:19,394 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO7816-4PADDING 19:28:19,394 INFO [main][CipherTest] transformation=RC5-32/OFB16/NOPADDING 19:28:19,394 INFO [main][CipherTest] transformation=RC5-32/OFB16/PKCS5 19:28:19,394 INFO [main][CipherTest] transformation=RC5-32/OFB16/PKCS5PADDING 19:28:19,394 INFO [main][CipherTest] transformation=RC5-32/OFB16/PKCS7 19:28:19,394 INFO [main][CipherTest] transformation=RC5-32/OFB16/PKCS7PADDING 19:28:19,394 INFO [main][CipherTest] transformation=RC5-32/OFB16/TBC 19:28:19,395 INFO [main][CipherTest] transformation=RC5-32/OFB16/TBCPADDING 19:28:19,395 INFO [main][CipherTest] transformation=RC5-32/OFB16/X9.23 19:28:19,395 INFO [main][CipherTest] transformation=RC5-32/OFB16/X9.23PADDING 19:28:19,395 INFO [main][CipherTest] transformation=RC5-32/OFB16/ZEROBYTE 19:28:19,395 INFO [main][CipherTest] transformation=RC5-32/OFB16/ZEROBYTEPADDING 19:28:19,395 INFO [main][CipherTest] transformation=RC5-32/OFB160/ 19:28:19,395 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO10126 19:28:19,395 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO10126-2 19:28:19,396 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO10126-2PADDING 19:28:19,396 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO10126PADDING 19:28:19,396 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO7816-4 19:28:19,396 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO7816-4PADDING 19:28:19,396 INFO [main][CipherTest] transformation=RC5-32/OFB160/NOPADDING 19:28:19,396 INFO [main][CipherTest] transformation=RC5-32/OFB160/PKCS5 19:28:19,396 INFO [main][CipherTest] transformation=RC5-32/OFB160/PKCS5PADDING 19:28:19,396 INFO [main][CipherTest] transformation=RC5-32/OFB160/PKCS7 19:28:19,397 INFO [main][CipherTest] transformation=RC5-32/OFB160/PKCS7PADDING 19:28:19,397 INFO [main][CipherTest] transformation=RC5-32/OFB160/TBC 19:28:19,397 INFO [main][CipherTest] transformation=RC5-32/OFB160/TBCPADDING 19:28:19,397 INFO [main][CipherTest] transformation=RC5-32/OFB160/X9.23 19:28:19,397 INFO [main][CipherTest] transformation=RC5-32/OFB160/X9.23PADDING 19:28:19,397 INFO [main][CipherTest] transformation=RC5-32/OFB160/ZEROBYTE 19:28:19,397 INFO [main][CipherTest] transformation=RC5-32/OFB160/ZEROBYTEPADDING 19:28:19,397 INFO [main][CipherTest] transformation=RC5-32/OFB168/ 19:28:19,398 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO10126 19:28:19,398 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO10126-2 19:28:19,398 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO10126-2PADDING 19:28:19,398 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO10126PADDING 19:28:19,398 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO7816-4 19:28:19,398 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO7816-4PADDING 19:28:19,398 INFO [main][CipherTest] transformation=RC5-32/OFB168/NOPADDING 19:28:19,398 INFO [main][CipherTest] transformation=RC5-32/OFB168/PKCS5 19:28:19,399 INFO [main][CipherTest] transformation=RC5-32/OFB168/PKCS5PADDING 19:28:19,399 INFO [main][CipherTest] transformation=RC5-32/OFB168/PKCS7 19:28:19,399 INFO [main][CipherTest] transformation=RC5-32/OFB168/PKCS7PADDING 19:28:19,399 INFO [main][CipherTest] transformation=RC5-32/OFB168/TBC 19:28:19,399 INFO [main][CipherTest] transformation=RC5-32/OFB168/TBCPADDING 19:28:19,399 INFO [main][CipherTest] transformation=RC5-32/OFB168/X9.23 19:28:19,399 INFO [main][CipherTest] transformation=RC5-32/OFB168/X9.23PADDING 19:28:19,399 INFO [main][CipherTest] transformation=RC5-32/OFB168/ZEROBYTE 19:28:19,399 INFO [main][CipherTest] transformation=RC5-32/OFB168/ZEROBYTEPADDING 19:28:19,400 INFO [main][CipherTest] transformation=RC5-32/OFB176/ 19:28:19,400 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO10126 19:28:19,400 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO10126-2 19:28:19,400 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO10126-2PADDING 19:28:19,400 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO10126PADDING 19:28:19,400 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO7816-4 19:28:19,400 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO7816-4PADDING 19:28:19,400 INFO [main][CipherTest] transformation=RC5-32/OFB176/NOPADDING 19:28:19,401 INFO [main][CipherTest] transformation=RC5-32/OFB176/PKCS5 19:28:19,401 INFO [main][CipherTest] transformation=RC5-32/OFB176/PKCS5PADDING 19:28:19,401 INFO [main][CipherTest] transformation=RC5-32/OFB176/PKCS7 19:28:19,401 INFO [main][CipherTest] transformation=RC5-32/OFB176/PKCS7PADDING 19:28:19,401 INFO [main][CipherTest] transformation=RC5-32/OFB176/TBC 19:28:19,401 INFO [main][CipherTest] transformation=RC5-32/OFB176/TBCPADDING 19:28:19,401 INFO [main][CipherTest] transformation=RC5-32/OFB176/X9.23 19:28:19,401 INFO [main][CipherTest] transformation=RC5-32/OFB176/X9.23PADDING 19:28:19,402 INFO [main][CipherTest] transformation=RC5-32/OFB176/ZEROBYTE 19:28:19,402 INFO [main][CipherTest] transformation=RC5-32/OFB176/ZEROBYTEPADDING 19:28:19,402 INFO [main][CipherTest] transformation=RC5-32/OFB184/ 19:28:19,402 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO10126 19:28:19,402 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO10126-2 19:28:19,402 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO10126-2PADDING 19:28:19,402 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO10126PADDING 19:28:19,402 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO7816-4 19:28:19,403 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO7816-4PADDING 19:28:19,403 INFO [main][CipherTest] transformation=RC5-32/OFB184/NOPADDING 19:28:19,403 INFO [main][CipherTest] transformation=RC5-32/OFB184/PKCS5 19:28:19,403 INFO [main][CipherTest] transformation=RC5-32/OFB184/PKCS5PADDING 19:28:19,403 INFO [main][CipherTest] transformation=RC5-32/OFB184/PKCS7 19:28:19,403 INFO [main][CipherTest] transformation=RC5-32/OFB184/PKCS7PADDING 19:28:19,403 INFO [main][CipherTest] transformation=RC5-32/OFB184/TBC 19:28:19,403 INFO [main][CipherTest] transformation=RC5-32/OFB184/TBCPADDING 19:28:19,404 INFO [main][CipherTest] transformation=RC5-32/OFB184/X9.23 19:28:19,404 INFO [main][CipherTest] transformation=RC5-32/OFB184/X9.23PADDING 19:28:19,404 INFO [main][CipherTest] transformation=RC5-32/OFB184/ZEROBYTE 19:28:19,404 INFO [main][CipherTest] transformation=RC5-32/OFB184/ZEROBYTEPADDING 19:28:19,404 INFO [main][CipherTest] transformation=RC5-32/OFB192/ 19:28:19,404 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO10126 19:28:19,404 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO10126-2 19:28:19,404 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO10126-2PADDING 19:28:19,405 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO10126PADDING 19:28:19,405 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO7816-4 19:28:19,405 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO7816-4PADDING 19:28:19,405 INFO [main][CipherTest] transformation=RC5-32/OFB192/NOPADDING 19:28:19,405 INFO [main][CipherTest] transformation=RC5-32/OFB192/PKCS5 19:28:19,405 INFO [main][CipherTest] transformation=RC5-32/OFB192/PKCS5PADDING 19:28:19,405 INFO [main][CipherTest] transformation=RC5-32/OFB192/PKCS7 19:28:19,405 INFO [main][CipherTest] transformation=RC5-32/OFB192/PKCS7PADDING 19:28:19,406 INFO [main][CipherTest] transformation=RC5-32/OFB192/TBC 19:28:19,406 INFO [main][CipherTest] transformation=RC5-32/OFB192/TBCPADDING 19:28:19,406 INFO [main][CipherTest] transformation=RC5-32/OFB192/X9.23 19:28:19,406 INFO [main][CipherTest] transformation=RC5-32/OFB192/X9.23PADDING 19:28:19,406 INFO [main][CipherTest] transformation=RC5-32/OFB192/ZEROBYTE 19:28:19,406 INFO [main][CipherTest] transformation=RC5-32/OFB192/ZEROBYTEPADDING 19:28:19,406 INFO [main][CipherTest] transformation=RC5-32/OFB200/ 19:28:19,406 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO10126 19:28:19,407 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO10126-2 19:28:19,407 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO10126-2PADDING 19:28:19,407 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO10126PADDING 19:28:19,407 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO7816-4 19:28:19,407 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO7816-4PADDING 19:28:19,407 INFO [main][CipherTest] transformation=RC5-32/OFB200/NOPADDING 19:28:19,407 INFO [main][CipherTest] transformation=RC5-32/OFB200/PKCS5 19:28:19,407 INFO [main][CipherTest] transformation=RC5-32/OFB200/PKCS5PADDING 19:28:19,408 INFO [main][CipherTest] transformation=RC5-32/OFB200/PKCS7 19:28:19,408 INFO [main][CipherTest] transformation=RC5-32/OFB200/PKCS7PADDING 19:28:19,408 INFO [main][CipherTest] transformation=RC5-32/OFB200/TBC 19:28:19,408 INFO [main][CipherTest] transformation=RC5-32/OFB200/TBCPADDING 19:28:19,408 INFO [main][CipherTest] transformation=RC5-32/OFB200/X9.23 19:28:19,408 INFO [main][CipherTest] transformation=RC5-32/OFB200/X9.23PADDING 19:28:19,408 INFO [main][CipherTest] transformation=RC5-32/OFB200/ZEROBYTE 19:28:19,408 INFO [main][CipherTest] transformation=RC5-32/OFB200/ZEROBYTEPADDING 19:28:19,408 INFO [main][CipherTest] transformation=RC5-32/OFB208/ 19:28:19,409 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO10126 19:28:19,409 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO10126-2 19:28:19,409 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO10126-2PADDING 19:28:19,409 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO10126PADDING 19:28:19,409 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO7816-4 19:28:19,409 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO7816-4PADDING 19:28:19,409 INFO [main][CipherTest] transformation=RC5-32/OFB208/NOPADDING 19:28:19,409 INFO [main][CipherTest] transformation=RC5-32/OFB208/PKCS5 19:28:19,410 INFO [main][CipherTest] transformation=RC5-32/OFB208/PKCS5PADDING 19:28:19,410 INFO [main][CipherTest] transformation=RC5-32/OFB208/PKCS7 19:28:19,410 INFO [main][CipherTest] transformation=RC5-32/OFB208/PKCS7PADDING 19:28:19,410 INFO [main][CipherTest] transformation=RC5-32/OFB208/TBC 19:28:19,410 INFO [main][CipherTest] transformation=RC5-32/OFB208/TBCPADDING 19:28:19,410 INFO [main][CipherTest] transformation=RC5-32/OFB208/X9.23 19:28:19,410 INFO [main][CipherTest] transformation=RC5-32/OFB208/X9.23PADDING 19:28:19,410 INFO [main][CipherTest] transformation=RC5-32/OFB208/ZEROBYTE 19:28:19,411 INFO [main][CipherTest] transformation=RC5-32/OFB208/ZEROBYTEPADDING 19:28:19,411 INFO [main][CipherTest] transformation=RC5-32/OFB216/ 19:28:19,411 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO10126 19:28:19,411 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO10126-2 19:28:19,411 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO10126-2PADDING 19:28:19,411 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO10126PADDING 19:28:19,411 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO7816-4 19:28:19,411 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO7816-4PADDING 19:28:19,411 INFO [main][CipherTest] transformation=RC5-32/OFB216/NOPADDING 19:28:19,412 INFO [main][CipherTest] transformation=RC5-32/OFB216/PKCS5 19:28:19,412 INFO [main][CipherTest] transformation=RC5-32/OFB216/PKCS5PADDING 19:28:19,412 INFO [main][CipherTest] transformation=RC5-32/OFB216/PKCS7 19:28:19,412 INFO [main][CipherTest] transformation=RC5-32/OFB216/PKCS7PADDING 19:28:19,412 INFO [main][CipherTest] transformation=RC5-32/OFB216/TBC 19:28:19,412 INFO [main][CipherTest] transformation=RC5-32/OFB216/TBCPADDING 19:28:19,412 INFO [main][CipherTest] transformation=RC5-32/OFB216/X9.23 19:28:19,412 INFO [main][CipherTest] transformation=RC5-32/OFB216/X9.23PADDING 19:28:19,413 INFO [main][CipherTest] transformation=RC5-32/OFB216/ZEROBYTE 19:28:19,413 INFO [main][CipherTest] transformation=RC5-32/OFB216/ZEROBYTEPADDING 19:28:19,413 INFO [main][CipherTest] transformation=RC5-32/OFB224/ 19:28:19,413 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO10126 19:28:19,413 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO10126-2 19:28:19,413 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO10126-2PADDING 19:28:19,413 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO10126PADDING 19:28:19,413 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO7816-4 19:28:19,413 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO7816-4PADDING 19:28:19,414 INFO [main][CipherTest] transformation=RC5-32/OFB224/NOPADDING 19:28:19,414 INFO [main][CipherTest] transformation=RC5-32/OFB224/PKCS5 19:28:19,414 INFO [main][CipherTest] transformation=RC5-32/OFB224/PKCS5PADDING 19:28:19,414 INFO [main][CipherTest] transformation=RC5-32/OFB224/PKCS7 19:28:19,414 INFO [main][CipherTest] transformation=RC5-32/OFB224/PKCS7PADDING 19:28:19,414 INFO [main][CipherTest] transformation=RC5-32/OFB224/TBC 19:28:19,414 INFO [main][CipherTest] transformation=RC5-32/OFB224/TBCPADDING 19:28:19,414 INFO [main][CipherTest] transformation=RC5-32/OFB224/X9.23 19:28:19,415 INFO [main][CipherTest] transformation=RC5-32/OFB224/X9.23PADDING 19:28:19,415 INFO [main][CipherTest] transformation=RC5-32/OFB224/ZEROBYTE 19:28:19,415 INFO [main][CipherTest] transformation=RC5-32/OFB224/ZEROBYTEPADDING 19:28:19,415 INFO [main][CipherTest] transformation=RC5-32/OFB232/ 19:28:19,415 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO10126 19:28:19,415 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO10126-2 19:28:19,415 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO10126-2PADDING 19:28:19,415 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO10126PADDING 19:28:19,415 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO7816-4 19:28:19,416 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO7816-4PADDING 19:28:19,416 INFO [main][CipherTest] transformation=RC5-32/OFB232/NOPADDING 19:28:19,416 INFO [main][CipherTest] transformation=RC5-32/OFB232/PKCS5 19:28:19,416 INFO [main][CipherTest] transformation=RC5-32/OFB232/PKCS5PADDING 19:28:19,416 INFO [main][CipherTest] transformation=RC5-32/OFB232/PKCS7 19:28:19,416 INFO [main][CipherTest] transformation=RC5-32/OFB232/PKCS7PADDING 19:28:19,416 INFO [main][CipherTest] transformation=RC5-32/OFB232/TBC 19:28:19,416 INFO [main][CipherTest] transformation=RC5-32/OFB232/TBCPADDING 19:28:19,417 INFO [main][CipherTest] transformation=RC5-32/OFB232/X9.23 19:28:19,417 INFO [main][CipherTest] transformation=RC5-32/OFB232/X9.23PADDING 19:28:19,417 INFO [main][CipherTest] transformation=RC5-32/OFB232/ZEROBYTE 19:28:19,417 INFO [main][CipherTest] transformation=RC5-32/OFB232/ZEROBYTEPADDING 19:28:19,417 INFO [main][CipherTest] transformation=RC5-32/OFB24/ 19:28:19,417 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO10126 19:28:19,417 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO10126-2 19:28:19,417 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO10126-2PADDING 19:28:19,418 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO10126PADDING 19:28:19,418 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO7816-4 19:28:19,418 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO7816-4PADDING 19:28:19,418 INFO [main][CipherTest] transformation=RC5-32/OFB24/NOPADDING 19:28:19,418 INFO [main][CipherTest] transformation=RC5-32/OFB24/PKCS5 19:28:19,418 INFO [main][CipherTest] transformation=RC5-32/OFB24/PKCS5PADDING 19:28:19,418 INFO [main][CipherTest] transformation=RC5-32/OFB24/PKCS7 19:28:19,418 INFO [main][CipherTest] transformation=RC5-32/OFB24/PKCS7PADDING 19:28:19,418 INFO [main][CipherTest] transformation=RC5-32/OFB24/TBC 19:28:19,419 INFO [main][CipherTest] transformation=RC5-32/OFB24/TBCPADDING 19:28:19,419 INFO [main][CipherTest] transformation=RC5-32/OFB24/X9.23 19:28:19,419 INFO [main][CipherTest] transformation=RC5-32/OFB24/X9.23PADDING 19:28:19,419 INFO [main][CipherTest] transformation=RC5-32/OFB24/ZEROBYTE 19:28:19,419 INFO [main][CipherTest] transformation=RC5-32/OFB24/ZEROBYTEPADDING 19:28:19,419 INFO [main][CipherTest] transformation=RC5-32/OFB240/ 19:28:19,419 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO10126 19:28:19,419 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO10126-2 19:28:19,420 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO10126-2PADDING 19:28:19,420 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO10126PADDING 19:28:19,420 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO7816-4 19:28:19,420 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO7816-4PADDING 19:28:19,420 INFO [main][CipherTest] transformation=RC5-32/OFB240/NOPADDING 19:28:19,420 INFO [main][CipherTest] transformation=RC5-32/OFB240/PKCS5 19:28:19,420 INFO [main][CipherTest] transformation=RC5-32/OFB240/PKCS5PADDING 19:28:19,420 INFO [main][CipherTest] transformation=RC5-32/OFB240/PKCS7 19:28:19,421 INFO [main][CipherTest] transformation=RC5-32/OFB240/PKCS7PADDING 19:28:19,421 INFO [main][CipherTest] transformation=RC5-32/OFB240/TBC 19:28:19,421 INFO [main][CipherTest] transformation=RC5-32/OFB240/TBCPADDING 19:28:19,421 INFO [main][CipherTest] transformation=RC5-32/OFB240/X9.23 19:28:19,421 INFO [main][CipherTest] transformation=RC5-32/OFB240/X9.23PADDING 19:28:19,421 INFO [main][CipherTest] transformation=RC5-32/OFB240/ZEROBYTE 19:28:19,421 INFO [main][CipherTest] transformation=RC5-32/OFB240/ZEROBYTEPADDING 19:28:19,421 INFO [main][CipherTest] transformation=RC5-32/OFB248/ 19:28:19,421 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO10126 19:28:19,422 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO10126-2 19:28:19,422 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO10126-2PADDING 19:28:19,422 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO10126PADDING 19:28:19,422 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO7816-4 19:28:19,422 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO7816-4PADDING 19:28:19,422 INFO [main][CipherTest] transformation=RC5-32/OFB248/NOPADDING 19:28:19,422 INFO [main][CipherTest] transformation=RC5-32/OFB248/PKCS5 19:28:19,423 INFO [main][CipherTest] transformation=RC5-32/OFB248/PKCS5PADDING 19:28:19,423 INFO [main][CipherTest] transformation=RC5-32/OFB248/PKCS7 19:28:19,423 INFO [main][CipherTest] transformation=RC5-32/OFB248/PKCS7PADDING 19:28:19,423 INFO [main][CipherTest] transformation=RC5-32/OFB248/TBC 19:28:19,423 INFO [main][CipherTest] transformation=RC5-32/OFB248/TBCPADDING 19:28:19,423 INFO [main][CipherTest] transformation=RC5-32/OFB248/X9.23 19:28:19,423 INFO [main][CipherTest] transformation=RC5-32/OFB248/X9.23PADDING 19:28:19,423 INFO [main][CipherTest] transformation=RC5-32/OFB248/ZEROBYTE 19:28:19,423 INFO [main][CipherTest] transformation=RC5-32/OFB248/ZEROBYTEPADDING 19:28:19,424 INFO [main][CipherTest] transformation=RC5-32/OFB256/ 19:28:19,424 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO10126 19:28:19,424 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO10126-2 19:28:19,424 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO10126-2PADDING 19:28:19,424 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO10126PADDING 19:28:19,424 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO7816-4 19:28:19,424 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO7816-4PADDING 19:28:19,424 INFO [main][CipherTest] transformation=RC5-32/OFB256/NOPADDING 19:28:19,425 INFO [main][CipherTest] transformation=RC5-32/OFB256/PKCS5 19:28:19,425 INFO [main][CipherTest] transformation=RC5-32/OFB256/PKCS5PADDING 19:28:19,425 INFO [main][CipherTest] transformation=RC5-32/OFB256/PKCS7 19:28:19,425 INFO [main][CipherTest] transformation=RC5-32/OFB256/PKCS7PADDING 19:28:19,425 INFO [main][CipherTest] transformation=RC5-32/OFB256/TBC 19:28:19,425 INFO [main][CipherTest] transformation=RC5-32/OFB256/TBCPADDING 19:28:19,425 INFO [main][CipherTest] transformation=RC5-32/OFB256/X9.23 19:28:19,425 INFO [main][CipherTest] transformation=RC5-32/OFB256/X9.23PADDING 19:28:19,426 INFO [main][CipherTest] transformation=RC5-32/OFB256/ZEROBYTE 19:28:19,426 INFO [main][CipherTest] transformation=RC5-32/OFB256/ZEROBYTEPADDING 19:28:19,426 INFO [main][CipherTest] transformation=RC5-32/OFB32/ 19:28:19,426 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO10126 19:28:19,426 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO10126-2 19:28:19,426 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO10126-2PADDING 19:28:19,426 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO10126PADDING 19:28:19,426 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO7816-4 19:28:19,427 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO7816-4PADDING 19:28:19,427 INFO [main][CipherTest] transformation=RC5-32/OFB32/NOPADDING 19:28:19,427 INFO [main][CipherTest] transformation=RC5-32/OFB32/PKCS5 19:28:19,427 INFO [main][CipherTest] transformation=RC5-32/OFB32/PKCS5PADDING 19:28:19,427 INFO [main][CipherTest] transformation=RC5-32/OFB32/PKCS7 19:28:19,427 INFO [main][CipherTest] transformation=RC5-32/OFB32/PKCS7PADDING 19:28:19,427 INFO [main][CipherTest] transformation=RC5-32/OFB32/TBC 19:28:19,427 INFO [main][CipherTest] transformation=RC5-32/OFB32/TBCPADDING 19:28:19,427 INFO [main][CipherTest] transformation=RC5-32/OFB32/X9.23 19:28:19,428 INFO [main][CipherTest] transformation=RC5-32/OFB32/X9.23PADDING 19:28:19,428 INFO [main][CipherTest] transformation=RC5-32/OFB32/ZEROBYTE 19:28:19,428 INFO [main][CipherTest] transformation=RC5-32/OFB32/ZEROBYTEPADDING 19:28:19,428 INFO [main][CipherTest] transformation=RC5-32/OFB40/ 19:28:19,428 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO10126 19:28:19,428 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO10126-2 19:28:19,428 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO10126-2PADDING 19:28:19,428 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO10126PADDING 19:28:19,429 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO7816-4 19:28:19,429 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO7816-4PADDING 19:28:19,429 INFO [main][CipherTest] transformation=RC5-32/OFB40/NOPADDING 19:28:19,429 INFO [main][CipherTest] transformation=RC5-32/OFB40/PKCS5 19:28:19,429 INFO [main][CipherTest] transformation=RC5-32/OFB40/PKCS5PADDING 19:28:19,429 INFO [main][CipherTest] transformation=RC5-32/OFB40/PKCS7 19:28:19,429 INFO [main][CipherTest] transformation=RC5-32/OFB40/PKCS7PADDING 19:28:19,429 INFO [main][CipherTest] transformation=RC5-32/OFB40/TBC 19:28:19,429 INFO [main][CipherTest] transformation=RC5-32/OFB40/TBCPADDING 19:28:19,430 INFO [main][CipherTest] transformation=RC5-32/OFB40/X9.23 19:28:19,430 INFO [main][CipherTest] transformation=RC5-32/OFB40/X9.23PADDING 19:28:19,430 INFO [main][CipherTest] transformation=RC5-32/OFB40/ZEROBYTE 19:28:19,430 INFO [main][CipherTest] transformation=RC5-32/OFB40/ZEROBYTEPADDING 19:28:19,430 INFO [main][CipherTest] transformation=RC5-32/OFB48/ 19:28:19,430 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO10126 19:28:19,430 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO10126-2 19:28:19,430 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO10126-2PADDING 19:28:19,431 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO10126PADDING 19:28:19,431 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO7816-4 19:28:19,431 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO7816-4PADDING 19:28:19,431 INFO [main][CipherTest] transformation=RC5-32/OFB48/NOPADDING 19:28:19,431 INFO [main][CipherTest] transformation=RC5-32/OFB48/PKCS5 19:28:19,431 INFO [main][CipherTest] transformation=RC5-32/OFB48/PKCS5PADDING 19:28:19,431 INFO [main][CipherTest] transformation=RC5-32/OFB48/PKCS7 19:28:19,431 INFO [main][CipherTest] transformation=RC5-32/OFB48/PKCS7PADDING 19:28:19,432 INFO [main][CipherTest] transformation=RC5-32/OFB48/TBC 19:28:19,432 INFO [main][CipherTest] transformation=RC5-32/OFB48/TBCPADDING 19:28:19,432 INFO [main][CipherTest] transformation=RC5-32/OFB48/X9.23 19:28:19,432 INFO [main][CipherTest] transformation=RC5-32/OFB48/X9.23PADDING 19:28:19,432 INFO [main][CipherTest] transformation=RC5-32/OFB48/ZEROBYTE 19:28:19,432 INFO [main][CipherTest] transformation=RC5-32/OFB48/ZEROBYTEPADDING 19:28:19,432 INFO [main][CipherTest] transformation=RC5-32/OFB56/ 19:28:19,432 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO10126 19:28:19,432 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO10126-2 19:28:19,433 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO10126-2PADDING 19:28:19,433 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO10126PADDING 19:28:19,433 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO7816-4 19:28:19,433 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO7816-4PADDING 19:28:19,433 INFO [main][CipherTest] transformation=RC5-32/OFB56/NOPADDING 19:28:19,433 INFO [main][CipherTest] transformation=RC5-32/OFB56/PKCS5 19:28:19,433 INFO [main][CipherTest] transformation=RC5-32/OFB56/PKCS5PADDING 19:28:19,433 INFO [main][CipherTest] transformation=RC5-32/OFB56/PKCS7 19:28:19,434 INFO [main][CipherTest] transformation=RC5-32/OFB56/PKCS7PADDING 19:28:19,434 INFO [main][CipherTest] transformation=RC5-32/OFB56/TBC 19:28:19,434 INFO [main][CipherTest] transformation=RC5-32/OFB56/TBCPADDING 19:28:19,434 INFO [main][CipherTest] transformation=RC5-32/OFB56/X9.23 19:28:19,434 INFO [main][CipherTest] transformation=RC5-32/OFB56/X9.23PADDING 19:28:19,434 INFO [main][CipherTest] transformation=RC5-32/OFB56/ZEROBYTE 19:28:19,434 INFO [main][CipherTest] transformation=RC5-32/OFB56/ZEROBYTEPADDING 19:28:19,434 INFO [main][CipherTest] transformation=RC5-32/OFB64/ 19:28:19,435 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO10126 19:28:19,435 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO10126-2 19:28:19,435 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO10126-2PADDING 19:28:19,435 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO10126PADDING 19:28:19,435 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO7816-4 19:28:19,435 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO7816-4PADDING 19:28:19,435 INFO [main][CipherTest] transformation=RC5-32/OFB64/NOPADDING 19:28:19,435 INFO [main][CipherTest] transformation=RC5-32/OFB64/PKCS5 19:28:19,436 INFO [main][CipherTest] transformation=RC5-32/OFB64/PKCS5PADDING 19:28:19,436 INFO [main][CipherTest] transformation=RC5-32/OFB64/PKCS7 19:28:19,436 INFO [main][CipherTest] transformation=RC5-32/OFB64/PKCS7PADDING 19:28:19,436 INFO [main][CipherTest] transformation=RC5-32/OFB64/TBC 19:28:19,436 INFO [main][CipherTest] transformation=RC5-32/OFB64/TBCPADDING 19:28:19,436 INFO [main][CipherTest] transformation=RC5-32/OFB64/X9.23 19:28:19,436 INFO [main][CipherTest] transformation=RC5-32/OFB64/X9.23PADDING 19:28:19,436 INFO [main][CipherTest] transformation=RC5-32/OFB64/ZEROBYTE 19:28:19,436 INFO [main][CipherTest] transformation=RC5-32/OFB64/ZEROBYTEPADDING 19:28:19,437 INFO [main][CipherTest] transformation=RC5-32/OFB72/ 19:28:19,437 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO10126 19:28:19,437 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO10126-2 19:28:19,437 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO10126-2PADDING 19:28:19,437 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO10126PADDING 19:28:19,437 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO7816-4 19:28:19,437 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO7816-4PADDING 19:28:19,437 INFO [main][CipherTest] transformation=RC5-32/OFB72/NOPADDING 19:28:19,438 INFO [main][CipherTest] transformation=RC5-32/OFB72/PKCS5 19:28:19,438 INFO [main][CipherTest] transformation=RC5-32/OFB72/PKCS5PADDING 19:28:19,438 INFO [main][CipherTest] transformation=RC5-32/OFB72/PKCS7 19:28:19,438 INFO [main][CipherTest] transformation=RC5-32/OFB72/PKCS7PADDING 19:28:19,438 INFO [main][CipherTest] transformation=RC5-32/OFB72/TBC 19:28:19,438 INFO [main][CipherTest] transformation=RC5-32/OFB72/TBCPADDING 19:28:19,438 INFO [main][CipherTest] transformation=RC5-32/OFB72/X9.23 19:28:19,438 INFO [main][CipherTest] transformation=RC5-32/OFB72/X9.23PADDING 19:28:19,439 INFO [main][CipherTest] transformation=RC5-32/OFB72/ZEROBYTE 19:28:19,439 INFO [main][CipherTest] transformation=RC5-32/OFB72/ZEROBYTEPADDING 19:28:19,439 INFO [main][CipherTest] transformation=RC5-32/OFB8/ 19:28:19,439 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO10126 19:28:19,439 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO10126-2 19:28:19,439 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO10126-2PADDING 19:28:19,439 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO10126PADDING 19:28:19,439 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO7816-4 19:28:19,440 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO7816-4PADDING 19:28:19,440 INFO [main][CipherTest] transformation=RC5-32/OFB8/NOPADDING 19:28:19,440 INFO [main][CipherTest] transformation=RC5-32/OFB8/PKCS5 19:28:19,440 INFO [main][CipherTest] transformation=RC5-32/OFB8/PKCS5PADDING 19:28:19,440 INFO [main][CipherTest] transformation=RC5-32/OFB8/PKCS7 19:28:19,440 INFO [main][CipherTest] transformation=RC5-32/OFB8/PKCS7PADDING 19:28:19,440 INFO [main][CipherTest] transformation=RC5-32/OFB8/TBC 19:28:19,440 INFO [main][CipherTest] transformation=RC5-32/OFB8/TBCPADDING 19:28:19,440 INFO [main][CipherTest] transformation=RC5-32/OFB8/X9.23 19:28:19,441 INFO [main][CipherTest] transformation=RC5-32/OFB8/X9.23PADDING 19:28:19,441 INFO [main][CipherTest] transformation=RC5-32/OFB8/ZEROBYTE 19:28:19,441 INFO [main][CipherTest] transformation=RC5-32/OFB8/ZEROBYTEPADDING 19:28:19,441 INFO [main][CipherTest] transformation=RC5-32/OFB80/ 19:28:19,441 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO10126 19:28:19,441 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO10126-2 19:28:19,441 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO10126-2PADDING 19:28:19,441 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO10126PADDING 19:28:19,442 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO7816-4 19:28:19,442 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO7816-4PADDING 19:28:19,442 INFO [main][CipherTest] transformation=RC5-32/OFB80/NOPADDING 19:28:19,442 INFO [main][CipherTest] transformation=RC5-32/OFB80/PKCS5 19:28:19,442 INFO [main][CipherTest] transformation=RC5-32/OFB80/PKCS5PADDING 19:28:19,442 INFO [main][CipherTest] transformation=RC5-32/OFB80/PKCS7 19:28:19,442 INFO [main][CipherTest] transformation=RC5-32/OFB80/PKCS7PADDING 19:28:19,442 INFO [main][CipherTest] transformation=RC5-32/OFB80/TBC 19:28:19,443 INFO [main][CipherTest] transformation=RC5-32/OFB80/TBCPADDING 19:28:19,443 INFO [main][CipherTest] transformation=RC5-32/OFB80/X9.23 19:28:19,443 INFO [main][CipherTest] transformation=RC5-32/OFB80/X9.23PADDING 19:28:19,443 INFO [main][CipherTest] transformation=RC5-32/OFB80/ZEROBYTE 19:28:19,443 INFO [main][CipherTest] transformation=RC5-32/OFB80/ZEROBYTEPADDING 19:28:19,443 INFO [main][CipherTest] transformation=RC5-32/OFB88/ 19:28:19,443 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO10126 19:28:19,443 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO10126-2 19:28:19,443 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO10126-2PADDING 19:28:19,444 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO10126PADDING 19:28:19,444 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO7816-4 19:28:19,444 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO7816-4PADDING 19:28:19,444 INFO [main][CipherTest] transformation=RC5-32/OFB88/NOPADDING 19:28:19,444 INFO [main][CipherTest] transformation=RC5-32/OFB88/PKCS5 19:28:19,444 INFO [main][CipherTest] transformation=RC5-32/OFB88/PKCS5PADDING 19:28:19,444 INFO [main][CipherTest] transformation=RC5-32/OFB88/PKCS7 19:28:19,444 INFO [main][CipherTest] transformation=RC5-32/OFB88/PKCS7PADDING 19:28:19,445 INFO [main][CipherTest] transformation=RC5-32/OFB88/TBC 19:28:19,445 INFO [main][CipherTest] transformation=RC5-32/OFB88/TBCPADDING 19:28:19,445 INFO [main][CipherTest] transformation=RC5-32/OFB88/X9.23 19:28:19,445 INFO [main][CipherTest] transformation=RC5-32/OFB88/X9.23PADDING 19:28:19,445 INFO [main][CipherTest] transformation=RC5-32/OFB88/ZEROBYTE 19:28:19,445 INFO [main][CipherTest] transformation=RC5-32/OFB88/ZEROBYTEPADDING 19:28:19,445 INFO [main][CipherTest] transformation=RC5-32/OFB96/ 19:28:19,445 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO10126 19:28:19,445 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO10126-2 19:28:19,446 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO10126-2PADDING 19:28:19,446 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO10126PADDING 19:28:19,446 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO7816-4 19:28:19,446 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO7816-4PADDING 19:28:19,446 INFO [main][CipherTest] transformation=RC5-32/OFB96/NOPADDING 19:28:19,446 INFO [main][CipherTest] transformation=RC5-32/OFB96/PKCS5 19:28:19,446 INFO [main][CipherTest] transformation=RC5-32/OFB96/PKCS5PADDING 19:28:19,446 INFO [main][CipherTest] transformation=RC5-32/OFB96/PKCS7 19:28:19,447 INFO [main][CipherTest] transformation=RC5-32/OFB96/PKCS7PADDING 19:28:19,447 INFO [main][CipherTest] transformation=RC5-32/OFB96/TBC 19:28:19,447 INFO [main][CipherTest] transformation=RC5-32/OFB96/TBCPADDING 19:28:19,447 INFO [main][CipherTest] transformation=RC5-32/OFB96/X9.23 19:28:19,447 INFO [main][CipherTest] transformation=RC5-32/OFB96/X9.23PADDING 19:28:19,447 INFO [main][CipherTest] transformation=RC5-32/OFB96/ZEROBYTE 19:28:19,447 INFO [main][CipherTest] transformation=RC5-32/OFB96/ZEROBYTEPADDING 19:28:19,447 INFO [main][CipherTest] transformation=RC5-32/SIC/ 19:28:19,448 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO10126 19:28:19,448 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO10126-2 19:28:19,448 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO10126-2PADDING 19:28:19,448 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO10126PADDING 19:28:19,448 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO7816-4 19:28:19,449 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO7816-4PADDING 19:28:19,449 INFO [main][CipherTest] transformation=RC5-32/SIC/NOPADDING 19:28:19,449 INFO [main][CipherTest] transformation=RC5-32/SIC/PKCS5 19:28:19,449 INFO [main][CipherTest] transformation=RC5-32/SIC/PKCS5PADDING 19:28:19,449 INFO [main][CipherTest] transformation=RC5-32/SIC/PKCS7 19:28:19,450 INFO [main][CipherTest] transformation=RC5-32/SIC/PKCS7PADDING 19:28:19,450 INFO [main][CipherTest] transformation=RC5-32/SIC/TBC 19:28:19,450 INFO [main][CipherTest] transformation=RC5-32/SIC/TBCPADDING 19:28:19,450 INFO [main][CipherTest] transformation=RC5-32/SIC/X9.23 19:28:19,450 INFO [main][CipherTest] transformation=RC5-32/SIC/X9.23PADDING 19:28:19,450 INFO [main][CipherTest] transformation=RC5-32/SIC/ZEROBYTE 19:28:19,451 INFO [main][CipherTest] transformation=RC5-32/SIC/ZEROBYTEPADDING 19:28:19,452 INFO [main][CipherTest] transformation=RC5-64// 19:28:19,452 ERROR [main][CipherTest] transformation "RC5-64//": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,452 INFO [main][CipherTest] transformation=RC5-64//NOPADDING 19:28:19,457 ERROR [main][CipherTest] transformation "RC5-64//NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,457 INFO [main][CipherTest] transformation=RC5-64/CBC-CTS/ 19:28:19,457 ERROR [main][CipherTest] transformation "RC5-64/CBC-CTS/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,457 INFO [main][CipherTest] transformation=RC5-64/CBC-CTS/NOPADDING 19:28:19,457 ERROR [main][CipherTest] transformation "RC5-64/CBC-CTS/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,457 INFO [main][CipherTest] transformation=RC5-64/CBC/ 19:28:19,458 ERROR [main][CipherTest] transformation "RC5-64/CBC/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,458 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO10126 19:28:19,458 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,458 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO10126-2 19:28:19,458 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,458 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO10126-2PADDING 19:28:19,459 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,459 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO10126PADDING 19:28:19,460 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,460 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO7816-4 19:28:19,460 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,460 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO7816-4PADDING 19:28:19,460 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,460 INFO [main][CipherTest] transformation=RC5-64/CBC/NOPADDING 19:28:19,460 ERROR [main][CipherTest] transformation "RC5-64/CBC/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,461 INFO [main][CipherTest] transformation=RC5-64/CBC/PKCS5 19:28:19,461 ERROR [main][CipherTest] transformation "RC5-64/CBC/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,461 INFO [main][CipherTest] transformation=RC5-64/CBC/PKCS5PADDING 19:28:19,461 ERROR [main][CipherTest] transformation "RC5-64/CBC/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,461 INFO [main][CipherTest] transformation=RC5-64/CBC/PKCS7 19:28:19,461 ERROR [main][CipherTest] transformation "RC5-64/CBC/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,461 INFO [main][CipherTest] transformation=RC5-64/CBC/PKCS7PADDING 19:28:19,462 ERROR [main][CipherTest] transformation "RC5-64/CBC/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,462 INFO [main][CipherTest] transformation=RC5-64/CBC/TBC 19:28:19,462 ERROR [main][CipherTest] transformation "RC5-64/CBC/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,462 INFO [main][CipherTest] transformation=RC5-64/CBC/TBCPADDING 19:28:19,462 ERROR [main][CipherTest] transformation "RC5-64/CBC/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,462 INFO [main][CipherTest] transformation=RC5-64/CBC/X9.23 19:28:19,462 ERROR [main][CipherTest] transformation "RC5-64/CBC/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,462 INFO [main][CipherTest] transformation=RC5-64/CBC/X9.23PADDING 19:28:19,463 ERROR [main][CipherTest] transformation "RC5-64/CBC/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,463 INFO [main][CipherTest] transformation=RC5-64/CBC/ZEROBYTE 19:28:19,463 ERROR [main][CipherTest] transformation "RC5-64/CBC/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,463 INFO [main][CipherTest] transformation=RC5-64/CBC/ZEROBYTEPADDING 19:28:19,463 ERROR [main][CipherTest] transformation "RC5-64/CBC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,463 INFO [main][CipherTest] transformation=RC5-64/CCM/ 19:28:19,463 ERROR [main][CipherTest] transformation "RC5-64/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:19,463 INFO [main][CipherTest] transformation=RC5-64/CCM/NOPADDING 19:28:19,464 ERROR [main][CipherTest] transformation "RC5-64/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:19,464 INFO [main][CipherTest] transformation=RC5-64/CFB/ 19:28:19,464 ERROR [main][CipherTest] transformation "RC5-64/CFB/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,464 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO10126 19:28:19,464 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,464 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO10126-2 19:28:19,464 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,464 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO10126-2PADDING 19:28:19,464 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,464 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO10126PADDING 19:28:19,465 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,465 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO7816-4 19:28:19,465 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,465 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO7816-4PADDING 19:28:19,465 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,465 INFO [main][CipherTest] transformation=RC5-64/CFB/NOPADDING 19:28:19,465 ERROR [main][CipherTest] transformation "RC5-64/CFB/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,465 INFO [main][CipherTest] transformation=RC5-64/CFB/PKCS5 19:28:19,465 ERROR [main][CipherTest] transformation "RC5-64/CFB/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,465 INFO [main][CipherTest] transformation=RC5-64/CFB/PKCS5PADDING 19:28:19,466 ERROR [main][CipherTest] transformation "RC5-64/CFB/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,466 INFO [main][CipherTest] transformation=RC5-64/CFB/PKCS7 19:28:19,466 ERROR [main][CipherTest] transformation "RC5-64/CFB/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,466 INFO [main][CipherTest] transformation=RC5-64/CFB/PKCS7PADDING 19:28:19,466 ERROR [main][CipherTest] transformation "RC5-64/CFB/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,466 INFO [main][CipherTest] transformation=RC5-64/CFB/TBC 19:28:19,466 ERROR [main][CipherTest] transformation "RC5-64/CFB/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,466 INFO [main][CipherTest] transformation=RC5-64/CFB/TBCPADDING 19:28:19,466 ERROR [main][CipherTest] transformation "RC5-64/CFB/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,467 INFO [main][CipherTest] transformation=RC5-64/CFB/X9.23 19:28:19,467 ERROR [main][CipherTest] transformation "RC5-64/CFB/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,467 INFO [main][CipherTest] transformation=RC5-64/CFB/X9.23PADDING 19:28:19,467 ERROR [main][CipherTest] transformation "RC5-64/CFB/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,467 INFO [main][CipherTest] transformation=RC5-64/CFB/ZEROBYTE 19:28:19,467 ERROR [main][CipherTest] transformation "RC5-64/CFB/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,467 INFO [main][CipherTest] transformation=RC5-64/CFB/ZEROBYTEPADDING 19:28:19,467 ERROR [main][CipherTest] transformation "RC5-64/CFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,467 INFO [main][CipherTest] transformation=RC5-64/CFB104/ 19:28:19,468 ERROR [main][CipherTest] transformation "RC5-64/CFB104/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,468 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO10126 19:28:19,468 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,468 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO10126-2 19:28:19,468 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,468 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO10126-2PADDING 19:28:19,468 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,468 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO10126PADDING 19:28:19,468 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,469 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO7816-4 19:28:19,469 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,469 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO7816-4PADDING 19:28:19,469 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,469 INFO [main][CipherTest] transformation=RC5-64/CFB104/NOPADDING 19:28:19,469 ERROR [main][CipherTest] transformation "RC5-64/CFB104/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,469 INFO [main][CipherTest] transformation=RC5-64/CFB104/PKCS5 19:28:19,469 ERROR [main][CipherTest] transformation "RC5-64/CFB104/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,469 INFO [main][CipherTest] transformation=RC5-64/CFB104/PKCS5PADDING 19:28:19,470 ERROR [main][CipherTest] transformation "RC5-64/CFB104/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,470 INFO [main][CipherTest] transformation=RC5-64/CFB104/PKCS7 19:28:19,470 ERROR [main][CipherTest] transformation "RC5-64/CFB104/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,470 INFO [main][CipherTest] transformation=RC5-64/CFB104/PKCS7PADDING 19:28:19,470 ERROR [main][CipherTest] transformation "RC5-64/CFB104/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,470 INFO [main][CipherTest] transformation=RC5-64/CFB104/TBC 19:28:19,470 ERROR [main][CipherTest] transformation "RC5-64/CFB104/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,470 INFO [main][CipherTest] transformation=RC5-64/CFB104/TBCPADDING 19:28:19,470 ERROR [main][CipherTest] transformation "RC5-64/CFB104/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,471 INFO [main][CipherTest] transformation=RC5-64/CFB104/X9.23 19:28:19,471 ERROR [main][CipherTest] transformation "RC5-64/CFB104/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,471 INFO [main][CipherTest] transformation=RC5-64/CFB104/X9.23PADDING 19:28:19,471 ERROR [main][CipherTest] transformation "RC5-64/CFB104/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,471 INFO [main][CipherTest] transformation=RC5-64/CFB104/ZEROBYTE 19:28:19,471 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,471 INFO [main][CipherTest] transformation=RC5-64/CFB104/ZEROBYTEPADDING 19:28:19,471 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,471 INFO [main][CipherTest] transformation=RC5-64/CFB112/ 19:28:19,472 ERROR [main][CipherTest] transformation "RC5-64/CFB112/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,472 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO10126 19:28:19,472 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,472 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO10126-2 19:28:19,472 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,472 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO10126-2PADDING 19:28:19,472 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,472 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO10126PADDING 19:28:19,472 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,473 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO7816-4 19:28:19,473 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,473 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO7816-4PADDING 19:28:19,473 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,473 INFO [main][CipherTest] transformation=RC5-64/CFB112/NOPADDING 19:28:19,473 ERROR [main][CipherTest] transformation "RC5-64/CFB112/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,473 INFO [main][CipherTest] transformation=RC5-64/CFB112/PKCS5 19:28:19,473 ERROR [main][CipherTest] transformation "RC5-64/CFB112/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,473 INFO [main][CipherTest] transformation=RC5-64/CFB112/PKCS5PADDING 19:28:19,474 ERROR [main][CipherTest] transformation "RC5-64/CFB112/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,474 INFO [main][CipherTest] transformation=RC5-64/CFB112/PKCS7 19:28:19,474 ERROR [main][CipherTest] transformation "RC5-64/CFB112/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,474 INFO [main][CipherTest] transformation=RC5-64/CFB112/PKCS7PADDING 19:28:19,474 ERROR [main][CipherTest] transformation "RC5-64/CFB112/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,474 INFO [main][CipherTest] transformation=RC5-64/CFB112/TBC 19:28:19,474 ERROR [main][CipherTest] transformation "RC5-64/CFB112/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,474 INFO [main][CipherTest] transformation=RC5-64/CFB112/TBCPADDING 19:28:19,474 ERROR [main][CipherTest] transformation "RC5-64/CFB112/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,475 INFO [main][CipherTest] transformation=RC5-64/CFB112/X9.23 19:28:19,475 ERROR [main][CipherTest] transformation "RC5-64/CFB112/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,475 INFO [main][CipherTest] transformation=RC5-64/CFB112/X9.23PADDING 19:28:19,475 ERROR [main][CipherTest] transformation "RC5-64/CFB112/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,475 INFO [main][CipherTest] transformation=RC5-64/CFB112/ZEROBYTE 19:28:19,475 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,475 INFO [main][CipherTest] transformation=RC5-64/CFB112/ZEROBYTEPADDING 19:28:19,475 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,475 INFO [main][CipherTest] transformation=RC5-64/CFB120/ 19:28:19,476 ERROR [main][CipherTest] transformation "RC5-64/CFB120/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,476 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO10126 19:28:19,476 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,476 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO10126-2 19:28:19,476 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,476 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO10126-2PADDING 19:28:19,476 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,476 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO10126PADDING 19:28:19,476 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,476 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO7816-4 19:28:19,477 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,477 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO7816-4PADDING 19:28:19,477 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,477 INFO [main][CipherTest] transformation=RC5-64/CFB120/NOPADDING 19:28:19,477 ERROR [main][CipherTest] transformation "RC5-64/CFB120/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,477 INFO [main][CipherTest] transformation=RC5-64/CFB120/PKCS5 19:28:19,477 ERROR [main][CipherTest] transformation "RC5-64/CFB120/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,477 INFO [main][CipherTest] transformation=RC5-64/CFB120/PKCS5PADDING 19:28:19,477 ERROR [main][CipherTest] transformation "RC5-64/CFB120/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,478 INFO [main][CipherTest] transformation=RC5-64/CFB120/PKCS7 19:28:19,478 ERROR [main][CipherTest] transformation "RC5-64/CFB120/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,478 INFO [main][CipherTest] transformation=RC5-64/CFB120/PKCS7PADDING 19:28:19,478 ERROR [main][CipherTest] transformation "RC5-64/CFB120/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,478 INFO [main][CipherTest] transformation=RC5-64/CFB120/TBC 19:28:19,478 ERROR [main][CipherTest] transformation "RC5-64/CFB120/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,478 INFO [main][CipherTest] transformation=RC5-64/CFB120/TBCPADDING 19:28:19,478 ERROR [main][CipherTest] transformation "RC5-64/CFB120/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,478 INFO [main][CipherTest] transformation=RC5-64/CFB120/X9.23 19:28:19,479 ERROR [main][CipherTest] transformation "RC5-64/CFB120/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,479 INFO [main][CipherTest] transformation=RC5-64/CFB120/X9.23PADDING 19:28:19,479 ERROR [main][CipherTest] transformation "RC5-64/CFB120/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,479 INFO [main][CipherTest] transformation=RC5-64/CFB120/ZEROBYTE 19:28:19,479 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,479 INFO [main][CipherTest] transformation=RC5-64/CFB120/ZEROBYTEPADDING 19:28:19,479 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,479 INFO [main][CipherTest] transformation=RC5-64/CFB128/ 19:28:19,479 ERROR [main][CipherTest] transformation "RC5-64/CFB128/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,479 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO10126 19:28:19,480 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,480 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO10126-2 19:28:19,480 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,480 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO10126-2PADDING 19:28:19,480 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,480 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO10126PADDING 19:28:19,480 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,480 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO7816-4 19:28:19,481 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,481 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO7816-4PADDING 19:28:19,481 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,481 INFO [main][CipherTest] transformation=RC5-64/CFB128/NOPADDING 19:28:19,481 ERROR [main][CipherTest] transformation "RC5-64/CFB128/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,481 INFO [main][CipherTest] transformation=RC5-64/CFB128/PKCS5 19:28:19,481 ERROR [main][CipherTest] transformation "RC5-64/CFB128/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,481 INFO [main][CipherTest] transformation=RC5-64/CFB128/PKCS5PADDING 19:28:19,481 ERROR [main][CipherTest] transformation "RC5-64/CFB128/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,482 INFO [main][CipherTest] transformation=RC5-64/CFB128/PKCS7 19:28:19,482 ERROR [main][CipherTest] transformation "RC5-64/CFB128/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,482 INFO [main][CipherTest] transformation=RC5-64/CFB128/PKCS7PADDING 19:28:19,482 ERROR [main][CipherTest] transformation "RC5-64/CFB128/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,482 INFO [main][CipherTest] transformation=RC5-64/CFB128/TBC 19:28:19,482 ERROR [main][CipherTest] transformation "RC5-64/CFB128/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,482 INFO [main][CipherTest] transformation=RC5-64/CFB128/TBCPADDING 19:28:19,482 ERROR [main][CipherTest] transformation "RC5-64/CFB128/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,482 INFO [main][CipherTest] transformation=RC5-64/CFB128/X9.23 19:28:19,482 ERROR [main][CipherTest] transformation "RC5-64/CFB128/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,483 INFO [main][CipherTest] transformation=RC5-64/CFB128/X9.23PADDING 19:28:19,483 ERROR [main][CipherTest] transformation "RC5-64/CFB128/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,483 INFO [main][CipherTest] transformation=RC5-64/CFB128/ZEROBYTE 19:28:19,483 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,483 INFO [main][CipherTest] transformation=RC5-64/CFB128/ZEROBYTEPADDING 19:28:19,483 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,483 INFO [main][CipherTest] transformation=RC5-64/CFB136/ 19:28:19,483 ERROR [main][CipherTest] transformation "RC5-64/CFB136/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,483 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO10126 19:28:19,484 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,484 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO10126-2 19:28:19,484 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,484 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO10126-2PADDING 19:28:19,484 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,484 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO10126PADDING 19:28:19,484 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,484 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO7816-4 19:28:19,484 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,484 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO7816-4PADDING 19:28:19,485 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,485 INFO [main][CipherTest] transformation=RC5-64/CFB136/NOPADDING 19:28:19,485 ERROR [main][CipherTest] transformation "RC5-64/CFB136/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,485 INFO [main][CipherTest] transformation=RC5-64/CFB136/PKCS5 19:28:19,485 ERROR [main][CipherTest] transformation "RC5-64/CFB136/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,485 INFO [main][CipherTest] transformation=RC5-64/CFB136/PKCS5PADDING 19:28:19,485 ERROR [main][CipherTest] transformation "RC5-64/CFB136/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,485 INFO [main][CipherTest] transformation=RC5-64/CFB136/PKCS7 19:28:19,485 ERROR [main][CipherTest] transformation "RC5-64/CFB136/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,485 INFO [main][CipherTest] transformation=RC5-64/CFB136/PKCS7PADDING 19:28:19,486 ERROR [main][CipherTest] transformation "RC5-64/CFB136/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,486 INFO [main][CipherTest] transformation=RC5-64/CFB136/TBC 19:28:19,486 ERROR [main][CipherTest] transformation "RC5-64/CFB136/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,486 INFO [main][CipherTest] transformation=RC5-64/CFB136/TBCPADDING 19:28:19,486 ERROR [main][CipherTest] transformation "RC5-64/CFB136/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,486 INFO [main][CipherTest] transformation=RC5-64/CFB136/X9.23 19:28:19,486 ERROR [main][CipherTest] transformation "RC5-64/CFB136/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,486 INFO [main][CipherTest] transformation=RC5-64/CFB136/X9.23PADDING 19:28:19,486 ERROR [main][CipherTest] transformation "RC5-64/CFB136/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,487 INFO [main][CipherTest] transformation=RC5-64/CFB136/ZEROBYTE 19:28:19,487 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,487 INFO [main][CipherTest] transformation=RC5-64/CFB136/ZEROBYTEPADDING 19:28:19,487 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,487 INFO [main][CipherTest] transformation=RC5-64/CFB144/ 19:28:19,487 ERROR [main][CipherTest] transformation "RC5-64/CFB144/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,487 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO10126 19:28:19,487 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,488 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO10126-2 19:28:19,488 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,488 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO10126-2PADDING 19:28:19,488 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,488 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO10126PADDING 19:28:19,488 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,488 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO7816-4 19:28:19,488 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,488 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO7816-4PADDING 19:28:19,489 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,489 INFO [main][CipherTest] transformation=RC5-64/CFB144/NOPADDING 19:28:19,489 ERROR [main][CipherTest] transformation "RC5-64/CFB144/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,489 INFO [main][CipherTest] transformation=RC5-64/CFB144/PKCS5 19:28:19,489 ERROR [main][CipherTest] transformation "RC5-64/CFB144/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,489 INFO [main][CipherTest] transformation=RC5-64/CFB144/PKCS5PADDING 19:28:19,489 ERROR [main][CipherTest] transformation "RC5-64/CFB144/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,489 INFO [main][CipherTest] transformation=RC5-64/CFB144/PKCS7 19:28:19,489 ERROR [main][CipherTest] transformation "RC5-64/CFB144/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,489 INFO [main][CipherTest] transformation=RC5-64/CFB144/PKCS7PADDING 19:28:19,490 ERROR [main][CipherTest] transformation "RC5-64/CFB144/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,490 INFO [main][CipherTest] transformation=RC5-64/CFB144/TBC 19:28:19,490 ERROR [main][CipherTest] transformation "RC5-64/CFB144/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,490 INFO [main][CipherTest] transformation=RC5-64/CFB144/TBCPADDING 19:28:19,490 ERROR [main][CipherTest] transformation "RC5-64/CFB144/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,490 INFO [main][CipherTest] transformation=RC5-64/CFB144/X9.23 19:28:19,490 ERROR [main][CipherTest] transformation "RC5-64/CFB144/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,490 INFO [main][CipherTest] transformation=RC5-64/CFB144/X9.23PADDING 19:28:19,490 ERROR [main][CipherTest] transformation "RC5-64/CFB144/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,491 INFO [main][CipherTest] transformation=RC5-64/CFB144/ZEROBYTE 19:28:19,491 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,491 INFO [main][CipherTest] transformation=RC5-64/CFB144/ZEROBYTEPADDING 19:28:19,491 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,491 INFO [main][CipherTest] transformation=RC5-64/CFB152/ 19:28:19,491 ERROR [main][CipherTest] transformation "RC5-64/CFB152/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,491 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO10126 19:28:19,491 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,491 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO10126-2 19:28:19,492 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,492 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO10126-2PADDING 19:28:19,492 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,492 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO10126PADDING 19:28:19,492 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,492 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO7816-4 19:28:19,492 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,492 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO7816-4PADDING 19:28:19,492 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,492 INFO [main][CipherTest] transformation=RC5-64/CFB152/NOPADDING 19:28:19,493 ERROR [main][CipherTest] transformation "RC5-64/CFB152/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,493 INFO [main][CipherTest] transformation=RC5-64/CFB152/PKCS5 19:28:19,493 ERROR [main][CipherTest] transformation "RC5-64/CFB152/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,493 INFO [main][CipherTest] transformation=RC5-64/CFB152/PKCS5PADDING 19:28:19,493 ERROR [main][CipherTest] transformation "RC5-64/CFB152/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,493 INFO [main][CipherTest] transformation=RC5-64/CFB152/PKCS7 19:28:19,493 ERROR [main][CipherTest] transformation "RC5-64/CFB152/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,493 INFO [main][CipherTest] transformation=RC5-64/CFB152/PKCS7PADDING 19:28:19,493 ERROR [main][CipherTest] transformation "RC5-64/CFB152/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,493 INFO [main][CipherTest] transformation=RC5-64/CFB152/TBC 19:28:19,494 ERROR [main][CipherTest] transformation "RC5-64/CFB152/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,494 INFO [main][CipherTest] transformation=RC5-64/CFB152/TBCPADDING 19:28:19,494 ERROR [main][CipherTest] transformation "RC5-64/CFB152/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,494 INFO [main][CipherTest] transformation=RC5-64/CFB152/X9.23 19:28:19,494 ERROR [main][CipherTest] transformation "RC5-64/CFB152/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,494 INFO [main][CipherTest] transformation=RC5-64/CFB152/X9.23PADDING 19:28:19,494 ERROR [main][CipherTest] transformation "RC5-64/CFB152/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,494 INFO [main][CipherTest] transformation=RC5-64/CFB152/ZEROBYTE 19:28:19,494 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,495 INFO [main][CipherTest] transformation=RC5-64/CFB152/ZEROBYTEPADDING 19:28:19,495 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,495 INFO [main][CipherTest] transformation=RC5-64/CFB16/ 19:28:19,495 ERROR [main][CipherTest] transformation "RC5-64/CFB16/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,495 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO10126 19:28:19,495 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,495 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO10126-2 19:28:19,495 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,495 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO10126-2PADDING 19:28:19,496 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,496 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO10126PADDING 19:28:19,496 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,496 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO7816-4 19:28:19,496 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,496 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO7816-4PADDING 19:28:19,496 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,496 INFO [main][CipherTest] transformation=RC5-64/CFB16/NOPADDING 19:28:19,496 ERROR [main][CipherTest] transformation "RC5-64/CFB16/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,497 INFO [main][CipherTest] transformation=RC5-64/CFB16/PKCS5 19:28:19,497 ERROR [main][CipherTest] transformation "RC5-64/CFB16/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,497 INFO [main][CipherTest] transformation=RC5-64/CFB16/PKCS5PADDING 19:28:19,497 ERROR [main][CipherTest] transformation "RC5-64/CFB16/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,497 INFO [main][CipherTest] transformation=RC5-64/CFB16/PKCS7 19:28:19,497 ERROR [main][CipherTest] transformation "RC5-64/CFB16/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,497 INFO [main][CipherTest] transformation=RC5-64/CFB16/PKCS7PADDING 19:28:19,497 ERROR [main][CipherTest] transformation "RC5-64/CFB16/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,497 INFO [main][CipherTest] transformation=RC5-64/CFB16/TBC 19:28:19,497 ERROR [main][CipherTest] transformation "RC5-64/CFB16/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,498 INFO [main][CipherTest] transformation=RC5-64/CFB16/TBCPADDING 19:28:19,498 ERROR [main][CipherTest] transformation "RC5-64/CFB16/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,498 INFO [main][CipherTest] transformation=RC5-64/CFB16/X9.23 19:28:19,498 ERROR [main][CipherTest] transformation "RC5-64/CFB16/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,498 INFO [main][CipherTest] transformation=RC5-64/CFB16/X9.23PADDING 19:28:19,498 ERROR [main][CipherTest] transformation "RC5-64/CFB16/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,498 INFO [main][CipherTest] transformation=RC5-64/CFB16/ZEROBYTE 19:28:19,498 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,498 INFO [main][CipherTest] transformation=RC5-64/CFB16/ZEROBYTEPADDING 19:28:19,499 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,499 INFO [main][CipherTest] transformation=RC5-64/CFB160/ 19:28:19,499 ERROR [main][CipherTest] transformation "RC5-64/CFB160/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,499 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO10126 19:28:19,499 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,499 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO10126-2 19:28:19,499 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,499 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO10126-2PADDING 19:28:19,500 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,500 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO10126PADDING 19:28:19,500 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,500 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO7816-4 19:28:19,500 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,500 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO7816-4PADDING 19:28:19,500 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,500 INFO [main][CipherTest] transformation=RC5-64/CFB160/NOPADDING 19:28:19,500 ERROR [main][CipherTest] transformation "RC5-64/CFB160/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,500 INFO [main][CipherTest] transformation=RC5-64/CFB160/PKCS5 19:28:19,501 ERROR [main][CipherTest] transformation "RC5-64/CFB160/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,501 INFO [main][CipherTest] transformation=RC5-64/CFB160/PKCS5PADDING 19:28:19,501 ERROR [main][CipherTest] transformation "RC5-64/CFB160/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,501 INFO [main][CipherTest] transformation=RC5-64/CFB160/PKCS7 19:28:19,501 ERROR [main][CipherTest] transformation "RC5-64/CFB160/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,501 INFO [main][CipherTest] transformation=RC5-64/CFB160/PKCS7PADDING 19:28:19,501 ERROR [main][CipherTest] transformation "RC5-64/CFB160/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,501 INFO [main][CipherTest] transformation=RC5-64/CFB160/TBC 19:28:19,502 ERROR [main][CipherTest] transformation "RC5-64/CFB160/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,502 INFO [main][CipherTest] transformation=RC5-64/CFB160/TBCPADDING 19:28:19,502 ERROR [main][CipherTest] transformation "RC5-64/CFB160/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,502 INFO [main][CipherTest] transformation=RC5-64/CFB160/X9.23 19:28:19,502 ERROR [main][CipherTest] transformation "RC5-64/CFB160/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,502 INFO [main][CipherTest] transformation=RC5-64/CFB160/X9.23PADDING 19:28:19,502 ERROR [main][CipherTest] transformation "RC5-64/CFB160/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,502 INFO [main][CipherTest] transformation=RC5-64/CFB160/ZEROBYTE 19:28:19,502 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,502 INFO [main][CipherTest] transformation=RC5-64/CFB160/ZEROBYTEPADDING 19:28:19,503 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,503 INFO [main][CipherTest] transformation=RC5-64/CFB168/ 19:28:19,503 ERROR [main][CipherTest] transformation "RC5-64/CFB168/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,503 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO10126 19:28:19,503 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,503 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO10126-2 19:28:19,503 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,503 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO10126-2PADDING 19:28:19,504 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,504 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO10126PADDING 19:28:19,504 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,504 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO7816-4 19:28:19,504 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,504 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO7816-4PADDING 19:28:19,504 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,504 INFO [main][CipherTest] transformation=RC5-64/CFB168/NOPADDING 19:28:19,504 ERROR [main][CipherTest] transformation "RC5-64/CFB168/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,504 INFO [main][CipherTest] transformation=RC5-64/CFB168/PKCS5 19:28:19,505 ERROR [main][CipherTest] transformation "RC5-64/CFB168/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,505 INFO [main][CipherTest] transformation=RC5-64/CFB168/PKCS5PADDING 19:28:19,505 ERROR [main][CipherTest] transformation "RC5-64/CFB168/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,505 INFO [main][CipherTest] transformation=RC5-64/CFB168/PKCS7 19:28:19,505 ERROR [main][CipherTest] transformation "RC5-64/CFB168/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,505 INFO [main][CipherTest] transformation=RC5-64/CFB168/PKCS7PADDING 19:28:19,505 ERROR [main][CipherTest] transformation "RC5-64/CFB168/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,505 INFO [main][CipherTest] transformation=RC5-64/CFB168/TBC 19:28:19,505 ERROR [main][CipherTest] transformation "RC5-64/CFB168/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,505 INFO [main][CipherTest] transformation=RC5-64/CFB168/TBCPADDING 19:28:19,506 ERROR [main][CipherTest] transformation "RC5-64/CFB168/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,506 INFO [main][CipherTest] transformation=RC5-64/CFB168/X9.23 19:28:19,506 ERROR [main][CipherTest] transformation "RC5-64/CFB168/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,506 INFO [main][CipherTest] transformation=RC5-64/CFB168/X9.23PADDING 19:28:19,506 ERROR [main][CipherTest] transformation "RC5-64/CFB168/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,506 INFO [main][CipherTest] transformation=RC5-64/CFB168/ZEROBYTE 19:28:19,506 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,506 INFO [main][CipherTest] transformation=RC5-64/CFB168/ZEROBYTEPADDING 19:28:19,506 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,507 INFO [main][CipherTest] transformation=RC5-64/CFB176/ 19:28:19,507 ERROR [main][CipherTest] transformation "RC5-64/CFB176/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,507 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO10126 19:28:19,507 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,507 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO10126-2 19:28:19,507 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,507 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO10126-2PADDING 19:28:19,507 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,507 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO10126PADDING 19:28:19,508 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,508 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO7816-4 19:28:19,508 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,508 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO7816-4PADDING 19:28:19,508 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,508 INFO [main][CipherTest] transformation=RC5-64/CFB176/NOPADDING 19:28:19,508 ERROR [main][CipherTest] transformation "RC5-64/CFB176/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,508 INFO [main][CipherTest] transformation=RC5-64/CFB176/PKCS5 19:28:19,508 ERROR [main][CipherTest] transformation "RC5-64/CFB176/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,508 INFO [main][CipherTest] transformation=RC5-64/CFB176/PKCS5PADDING 19:28:19,509 ERROR [main][CipherTest] transformation "RC5-64/CFB176/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,509 INFO [main][CipherTest] transformation=RC5-64/CFB176/PKCS7 19:28:19,509 ERROR [main][CipherTest] transformation "RC5-64/CFB176/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,509 INFO [main][CipherTest] transformation=RC5-64/CFB176/PKCS7PADDING 19:28:19,509 ERROR [main][CipherTest] transformation "RC5-64/CFB176/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,509 INFO [main][CipherTest] transformation=RC5-64/CFB176/TBC 19:28:19,509 ERROR [main][CipherTest] transformation "RC5-64/CFB176/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,509 INFO [main][CipherTest] transformation=RC5-64/CFB176/TBCPADDING 19:28:19,509 ERROR [main][CipherTest] transformation "RC5-64/CFB176/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,510 INFO [main][CipherTest] transformation=RC5-64/CFB176/X9.23 19:28:19,510 ERROR [main][CipherTest] transformation "RC5-64/CFB176/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,510 INFO [main][CipherTest] transformation=RC5-64/CFB176/X9.23PADDING 19:28:19,510 ERROR [main][CipherTest] transformation "RC5-64/CFB176/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,510 INFO [main][CipherTest] transformation=RC5-64/CFB176/ZEROBYTE 19:28:19,510 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,510 INFO [main][CipherTest] transformation=RC5-64/CFB176/ZEROBYTEPADDING 19:28:19,510 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,510 INFO [main][CipherTest] transformation=RC5-64/CFB184/ 19:28:19,511 ERROR [main][CipherTest] transformation "RC5-64/CFB184/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,511 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO10126 19:28:19,511 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,511 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO10126-2 19:28:19,511 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,511 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO10126-2PADDING 19:28:19,511 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,511 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO10126PADDING 19:28:19,511 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,512 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO7816-4 19:28:19,512 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,512 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO7816-4PADDING 19:28:19,512 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,512 INFO [main][CipherTest] transformation=RC5-64/CFB184/NOPADDING 19:28:19,512 ERROR [main][CipherTest] transformation "RC5-64/CFB184/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,512 INFO [main][CipherTest] transformation=RC5-64/CFB184/PKCS5 19:28:19,512 ERROR [main][CipherTest] transformation "RC5-64/CFB184/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,512 INFO [main][CipherTest] transformation=RC5-64/CFB184/PKCS5PADDING 19:28:19,513 ERROR [main][CipherTest] transformation "RC5-64/CFB184/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,513 INFO [main][CipherTest] transformation=RC5-64/CFB184/PKCS7 19:28:19,513 ERROR [main][CipherTest] transformation "RC5-64/CFB184/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,513 INFO [main][CipherTest] transformation=RC5-64/CFB184/PKCS7PADDING 19:28:19,513 ERROR [main][CipherTest] transformation "RC5-64/CFB184/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,513 INFO [main][CipherTest] transformation=RC5-64/CFB184/TBC 19:28:19,513 ERROR [main][CipherTest] transformation "RC5-64/CFB184/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,513 INFO [main][CipherTest] transformation=RC5-64/CFB184/TBCPADDING 19:28:19,513 ERROR [main][CipherTest] transformation "RC5-64/CFB184/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,513 INFO [main][CipherTest] transformation=RC5-64/CFB184/X9.23 19:28:19,514 ERROR [main][CipherTest] transformation "RC5-64/CFB184/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,514 INFO [main][CipherTest] transformation=RC5-64/CFB184/X9.23PADDING 19:28:19,514 ERROR [main][CipherTest] transformation "RC5-64/CFB184/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,514 INFO [main][CipherTest] transformation=RC5-64/CFB184/ZEROBYTE 19:28:19,514 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,514 INFO [main][CipherTest] transformation=RC5-64/CFB184/ZEROBYTEPADDING 19:28:19,514 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,514 INFO [main][CipherTest] transformation=RC5-64/CFB192/ 19:28:19,514 ERROR [main][CipherTest] transformation "RC5-64/CFB192/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,514 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO10126 19:28:19,515 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,515 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO10126-2 19:28:19,515 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,515 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO10126-2PADDING 19:28:19,515 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,515 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO10126PADDING 19:28:19,515 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,515 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO7816-4 19:28:19,516 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,516 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO7816-4PADDING 19:28:19,516 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,516 INFO [main][CipherTest] transformation=RC5-64/CFB192/NOPADDING 19:28:19,516 ERROR [main][CipherTest] transformation "RC5-64/CFB192/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,516 INFO [main][CipherTest] transformation=RC5-64/CFB192/PKCS5 19:28:19,516 ERROR [main][CipherTest] transformation "RC5-64/CFB192/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,516 INFO [main][CipherTest] transformation=RC5-64/CFB192/PKCS5PADDING 19:28:19,516 ERROR [main][CipherTest] transformation "RC5-64/CFB192/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,516 INFO [main][CipherTest] transformation=RC5-64/CFB192/PKCS7 19:28:19,517 ERROR [main][CipherTest] transformation "RC5-64/CFB192/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,517 INFO [main][CipherTest] transformation=RC5-64/CFB192/PKCS7PADDING 19:28:19,517 ERROR [main][CipherTest] transformation "RC5-64/CFB192/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,517 INFO [main][CipherTest] transformation=RC5-64/CFB192/TBC 19:28:19,517 ERROR [main][CipherTest] transformation "RC5-64/CFB192/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,517 INFO [main][CipherTest] transformation=RC5-64/CFB192/TBCPADDING 19:28:19,517 ERROR [main][CipherTest] transformation "RC5-64/CFB192/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,517 INFO [main][CipherTest] transformation=RC5-64/CFB192/X9.23 19:28:19,517 ERROR [main][CipherTest] transformation "RC5-64/CFB192/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,518 INFO [main][CipherTest] transformation=RC5-64/CFB192/X9.23PADDING 19:28:19,518 ERROR [main][CipherTest] transformation "RC5-64/CFB192/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,518 INFO [main][CipherTest] transformation=RC5-64/CFB192/ZEROBYTE 19:28:19,518 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,518 INFO [main][CipherTest] transformation=RC5-64/CFB192/ZEROBYTEPADDING 19:28:19,518 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,518 INFO [main][CipherTest] transformation=RC5-64/CFB200/ 19:28:19,518 ERROR [main][CipherTest] transformation "RC5-64/CFB200/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,518 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO10126 19:28:19,519 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,519 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO10126-2 19:28:19,519 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,519 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO10126-2PADDING 19:28:19,519 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,519 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO10126PADDING 19:28:19,519 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,519 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO7816-4 19:28:19,519 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,520 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO7816-4PADDING 19:28:19,520 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,520 INFO [main][CipherTest] transformation=RC5-64/CFB200/NOPADDING 19:28:19,520 ERROR [main][CipherTest] transformation "RC5-64/CFB200/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,520 INFO [main][CipherTest] transformation=RC5-64/CFB200/PKCS5 19:28:19,520 ERROR [main][CipherTest] transformation "RC5-64/CFB200/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,520 INFO [main][CipherTest] transformation=RC5-64/CFB200/PKCS5PADDING 19:28:19,520 ERROR [main][CipherTest] transformation "RC5-64/CFB200/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,520 INFO [main][CipherTest] transformation=RC5-64/CFB200/PKCS7 19:28:19,521 ERROR [main][CipherTest] transformation "RC5-64/CFB200/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,521 INFO [main][CipherTest] transformation=RC5-64/CFB200/PKCS7PADDING 19:28:19,521 ERROR [main][CipherTest] transformation "RC5-64/CFB200/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,521 INFO [main][CipherTest] transformation=RC5-64/CFB200/TBC 19:28:19,521 ERROR [main][CipherTest] transformation "RC5-64/CFB200/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,521 INFO [main][CipherTest] transformation=RC5-64/CFB200/TBCPADDING 19:28:19,521 ERROR [main][CipherTest] transformation "RC5-64/CFB200/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,521 INFO [main][CipherTest] transformation=RC5-64/CFB200/X9.23 19:28:19,521 ERROR [main][CipherTest] transformation "RC5-64/CFB200/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,521 INFO [main][CipherTest] transformation=RC5-64/CFB200/X9.23PADDING 19:28:19,522 ERROR [main][CipherTest] transformation "RC5-64/CFB200/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,522 INFO [main][CipherTest] transformation=RC5-64/CFB200/ZEROBYTE 19:28:19,522 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,522 INFO [main][CipherTest] transformation=RC5-64/CFB200/ZEROBYTEPADDING 19:28:19,522 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,522 INFO [main][CipherTest] transformation=RC5-64/CFB208/ 19:28:19,522 ERROR [main][CipherTest] transformation "RC5-64/CFB208/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,522 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO10126 19:28:19,523 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,523 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO10126-2 19:28:19,523 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,523 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO10126-2PADDING 19:28:19,523 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,523 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO10126PADDING 19:28:19,523 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,523 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO7816-4 19:28:19,523 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,524 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO7816-4PADDING 19:28:19,524 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,524 INFO [main][CipherTest] transformation=RC5-64/CFB208/NOPADDING 19:28:19,524 ERROR [main][CipherTest] transformation "RC5-64/CFB208/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,524 INFO [main][CipherTest] transformation=RC5-64/CFB208/PKCS5 19:28:19,524 ERROR [main][CipherTest] transformation "RC5-64/CFB208/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,524 INFO [main][CipherTest] transformation=RC5-64/CFB208/PKCS5PADDING 19:28:19,524 ERROR [main][CipherTest] transformation "RC5-64/CFB208/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,524 INFO [main][CipherTest] transformation=RC5-64/CFB208/PKCS7 19:28:19,525 ERROR [main][CipherTest] transformation "RC5-64/CFB208/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,525 INFO [main][CipherTest] transformation=RC5-64/CFB208/PKCS7PADDING 19:28:19,525 ERROR [main][CipherTest] transformation "RC5-64/CFB208/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,525 INFO [main][CipherTest] transformation=RC5-64/CFB208/TBC 19:28:19,525 ERROR [main][CipherTest] transformation "RC5-64/CFB208/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,525 INFO [main][CipherTest] transformation=RC5-64/CFB208/TBCPADDING 19:28:19,525 ERROR [main][CipherTest] transformation "RC5-64/CFB208/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,525 INFO [main][CipherTest] transformation=RC5-64/CFB208/X9.23 19:28:19,525 ERROR [main][CipherTest] transformation "RC5-64/CFB208/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,525 INFO [main][CipherTest] transformation=RC5-64/CFB208/X9.23PADDING 19:28:19,526 ERROR [main][CipherTest] transformation "RC5-64/CFB208/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,526 INFO [main][CipherTest] transformation=RC5-64/CFB208/ZEROBYTE 19:28:19,526 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,526 INFO [main][CipherTest] transformation=RC5-64/CFB208/ZEROBYTEPADDING 19:28:19,526 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,526 INFO [main][CipherTest] transformation=RC5-64/CFB216/ 19:28:19,526 ERROR [main][CipherTest] transformation "RC5-64/CFB216/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,526 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO10126 19:28:19,526 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,527 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO10126-2 19:28:19,527 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,527 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO10126-2PADDING 19:28:19,527 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,527 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO10126PADDING 19:28:19,527 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,527 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO7816-4 19:28:19,527 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,527 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO7816-4PADDING 19:28:19,527 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,528 INFO [main][CipherTest] transformation=RC5-64/CFB216/NOPADDING 19:28:19,528 ERROR [main][CipherTest] transformation "RC5-64/CFB216/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,528 INFO [main][CipherTest] transformation=RC5-64/CFB216/PKCS5 19:28:19,528 ERROR [main][CipherTest] transformation "RC5-64/CFB216/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,528 INFO [main][CipherTest] transformation=RC5-64/CFB216/PKCS5PADDING 19:28:19,528 ERROR [main][CipherTest] transformation "RC5-64/CFB216/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,528 INFO [main][CipherTest] transformation=RC5-64/CFB216/PKCS7 19:28:19,528 ERROR [main][CipherTest] transformation "RC5-64/CFB216/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,528 INFO [main][CipherTest] transformation=RC5-64/CFB216/PKCS7PADDING 19:28:19,529 ERROR [main][CipherTest] transformation "RC5-64/CFB216/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,529 INFO [main][CipherTest] transformation=RC5-64/CFB216/TBC 19:28:19,529 ERROR [main][CipherTest] transformation "RC5-64/CFB216/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,529 INFO [main][CipherTest] transformation=RC5-64/CFB216/TBCPADDING 19:28:19,529 ERROR [main][CipherTest] transformation "RC5-64/CFB216/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,529 INFO [main][CipherTest] transformation=RC5-64/CFB216/X9.23 19:28:19,529 ERROR [main][CipherTest] transformation "RC5-64/CFB216/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,529 INFO [main][CipherTest] transformation=RC5-64/CFB216/X9.23PADDING 19:28:19,529 ERROR [main][CipherTest] transformation "RC5-64/CFB216/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,530 INFO [main][CipherTest] transformation=RC5-64/CFB216/ZEROBYTE 19:28:19,530 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,530 INFO [main][CipherTest] transformation=RC5-64/CFB216/ZEROBYTEPADDING 19:28:19,530 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,530 INFO [main][CipherTest] transformation=RC5-64/CFB224/ 19:28:19,530 ERROR [main][CipherTest] transformation "RC5-64/CFB224/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,530 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO10126 19:28:19,530 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,530 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO10126-2 19:28:19,531 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,531 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO10126-2PADDING 19:28:19,531 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,531 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO10126PADDING 19:28:19,531 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,531 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO7816-4 19:28:19,531 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,531 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO7816-4PADDING 19:28:19,531 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,532 INFO [main][CipherTest] transformation=RC5-64/CFB224/NOPADDING 19:28:19,532 ERROR [main][CipherTest] transformation "RC5-64/CFB224/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,532 INFO [main][CipherTest] transformation=RC5-64/CFB224/PKCS5 19:28:19,532 ERROR [main][CipherTest] transformation "RC5-64/CFB224/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,532 INFO [main][CipherTest] transformation=RC5-64/CFB224/PKCS5PADDING 19:28:19,532 ERROR [main][CipherTest] transformation "RC5-64/CFB224/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,532 INFO [main][CipherTest] transformation=RC5-64/CFB224/PKCS7 19:28:19,532 ERROR [main][CipherTest] transformation "RC5-64/CFB224/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,532 INFO [main][CipherTest] transformation=RC5-64/CFB224/PKCS7PADDING 19:28:19,532 ERROR [main][CipherTest] transformation "RC5-64/CFB224/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,533 INFO [main][CipherTest] transformation=RC5-64/CFB224/TBC 19:28:19,533 ERROR [main][CipherTest] transformation "RC5-64/CFB224/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,533 INFO [main][CipherTest] transformation=RC5-64/CFB224/TBCPADDING 19:28:19,533 ERROR [main][CipherTest] transformation "RC5-64/CFB224/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,533 INFO [main][CipherTest] transformation=RC5-64/CFB224/X9.23 19:28:19,533 ERROR [main][CipherTest] transformation "RC5-64/CFB224/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,533 INFO [main][CipherTest] transformation=RC5-64/CFB224/X9.23PADDING 19:28:19,533 ERROR [main][CipherTest] transformation "RC5-64/CFB224/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,533 INFO [main][CipherTest] transformation=RC5-64/CFB224/ZEROBYTE 19:28:19,533 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,534 INFO [main][CipherTest] transformation=RC5-64/CFB224/ZEROBYTEPADDING 19:28:19,534 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,534 INFO [main][CipherTest] transformation=RC5-64/CFB232/ 19:28:19,534 ERROR [main][CipherTest] transformation "RC5-64/CFB232/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,534 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO10126 19:28:19,534 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,534 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO10126-2 19:28:19,534 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,534 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO10126-2PADDING 19:28:19,534 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,534 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO10126PADDING 19:28:19,534 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,534 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO7816-4 19:28:19,534 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,534 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO7816-4PADDING 19:28:19,534 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/NOPADDING 19:28:19,535 ERROR [main][CipherTest] transformation "RC5-64/CFB232/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/PKCS5 19:28:19,535 ERROR [main][CipherTest] transformation "RC5-64/CFB232/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/PKCS5PADDING 19:28:19,535 ERROR [main][CipherTest] transformation "RC5-64/CFB232/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/PKCS7 19:28:19,535 ERROR [main][CipherTest] transformation "RC5-64/CFB232/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/PKCS7PADDING 19:28:19,535 ERROR [main][CipherTest] transformation "RC5-64/CFB232/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/TBC 19:28:19,535 ERROR [main][CipherTest] transformation "RC5-64/CFB232/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/TBCPADDING 19:28:19,535 ERROR [main][CipherTest] transformation "RC5-64/CFB232/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/X9.23 19:28:19,535 ERROR [main][CipherTest] transformation "RC5-64/CFB232/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/X9.23PADDING 19:28:19,535 ERROR [main][CipherTest] transformation "RC5-64/CFB232/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,535 INFO [main][CipherTest] transformation=RC5-64/CFB232/ZEROBYTE 19:28:19,536 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,536 INFO [main][CipherTest] transformation=RC5-64/CFB232/ZEROBYTEPADDING 19:28:19,536 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,536 INFO [main][CipherTest] transformation=RC5-64/CFB24/ 19:28:19,536 ERROR [main][CipherTest] transformation "RC5-64/CFB24/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,536 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO10126 19:28:19,536 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,536 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO10126-2 19:28:19,536 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,536 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO10126-2PADDING 19:28:19,536 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,536 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO10126PADDING 19:28:19,536 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,536 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO7816-4 19:28:19,536 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,536 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO7816-4PADDING 19:28:19,536 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,536 INFO [main][CipherTest] transformation=RC5-64/CFB24/NOPADDING 19:28:19,537 ERROR [main][CipherTest] transformation "RC5-64/CFB24/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,537 INFO [main][CipherTest] transformation=RC5-64/CFB24/PKCS5 19:28:19,537 ERROR [main][CipherTest] transformation "RC5-64/CFB24/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,537 INFO [main][CipherTest] transformation=RC5-64/CFB24/PKCS5PADDING 19:28:19,537 ERROR [main][CipherTest] transformation "RC5-64/CFB24/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,537 INFO [main][CipherTest] transformation=RC5-64/CFB24/PKCS7 19:28:19,537 ERROR [main][CipherTest] transformation "RC5-64/CFB24/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,537 INFO [main][CipherTest] transformation=RC5-64/CFB24/PKCS7PADDING 19:28:19,537 ERROR [main][CipherTest] transformation "RC5-64/CFB24/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,537 INFO [main][CipherTest] transformation=RC5-64/CFB24/TBC 19:28:19,537 ERROR [main][CipherTest] transformation "RC5-64/CFB24/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,537 INFO [main][CipherTest] transformation=RC5-64/CFB24/TBCPADDING 19:28:19,537 ERROR [main][CipherTest] transformation "RC5-64/CFB24/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,537 INFO [main][CipherTest] transformation=RC5-64/CFB24/X9.23 19:28:19,537 ERROR [main][CipherTest] transformation "RC5-64/CFB24/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,537 INFO [main][CipherTest] transformation=RC5-64/CFB24/X9.23PADDING 19:28:19,537 ERROR [main][CipherTest] transformation "RC5-64/CFB24/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,537 INFO [main][CipherTest] transformation=RC5-64/CFB24/ZEROBYTE 19:28:19,538 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,538 INFO [main][CipherTest] transformation=RC5-64/CFB24/ZEROBYTEPADDING 19:28:19,538 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,538 INFO [main][CipherTest] transformation=RC5-64/CFB240/ 19:28:19,538 ERROR [main][CipherTest] transformation "RC5-64/CFB240/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,538 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO10126 19:28:19,538 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,538 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO10126-2 19:28:19,538 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,538 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO10126-2PADDING 19:28:19,538 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,538 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO10126PADDING 19:28:19,538 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,538 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO7816-4 19:28:19,538 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,538 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO7816-4PADDING 19:28:19,538 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,538 INFO [main][CipherTest] transformation=RC5-64/CFB240/NOPADDING 19:28:19,539 ERROR [main][CipherTest] transformation "RC5-64/CFB240/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,539 INFO [main][CipherTest] transformation=RC5-64/CFB240/PKCS5 19:28:19,539 ERROR [main][CipherTest] transformation "RC5-64/CFB240/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,539 INFO [main][CipherTest] transformation=RC5-64/CFB240/PKCS5PADDING 19:28:19,539 ERROR [main][CipherTest] transformation "RC5-64/CFB240/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,539 INFO [main][CipherTest] transformation=RC5-64/CFB240/PKCS7 19:28:19,539 ERROR [main][CipherTest] transformation "RC5-64/CFB240/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,539 INFO [main][CipherTest] transformation=RC5-64/CFB240/PKCS7PADDING 19:28:19,539 ERROR [main][CipherTest] transformation "RC5-64/CFB240/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,539 INFO [main][CipherTest] transformation=RC5-64/CFB240/TBC 19:28:19,539 ERROR [main][CipherTest] transformation "RC5-64/CFB240/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,539 INFO [main][CipherTest] transformation=RC5-64/CFB240/TBCPADDING 19:28:19,539 ERROR [main][CipherTest] transformation "RC5-64/CFB240/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,539 INFO [main][CipherTest] transformation=RC5-64/CFB240/X9.23 19:28:19,539 ERROR [main][CipherTest] transformation "RC5-64/CFB240/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,539 INFO [main][CipherTest] transformation=RC5-64/CFB240/X9.23PADDING 19:28:19,539 ERROR [main][CipherTest] transformation "RC5-64/CFB240/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,539 INFO [main][CipherTest] transformation=RC5-64/CFB240/ZEROBYTE 19:28:19,540 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,540 INFO [main][CipherTest] transformation=RC5-64/CFB240/ZEROBYTEPADDING 19:28:19,540 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,540 INFO [main][CipherTest] transformation=RC5-64/CFB248/ 19:28:19,540 ERROR [main][CipherTest] transformation "RC5-64/CFB248/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,540 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO10126 19:28:19,540 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,540 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO10126-2 19:28:19,540 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,540 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO10126-2PADDING 19:28:19,540 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,540 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO10126PADDING 19:28:19,540 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,540 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO7816-4 19:28:19,540 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,540 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO7816-4PADDING 19:28:19,540 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,540 INFO [main][CipherTest] transformation=RC5-64/CFB248/NOPADDING 19:28:19,541 ERROR [main][CipherTest] transformation "RC5-64/CFB248/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,541 INFO [main][CipherTest] transformation=RC5-64/CFB248/PKCS5 19:28:19,541 ERROR [main][CipherTest] transformation "RC5-64/CFB248/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,541 INFO [main][CipherTest] transformation=RC5-64/CFB248/PKCS5PADDING 19:28:19,541 ERROR [main][CipherTest] transformation "RC5-64/CFB248/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,541 INFO [main][CipherTest] transformation=RC5-64/CFB248/PKCS7 19:28:19,541 ERROR [main][CipherTest] transformation "RC5-64/CFB248/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,541 INFO [main][CipherTest] transformation=RC5-64/CFB248/PKCS7PADDING 19:28:19,541 ERROR [main][CipherTest] transformation "RC5-64/CFB248/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,541 INFO [main][CipherTest] transformation=RC5-64/CFB248/TBC 19:28:19,541 ERROR [main][CipherTest] transformation "RC5-64/CFB248/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,541 INFO [main][CipherTest] transformation=RC5-64/CFB248/TBCPADDING 19:28:19,541 ERROR [main][CipherTest] transformation "RC5-64/CFB248/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,541 INFO [main][CipherTest] transformation=RC5-64/CFB248/X9.23 19:28:19,541 ERROR [main][CipherTest] transformation "RC5-64/CFB248/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,541 INFO [main][CipherTest] transformation=RC5-64/CFB248/X9.23PADDING 19:28:19,541 ERROR [main][CipherTest] transformation "RC5-64/CFB248/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,541 INFO [main][CipherTest] transformation=RC5-64/CFB248/ZEROBYTE 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,542 INFO [main][CipherTest] transformation=RC5-64/CFB248/ZEROBYTEPADDING 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,542 INFO [main][CipherTest] transformation=RC5-64/CFB256/ 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB256/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,542 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO10126 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,542 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO10126-2 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,542 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO10126-2PADDING 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,542 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO10126PADDING 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,542 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO7816-4 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,542 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO7816-4PADDING 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,542 INFO [main][CipherTest] transformation=RC5-64/CFB256/NOPADDING 19:28:19,542 ERROR [main][CipherTest] transformation "RC5-64/CFB256/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/PKCS5 19:28:19,543 ERROR [main][CipherTest] transformation "RC5-64/CFB256/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/PKCS5PADDING 19:28:19,543 ERROR [main][CipherTest] transformation "RC5-64/CFB256/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/PKCS7 19:28:19,543 ERROR [main][CipherTest] transformation "RC5-64/CFB256/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/PKCS7PADDING 19:28:19,543 ERROR [main][CipherTest] transformation "RC5-64/CFB256/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/TBC 19:28:19,543 ERROR [main][CipherTest] transformation "RC5-64/CFB256/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/TBCPADDING 19:28:19,543 ERROR [main][CipherTest] transformation "RC5-64/CFB256/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/X9.23 19:28:19,543 ERROR [main][CipherTest] transformation "RC5-64/CFB256/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/X9.23PADDING 19:28:19,543 ERROR [main][CipherTest] transformation "RC5-64/CFB256/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/ZEROBYTE 19:28:19,543 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,543 INFO [main][CipherTest] transformation=RC5-64/CFB256/ZEROBYTEPADDING 19:28:19,544 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,544 INFO [main][CipherTest] transformation=RC5-64/CFB32/ 19:28:19,544 ERROR [main][CipherTest] transformation "RC5-64/CFB32/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,544 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO10126 19:28:19,544 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,544 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO10126-2 19:28:19,544 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,544 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO10126-2PADDING 19:28:19,544 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,544 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO10126PADDING 19:28:19,544 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,544 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO7816-4 19:28:19,544 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,544 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO7816-4PADDING 19:28:19,544 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,544 INFO [main][CipherTest] transformation=RC5-64/CFB32/NOPADDING 19:28:19,544 ERROR [main][CipherTest] transformation "RC5-64/CFB32/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,544 INFO [main][CipherTest] transformation=RC5-64/CFB32/PKCS5 19:28:19,545 ERROR [main][CipherTest] transformation "RC5-64/CFB32/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,545 INFO [main][CipherTest] transformation=RC5-64/CFB32/PKCS5PADDING 19:28:19,545 ERROR [main][CipherTest] transformation "RC5-64/CFB32/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,545 INFO [main][CipherTest] transformation=RC5-64/CFB32/PKCS7 19:28:19,545 ERROR [main][CipherTest] transformation "RC5-64/CFB32/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,545 INFO [main][CipherTest] transformation=RC5-64/CFB32/PKCS7PADDING 19:28:19,545 ERROR [main][CipherTest] transformation "RC5-64/CFB32/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,545 INFO [main][CipherTest] transformation=RC5-64/CFB32/TBC 19:28:19,545 ERROR [main][CipherTest] transformation "RC5-64/CFB32/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,545 INFO [main][CipherTest] transformation=RC5-64/CFB32/TBCPADDING 19:28:19,545 ERROR [main][CipherTest] transformation "RC5-64/CFB32/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,545 INFO [main][CipherTest] transformation=RC5-64/CFB32/X9.23 19:28:19,545 ERROR [main][CipherTest] transformation "RC5-64/CFB32/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,545 INFO [main][CipherTest] transformation=RC5-64/CFB32/X9.23PADDING 19:28:19,545 ERROR [main][CipherTest] transformation "RC5-64/CFB32/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,545 INFO [main][CipherTest] transformation=RC5-64/CFB32/ZEROBYTE 19:28:19,545 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,545 INFO [main][CipherTest] transformation=RC5-64/CFB32/ZEROBYTEPADDING 19:28:19,546 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,546 INFO [main][CipherTest] transformation=RC5-64/CFB40/ 19:28:19,546 ERROR [main][CipherTest] transformation "RC5-64/CFB40/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,546 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO10126 19:28:19,546 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,546 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO10126-2 19:28:19,546 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,546 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO10126-2PADDING 19:28:19,546 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,546 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO10126PADDING 19:28:19,546 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,546 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO7816-4 19:28:19,546 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,546 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO7816-4PADDING 19:28:19,546 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,546 INFO [main][CipherTest] transformation=RC5-64/CFB40/NOPADDING 19:28:19,546 ERROR [main][CipherTest] transformation "RC5-64/CFB40/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,546 INFO [main][CipherTest] transformation=RC5-64/CFB40/PKCS5 19:28:19,547 ERROR [main][CipherTest] transformation "RC5-64/CFB40/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,547 INFO [main][CipherTest] transformation=RC5-64/CFB40/PKCS5PADDING 19:28:19,547 ERROR [main][CipherTest] transformation "RC5-64/CFB40/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,547 INFO [main][CipherTest] transformation=RC5-64/CFB40/PKCS7 19:28:19,547 ERROR [main][CipherTest] transformation "RC5-64/CFB40/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,547 INFO [main][CipherTest] transformation=RC5-64/CFB40/PKCS7PADDING 19:28:19,547 ERROR [main][CipherTest] transformation "RC5-64/CFB40/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,547 INFO [main][CipherTest] transformation=RC5-64/CFB40/TBC 19:28:19,547 ERROR [main][CipherTest] transformation "RC5-64/CFB40/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,547 INFO [main][CipherTest] transformation=RC5-64/CFB40/TBCPADDING 19:28:19,547 ERROR [main][CipherTest] transformation "RC5-64/CFB40/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,547 INFO [main][CipherTest] transformation=RC5-64/CFB40/X9.23 19:28:19,547 ERROR [main][CipherTest] transformation "RC5-64/CFB40/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,547 INFO [main][CipherTest] transformation=RC5-64/CFB40/X9.23PADDING 19:28:19,547 ERROR [main][CipherTest] transformation "RC5-64/CFB40/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,547 INFO [main][CipherTest] transformation=RC5-64/CFB40/ZEROBYTE 19:28:19,547 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,547 INFO [main][CipherTest] transformation=RC5-64/CFB40/ZEROBYTEPADDING 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/ 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB48/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO10126 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO10126-2 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO10126-2PADDING 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO10126PADDING 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO7816-4 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO7816-4PADDING 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/NOPADDING 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB48/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/PKCS5 19:28:19,548 ERROR [main][CipherTest] transformation "RC5-64/CFB48/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,548 INFO [main][CipherTest] transformation=RC5-64/CFB48/PKCS5PADDING 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB48/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB48/PKCS7 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB48/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB48/PKCS7PADDING 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB48/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB48/TBC 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB48/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB48/TBCPADDING 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB48/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB48/X9.23 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB48/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB48/X9.23PADDING 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB48/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB48/ZEROBYTE 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB48/ZEROBYTEPADDING 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB56/ 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB56/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO10126 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO10126-2 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO10126-2PADDING 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO10126PADDING 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,549 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO7816-4 19:28:19,549 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO7816-4PADDING 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/NOPADDING 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/PKCS5 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/PKCS5PADDING 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/PKCS7 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/PKCS7PADDING 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/TBC 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/TBCPADDING 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/X9.23 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/X9.23PADDING 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/ZEROBYTE 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB56/ZEROBYTEPADDING 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB64/ 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB64/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO10126 19:28:19,550 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,550 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO10126-2 19:28:19,551 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,551 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO10126-2PADDING 19:28:19,551 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,551 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO10126PADDING 19:28:19,551 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,551 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO7816-4 19:28:19,552 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,552 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO7816-4PADDING 19:28:19,552 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,552 INFO [main][CipherTest] transformation=RC5-64/CFB64/NOPADDING 19:28:19,552 ERROR [main][CipherTest] transformation "RC5-64/CFB64/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,552 INFO [main][CipherTest] transformation=RC5-64/CFB64/PKCS5 19:28:19,552 ERROR [main][CipherTest] transformation "RC5-64/CFB64/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,552 INFO [main][CipherTest] transformation=RC5-64/CFB64/PKCS5PADDING 19:28:19,552 ERROR [main][CipherTest] transformation "RC5-64/CFB64/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,552 INFO [main][CipherTest] transformation=RC5-64/CFB64/PKCS7 19:28:19,553 ERROR [main][CipherTest] transformation "RC5-64/CFB64/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,553 INFO [main][CipherTest] transformation=RC5-64/CFB64/PKCS7PADDING 19:28:19,553 ERROR [main][CipherTest] transformation "RC5-64/CFB64/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,553 INFO [main][CipherTest] transformation=RC5-64/CFB64/TBC 19:28:19,553 ERROR [main][CipherTest] transformation "RC5-64/CFB64/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,553 INFO [main][CipherTest] transformation=RC5-64/CFB64/TBCPADDING 19:28:19,553 ERROR [main][CipherTest] transformation "RC5-64/CFB64/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,553 INFO [main][CipherTest] transformation=RC5-64/CFB64/X9.23 19:28:19,553 ERROR [main][CipherTest] transformation "RC5-64/CFB64/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,553 INFO [main][CipherTest] transformation=RC5-64/CFB64/X9.23PADDING 19:28:19,553 ERROR [main][CipherTest] transformation "RC5-64/CFB64/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,553 INFO [main][CipherTest] transformation=RC5-64/CFB64/ZEROBYTE 19:28:19,553 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,553 INFO [main][CipherTest] transformation=RC5-64/CFB64/ZEROBYTEPADDING 19:28:19,553 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,553 INFO [main][CipherTest] transformation=RC5-64/CFB72/ 19:28:19,553 ERROR [main][CipherTest] transformation "RC5-64/CFB72/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,553 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO10126 19:28:19,554 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,554 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO10126-2 19:28:19,554 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,554 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO10126-2PADDING 19:28:19,554 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,554 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO10126PADDING 19:28:19,554 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,554 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO7816-4 19:28:19,554 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,554 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO7816-4PADDING 19:28:19,554 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,554 INFO [main][CipherTest] transformation=RC5-64/CFB72/NOPADDING 19:28:19,554 ERROR [main][CipherTest] transformation "RC5-64/CFB72/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,554 INFO [main][CipherTest] transformation=RC5-64/CFB72/PKCS5 19:28:19,554 ERROR [main][CipherTest] transformation "RC5-64/CFB72/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,554 INFO [main][CipherTest] transformation=RC5-64/CFB72/PKCS5PADDING 19:28:19,554 ERROR [main][CipherTest] transformation "RC5-64/CFB72/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,554 INFO [main][CipherTest] transformation=RC5-64/CFB72/PKCS7 19:28:19,555 ERROR [main][CipherTest] transformation "RC5-64/CFB72/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,555 INFO [main][CipherTest] transformation=RC5-64/CFB72/PKCS7PADDING 19:28:19,555 ERROR [main][CipherTest] transformation "RC5-64/CFB72/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,555 INFO [main][CipherTest] transformation=RC5-64/CFB72/TBC 19:28:19,555 ERROR [main][CipherTest] transformation "RC5-64/CFB72/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,555 INFO [main][CipherTest] transformation=RC5-64/CFB72/TBCPADDING 19:28:19,555 ERROR [main][CipherTest] transformation "RC5-64/CFB72/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,555 INFO [main][CipherTest] transformation=RC5-64/CFB72/X9.23 19:28:19,555 ERROR [main][CipherTest] transformation "RC5-64/CFB72/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,555 INFO [main][CipherTest] transformation=RC5-64/CFB72/X9.23PADDING 19:28:19,555 ERROR [main][CipherTest] transformation "RC5-64/CFB72/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,555 INFO [main][CipherTest] transformation=RC5-64/CFB72/ZEROBYTE 19:28:19,555 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,555 INFO [main][CipherTest] transformation=RC5-64/CFB72/ZEROBYTEPADDING 19:28:19,555 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,555 INFO [main][CipherTest] transformation=RC5-64/CFB8/ 19:28:19,555 ERROR [main][CipherTest] transformation "RC5-64/CFB8/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,555 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO10126 19:28:19,556 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,556 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO10126-2 19:28:19,556 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,556 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO10126-2PADDING 19:28:19,556 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,556 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO10126PADDING 19:28:19,556 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,556 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO7816-4 19:28:19,556 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,556 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO7816-4PADDING 19:28:19,556 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,556 INFO [main][CipherTest] transformation=RC5-64/CFB8/NOPADDING 19:28:19,556 ERROR [main][CipherTest] transformation "RC5-64/CFB8/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,556 INFO [main][CipherTest] transformation=RC5-64/CFB8/PKCS5 19:28:19,556 ERROR [main][CipherTest] transformation "RC5-64/CFB8/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,556 INFO [main][CipherTest] transformation=RC5-64/CFB8/PKCS5PADDING 19:28:19,556 ERROR [main][CipherTest] transformation "RC5-64/CFB8/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,556 INFO [main][CipherTest] transformation=RC5-64/CFB8/PKCS7 19:28:19,557 ERROR [main][CipherTest] transformation "RC5-64/CFB8/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,557 INFO [main][CipherTest] transformation=RC5-64/CFB8/PKCS7PADDING 19:28:19,557 ERROR [main][CipherTest] transformation "RC5-64/CFB8/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,557 INFO [main][CipherTest] transformation=RC5-64/CFB8/TBC 19:28:19,557 ERROR [main][CipherTest] transformation "RC5-64/CFB8/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,557 INFO [main][CipherTest] transformation=RC5-64/CFB8/TBCPADDING 19:28:19,557 ERROR [main][CipherTest] transformation "RC5-64/CFB8/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,557 INFO [main][CipherTest] transformation=RC5-64/CFB8/X9.23 19:28:19,557 ERROR [main][CipherTest] transformation "RC5-64/CFB8/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,557 INFO [main][CipherTest] transformation=RC5-64/CFB8/X9.23PADDING 19:28:19,557 ERROR [main][CipherTest] transformation "RC5-64/CFB8/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,557 INFO [main][CipherTest] transformation=RC5-64/CFB8/ZEROBYTE 19:28:19,557 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,557 INFO [main][CipherTest] transformation=RC5-64/CFB8/ZEROBYTEPADDING 19:28:19,557 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,557 INFO [main][CipherTest] transformation=RC5-64/CFB80/ 19:28:19,557 ERROR [main][CipherTest] transformation "RC5-64/CFB80/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,557 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO10126 19:28:19,558 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,558 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO10126-2 19:28:19,558 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,558 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO10126-2PADDING 19:28:19,558 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,558 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO10126PADDING 19:28:19,558 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,558 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO7816-4 19:28:19,558 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,558 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO7816-4PADDING 19:28:19,558 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,558 INFO [main][CipherTest] transformation=RC5-64/CFB80/NOPADDING 19:28:19,558 ERROR [main][CipherTest] transformation "RC5-64/CFB80/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,558 INFO [main][CipherTest] transformation=RC5-64/CFB80/PKCS5 19:28:19,558 ERROR [main][CipherTest] transformation "RC5-64/CFB80/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,558 INFO [main][CipherTest] transformation=RC5-64/CFB80/PKCS5PADDING 19:28:19,558 ERROR [main][CipherTest] transformation "RC5-64/CFB80/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,558 INFO [main][CipherTest] transformation=RC5-64/CFB80/PKCS7 19:28:19,559 ERROR [main][CipherTest] transformation "RC5-64/CFB80/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,559 INFO [main][CipherTest] transformation=RC5-64/CFB80/PKCS7PADDING 19:28:19,559 ERROR [main][CipherTest] transformation "RC5-64/CFB80/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,559 INFO [main][CipherTest] transformation=RC5-64/CFB80/TBC 19:28:19,559 ERROR [main][CipherTest] transformation "RC5-64/CFB80/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,559 INFO [main][CipherTest] transformation=RC5-64/CFB80/TBCPADDING 19:28:19,559 ERROR [main][CipherTest] transformation "RC5-64/CFB80/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,559 INFO [main][CipherTest] transformation=RC5-64/CFB80/X9.23 19:28:19,559 ERROR [main][CipherTest] transformation "RC5-64/CFB80/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,559 INFO [main][CipherTest] transformation=RC5-64/CFB80/X9.23PADDING 19:28:19,559 ERROR [main][CipherTest] transformation "RC5-64/CFB80/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,559 INFO [main][CipherTest] transformation=RC5-64/CFB80/ZEROBYTE 19:28:19,559 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,559 INFO [main][CipherTest] transformation=RC5-64/CFB80/ZEROBYTEPADDING 19:28:19,559 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,559 INFO [main][CipherTest] transformation=RC5-64/CFB88/ 19:28:19,559 ERROR [main][CipherTest] transformation "RC5-64/CFB88/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,559 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO10126 19:28:19,560 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,560 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO10126-2 19:28:19,560 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,560 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO10126-2PADDING 19:28:19,560 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,560 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO10126PADDING 19:28:19,560 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,560 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO7816-4 19:28:19,560 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,560 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO7816-4PADDING 19:28:19,560 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,560 INFO [main][CipherTest] transformation=RC5-64/CFB88/NOPADDING 19:28:19,560 ERROR [main][CipherTest] transformation "RC5-64/CFB88/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,560 INFO [main][CipherTest] transformation=RC5-64/CFB88/PKCS5 19:28:19,560 ERROR [main][CipherTest] transformation "RC5-64/CFB88/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,560 INFO [main][CipherTest] transformation=RC5-64/CFB88/PKCS5PADDING 19:28:19,560 ERROR [main][CipherTest] transformation "RC5-64/CFB88/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,560 INFO [main][CipherTest] transformation=RC5-64/CFB88/PKCS7 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB88/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,561 INFO [main][CipherTest] transformation=RC5-64/CFB88/PKCS7PADDING 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB88/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,561 INFO [main][CipherTest] transformation=RC5-64/CFB88/TBC 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB88/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,561 INFO [main][CipherTest] transformation=RC5-64/CFB88/TBCPADDING 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB88/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,561 INFO [main][CipherTest] transformation=RC5-64/CFB88/X9.23 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB88/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,561 INFO [main][CipherTest] transformation=RC5-64/CFB88/X9.23PADDING 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB88/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,561 INFO [main][CipherTest] transformation=RC5-64/CFB88/ZEROBYTE 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,561 INFO [main][CipherTest] transformation=RC5-64/CFB88/ZEROBYTEPADDING 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,561 INFO [main][CipherTest] transformation=RC5-64/CFB96/ 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB96/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,561 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO10126 19:28:19,561 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,562 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO10126-2 19:28:19,562 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,562 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO10126-2PADDING 19:28:19,562 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,562 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO10126PADDING 19:28:19,562 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,562 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO7816-4 19:28:19,562 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,562 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO7816-4PADDING 19:28:19,562 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,562 INFO [main][CipherTest] transformation=RC5-64/CFB96/NOPADDING 19:28:19,562 ERROR [main][CipherTest] transformation "RC5-64/CFB96/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,562 INFO [main][CipherTest] transformation=RC5-64/CFB96/PKCS5 19:28:19,562 ERROR [main][CipherTest] transformation "RC5-64/CFB96/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,562 INFO [main][CipherTest] transformation=RC5-64/CFB96/PKCS5PADDING 19:28:19,562 ERROR [main][CipherTest] transformation "RC5-64/CFB96/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,562 INFO [main][CipherTest] transformation=RC5-64/CFB96/PKCS7 19:28:19,563 ERROR [main][CipherTest] transformation "RC5-64/CFB96/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,563 INFO [main][CipherTest] transformation=RC5-64/CFB96/PKCS7PADDING 19:28:19,563 ERROR [main][CipherTest] transformation "RC5-64/CFB96/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,563 INFO [main][CipherTest] transformation=RC5-64/CFB96/TBC 19:28:19,563 ERROR [main][CipherTest] transformation "RC5-64/CFB96/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,563 INFO [main][CipherTest] transformation=RC5-64/CFB96/TBCPADDING 19:28:19,563 ERROR [main][CipherTest] transformation "RC5-64/CFB96/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,563 INFO [main][CipherTest] transformation=RC5-64/CFB96/X9.23 19:28:19,563 ERROR [main][CipherTest] transformation "RC5-64/CFB96/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,563 INFO [main][CipherTest] transformation=RC5-64/CFB96/X9.23PADDING 19:28:19,563 ERROR [main][CipherTest] transformation "RC5-64/CFB96/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,563 INFO [main][CipherTest] transformation=RC5-64/CFB96/ZEROBYTE 19:28:19,563 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,563 INFO [main][CipherTest] transformation=RC5-64/CFB96/ZEROBYTEPADDING 19:28:19,563 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,563 INFO [main][CipherTest] transformation=RC5-64/CTS/ 19:28:19,563 ERROR [main][CipherTest] transformation "RC5-64/CTS/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,563 INFO [main][CipherTest] transformation=RC5-64/CTS/NOPADDING 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/CTS/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,564 INFO [main][CipherTest] transformation=RC5-64/EAX/ 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/EAX/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,564 INFO [main][CipherTest] transformation=RC5-64/EAX/NOPADDING 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/EAX/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,564 INFO [main][CipherTest] transformation=RC5-64/ECB/ 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/ECB/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,564 INFO [main][CipherTest] transformation=RC5-64/ECB/NOPADDING 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/ECB/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,564 INFO [main][CipherTest] transformation=RC5-64/GCM/ 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/GCM/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,564 INFO [main][CipherTest] transformation=RC5-64/GCM/NOPADDING 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/GCM/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,564 INFO [main][CipherTest] transformation=RC5-64/OFB/ 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/OFB/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,564 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO10126 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,564 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO10126-2 19:28:19,564 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,565 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO10126-2PADDING 19:28:19,565 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,565 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO10126PADDING 19:28:19,565 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,565 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO7816-4 19:28:19,565 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,565 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO7816-4PADDING 19:28:19,565 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,565 INFO [main][CipherTest] transformation=RC5-64/OFB/NOPADDING 19:28:19,565 ERROR [main][CipherTest] transformation "RC5-64/OFB/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,565 INFO [main][CipherTest] transformation=RC5-64/OFB/PKCS5 19:28:19,565 ERROR [main][CipherTest] transformation "RC5-64/OFB/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,565 INFO [main][CipherTest] transformation=RC5-64/OFB/PKCS5PADDING 19:28:19,565 ERROR [main][CipherTest] transformation "RC5-64/OFB/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,565 INFO [main][CipherTest] transformation=RC5-64/OFB/PKCS7 19:28:19,565 ERROR [main][CipherTest] transformation "RC5-64/OFB/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,565 INFO [main][CipherTest] transformation=RC5-64/OFB/PKCS7PADDING 19:28:19,566 ERROR [main][CipherTest] transformation "RC5-64/OFB/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,566 INFO [main][CipherTest] transformation=RC5-64/OFB/TBC 19:28:19,566 ERROR [main][CipherTest] transformation "RC5-64/OFB/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,566 INFO [main][CipherTest] transformation=RC5-64/OFB/TBCPADDING 19:28:19,566 ERROR [main][CipherTest] transformation "RC5-64/OFB/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,566 INFO [main][CipherTest] transformation=RC5-64/OFB/X9.23 19:28:19,566 ERROR [main][CipherTest] transformation "RC5-64/OFB/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,566 INFO [main][CipherTest] transformation=RC5-64/OFB/X9.23PADDING 19:28:19,566 ERROR [main][CipherTest] transformation "RC5-64/OFB/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,566 INFO [main][CipherTest] transformation=RC5-64/OFB/ZEROBYTE 19:28:19,566 ERROR [main][CipherTest] transformation "RC5-64/OFB/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,566 INFO [main][CipherTest] transformation=RC5-64/OFB/ZEROBYTEPADDING 19:28:19,566 ERROR [main][CipherTest] transformation "RC5-64/OFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,566 INFO [main][CipherTest] transformation=RC5-64/OFB104/ 19:28:19,566 ERROR [main][CipherTest] transformation "RC5-64/OFB104/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,566 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO10126 19:28:19,566 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,566 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO10126-2 19:28:19,567 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,567 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO10126-2PADDING 19:28:19,567 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,567 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO10126PADDING 19:28:19,567 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,567 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO7816-4 19:28:19,567 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,567 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO7816-4PADDING 19:28:19,567 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,567 INFO [main][CipherTest] transformation=RC5-64/OFB104/NOPADDING 19:28:19,567 ERROR [main][CipherTest] transformation "RC5-64/OFB104/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,567 INFO [main][CipherTest] transformation=RC5-64/OFB104/PKCS5 19:28:19,567 ERROR [main][CipherTest] transformation "RC5-64/OFB104/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,567 INFO [main][CipherTest] transformation=RC5-64/OFB104/PKCS5PADDING 19:28:19,567 ERROR [main][CipherTest] transformation "RC5-64/OFB104/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,567 INFO [main][CipherTest] transformation=RC5-64/OFB104/PKCS7 19:28:19,567 ERROR [main][CipherTest] transformation "RC5-64/OFB104/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,567 INFO [main][CipherTest] transformation=RC5-64/OFB104/PKCS7PADDING 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB104/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB104/TBC 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB104/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB104/TBCPADDING 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB104/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB104/X9.23 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB104/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB104/X9.23PADDING 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB104/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB104/ZEROBYTE 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB104/ZEROBYTEPADDING 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB112/ 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB112/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO10126 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO10126-2 19:28:19,568 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,568 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO10126-2PADDING 19:28:19,569 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,569 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO10126PADDING 19:28:19,569 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,569 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO7816-4 19:28:19,569 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,569 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO7816-4PADDING 19:28:19,569 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,569 INFO [main][CipherTest] transformation=RC5-64/OFB112/NOPADDING 19:28:19,569 ERROR [main][CipherTest] transformation "RC5-64/OFB112/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,569 INFO [main][CipherTest] transformation=RC5-64/OFB112/PKCS5 19:28:19,569 ERROR [main][CipherTest] transformation "RC5-64/OFB112/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,569 INFO [main][CipherTest] transformation=RC5-64/OFB112/PKCS5PADDING 19:28:19,569 ERROR [main][CipherTest] transformation "RC5-64/OFB112/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,569 INFO [main][CipherTest] transformation=RC5-64/OFB112/PKCS7 19:28:19,569 ERROR [main][CipherTest] transformation "RC5-64/OFB112/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,569 INFO [main][CipherTest] transformation=RC5-64/OFB112/PKCS7PADDING 19:28:19,569 ERROR [main][CipherTest] transformation "RC5-64/OFB112/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,569 INFO [main][CipherTest] transformation=RC5-64/OFB112/TBC 19:28:19,570 ERROR [main][CipherTest] transformation "RC5-64/OFB112/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,570 INFO [main][CipherTest] transformation=RC5-64/OFB112/TBCPADDING 19:28:19,570 ERROR [main][CipherTest] transformation "RC5-64/OFB112/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,570 INFO [main][CipherTest] transformation=RC5-64/OFB112/X9.23 19:28:19,570 ERROR [main][CipherTest] transformation "RC5-64/OFB112/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,570 INFO [main][CipherTest] transformation=RC5-64/OFB112/X9.23PADDING 19:28:19,570 ERROR [main][CipherTest] transformation "RC5-64/OFB112/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,570 INFO [main][CipherTest] transformation=RC5-64/OFB112/ZEROBYTE 19:28:19,570 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,570 INFO [main][CipherTest] transformation=RC5-64/OFB112/ZEROBYTEPADDING 19:28:19,570 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,570 INFO [main][CipherTest] transformation=RC5-64/OFB120/ 19:28:19,570 ERROR [main][CipherTest] transformation "RC5-64/OFB120/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,570 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO10126 19:28:19,570 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,570 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO10126-2 19:28:19,570 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,570 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO10126-2PADDING 19:28:19,571 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,571 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO10126PADDING 19:28:19,571 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,571 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO7816-4 19:28:19,571 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,571 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO7816-4PADDING 19:28:19,571 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,571 INFO [main][CipherTest] transformation=RC5-64/OFB120/NOPADDING 19:28:19,571 ERROR [main][CipherTest] transformation "RC5-64/OFB120/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,571 INFO [main][CipherTest] transformation=RC5-64/OFB120/PKCS5 19:28:19,571 ERROR [main][CipherTest] transformation "RC5-64/OFB120/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,571 INFO [main][CipherTest] transformation=RC5-64/OFB120/PKCS5PADDING 19:28:19,571 ERROR [main][CipherTest] transformation "RC5-64/OFB120/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,571 INFO [main][CipherTest] transformation=RC5-64/OFB120/PKCS7 19:28:19,571 ERROR [main][CipherTest] transformation "RC5-64/OFB120/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,571 INFO [main][CipherTest] transformation=RC5-64/OFB120/PKCS7PADDING 19:28:19,571 ERROR [main][CipherTest] transformation "RC5-64/OFB120/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,571 INFO [main][CipherTest] transformation=RC5-64/OFB120/TBC 19:28:19,572 ERROR [main][CipherTest] transformation "RC5-64/OFB120/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,572 INFO [main][CipherTest] transformation=RC5-64/OFB120/TBCPADDING 19:28:19,572 ERROR [main][CipherTest] transformation "RC5-64/OFB120/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,572 INFO [main][CipherTest] transformation=RC5-64/OFB120/X9.23 19:28:19,572 ERROR [main][CipherTest] transformation "RC5-64/OFB120/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,572 INFO [main][CipherTest] transformation=RC5-64/OFB120/X9.23PADDING 19:28:19,572 ERROR [main][CipherTest] transformation "RC5-64/OFB120/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,572 INFO [main][CipherTest] transformation=RC5-64/OFB120/ZEROBYTE 19:28:19,572 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,572 INFO [main][CipherTest] transformation=RC5-64/OFB120/ZEROBYTEPADDING 19:28:19,572 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,572 INFO [main][CipherTest] transformation=RC5-64/OFB128/ 19:28:19,572 ERROR [main][CipherTest] transformation "RC5-64/OFB128/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,572 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO10126 19:28:19,572 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,572 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO10126-2 19:28:19,573 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,573 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO10126-2PADDING 19:28:19,573 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,573 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO10126PADDING 19:28:19,573 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,573 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO7816-4 19:28:19,573 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,573 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO7816-4PADDING 19:28:19,573 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,573 INFO [main][CipherTest] transformation=RC5-64/OFB128/NOPADDING 19:28:19,573 ERROR [main][CipherTest] transformation "RC5-64/OFB128/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,573 INFO [main][CipherTest] transformation=RC5-64/OFB128/PKCS5 19:28:19,573 ERROR [main][CipherTest] transformation "RC5-64/OFB128/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,573 INFO [main][CipherTest] transformation=RC5-64/OFB128/PKCS5PADDING 19:28:19,573 ERROR [main][CipherTest] transformation "RC5-64/OFB128/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,573 INFO [main][CipherTest] transformation=RC5-64/OFB128/PKCS7 19:28:19,573 ERROR [main][CipherTest] transformation "RC5-64/OFB128/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,573 INFO [main][CipherTest] transformation=RC5-64/OFB128/PKCS7PADDING 19:28:19,574 ERROR [main][CipherTest] transformation "RC5-64/OFB128/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,574 INFO [main][CipherTest] transformation=RC5-64/OFB128/TBC 19:28:19,574 ERROR [main][CipherTest] transformation "RC5-64/OFB128/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,574 INFO [main][CipherTest] transformation=RC5-64/OFB128/TBCPADDING 19:28:19,574 ERROR [main][CipherTest] transformation "RC5-64/OFB128/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,574 INFO [main][CipherTest] transformation=RC5-64/OFB128/X9.23 19:28:19,574 ERROR [main][CipherTest] transformation "RC5-64/OFB128/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,574 INFO [main][CipherTest] transformation=RC5-64/OFB128/X9.23PADDING 19:28:19,574 ERROR [main][CipherTest] transformation "RC5-64/OFB128/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,574 INFO [main][CipherTest] transformation=RC5-64/OFB128/ZEROBYTE 19:28:19,574 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,574 INFO [main][CipherTest] transformation=RC5-64/OFB128/ZEROBYTEPADDING 19:28:19,574 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,574 INFO [main][CipherTest] transformation=RC5-64/OFB136/ 19:28:19,574 ERROR [main][CipherTest] transformation "RC5-64/OFB136/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,574 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO10126 19:28:19,574 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,574 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO10126-2 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO10126-2PADDING 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO10126PADDING 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO7816-4 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO7816-4PADDING 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/NOPADDING 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/PKCS5 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/PKCS5PADDING 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/PKCS7 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/PKCS7PADDING 19:28:19,575 ERROR [main][CipherTest] transformation "RC5-64/OFB136/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,575 INFO [main][CipherTest] transformation=RC5-64/OFB136/TBC 19:28:19,576 ERROR [main][CipherTest] transformation "RC5-64/OFB136/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,576 INFO [main][CipherTest] transformation=RC5-64/OFB136/TBCPADDING 19:28:19,576 ERROR [main][CipherTest] transformation "RC5-64/OFB136/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,576 INFO [main][CipherTest] transformation=RC5-64/OFB136/X9.23 19:28:19,576 ERROR [main][CipherTest] transformation "RC5-64/OFB136/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,576 INFO [main][CipherTest] transformation=RC5-64/OFB136/X9.23PADDING 19:28:19,576 ERROR [main][CipherTest] transformation "RC5-64/OFB136/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,576 INFO [main][CipherTest] transformation=RC5-64/OFB136/ZEROBYTE 19:28:19,576 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,576 INFO [main][CipherTest] transformation=RC5-64/OFB136/ZEROBYTEPADDING 19:28:19,576 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,576 INFO [main][CipherTest] transformation=RC5-64/OFB144/ 19:28:19,576 ERROR [main][CipherTest] transformation "RC5-64/OFB144/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,576 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO10126 19:28:19,576 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,576 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO10126-2 19:28:19,576 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,576 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO10126-2PADDING 19:28:19,577 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,577 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO10126PADDING 19:28:19,577 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,577 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO7816-4 19:28:19,577 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,577 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO7816-4PADDING 19:28:19,577 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,577 INFO [main][CipherTest] transformation=RC5-64/OFB144/NOPADDING 19:28:19,577 ERROR [main][CipherTest] transformation "RC5-64/OFB144/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,577 INFO [main][CipherTest] transformation=RC5-64/OFB144/PKCS5 19:28:19,577 ERROR [main][CipherTest] transformation "RC5-64/OFB144/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,577 INFO [main][CipherTest] transformation=RC5-64/OFB144/PKCS5PADDING 19:28:19,577 ERROR [main][CipherTest] transformation "RC5-64/OFB144/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,577 INFO [main][CipherTest] transformation=RC5-64/OFB144/PKCS7 19:28:19,577 ERROR [main][CipherTest] transformation "RC5-64/OFB144/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,577 INFO [main][CipherTest] transformation=RC5-64/OFB144/PKCS7PADDING 19:28:19,577 ERROR [main][CipherTest] transformation "RC5-64/OFB144/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,577 INFO [main][CipherTest] transformation=RC5-64/OFB144/TBC 19:28:19,578 ERROR [main][CipherTest] transformation "RC5-64/OFB144/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,578 INFO [main][CipherTest] transformation=RC5-64/OFB144/TBCPADDING 19:28:19,578 ERROR [main][CipherTest] transformation "RC5-64/OFB144/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,578 INFO [main][CipherTest] transformation=RC5-64/OFB144/X9.23 19:28:19,578 ERROR [main][CipherTest] transformation "RC5-64/OFB144/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,578 INFO [main][CipherTest] transformation=RC5-64/OFB144/X9.23PADDING 19:28:19,578 ERROR [main][CipherTest] transformation "RC5-64/OFB144/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,578 INFO [main][CipherTest] transformation=RC5-64/OFB144/ZEROBYTE 19:28:19,578 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,578 INFO [main][CipherTest] transformation=RC5-64/OFB144/ZEROBYTEPADDING 19:28:19,578 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,578 INFO [main][CipherTest] transformation=RC5-64/OFB152/ 19:28:19,578 ERROR [main][CipherTest] transformation "RC5-64/OFB152/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,578 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO10126 19:28:19,578 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,578 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO10126-2 19:28:19,578 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,578 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO10126-2PADDING 19:28:19,579 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,579 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO10126PADDING 19:28:19,579 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,579 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO7816-4 19:28:19,579 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,579 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO7816-4PADDING 19:28:19,579 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,579 INFO [main][CipherTest] transformation=RC5-64/OFB152/NOPADDING 19:28:19,579 ERROR [main][CipherTest] transformation "RC5-64/OFB152/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,579 INFO [main][CipherTest] transformation=RC5-64/OFB152/PKCS5 19:28:19,579 ERROR [main][CipherTest] transformation "RC5-64/OFB152/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,579 INFO [main][CipherTest] transformation=RC5-64/OFB152/PKCS5PADDING 19:28:19,579 ERROR [main][CipherTest] transformation "RC5-64/OFB152/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,579 INFO [main][CipherTest] transformation=RC5-64/OFB152/PKCS7 19:28:19,579 ERROR [main][CipherTest] transformation "RC5-64/OFB152/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,579 INFO [main][CipherTest] transformation=RC5-64/OFB152/PKCS7PADDING 19:28:19,579 ERROR [main][CipherTest] transformation "RC5-64/OFB152/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,579 INFO [main][CipherTest] transformation=RC5-64/OFB152/TBC 19:28:19,580 ERROR [main][CipherTest] transformation "RC5-64/OFB152/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,580 INFO [main][CipherTest] transformation=RC5-64/OFB152/TBCPADDING 19:28:19,580 ERROR [main][CipherTest] transformation "RC5-64/OFB152/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,580 INFO [main][CipherTest] transformation=RC5-64/OFB152/X9.23 19:28:19,580 ERROR [main][CipherTest] transformation "RC5-64/OFB152/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,580 INFO [main][CipherTest] transformation=RC5-64/OFB152/X9.23PADDING 19:28:19,580 ERROR [main][CipherTest] transformation "RC5-64/OFB152/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,580 INFO [main][CipherTest] transformation=RC5-64/OFB152/ZEROBYTE 19:28:19,580 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,580 INFO [main][CipherTest] transformation=RC5-64/OFB152/ZEROBYTEPADDING 19:28:19,580 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,580 INFO [main][CipherTest] transformation=RC5-64/OFB16/ 19:28:19,580 ERROR [main][CipherTest] transformation "RC5-64/OFB16/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,580 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO10126 19:28:19,580 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,580 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO10126-2 19:28:19,580 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,580 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO10126-2PADDING 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,581 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO10126PADDING 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,581 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO7816-4 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,581 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO7816-4PADDING 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,581 INFO [main][CipherTest] transformation=RC5-64/OFB16/NOPADDING 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,581 INFO [main][CipherTest] transformation=RC5-64/OFB16/PKCS5 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,581 INFO [main][CipherTest] transformation=RC5-64/OFB16/PKCS5PADDING 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,581 INFO [main][CipherTest] transformation=RC5-64/OFB16/PKCS7 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,581 INFO [main][CipherTest] transformation=RC5-64/OFB16/PKCS7PADDING 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,581 INFO [main][CipherTest] transformation=RC5-64/OFB16/TBC 19:28:19,581 ERROR [main][CipherTest] transformation "RC5-64/OFB16/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,582 INFO [main][CipherTest] transformation=RC5-64/OFB16/TBCPADDING 19:28:19,582 ERROR [main][CipherTest] transformation "RC5-64/OFB16/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,582 INFO [main][CipherTest] transformation=RC5-64/OFB16/X9.23 19:28:19,582 ERROR [main][CipherTest] transformation "RC5-64/OFB16/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,582 INFO [main][CipherTest] transformation=RC5-64/OFB16/X9.23PADDING 19:28:19,582 ERROR [main][CipherTest] transformation "RC5-64/OFB16/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,582 INFO [main][CipherTest] transformation=RC5-64/OFB16/ZEROBYTE 19:28:19,582 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,582 INFO [main][CipherTest] transformation=RC5-64/OFB16/ZEROBYTEPADDING 19:28:19,582 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,582 INFO [main][CipherTest] transformation=RC5-64/OFB160/ 19:28:19,582 ERROR [main][CipherTest] transformation "RC5-64/OFB160/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,582 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO10126 19:28:19,582 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,582 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO10126-2 19:28:19,582 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,582 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO10126-2PADDING 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,583 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO10126PADDING 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,583 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO7816-4 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,583 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO7816-4PADDING 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,583 INFO [main][CipherTest] transformation=RC5-64/OFB160/NOPADDING 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,583 INFO [main][CipherTest] transformation=RC5-64/OFB160/PKCS5 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,583 INFO [main][CipherTest] transformation=RC5-64/OFB160/PKCS5PADDING 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,583 INFO [main][CipherTest] transformation=RC5-64/OFB160/PKCS7 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,583 INFO [main][CipherTest] transformation=RC5-64/OFB160/PKCS7PADDING 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,583 INFO [main][CipherTest] transformation=RC5-64/OFB160/TBC 19:28:19,583 ERROR [main][CipherTest] transformation "RC5-64/OFB160/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB160/TBCPADDING 19:28:19,584 ERROR [main][CipherTest] transformation "RC5-64/OFB160/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB160/X9.23 19:28:19,584 ERROR [main][CipherTest] transformation "RC5-64/OFB160/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB160/X9.23PADDING 19:28:19,584 ERROR [main][CipherTest] transformation "RC5-64/OFB160/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB160/ZEROBYTE 19:28:19,584 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB160/ZEROBYTEPADDING 19:28:19,584 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB168/ 19:28:19,584 ERROR [main][CipherTest] transformation "RC5-64/OFB168/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO10126 19:28:19,584 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO10126-2 19:28:19,584 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO10126-2PADDING 19:28:19,584 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,584 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO10126PADDING 19:28:19,585 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,585 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO7816-4 19:28:19,585 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,585 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO7816-4PADDING 19:28:19,585 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,585 INFO [main][CipherTest] transformation=RC5-64/OFB168/NOPADDING 19:28:19,585 ERROR [main][CipherTest] transformation "RC5-64/OFB168/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,585 INFO [main][CipherTest] transformation=RC5-64/OFB168/PKCS5 19:28:19,585 ERROR [main][CipherTest] transformation "RC5-64/OFB168/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,585 INFO [main][CipherTest] transformation=RC5-64/OFB168/PKCS5PADDING 19:28:19,585 ERROR [main][CipherTest] transformation "RC5-64/OFB168/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,585 INFO [main][CipherTest] transformation=RC5-64/OFB168/PKCS7 19:28:19,585 ERROR [main][CipherTest] transformation "RC5-64/OFB168/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,585 INFO [main][CipherTest] transformation=RC5-64/OFB168/PKCS7PADDING 19:28:19,585 ERROR [main][CipherTest] transformation "RC5-64/OFB168/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,585 INFO [main][CipherTest] transformation=RC5-64/OFB168/TBC 19:28:19,585 ERROR [main][CipherTest] transformation "RC5-64/OFB168/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,585 INFO [main][CipherTest] transformation=RC5-64/OFB168/TBCPADDING 19:28:19,586 ERROR [main][CipherTest] transformation "RC5-64/OFB168/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,586 INFO [main][CipherTest] transformation=RC5-64/OFB168/X9.23 19:28:19,586 ERROR [main][CipherTest] transformation "RC5-64/OFB168/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,586 INFO [main][CipherTest] transformation=RC5-64/OFB168/X9.23PADDING 19:28:19,586 ERROR [main][CipherTest] transformation "RC5-64/OFB168/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,586 INFO [main][CipherTest] transformation=RC5-64/OFB168/ZEROBYTE 19:28:19,586 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,586 INFO [main][CipherTest] transformation=RC5-64/OFB168/ZEROBYTEPADDING 19:28:19,586 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,586 INFO [main][CipherTest] transformation=RC5-64/OFB176/ 19:28:19,586 ERROR [main][CipherTest] transformation "RC5-64/OFB176/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,586 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO10126 19:28:19,586 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,586 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO10126-2 19:28:19,586 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,586 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO10126-2PADDING 19:28:19,586 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,586 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO10126PADDING 19:28:19,587 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,587 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO7816-4 19:28:19,587 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,587 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO7816-4PADDING 19:28:19,587 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,587 INFO [main][CipherTest] transformation=RC5-64/OFB176/NOPADDING 19:28:19,587 ERROR [main][CipherTest] transformation "RC5-64/OFB176/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,587 INFO [main][CipherTest] transformation=RC5-64/OFB176/PKCS5 19:28:19,587 ERROR [main][CipherTest] transformation "RC5-64/OFB176/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,587 INFO [main][CipherTest] transformation=RC5-64/OFB176/PKCS5PADDING 19:28:19,587 ERROR [main][CipherTest] transformation "RC5-64/OFB176/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,587 INFO [main][CipherTest] transformation=RC5-64/OFB176/PKCS7 19:28:19,587 ERROR [main][CipherTest] transformation "RC5-64/OFB176/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,587 INFO [main][CipherTest] transformation=RC5-64/OFB176/PKCS7PADDING 19:28:19,587 ERROR [main][CipherTest] transformation "RC5-64/OFB176/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,587 INFO [main][CipherTest] transformation=RC5-64/OFB176/TBC 19:28:19,587 ERROR [main][CipherTest] transformation "RC5-64/OFB176/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,587 INFO [main][CipherTest] transformation=RC5-64/OFB176/TBCPADDING 19:28:19,588 ERROR [main][CipherTest] transformation "RC5-64/OFB176/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,588 INFO [main][CipherTest] transformation=RC5-64/OFB176/X9.23 19:28:19,588 ERROR [main][CipherTest] transformation "RC5-64/OFB176/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,588 INFO [main][CipherTest] transformation=RC5-64/OFB176/X9.23PADDING 19:28:19,588 ERROR [main][CipherTest] transformation "RC5-64/OFB176/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,588 INFO [main][CipherTest] transformation=RC5-64/OFB176/ZEROBYTE 19:28:19,588 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,588 INFO [main][CipherTest] transformation=RC5-64/OFB176/ZEROBYTEPADDING 19:28:19,588 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,588 INFO [main][CipherTest] transformation=RC5-64/OFB184/ 19:28:19,588 ERROR [main][CipherTest] transformation "RC5-64/OFB184/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,588 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO10126 19:28:19,588 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,588 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO10126-2 19:28:19,588 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,588 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO10126-2PADDING 19:28:19,588 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,588 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO10126PADDING 19:28:19,589 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,589 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO7816-4 19:28:19,589 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,589 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO7816-4PADDING 19:28:19,589 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,589 INFO [main][CipherTest] transformation=RC5-64/OFB184/NOPADDING 19:28:19,589 ERROR [main][CipherTest] transformation "RC5-64/OFB184/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,589 INFO [main][CipherTest] transformation=RC5-64/OFB184/PKCS5 19:28:19,589 ERROR [main][CipherTest] transformation "RC5-64/OFB184/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,589 INFO [main][CipherTest] transformation=RC5-64/OFB184/PKCS5PADDING 19:28:19,589 ERROR [main][CipherTest] transformation "RC5-64/OFB184/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,589 INFO [main][CipherTest] transformation=RC5-64/OFB184/PKCS7 19:28:19,589 ERROR [main][CipherTest] transformation "RC5-64/OFB184/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,589 INFO [main][CipherTest] transformation=RC5-64/OFB184/PKCS7PADDING 19:28:19,589 ERROR [main][CipherTest] transformation "RC5-64/OFB184/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,589 INFO [main][CipherTest] transformation=RC5-64/OFB184/TBC 19:28:19,589 ERROR [main][CipherTest] transformation "RC5-64/OFB184/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,589 INFO [main][CipherTest] transformation=RC5-64/OFB184/TBCPADDING 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB184/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,590 INFO [main][CipherTest] transformation=RC5-64/OFB184/X9.23 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB184/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,590 INFO [main][CipherTest] transformation=RC5-64/OFB184/X9.23PADDING 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB184/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,590 INFO [main][CipherTest] transformation=RC5-64/OFB184/ZEROBYTE 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,590 INFO [main][CipherTest] transformation=RC5-64/OFB184/ZEROBYTEPADDING 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,590 INFO [main][CipherTest] transformation=RC5-64/OFB192/ 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB192/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,590 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO10126 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,590 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO10126-2 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,590 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO10126-2PADDING 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,590 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO10126PADDING 19:28:19,590 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,591 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO7816-4 19:28:19,591 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,591 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO7816-4PADDING 19:28:19,591 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,591 INFO [main][CipherTest] transformation=RC5-64/OFB192/NOPADDING 19:28:19,591 ERROR [main][CipherTest] transformation "RC5-64/OFB192/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,591 INFO [main][CipherTest] transformation=RC5-64/OFB192/PKCS5 19:28:19,591 ERROR [main][CipherTest] transformation "RC5-64/OFB192/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,591 INFO [main][CipherTest] transformation=RC5-64/OFB192/PKCS5PADDING 19:28:19,591 ERROR [main][CipherTest] transformation "RC5-64/OFB192/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,591 INFO [main][CipherTest] transformation=RC5-64/OFB192/PKCS7 19:28:19,591 ERROR [main][CipherTest] transformation "RC5-64/OFB192/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,591 INFO [main][CipherTest] transformation=RC5-64/OFB192/PKCS7PADDING 19:28:19,591 ERROR [main][CipherTest] transformation "RC5-64/OFB192/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,591 INFO [main][CipherTest] transformation=RC5-64/OFB192/TBC 19:28:19,591 ERROR [main][CipherTest] transformation "RC5-64/OFB192/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,591 INFO [main][CipherTest] transformation=RC5-64/OFB192/TBCPADDING 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB192/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,592 INFO [main][CipherTest] transformation=RC5-64/OFB192/X9.23 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB192/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,592 INFO [main][CipherTest] transformation=RC5-64/OFB192/X9.23PADDING 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB192/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,592 INFO [main][CipherTest] transformation=RC5-64/OFB192/ZEROBYTE 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,592 INFO [main][CipherTest] transformation=RC5-64/OFB192/ZEROBYTEPADDING 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,592 INFO [main][CipherTest] transformation=RC5-64/OFB200/ 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB200/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,592 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO10126 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,592 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO10126-2 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,592 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO10126-2PADDING 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,592 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO10126PADDING 19:28:19,592 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO7816-4 19:28:19,593 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO7816-4PADDING 19:28:19,593 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/NOPADDING 19:28:19,593 ERROR [main][CipherTest] transformation "RC5-64/OFB200/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/PKCS5 19:28:19,593 ERROR [main][CipherTest] transformation "RC5-64/OFB200/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/PKCS5PADDING 19:28:19,593 ERROR [main][CipherTest] transformation "RC5-64/OFB200/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/PKCS7 19:28:19,593 ERROR [main][CipherTest] transformation "RC5-64/OFB200/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/PKCS7PADDING 19:28:19,593 ERROR [main][CipherTest] transformation "RC5-64/OFB200/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/TBC 19:28:19,593 ERROR [main][CipherTest] transformation "RC5-64/OFB200/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/TBCPADDING 19:28:19,593 ERROR [main][CipherTest] transformation "RC5-64/OFB200/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,593 INFO [main][CipherTest] transformation=RC5-64/OFB200/X9.23 19:28:19,594 ERROR [main][CipherTest] transformation "RC5-64/OFB200/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,594 INFO [main][CipherTest] transformation=RC5-64/OFB200/X9.23PADDING 19:28:19,594 ERROR [main][CipherTest] transformation "RC5-64/OFB200/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,594 INFO [main][CipherTest] transformation=RC5-64/OFB200/ZEROBYTE 19:28:19,594 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,594 INFO [main][CipherTest] transformation=RC5-64/OFB200/ZEROBYTEPADDING 19:28:19,594 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,594 INFO [main][CipherTest] transformation=RC5-64/OFB208/ 19:28:19,594 ERROR [main][CipherTest] transformation "RC5-64/OFB208/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,594 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO10126 19:28:19,594 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,594 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO10126-2 19:28:19,594 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,594 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO10126-2PADDING 19:28:19,595 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,595 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO10126PADDING 19:28:19,595 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,595 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO7816-4 19:28:19,595 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,595 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO7816-4PADDING 19:28:19,595 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,595 INFO [main][CipherTest] transformation=RC5-64/OFB208/NOPADDING 19:28:19,595 ERROR [main][CipherTest] transformation "RC5-64/OFB208/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,595 INFO [main][CipherTest] transformation=RC5-64/OFB208/PKCS5 19:28:19,595 ERROR [main][CipherTest] transformation "RC5-64/OFB208/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,595 INFO [main][CipherTest] transformation=RC5-64/OFB208/PKCS5PADDING 19:28:19,595 ERROR [main][CipherTest] transformation "RC5-64/OFB208/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,595 INFO [main][CipherTest] transformation=RC5-64/OFB208/PKCS7 19:28:19,595 ERROR [main][CipherTest] transformation "RC5-64/OFB208/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,595 INFO [main][CipherTest] transformation=RC5-64/OFB208/PKCS7PADDING 19:28:19,596 ERROR [main][CipherTest] transformation "RC5-64/OFB208/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,596 INFO [main][CipherTest] transformation=RC5-64/OFB208/TBC 19:28:19,596 ERROR [main][CipherTest] transformation "RC5-64/OFB208/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,596 INFO [main][CipherTest] transformation=RC5-64/OFB208/TBCPADDING 19:28:19,596 ERROR [main][CipherTest] transformation "RC5-64/OFB208/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,596 INFO [main][CipherTest] transformation=RC5-64/OFB208/X9.23 19:28:19,596 ERROR [main][CipherTest] transformation "RC5-64/OFB208/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,596 INFO [main][CipherTest] transformation=RC5-64/OFB208/X9.23PADDING 19:28:19,596 ERROR [main][CipherTest] transformation "RC5-64/OFB208/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,596 INFO [main][CipherTest] transformation=RC5-64/OFB208/ZEROBYTE 19:28:19,596 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,596 INFO [main][CipherTest] transformation=RC5-64/OFB208/ZEROBYTEPADDING 19:28:19,596 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,596 INFO [main][CipherTest] transformation=RC5-64/OFB216/ 19:28:19,596 ERROR [main][CipherTest] transformation "RC5-64/OFB216/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,596 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO10126 19:28:19,596 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,596 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO10126-2 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,597 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO10126-2PADDING 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,597 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO10126PADDING 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,597 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO7816-4 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,597 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO7816-4PADDING 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,597 INFO [main][CipherTest] transformation=RC5-64/OFB216/NOPADDING 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,597 INFO [main][CipherTest] transformation=RC5-64/OFB216/PKCS5 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,597 INFO [main][CipherTest] transformation=RC5-64/OFB216/PKCS5PADDING 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,597 INFO [main][CipherTest] transformation=RC5-64/OFB216/PKCS7 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,597 INFO [main][CipherTest] transformation=RC5-64/OFB216/PKCS7PADDING 19:28:19,597 ERROR [main][CipherTest] transformation "RC5-64/OFB216/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,598 INFO [main][CipherTest] transformation=RC5-64/OFB216/TBC 19:28:19,598 ERROR [main][CipherTest] transformation "RC5-64/OFB216/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,598 INFO [main][CipherTest] transformation=RC5-64/OFB216/TBCPADDING 19:28:19,598 ERROR [main][CipherTest] transformation "RC5-64/OFB216/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,598 INFO [main][CipherTest] transformation=RC5-64/OFB216/X9.23 19:28:19,598 ERROR [main][CipherTest] transformation "RC5-64/OFB216/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,598 INFO [main][CipherTest] transformation=RC5-64/OFB216/X9.23PADDING 19:28:19,598 ERROR [main][CipherTest] transformation "RC5-64/OFB216/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,598 INFO [main][CipherTest] transformation=RC5-64/OFB216/ZEROBYTE 19:28:19,598 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,598 INFO [main][CipherTest] transformation=RC5-64/OFB216/ZEROBYTEPADDING 19:28:19,598 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,598 INFO [main][CipherTest] transformation=RC5-64/OFB224/ 19:28:19,598 ERROR [main][CipherTest] transformation "RC5-64/OFB224/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,598 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO10126 19:28:19,598 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,598 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO10126-2 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO10126-2PADDING 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO10126PADDING 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO7816-4 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO7816-4PADDING 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/NOPADDING 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/PKCS5 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/PKCS5PADDING 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/PKCS7 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/PKCS7PADDING 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/TBC 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/TBCPADDING 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/X9.23 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/X9.23PADDING 19:28:19,599 ERROR [main][CipherTest] transformation "RC5-64/OFB224/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,599 INFO [main][CipherTest] transformation=RC5-64/OFB224/ZEROBYTE 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB224/ZEROBYTEPADDING 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/ 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO10126 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO10126-2 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO10126-2PADDING 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO10126PADDING 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO7816-4 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO7816-4PADDING 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/NOPADDING 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/PKCS5 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/PKCS5PADDING 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/PKCS7 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/PKCS7PADDING 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/TBC 19:28:19,600 ERROR [main][CipherTest] transformation "RC5-64/OFB232/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,600 INFO [main][CipherTest] transformation=RC5-64/OFB232/TBCPADDING 19:28:19,601 ERROR [main][CipherTest] transformation "RC5-64/OFB232/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,601 INFO [main][CipherTest] transformation=RC5-64/OFB232/X9.23 19:28:19,601 ERROR [main][CipherTest] transformation "RC5-64/OFB232/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,601 INFO [main][CipherTest] transformation=RC5-64/OFB232/X9.23PADDING 19:28:19,601 ERROR [main][CipherTest] transformation "RC5-64/OFB232/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,601 INFO [main][CipherTest] transformation=RC5-64/OFB232/ZEROBYTE 19:28:19,601 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,601 INFO [main][CipherTest] transformation=RC5-64/OFB232/ZEROBYTEPADDING 19:28:19,601 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,601 INFO [main][CipherTest] transformation=RC5-64/OFB24/ 19:28:19,602 ERROR [main][CipherTest] transformation "RC5-64/OFB24/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,602 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO10126 19:28:19,602 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,602 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO10126-2 19:28:19,602 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,602 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO10126-2PADDING 19:28:19,602 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO10126PADDING 19:28:19,603 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO7816-4 19:28:19,603 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO7816-4PADDING 19:28:19,603 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/NOPADDING 19:28:19,603 ERROR [main][CipherTest] transformation "RC5-64/OFB24/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/PKCS5 19:28:19,603 ERROR [main][CipherTest] transformation "RC5-64/OFB24/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/PKCS5PADDING 19:28:19,603 ERROR [main][CipherTest] transformation "RC5-64/OFB24/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/PKCS7 19:28:19,603 ERROR [main][CipherTest] transformation "RC5-64/OFB24/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/PKCS7PADDING 19:28:19,603 ERROR [main][CipherTest] transformation "RC5-64/OFB24/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/TBC 19:28:19,603 ERROR [main][CipherTest] transformation "RC5-64/OFB24/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,603 INFO [main][CipherTest] transformation=RC5-64/OFB24/TBCPADDING 19:28:19,604 ERROR [main][CipherTest] transformation "RC5-64/OFB24/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,604 INFO [main][CipherTest] transformation=RC5-64/OFB24/X9.23 19:28:19,604 ERROR [main][CipherTest] transformation "RC5-64/OFB24/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,604 INFO [main][CipherTest] transformation=RC5-64/OFB24/X9.23PADDING 19:28:19,604 ERROR [main][CipherTest] transformation "RC5-64/OFB24/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,604 INFO [main][CipherTest] transformation=RC5-64/OFB24/ZEROBYTE 19:28:19,604 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,604 INFO [main][CipherTest] transformation=RC5-64/OFB24/ZEROBYTEPADDING 19:28:19,604 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,604 INFO [main][CipherTest] transformation=RC5-64/OFB240/ 19:28:19,604 ERROR [main][CipherTest] transformation "RC5-64/OFB240/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,604 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO10126 19:28:19,604 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,604 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO10126-2 19:28:19,604 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,604 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO10126-2PADDING 19:28:19,604 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,604 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO10126PADDING 19:28:19,605 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,605 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO7816-4 19:28:19,605 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,605 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO7816-4PADDING 19:28:19,605 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,605 INFO [main][CipherTest] transformation=RC5-64/OFB240/NOPADDING 19:28:19,605 ERROR [main][CipherTest] transformation "RC5-64/OFB240/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,605 INFO [main][CipherTest] transformation=RC5-64/OFB240/PKCS5 19:28:19,605 ERROR [main][CipherTest] transformation "RC5-64/OFB240/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,605 INFO [main][CipherTest] transformation=RC5-64/OFB240/PKCS5PADDING 19:28:19,605 ERROR [main][CipherTest] transformation "RC5-64/OFB240/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,605 INFO [main][CipherTest] transformation=RC5-64/OFB240/PKCS7 19:28:19,605 ERROR [main][CipherTest] transformation "RC5-64/OFB240/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,605 INFO [main][CipherTest] transformation=RC5-64/OFB240/PKCS7PADDING 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB240/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,606 INFO [main][CipherTest] transformation=RC5-64/OFB240/TBC 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB240/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,606 INFO [main][CipherTest] transformation=RC5-64/OFB240/TBCPADDING 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB240/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,606 INFO [main][CipherTest] transformation=RC5-64/OFB240/X9.23 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB240/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,606 INFO [main][CipherTest] transformation=RC5-64/OFB240/X9.23PADDING 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB240/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,606 INFO [main][CipherTest] transformation=RC5-64/OFB240/ZEROBYTE 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,606 INFO [main][CipherTest] transformation=RC5-64/OFB240/ZEROBYTEPADDING 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,606 INFO [main][CipherTest] transformation=RC5-64/OFB248/ 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB248/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,606 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO10126 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,606 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO10126-2 19:28:19,606 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO10126-2PADDING 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO10126PADDING 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO7816-4 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO7816-4PADDING 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/NOPADDING 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/PKCS5 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/PKCS5PADDING 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/PKCS7 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/PKCS7PADDING 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,607 INFO [main][CipherTest] transformation=RC5-64/OFB248/TBC 19:28:19,607 ERROR [main][CipherTest] transformation "RC5-64/OFB248/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB248/TBCPADDING 19:28:19,608 ERROR [main][CipherTest] transformation "RC5-64/OFB248/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB248/X9.23 19:28:19,608 ERROR [main][CipherTest] transformation "RC5-64/OFB248/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB248/X9.23PADDING 19:28:19,608 ERROR [main][CipherTest] transformation "RC5-64/OFB248/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB248/ZEROBYTE 19:28:19,608 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB248/ZEROBYTEPADDING 19:28:19,608 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB256/ 19:28:19,608 ERROR [main][CipherTest] transformation "RC5-64/OFB256/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO10126 19:28:19,608 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO10126-2 19:28:19,608 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO10126-2PADDING 19:28:19,608 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,608 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO10126PADDING 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO7816-4 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO7816-4PADDING 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/NOPADDING 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/PKCS5 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/PKCS5PADDING 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/PKCS7 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/PKCS7PADDING 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/TBC 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/TBCPADDING 19:28:19,609 ERROR [main][CipherTest] transformation "RC5-64/OFB256/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,609 INFO [main][CipherTest] transformation=RC5-64/OFB256/X9.23 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB256/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB256/X9.23PADDING 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB256/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB256/ZEROBYTE 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB256/ZEROBYTEPADDING 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB32/ 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB32/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO10126 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO10126-2 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO10126-2PADDING 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO10126PADDING 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO7816-4 19:28:19,610 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,610 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO7816-4PADDING 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/NOPADDING 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/PKCS5 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/PKCS5PADDING 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/PKCS7 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/PKCS7PADDING 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/TBC 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/TBCPADDING 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/X9.23 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/X9.23PADDING 19:28:19,611 ERROR [main][CipherTest] transformation "RC5-64/OFB32/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,611 INFO [main][CipherTest] transformation=RC5-64/OFB32/ZEROBYTE 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB32/ZEROBYTEPADDING 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB40/ 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB40/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO10126 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO10126-2 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO10126-2PADDING 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO10126PADDING 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO7816-4 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO7816-4PADDING 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB40/NOPADDING 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB40/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,612 INFO [main][CipherTest] transformation=RC5-64/OFB40/PKCS5 19:28:19,612 ERROR [main][CipherTest] transformation "RC5-64/OFB40/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB40/PKCS5PADDING 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB40/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB40/PKCS7 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB40/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB40/PKCS7PADDING 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB40/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB40/TBC 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB40/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB40/TBCPADDING 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB40/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB40/X9.23 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB40/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB40/X9.23PADDING 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB40/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB40/ZEROBYTE 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB40/ZEROBYTEPADDING 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,613 INFO [main][CipherTest] transformation=RC5-64/OFB48/ 19:28:19,613 ERROR [main][CipherTest] transformation "RC5-64/OFB48/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO10126 19:28:19,614 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO10126-2 19:28:19,614 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO10126-2PADDING 19:28:19,614 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO10126PADDING 19:28:19,614 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO7816-4 19:28:19,614 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO7816-4PADDING 19:28:19,614 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/NOPADDING 19:28:19,614 ERROR [main][CipherTest] transformation "RC5-64/OFB48/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/PKCS5 19:28:19,614 ERROR [main][CipherTest] transformation "RC5-64/OFB48/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/PKCS5PADDING 19:28:19,614 ERROR [main][CipherTest] transformation "RC5-64/OFB48/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,614 INFO [main][CipherTest] transformation=RC5-64/OFB48/PKCS7 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB48/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB48/PKCS7PADDING 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB48/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB48/TBC 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB48/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB48/TBCPADDING 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB48/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB48/X9.23 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB48/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB48/X9.23PADDING 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB48/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB48/ZEROBYTE 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB48/ZEROBYTEPADDING 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB56/ 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB56/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO10126 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,615 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO10126-2 19:28:19,615 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO10126-2PADDING 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO10126PADDING 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO7816-4 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO7816-4PADDING 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/NOPADDING 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/PKCS5 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/PKCS5PADDING 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/PKCS7 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/PKCS7PADDING 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,616 INFO [main][CipherTest] transformation=RC5-64/OFB56/TBC 19:28:19,616 ERROR [main][CipherTest] transformation "RC5-64/OFB56/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB56/TBCPADDING 19:28:19,617 ERROR [main][CipherTest] transformation "RC5-64/OFB56/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB56/X9.23 19:28:19,617 ERROR [main][CipherTest] transformation "RC5-64/OFB56/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB56/X9.23PADDING 19:28:19,617 ERROR [main][CipherTest] transformation "RC5-64/OFB56/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB56/ZEROBYTE 19:28:19,617 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB56/ZEROBYTEPADDING 19:28:19,617 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB64/ 19:28:19,617 ERROR [main][CipherTest] transformation "RC5-64/OFB64/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO10126 19:28:19,617 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO10126-2 19:28:19,617 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO10126-2PADDING 19:28:19,617 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,617 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO10126PADDING 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO7816-4 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO7816-4PADDING 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/NOPADDING 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/PKCS5 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/PKCS5PADDING 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/PKCS7 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/PKCS7PADDING 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/TBC 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/TBCPADDING 19:28:19,618 ERROR [main][CipherTest] transformation "RC5-64/OFB64/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,618 INFO [main][CipherTest] transformation=RC5-64/OFB64/X9.23 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB64/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB64/X9.23PADDING 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB64/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB64/ZEROBYTE 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB64/ZEROBYTEPADDING 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB72/ 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB72/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO10126 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO10126-2 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO10126-2PADDING 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO10126PADDING 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO7816-4 19:28:19,619 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,619 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO7816-4PADDING 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/NOPADDING 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/PKCS5 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/PKCS5PADDING 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/PKCS7 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/PKCS7PADDING 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/TBC 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/TBCPADDING 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/X9.23 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/X9.23PADDING 19:28:19,620 ERROR [main][CipherTest] transformation "RC5-64/OFB72/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,620 INFO [main][CipherTest] transformation=RC5-64/OFB72/ZEROBYTE 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB72/ZEROBYTEPADDING 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB8/ 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB8/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO10126 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO10126-2 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO10126-2PADDING 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO10126PADDING 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO7816-4 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO7816-4PADDING 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB8/NOPADDING 19:28:19,621 ERROR [main][CipherTest] transformation "RC5-64/OFB8/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,621 INFO [main][CipherTest] transformation=RC5-64/OFB8/PKCS5 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB8/PKCS5PADDING 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB8/PKCS7 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB8/PKCS7PADDING 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB8/TBC 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB8/TBCPADDING 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB8/X9.23 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB8/X9.23PADDING 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB8/ZEROBYTE 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB8/ZEROBYTEPADDING 19:28:19,622 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,622 INFO [main][CipherTest] transformation=RC5-64/OFB80/ 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO10126 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO10126-2 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO10126-2PADDING 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO10126PADDING 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO7816-4 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO7816-4PADDING 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/NOPADDING 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/PKCS5 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/PKCS5PADDING 19:28:19,623 ERROR [main][CipherTest] transformation "RC5-64/OFB80/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,623 INFO [main][CipherTest] transformation=RC5-64/OFB80/PKCS7 19:28:19,624 ERROR [main][CipherTest] transformation "RC5-64/OFB80/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,624 INFO [main][CipherTest] transformation=RC5-64/OFB80/PKCS7PADDING 19:28:19,624 ERROR [main][CipherTest] transformation "RC5-64/OFB80/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,624 INFO [main][CipherTest] transformation=RC5-64/OFB80/TBC 19:28:19,624 ERROR [main][CipherTest] transformation "RC5-64/OFB80/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,624 INFO [main][CipherTest] transformation=RC5-64/OFB80/TBCPADDING 19:28:19,624 ERROR [main][CipherTest] transformation "RC5-64/OFB80/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,624 INFO [main][CipherTest] transformation=RC5-64/OFB80/X9.23 19:28:19,624 ERROR [main][CipherTest] transformation "RC5-64/OFB80/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,624 INFO [main][CipherTest] transformation=RC5-64/OFB80/X9.23PADDING 19:28:19,624 ERROR [main][CipherTest] transformation "RC5-64/OFB80/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,624 INFO [main][CipherTest] transformation=RC5-64/OFB80/ZEROBYTE 19:28:19,624 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,624 INFO [main][CipherTest] transformation=RC5-64/OFB80/ZEROBYTEPADDING 19:28:19,624 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,624 INFO [main][CipherTest] transformation=RC5-64/OFB88/ 19:28:19,624 ERROR [main][CipherTest] transformation "RC5-64/OFB88/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,624 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO10126 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO10126-2 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO10126-2PADDING 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO10126PADDING 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO7816-4 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO7816-4PADDING 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/NOPADDING 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/PKCS5 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/PKCS5PADDING 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/PKCS7 19:28:19,625 ERROR [main][CipherTest] transformation "RC5-64/OFB88/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,625 INFO [main][CipherTest] transformation=RC5-64/OFB88/PKCS7PADDING 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB88/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB88/TBC 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB88/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB88/TBCPADDING 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB88/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB88/X9.23 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB88/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB88/X9.23PADDING 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB88/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB88/ZEROBYTE 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB88/ZEROBYTEPADDING 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB96/ 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB96/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO10126 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO10126-2 19:28:19,626 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,626 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO10126-2PADDING 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO10126PADDING 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO7816-4 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO7816-4PADDING 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/NOPADDING 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/PKCS5 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/PKCS5PADDING 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/PKCS7 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/PKCS7PADDING 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/TBC 19:28:19,627 ERROR [main][CipherTest] transformation "RC5-64/OFB96/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,627 INFO [main][CipherTest] transformation=RC5-64/OFB96/TBCPADDING 19:28:19,628 ERROR [main][CipherTest] transformation "RC5-64/OFB96/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,628 INFO [main][CipherTest] transformation=RC5-64/OFB96/X9.23 19:28:19,628 ERROR [main][CipherTest] transformation "RC5-64/OFB96/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,628 INFO [main][CipherTest] transformation=RC5-64/OFB96/X9.23PADDING 19:28:19,628 ERROR [main][CipherTest] transformation "RC5-64/OFB96/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,628 INFO [main][CipherTest] transformation=RC5-64/OFB96/ZEROBYTE 19:28:19,628 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,628 INFO [main][CipherTest] transformation=RC5-64/OFB96/ZEROBYTEPADDING 19:28:19,628 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,628 INFO [main][CipherTest] transformation=RC5-64/SIC/ 19:28:19,628 ERROR [main][CipherTest] transformation "RC5-64/SIC/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,628 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO10126 19:28:19,628 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,628 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO10126-2 19:28:19,628 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,628 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO10126-2PADDING 19:28:19,628 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,628 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO10126PADDING 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO7816-4 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO7816-4PADDING 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/NOPADDING 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/PKCS5 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/PKCS5PADDING 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/PKCS7 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/PKCS7PADDING 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/TBC 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/TBCPADDING 19:28:19,629 ERROR [main][CipherTest] transformation "RC5-64/SIC/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,629 INFO [main][CipherTest] transformation=RC5-64/SIC/X9.23 19:28:19,630 ERROR [main][CipherTest] transformation "RC5-64/SIC/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,630 INFO [main][CipherTest] transformation=RC5-64/SIC/X9.23PADDING 19:28:19,630 ERROR [main][CipherTest] transformation "RC5-64/SIC/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,630 INFO [main][CipherTest] transformation=RC5-64/SIC/ZEROBYTE 19:28:19,630 ERROR [main][CipherTest] transformation "RC5-64/SIC/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,630 INFO [main][CipherTest] transformation=RC5-64/SIC/ZEROBYTEPADDING 19:28:19,630 ERROR [main][CipherTest] transformation "RC5-64/SIC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 19:28:19,630 INFO [main][CipherTest] transformation=RC6// 19:28:19,630 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6//" does not support IV => Skipping. 19:28:19,630 INFO [main][CipherTest] transformation=RC6//NOPADDING 19:28:19,631 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6//NOPADDING" does not support IV => Skipping. 19:28:19,631 INFO [main][CipherTest] transformation=RC6/CBC-CTS/ 19:28:19,631 INFO [main][CipherTest] transformation=RC6/CBC-CTS/NOPADDING 19:28:19,631 INFO [main][CipherTest] transformation=RC6/CBC/ 19:28:19,632 INFO [main][CipherTest] transformation=RC6/CBC/ISO10126 19:28:19,632 INFO [main][CipherTest] transformation=RC6/CBC/ISO10126-2 19:28:19,633 INFO [main][CipherTest] transformation=RC6/CBC/ISO10126-2PADDING 19:28:19,634 INFO [main][CipherTest] transformation=RC6/CBC/ISO10126PADDING 19:28:19,634 INFO [main][CipherTest] transformation=RC6/CBC/ISO7816-4 19:28:19,635 INFO [main][CipherTest] transformation=RC6/CBC/ISO7816-4PADDING 19:28:19,635 INFO [main][CipherTest] transformation=RC6/CBC/NOPADDING 19:28:19,635 INFO [main][CipherTest] transformation=RC6/CBC/PKCS5 19:28:19,636 INFO [main][CipherTest] transformation=RC6/CBC/PKCS5PADDING 19:28:19,636 INFO [main][CipherTest] transformation=RC6/CBC/PKCS7 19:28:19,636 INFO [main][CipherTest] transformation=RC6/CBC/PKCS7PADDING 19:28:19,637 INFO [main][CipherTest] transformation=RC6/CBC/TBC 19:28:19,637 INFO [main][CipherTest] transformation=RC6/CBC/TBCPADDING 19:28:19,637 INFO [main][CipherTest] transformation=RC6/CBC/X9.23 19:28:19,638 INFO [main][CipherTest] transformation=RC6/CBC/X9.23PADDING 19:28:19,638 INFO [main][CipherTest] transformation=RC6/CBC/ZEROBYTE 19:28:19,639 INFO [main][CipherTest] transformation=RC6/CBC/ZEROBYTEPADDING 19:28:19,639 INFO [main][CipherTest] transformation=RC6/CCM/ 19:28:19,639 ERROR [main][CipherTest] transformation "RC6/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:19,639 INFO [main][CipherTest] transformation=RC6/CCM/NOPADDING 19:28:19,639 ERROR [main][CipherTest] transformation "RC6/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:19,639 INFO [main][CipherTest] transformation=RC6/CFB/ 19:28:19,639 INFO [main][CipherTest] transformation=RC6/CFB/ISO10126 19:28:19,640 INFO [main][CipherTest] transformation=RC6/CFB/ISO10126-2 19:28:19,640 INFO [main][CipherTest] transformation=RC6/CFB/ISO10126-2PADDING 19:28:19,640 INFO [main][CipherTest] transformation=RC6/CFB/ISO10126PADDING 19:28:19,642 INFO [main][CipherTest] transformation=RC6/CFB/ISO7816-4 19:28:19,643 INFO [main][CipherTest] transformation=RC6/CFB/ISO7816-4PADDING 19:28:19,643 INFO [main][CipherTest] transformation=RC6/CFB/NOPADDING 19:28:19,643 INFO [main][CipherTest] transformation=RC6/CFB/PKCS5 19:28:19,644 INFO [main][CipherTest] transformation=RC6/CFB/PKCS5PADDING 19:28:19,644 INFO [main][CipherTest] transformation=RC6/CFB/PKCS7 19:28:19,644 INFO [main][CipherTest] transformation=RC6/CFB/PKCS7PADDING 19:28:19,644 INFO [main][CipherTest] transformation=RC6/CFB/TBC 19:28:19,645 INFO [main][CipherTest] transformation=RC6/CFB/TBCPADDING 19:28:19,645 INFO [main][CipherTest] transformation=RC6/CFB/X9.23 19:28:19,645 INFO [main][CipherTest] transformation=RC6/CFB/X9.23PADDING 19:28:19,646 INFO [main][CipherTest] transformation=RC6/CFB/ZEROBYTE 19:28:19,646 INFO [main][CipherTest] transformation=RC6/CFB/ZEROBYTEPADDING 19:28:19,646 INFO [main][CipherTest] transformation=RC6/CFB104/ 19:28:19,646 INFO [main][CipherTest] transformation=RC6/CFB104/ISO10126 19:28:19,647 INFO [main][CipherTest] transformation=RC6/CFB104/ISO10126-2 19:28:19,647 INFO [main][CipherTest] transformation=RC6/CFB104/ISO10126-2PADDING 19:28:19,647 INFO [main][CipherTest] transformation=RC6/CFB104/ISO10126PADDING 19:28:19,648 INFO [main][CipherTest] transformation=RC6/CFB104/ISO7816-4 19:28:19,648 INFO [main][CipherTest] transformation=RC6/CFB104/ISO7816-4PADDING 19:28:19,648 INFO [main][CipherTest] transformation=RC6/CFB104/NOPADDING 19:28:19,648 INFO [main][CipherTest] transformation=RC6/CFB104/PKCS5 19:28:19,649 INFO [main][CipherTest] transformation=RC6/CFB104/PKCS5PADDING 19:28:19,649 INFO [main][CipherTest] transformation=RC6/CFB104/PKCS7 19:28:19,649 INFO [main][CipherTest] transformation=RC6/CFB104/PKCS7PADDING 19:28:19,650 INFO [main][CipherTest] transformation=RC6/CFB104/TBC 19:28:19,650 INFO [main][CipherTest] transformation=RC6/CFB104/TBCPADDING 19:28:19,650 INFO [main][CipherTest] transformation=RC6/CFB104/X9.23 19:28:19,650 INFO [main][CipherTest] transformation=RC6/CFB104/X9.23PADDING 19:28:19,651 INFO [main][CipherTest] transformation=RC6/CFB104/ZEROBYTE 19:28:19,651 INFO [main][CipherTest] transformation=RC6/CFB104/ZEROBYTEPADDING 19:28:19,651 INFO [main][CipherTest] transformation=RC6/CFB112/ 19:28:19,652 INFO [main][CipherTest] transformation=RC6/CFB112/ISO10126 19:28:19,652 INFO [main][CipherTest] transformation=RC6/CFB112/ISO10126-2 19:28:19,652 INFO [main][CipherTest] transformation=RC6/CFB112/ISO10126-2PADDING 19:28:19,653 INFO [main][CipherTest] transformation=RC6/CFB112/ISO10126PADDING 19:28:19,653 INFO [main][CipherTest] transformation=RC6/CFB112/ISO7816-4 19:28:19,653 INFO [main][CipherTest] transformation=RC6/CFB112/ISO7816-4PADDING 19:28:19,654 INFO [main][CipherTest] transformation=RC6/CFB112/NOPADDING 19:28:19,654 INFO [main][CipherTest] transformation=RC6/CFB112/PKCS5 19:28:19,654 INFO [main][CipherTest] transformation=RC6/CFB112/PKCS5PADDING 19:28:19,654 INFO [main][CipherTest] transformation=RC6/CFB112/PKCS7 19:28:19,655 INFO [main][CipherTest] transformation=RC6/CFB112/PKCS7PADDING 19:28:19,655 INFO [main][CipherTest] transformation=RC6/CFB112/TBC 19:28:19,655 INFO [main][CipherTest] transformation=RC6/CFB112/TBCPADDING 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB112/X9.23 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB112/X9.23PADDING 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB112/ZEROBYTE 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB112/ZEROBYTEPADDING 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB120/ 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB120/ISO10126 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB120/ISO10126-2 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB120/ISO10126-2PADDING 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB120/ISO10126PADDING 19:28:19,656 INFO [main][CipherTest] transformation=RC6/CFB120/ISO7816-4 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/ISO7816-4PADDING 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/NOPADDING 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/PKCS5 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/PKCS5PADDING 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/PKCS7 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/PKCS7PADDING 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/TBC 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/TBCPADDING 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/X9.23 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/X9.23PADDING 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/ZEROBYTE 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB120/ZEROBYTEPADDING 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB128/ 19:28:19,657 INFO [main][CipherTest] transformation=RC6/CFB128/ISO10126 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/ISO10126-2 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/ISO10126-2PADDING 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/ISO10126PADDING 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/ISO7816-4 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/ISO7816-4PADDING 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/NOPADDING 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/PKCS5 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/PKCS5PADDING 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/PKCS7 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/PKCS7PADDING 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/TBC 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/TBCPADDING 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/X9.23 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/X9.23PADDING 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/ZEROBYTE 19:28:19,658 INFO [main][CipherTest] transformation=RC6/CFB128/ZEROBYTEPADDING 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/ 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/ISO10126 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/ISO10126-2 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/ISO10126-2PADDING 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/ISO10126PADDING 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/ISO7816-4 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/ISO7816-4PADDING 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/NOPADDING 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/PKCS5 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/PKCS5PADDING 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/PKCS7 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/PKCS7PADDING 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/TBC 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/TBCPADDING 19:28:19,659 INFO [main][CipherTest] transformation=RC6/CFB136/X9.23 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB136/X9.23PADDING 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB136/ZEROBYTE 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB136/ZEROBYTEPADDING 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/ 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/ISO10126 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/ISO10126-2 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/ISO10126-2PADDING 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/ISO10126PADDING 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/ISO7816-4 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/ISO7816-4PADDING 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/NOPADDING 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/PKCS5 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/PKCS5PADDING 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/PKCS7 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/PKCS7PADDING 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/TBC 19:28:19,660 INFO [main][CipherTest] transformation=RC6/CFB144/TBCPADDING 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB144/X9.23 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB144/X9.23PADDING 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB144/ZEROBYTE 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB144/ZEROBYTEPADDING 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/ 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/ISO10126 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/ISO10126-2 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/ISO10126-2PADDING 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/ISO10126PADDING 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/ISO7816-4 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/ISO7816-4PADDING 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/NOPADDING 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/PKCS5 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/PKCS5PADDING 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/PKCS7 19:28:19,661 INFO [main][CipherTest] transformation=RC6/CFB152/PKCS7PADDING 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB152/TBC 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB152/TBCPADDING 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB152/X9.23 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB152/X9.23PADDING 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB152/ZEROBYTE 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB152/ZEROBYTEPADDING 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB16/ 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB16/ISO10126 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB16/ISO10126-2 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB16/ISO10126-2PADDING 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB16/ISO10126PADDING 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB16/ISO7816-4 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB16/ISO7816-4PADDING 19:28:19,662 INFO [main][CipherTest] transformation=RC6/CFB16/NOPADDING 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/PKCS5 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/PKCS5PADDING 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/PKCS7 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/PKCS7PADDING 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/TBC 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/TBCPADDING 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/X9.23 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/X9.23PADDING 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/ZEROBYTE 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB16/ZEROBYTEPADDING 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB160/ 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB160/ISO10126 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB160/ISO10126-2 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB160/ISO10126-2PADDING 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB160/ISO10126PADDING 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB160/ISO7816-4 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB160/ISO7816-4PADDING 19:28:19,663 INFO [main][CipherTest] transformation=RC6/CFB160/NOPADDING 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/PKCS5 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/PKCS5PADDING 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/PKCS7 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/PKCS7PADDING 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/TBC 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/TBCPADDING 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/X9.23 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/X9.23PADDING 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/ZEROBYTE 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB160/ZEROBYTEPADDING 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB168/ 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB168/ISO10126 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB168/ISO10126-2 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB168/ISO10126-2PADDING 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB168/ISO10126PADDING 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB168/ISO7816-4 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB168/ISO7816-4PADDING 19:28:19,664 INFO [main][CipherTest] transformation=RC6/CFB168/NOPADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/PKCS5 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/PKCS5PADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/PKCS7 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/PKCS7PADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/TBC 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/TBCPADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/X9.23 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/X9.23PADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/ZEROBYTE 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB168/ZEROBYTEPADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB176/ 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB176/ISO10126 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB176/ISO10126-2 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB176/ISO10126-2PADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB176/ISO10126PADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB176/ISO7816-4 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB176/ISO7816-4PADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB176/NOPADDING 19:28:19,665 INFO [main][CipherTest] transformation=RC6/CFB176/PKCS5 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB176/PKCS5PADDING 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB176/PKCS7 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB176/PKCS7PADDING 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB176/TBC 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB176/TBCPADDING 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB176/X9.23 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB176/X9.23PADDING 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB176/ZEROBYTE 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB176/ZEROBYTEPADDING 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB184/ 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB184/ISO10126 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB184/ISO10126-2 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB184/ISO10126-2PADDING 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB184/ISO10126PADDING 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB184/ISO7816-4 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB184/ISO7816-4PADDING 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB184/NOPADDING 19:28:19,666 INFO [main][CipherTest] transformation=RC6/CFB184/PKCS5 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB184/PKCS5PADDING 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB184/PKCS7 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB184/PKCS7PADDING 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB184/TBC 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB184/TBCPADDING 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB184/X9.23 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB184/X9.23PADDING 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB184/ZEROBYTE 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB184/ZEROBYTEPADDING 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/ 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/ISO10126 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/ISO10126-2 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/ISO10126-2PADDING 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/ISO10126PADDING 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/ISO7816-4 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/ISO7816-4PADDING 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/NOPADDING 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/PKCS5 19:28:19,667 INFO [main][CipherTest] transformation=RC6/CFB192/PKCS5PADDING 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB192/PKCS7 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB192/PKCS7PADDING 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB192/TBC 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB192/TBCPADDING 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB192/X9.23 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB192/X9.23PADDING 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB192/ZEROBYTE 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB192/ZEROBYTEPADDING 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/ 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/ISO10126 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/ISO10126-2 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/ISO10126-2PADDING 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/ISO10126PADDING 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/ISO7816-4 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/ISO7816-4PADDING 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/NOPADDING 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/PKCS5 19:28:19,668 INFO [main][CipherTest] transformation=RC6/CFB200/PKCS5PADDING 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB200/PKCS7 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB200/PKCS7PADDING 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB200/TBC 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB200/TBCPADDING 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB200/X9.23 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB200/X9.23PADDING 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB200/ZEROBYTE 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB200/ZEROBYTEPADDING 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB208/ 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB208/ISO10126 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB208/ISO10126-2 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB208/ISO10126-2PADDING 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB208/ISO10126PADDING 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB208/ISO7816-4 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB208/ISO7816-4PADDING 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB208/NOPADDING 19:28:19,669 INFO [main][CipherTest] transformation=RC6/CFB208/PKCS5 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB208/PKCS5PADDING 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB208/PKCS7 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB208/PKCS7PADDING 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB208/TBC 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB208/TBCPADDING 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB208/X9.23 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB208/X9.23PADDING 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB208/ZEROBYTE 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB208/ZEROBYTEPADDING 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB216/ 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB216/ISO10126 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB216/ISO10126-2 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB216/ISO10126-2PADDING 19:28:19,670 INFO [main][CipherTest] transformation=RC6/CFB216/ISO10126PADDING 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/ISO7816-4 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/ISO7816-4PADDING 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/NOPADDING 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/PKCS5 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/PKCS5PADDING 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/PKCS7 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/PKCS7PADDING 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/TBC 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/TBCPADDING 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/X9.23 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/X9.23PADDING 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/ZEROBYTE 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB216/ZEROBYTEPADDING 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB224/ 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB224/ISO10126 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB224/ISO10126-2 19:28:19,671 INFO [main][CipherTest] transformation=RC6/CFB224/ISO10126-2PADDING 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/ISO10126PADDING 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/ISO7816-4 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/ISO7816-4PADDING 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/NOPADDING 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/PKCS5 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/PKCS5PADDING 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/PKCS7 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/PKCS7PADDING 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/TBC 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/TBCPADDING 19:28:19,672 INFO [main][CipherTest] transformation=RC6/CFB224/X9.23 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB224/X9.23PADDING 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB224/ZEROBYTE 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB224/ZEROBYTEPADDING 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/ 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/ISO10126 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/ISO10126-2 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/ISO10126-2PADDING 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/ISO10126PADDING 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/ISO7816-4 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/ISO7816-4PADDING 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/NOPADDING 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/PKCS5 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/PKCS5PADDING 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/PKCS7 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/PKCS7PADDING 19:28:19,673 INFO [main][CipherTest] transformation=RC6/CFB232/TBC 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB232/TBCPADDING 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB232/X9.23 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB232/X9.23PADDING 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB232/ZEROBYTE 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB232/ZEROBYTEPADDING 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB24/ 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB24/ISO10126 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB24/ISO10126-2 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB24/ISO10126-2PADDING 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB24/ISO10126PADDING 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB24/ISO7816-4 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB24/ISO7816-4PADDING 19:28:19,674 INFO [main][CipherTest] transformation=RC6/CFB24/NOPADDING 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/PKCS5 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/PKCS5PADDING 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/PKCS7 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/PKCS7PADDING 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/TBC 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/TBCPADDING 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/X9.23 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/X9.23PADDING 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/ZEROBYTE 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB24/ZEROBYTEPADDING 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB240/ 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB240/ISO10126 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB240/ISO10126-2 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB240/ISO10126-2PADDING 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB240/ISO10126PADDING 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB240/ISO7816-4 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB240/ISO7816-4PADDING 19:28:19,675 INFO [main][CipherTest] transformation=RC6/CFB240/NOPADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/PKCS5 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/PKCS5PADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/PKCS7 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/PKCS7PADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/TBC 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/TBCPADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/X9.23 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/X9.23PADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/ZEROBYTE 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB240/ZEROBYTEPADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB248/ 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB248/ISO10126 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB248/ISO10126-2 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB248/ISO10126-2PADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB248/ISO10126PADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB248/ISO7816-4 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB248/ISO7816-4PADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB248/NOPADDING 19:28:19,676 INFO [main][CipherTest] transformation=RC6/CFB248/PKCS5 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB248/PKCS5PADDING 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB248/PKCS7 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB248/PKCS7PADDING 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB248/TBC 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB248/TBCPADDING 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB248/X9.23 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB248/X9.23PADDING 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB248/ZEROBYTE 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB248/ZEROBYTEPADDING 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB256/ 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB256/ISO10126 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB256/ISO10126-2 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB256/ISO10126-2PADDING 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB256/ISO10126PADDING 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB256/ISO7816-4 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB256/ISO7816-4PADDING 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB256/NOPADDING 19:28:19,677 INFO [main][CipherTest] transformation=RC6/CFB256/PKCS5 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB256/PKCS5PADDING 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB256/PKCS7 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB256/PKCS7PADDING 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB256/TBC 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB256/TBCPADDING 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB256/X9.23 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB256/X9.23PADDING 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB256/ZEROBYTE 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB256/ZEROBYTEPADDING 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/ 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/ISO10126 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/ISO10126-2 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/ISO10126-2PADDING 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/ISO10126PADDING 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/ISO7816-4 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/ISO7816-4PADDING 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/NOPADDING 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/PKCS5 19:28:19,678 INFO [main][CipherTest] transformation=RC6/CFB32/PKCS5PADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB32/PKCS7 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB32/PKCS7PADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB32/TBC 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB32/TBCPADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB32/X9.23 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB32/X9.23PADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB32/ZEROBYTE 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB32/ZEROBYTEPADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/ 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/ISO10126 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/ISO10126-2 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/ISO10126-2PADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/ISO10126PADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/ISO7816-4 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/ISO7816-4PADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/NOPADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/PKCS5 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/PKCS5PADDING 19:28:19,679 INFO [main][CipherTest] transformation=RC6/CFB40/PKCS7 19:28:19,680 INFO [main][CipherTest] transformation=RC6/CFB40/PKCS7PADDING 19:28:19,680 INFO [main][CipherTest] transformation=RC6/CFB40/TBC 19:28:19,680 INFO [main][CipherTest] transformation=RC6/CFB40/TBCPADDING 19:28:19,680 INFO [main][CipherTest] transformation=RC6/CFB40/X9.23 19:28:19,680 INFO [main][CipherTest] transformation=RC6/CFB40/X9.23PADDING 19:28:19,680 INFO [main][CipherTest] transformation=RC6/CFB40/ZEROBYTE 19:28:19,680 INFO [main][CipherTest] transformation=RC6/CFB40/ZEROBYTEPADDING 19:28:19,681 INFO [main][CipherTest] transformation=RC6/CFB48/ 19:28:19,681 INFO [main][CipherTest] transformation=RC6/CFB48/ISO10126 19:28:19,681 INFO [main][CipherTest] transformation=RC6/CFB48/ISO10126-2 19:28:19,681 INFO [main][CipherTest] transformation=RC6/CFB48/ISO10126-2PADDING 19:28:19,681 INFO [main][CipherTest] transformation=RC6/CFB48/ISO10126PADDING 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/ISO7816-4 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/ISO7816-4PADDING 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/NOPADDING 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/PKCS5 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/PKCS5PADDING 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/PKCS7 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/PKCS7PADDING 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/TBC 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/TBCPADDING 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/X9.23 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/X9.23PADDING 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/ZEROBYTE 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB48/ZEROBYTEPADDING 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB56/ 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB56/ISO10126 19:28:19,682 INFO [main][CipherTest] transformation=RC6/CFB56/ISO10126-2 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/ISO10126-2PADDING 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/ISO10126PADDING 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/ISO7816-4 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/ISO7816-4PADDING 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/NOPADDING 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/PKCS5 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/PKCS5PADDING 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/PKCS7 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/PKCS7PADDING 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/TBC 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/TBCPADDING 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/X9.23 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/X9.23PADDING 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/ZEROBYTE 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB56/ZEROBYTEPADDING 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB64/ 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB64/ISO10126 19:28:19,683 INFO [main][CipherTest] transformation=RC6/CFB64/ISO10126-2 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/ISO10126-2PADDING 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/ISO10126PADDING 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/ISO7816-4 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/ISO7816-4PADDING 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/NOPADDING 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/PKCS5 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/PKCS5PADDING 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/PKCS7 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/PKCS7PADDING 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/TBC 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/TBCPADDING 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/X9.23 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/X9.23PADDING 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/ZEROBYTE 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB64/ZEROBYTEPADDING 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB72/ 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB72/ISO10126 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB72/ISO10126-2 19:28:19,684 INFO [main][CipherTest] transformation=RC6/CFB72/ISO10126-2PADDING 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/ISO10126PADDING 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/ISO7816-4 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/ISO7816-4PADDING 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/NOPADDING 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/PKCS5 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/PKCS5PADDING 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/PKCS7 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/PKCS7PADDING 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/TBC 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/TBCPADDING 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/X9.23 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/X9.23PADDING 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/ZEROBYTE 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB72/ZEROBYTEPADDING 19:28:19,685 INFO [main][CipherTest] transformation=RC6/CFB8/ 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/ISO10126 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/ISO10126-2 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/ISO10126-2PADDING 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/ISO10126PADDING 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/ISO7816-4 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/ISO7816-4PADDING 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/NOPADDING 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/PKCS5 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/PKCS5PADDING 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/PKCS7 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/PKCS7PADDING 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/TBC 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/TBCPADDING 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/X9.23 19:28:19,686 INFO [main][CipherTest] transformation=RC6/CFB8/X9.23PADDING 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB8/ZEROBYTE 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB8/ZEROBYTEPADDING 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/ 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/ISO10126 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/ISO10126-2 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/ISO10126-2PADDING 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/ISO10126PADDING 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/ISO7816-4 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/ISO7816-4PADDING 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/NOPADDING 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/PKCS5 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/PKCS5PADDING 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/PKCS7 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/PKCS7PADDING 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/TBC 19:28:19,687 INFO [main][CipherTest] transformation=RC6/CFB80/TBCPADDING 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB80/X9.23 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB80/X9.23PADDING 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB80/ZEROBYTE 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB80/ZEROBYTEPADDING 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/ 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/ISO10126 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/ISO10126-2 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/ISO10126-2PADDING 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/ISO10126PADDING 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/ISO7816-4 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/ISO7816-4PADDING 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/NOPADDING 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/PKCS5 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/PKCS5PADDING 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/PKCS7 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/PKCS7PADDING 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/TBC 19:28:19,688 INFO [main][CipherTest] transformation=RC6/CFB88/TBCPADDING 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB88/X9.23 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB88/X9.23PADDING 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB88/ZEROBYTE 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB88/ZEROBYTEPADDING 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/ 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/ISO10126 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/ISO10126-2 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/ISO10126-2PADDING 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/ISO10126PADDING 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/ISO7816-4 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/ISO7816-4PADDING 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/NOPADDING 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/PKCS5 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/PKCS5PADDING 19:28:19,689 INFO [main][CipherTest] transformation=RC6/CFB96/PKCS7 19:28:19,690 INFO [main][CipherTest] transformation=RC6/CFB96/PKCS7PADDING 19:28:19,690 INFO [main][CipherTest] transformation=RC6/CFB96/TBC 19:28:19,690 INFO [main][CipherTest] transformation=RC6/CFB96/TBCPADDING 19:28:19,690 INFO [main][CipherTest] transformation=RC6/CFB96/X9.23 19:28:19,690 INFO [main][CipherTest] transformation=RC6/CFB96/X9.23PADDING 19:28:19,690 INFO [main][CipherTest] transformation=RC6/CFB96/ZEROBYTE 19:28:19,690 INFO [main][CipherTest] transformation=RC6/CFB96/ZEROBYTEPADDING 19:28:19,690 INFO [main][CipherTest] transformation=RC6/CTS/ 19:28:19,690 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6/CTS/" does not support IV => Skipping. 19:28:19,690 INFO [main][CipherTest] transformation=RC6/CTS/NOPADDING 19:28:19,690 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6/CTS/NOPADDING" does not support IV => Skipping. 19:28:19,690 INFO [main][CipherTest] transformation=RC6/EAX/ 19:28:19,691 INFO [main][CipherTest] transformation=RC6/EAX/NOPADDING 19:28:19,692 INFO [main][CipherTest] transformation=RC6/ECB/ 19:28:19,692 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6/ECB/" does not support IV => Skipping. 19:28:19,692 INFO [main][CipherTest] transformation=RC6/ECB/NOPADDING 19:28:19,692 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6/ECB/NOPADDING" does not support IV => Skipping. 19:28:19,692 INFO [main][CipherTest] transformation=RC6/GCM/ 19:28:19,693 INFO [main][CipherTest] transformation=RC6/GCM/NOPADDING 19:28:19,693 INFO [main][CipherTest] transformation=RC6/OFB/ 19:28:19,693 INFO [main][CipherTest] transformation=RC6/OFB/ISO10126 19:28:19,694 INFO [main][CipherTest] transformation=RC6/OFB/ISO10126-2 19:28:19,694 INFO [main][CipherTest] transformation=RC6/OFB/ISO10126-2PADDING 19:28:19,694 INFO [main][CipherTest] transformation=RC6/OFB/ISO10126PADDING 19:28:19,694 INFO [main][CipherTest] transformation=RC6/OFB/ISO7816-4 19:28:19,694 INFO [main][CipherTest] transformation=RC6/OFB/ISO7816-4PADDING 19:28:19,694 INFO [main][CipherTest] transformation=RC6/OFB/NOPADDING 19:28:19,694 INFO [main][CipherTest] transformation=RC6/OFB/PKCS5 19:28:19,694 INFO [main][CipherTest] transformation=RC6/OFB/PKCS5PADDING 19:28:19,695 INFO [main][CipherTest] transformation=RC6/OFB/PKCS7 19:28:19,695 INFO [main][CipherTest] transformation=RC6/OFB/PKCS7PADDING 19:28:19,695 INFO [main][CipherTest] transformation=RC6/OFB/TBC 19:28:19,695 INFO [main][CipherTest] transformation=RC6/OFB/TBCPADDING 19:28:19,695 INFO [main][CipherTest] transformation=RC6/OFB/X9.23 19:28:19,695 INFO [main][CipherTest] transformation=RC6/OFB/X9.23PADDING 19:28:19,695 INFO [main][CipherTest] transformation=RC6/OFB/ZEROBYTE 19:28:19,695 INFO [main][CipherTest] transformation=RC6/OFB/ZEROBYTEPADDING 19:28:19,696 INFO [main][CipherTest] transformation=RC6/OFB104/ 19:28:19,696 INFO [main][CipherTest] transformation=RC6/OFB104/ISO10126 19:28:19,696 INFO [main][CipherTest] transformation=RC6/OFB104/ISO10126-2 19:28:19,696 INFO [main][CipherTest] transformation=RC6/OFB104/ISO10126-2PADDING 19:28:19,696 INFO [main][CipherTest] transformation=RC6/OFB104/ISO10126PADDING 19:28:19,696 INFO [main][CipherTest] transformation=RC6/OFB104/ISO7816-4 19:28:19,696 INFO [main][CipherTest] transformation=RC6/OFB104/ISO7816-4PADDING 19:28:19,696 INFO [main][CipherTest] transformation=RC6/OFB104/NOPADDING 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/PKCS5 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/PKCS5PADDING 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/PKCS7 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/PKCS7PADDING 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/TBC 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/TBCPADDING 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/X9.23 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/X9.23PADDING 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/ZEROBYTE 19:28:19,697 INFO [main][CipherTest] transformation=RC6/OFB104/ZEROBYTEPADDING 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/ 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/ISO10126 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/ISO10126-2 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/ISO10126-2PADDING 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/ISO10126PADDING 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/ISO7816-4 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/ISO7816-4PADDING 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/NOPADDING 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/PKCS5 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/PKCS5PADDING 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/PKCS7 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/PKCS7PADDING 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/TBC 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/TBCPADDING 19:28:19,698 INFO [main][CipherTest] transformation=RC6/OFB112/X9.23 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB112/X9.23PADDING 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB112/ZEROBYTE 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB112/ZEROBYTEPADDING 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/ 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/ISO10126 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/ISO10126-2 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/ISO10126-2PADDING 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/ISO10126PADDING 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/ISO7816-4 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/ISO7816-4PADDING 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/NOPADDING 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/PKCS5 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/PKCS5PADDING 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/PKCS7 19:28:19,699 INFO [main][CipherTest] transformation=RC6/OFB120/PKCS7PADDING 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB120/TBC 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB120/TBCPADDING 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB120/X9.23 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB120/X9.23PADDING 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB120/ZEROBYTE 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB120/ZEROBYTEPADDING 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/ 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/ISO10126 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/ISO10126-2 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/ISO10126-2PADDING 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/ISO10126PADDING 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/ISO7816-4 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/ISO7816-4PADDING 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/NOPADDING 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/PKCS5 19:28:19,700 INFO [main][CipherTest] transformation=RC6/OFB128/PKCS5PADDING 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB128/PKCS7 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB128/PKCS7PADDING 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB128/TBC 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB128/TBCPADDING 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB128/X9.23 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB128/X9.23PADDING 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB128/ZEROBYTE 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB128/ZEROBYTEPADDING 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB136/ 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB136/ISO10126 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB136/ISO10126-2 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB136/ISO10126-2PADDING 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB136/ISO10126PADDING 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB136/ISO7816-4 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB136/ISO7816-4PADDING 19:28:19,701 INFO [main][CipherTest] transformation=RC6/OFB136/NOPADDING 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/PKCS5 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/PKCS5PADDING 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/PKCS7 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/PKCS7PADDING 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/TBC 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/TBCPADDING 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/X9.23 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/X9.23PADDING 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/ZEROBYTE 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB136/ZEROBYTEPADDING 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB144/ 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB144/ISO10126 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB144/ISO10126-2 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB144/ISO10126-2PADDING 19:28:19,702 INFO [main][CipherTest] transformation=RC6/OFB144/ISO10126PADDING 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/ISO7816-4 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/ISO7816-4PADDING 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/NOPADDING 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/PKCS5 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/PKCS5PADDING 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/PKCS7 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/PKCS7PADDING 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/TBC 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/TBCPADDING 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/X9.23 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/X9.23PADDING 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/ZEROBYTE 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB144/ZEROBYTEPADDING 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB152/ 19:28:19,703 INFO [main][CipherTest] transformation=RC6/OFB152/ISO10126 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/ISO10126-2 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/ISO10126-2PADDING 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/ISO10126PADDING 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/ISO7816-4 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/ISO7816-4PADDING 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/NOPADDING 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/PKCS5 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/PKCS5PADDING 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/PKCS7 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/PKCS7PADDING 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/TBC 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/TBCPADDING 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/X9.23 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/X9.23PADDING 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/ZEROBYTE 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB152/ZEROBYTEPADDING 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB16/ 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB16/ISO10126 19:28:19,704 INFO [main][CipherTest] transformation=RC6/OFB16/ISO10126-2 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/ISO10126-2PADDING 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/ISO10126PADDING 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/ISO7816-4 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/ISO7816-4PADDING 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/NOPADDING 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/PKCS5 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/PKCS5PADDING 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/PKCS7 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/PKCS7PADDING 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/TBC 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/TBCPADDING 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/X9.23 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/X9.23PADDING 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/ZEROBYTE 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB16/ZEROBYTEPADDING 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB160/ 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB160/ISO10126 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB160/ISO10126-2 19:28:19,705 INFO [main][CipherTest] transformation=RC6/OFB160/ISO10126-2PADDING 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/ISO10126PADDING 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/ISO7816-4 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/ISO7816-4PADDING 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/NOPADDING 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/PKCS5 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/PKCS5PADDING 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/PKCS7 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/PKCS7PADDING 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/TBC 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/TBCPADDING 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/X9.23 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/X9.23PADDING 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/ZEROBYTE 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB160/ZEROBYTEPADDING 19:28:19,706 INFO [main][CipherTest] transformation=RC6/OFB168/ 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/ISO10126 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/ISO10126-2 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/ISO10126-2PADDING 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/ISO10126PADDING 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/ISO7816-4 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/ISO7816-4PADDING 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/NOPADDING 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/PKCS5 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/PKCS5PADDING 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/PKCS7 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/PKCS7PADDING 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/TBC 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/TBCPADDING 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/X9.23 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/X9.23PADDING 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/ZEROBYTE 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB168/ZEROBYTEPADDING 19:28:19,707 INFO [main][CipherTest] transformation=RC6/OFB176/ 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/ISO10126 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/ISO10126-2 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/ISO10126-2PADDING 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/ISO10126PADDING 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/ISO7816-4 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/ISO7816-4PADDING 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/NOPADDING 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/PKCS5 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/PKCS5PADDING 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/PKCS7 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/PKCS7PADDING 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/TBC 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/TBCPADDING 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/X9.23 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/X9.23PADDING 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/ZEROBYTE 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB176/ZEROBYTEPADDING 19:28:19,708 INFO [main][CipherTest] transformation=RC6/OFB184/ 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/ISO10126 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/ISO10126-2 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/ISO10126-2PADDING 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/ISO10126PADDING 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/ISO7816-4 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/ISO7816-4PADDING 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/NOPADDING 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/PKCS5 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/PKCS5PADDING 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/PKCS7 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/PKCS7PADDING 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/TBC 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/TBCPADDING 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/X9.23 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/X9.23PADDING 19:28:19,709 INFO [main][CipherTest] transformation=RC6/OFB184/ZEROBYTE 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB184/ZEROBYTEPADDING 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/ 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/ISO10126 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/ISO10126-2 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/ISO10126-2PADDING 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/ISO10126PADDING 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/ISO7816-4 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/ISO7816-4PADDING 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/NOPADDING 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/PKCS5 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/PKCS5PADDING 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/PKCS7 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/PKCS7PADDING 19:28:19,710 INFO [main][CipherTest] transformation=RC6/OFB192/TBC 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB192/TBCPADDING 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB192/X9.23 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB192/X9.23PADDING 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB192/ZEROBYTE 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB192/ZEROBYTEPADDING 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/ 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/ISO10126 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/ISO10126-2 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/ISO10126-2PADDING 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/ISO10126PADDING 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/ISO7816-4 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/ISO7816-4PADDING 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/NOPADDING 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/PKCS5 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/PKCS5PADDING 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/PKCS7 19:28:19,711 INFO [main][CipherTest] transformation=RC6/OFB200/PKCS7PADDING 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB200/TBC 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB200/TBCPADDING 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB200/X9.23 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB200/X9.23PADDING 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB200/ZEROBYTE 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB200/ZEROBYTEPADDING 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/ 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/ISO10126 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/ISO10126-2 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/ISO10126-2PADDING 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/ISO10126PADDING 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/ISO7816-4 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/ISO7816-4PADDING 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/NOPADDING 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/PKCS5 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/PKCS5PADDING 19:28:19,712 INFO [main][CipherTest] transformation=RC6/OFB208/PKCS7 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB208/PKCS7PADDING 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB208/TBC 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB208/TBCPADDING 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB208/X9.23 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB208/X9.23PADDING 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB208/ZEROBYTE 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB208/ZEROBYTEPADDING 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB216/ 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB216/ISO10126 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB216/ISO10126-2 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB216/ISO10126-2PADDING 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB216/ISO10126PADDING 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB216/ISO7816-4 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB216/ISO7816-4PADDING 19:28:19,713 INFO [main][CipherTest] transformation=RC6/OFB216/NOPADDING 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/PKCS5 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/PKCS5PADDING 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/PKCS7 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/PKCS7PADDING 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/TBC 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/TBCPADDING 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/X9.23 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/X9.23PADDING 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/ZEROBYTE 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB216/ZEROBYTEPADDING 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB224/ 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB224/ISO10126 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB224/ISO10126-2 19:28:19,714 INFO [main][CipherTest] transformation=RC6/OFB224/ISO10126-2PADDING 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/ISO10126PADDING 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/ISO7816-4 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/ISO7816-4PADDING 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/NOPADDING 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/PKCS5 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/PKCS5PADDING 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/PKCS7 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/PKCS7PADDING 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/TBC 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/TBCPADDING 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/X9.23 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/X9.23PADDING 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/ZEROBYTE 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB224/ZEROBYTEPADDING 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB232/ 19:28:19,715 INFO [main][CipherTest] transformation=RC6/OFB232/ISO10126 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/ISO10126-2 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/ISO10126-2PADDING 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/ISO10126PADDING 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/ISO7816-4 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/ISO7816-4PADDING 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/NOPADDING 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/PKCS5 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/PKCS5PADDING 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/PKCS7 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/PKCS7PADDING 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/TBC 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/TBCPADDING 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/X9.23 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/X9.23PADDING 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/ZEROBYTE 19:28:19,716 INFO [main][CipherTest] transformation=RC6/OFB232/ZEROBYTEPADDING 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/ 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/ISO10126 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/ISO10126-2 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/ISO10126-2PADDING 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/ISO10126PADDING 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/ISO7816-4 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/ISO7816-4PADDING 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/NOPADDING 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/PKCS5 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/PKCS5PADDING 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/PKCS7 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/PKCS7PADDING 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/TBC 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/TBCPADDING 19:28:19,717 INFO [main][CipherTest] transformation=RC6/OFB24/X9.23 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB24/X9.23PADDING 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB24/ZEROBYTE 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB24/ZEROBYTEPADDING 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/ 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/ISO10126 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/ISO10126-2 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/ISO10126-2PADDING 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/ISO10126PADDING 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/ISO7816-4 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/ISO7816-4PADDING 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/NOPADDING 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/PKCS5 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/PKCS5PADDING 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/PKCS7 19:28:19,718 INFO [main][CipherTest] transformation=RC6/OFB240/PKCS7PADDING 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB240/TBC 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB240/TBCPADDING 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB240/X9.23 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB240/X9.23PADDING 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB240/ZEROBYTE 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB240/ZEROBYTEPADDING 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB248/ 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB248/ISO10126 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB248/ISO10126-2 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB248/ISO10126-2PADDING 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB248/ISO10126PADDING 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB248/ISO7816-4 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB248/ISO7816-4PADDING 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB248/NOPADDING 19:28:19,719 INFO [main][CipherTest] transformation=RC6/OFB248/PKCS5 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB248/PKCS5PADDING 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB248/PKCS7 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB248/PKCS7PADDING 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB248/TBC 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB248/TBCPADDING 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB248/X9.23 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB248/X9.23PADDING 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB248/ZEROBYTE 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB248/ZEROBYTEPADDING 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB256/ 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB256/ISO10126 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB256/ISO10126-2 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB256/ISO10126-2PADDING 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB256/ISO10126PADDING 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB256/ISO7816-4 19:28:19,720 INFO [main][CipherTest] transformation=RC6/OFB256/ISO7816-4PADDING 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/NOPADDING 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/PKCS5 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/PKCS5PADDING 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/PKCS7 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/PKCS7PADDING 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/TBC 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/TBCPADDING 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/X9.23 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/X9.23PADDING 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/ZEROBYTE 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB256/ZEROBYTEPADDING 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB32/ 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB32/ISO10126 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB32/ISO10126-2 19:28:19,721 INFO [main][CipherTest] transformation=RC6/OFB32/ISO10126-2PADDING 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/ISO10126PADDING 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/ISO7816-4 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/ISO7816-4PADDING 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/NOPADDING 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/PKCS5 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/PKCS5PADDING 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/PKCS7 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/PKCS7PADDING 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/TBC 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/TBCPADDING 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/X9.23 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/X9.23PADDING 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/ZEROBYTE 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB32/ZEROBYTEPADDING 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB40/ 19:28:19,722 INFO [main][CipherTest] transformation=RC6/OFB40/ISO10126 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/ISO10126-2 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/ISO10126-2PADDING 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/ISO10126PADDING 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/ISO7816-4 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/ISO7816-4PADDING 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/NOPADDING 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/PKCS5 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/PKCS5PADDING 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/PKCS7 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/PKCS7PADDING 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/TBC 19:28:19,723 INFO [main][CipherTest] transformation=RC6/OFB40/TBCPADDING 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB40/X9.23 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB40/X9.23PADDING 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB40/ZEROBYTE 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB40/ZEROBYTEPADDING 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/ 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/ISO10126 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/ISO10126-2 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/ISO10126-2PADDING 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/ISO10126PADDING 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/ISO7816-4 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/ISO7816-4PADDING 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/NOPADDING 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/PKCS5 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/PKCS5PADDING 19:28:19,724 INFO [main][CipherTest] transformation=RC6/OFB48/PKCS7 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB48/PKCS7PADDING 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB48/TBC 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB48/TBCPADDING 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB48/X9.23 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB48/X9.23PADDING 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB48/ZEROBYTE 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB48/ZEROBYTEPADDING 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/ 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/ISO10126 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/ISO10126-2 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/ISO10126-2PADDING 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/ISO10126PADDING 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/ISO7816-4 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/ISO7816-4PADDING 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/NOPADDING 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/PKCS5 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/PKCS5PADDING 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/PKCS7 19:28:19,725 INFO [main][CipherTest] transformation=RC6/OFB56/PKCS7PADDING 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB56/TBC 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB56/TBCPADDING 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB56/X9.23 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB56/X9.23PADDING 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB56/ZEROBYTE 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB56/ZEROBYTEPADDING 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/ 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/ISO10126 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/ISO10126-2 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/ISO10126-2PADDING 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/ISO10126PADDING 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/ISO7816-4 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/ISO7816-4PADDING 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/NOPADDING 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/PKCS5 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/PKCS5PADDING 19:28:19,726 INFO [main][CipherTest] transformation=RC6/OFB64/PKCS7 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB64/PKCS7PADDING 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB64/TBC 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB64/TBCPADDING 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB64/X9.23 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB64/X9.23PADDING 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB64/ZEROBYTE 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB64/ZEROBYTEPADDING 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB72/ 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB72/ISO10126 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB72/ISO10126-2 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB72/ISO10126-2PADDING 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB72/ISO10126PADDING 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB72/ISO7816-4 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB72/ISO7816-4PADDING 19:28:19,727 INFO [main][CipherTest] transformation=RC6/OFB72/NOPADDING 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/PKCS5 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/PKCS5PADDING 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/PKCS7 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/PKCS7PADDING 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/TBC 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/TBCPADDING 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/X9.23 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/X9.23PADDING 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/ZEROBYTE 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB72/ZEROBYTEPADDING 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB8/ 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB8/ISO10126 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB8/ISO10126-2 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB8/ISO10126-2PADDING 19:28:19,728 INFO [main][CipherTest] transformation=RC6/OFB8/ISO10126PADDING 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/ISO7816-4 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/ISO7816-4PADDING 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/NOPADDING 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/PKCS5 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/PKCS5PADDING 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/PKCS7 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/PKCS7PADDING 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/TBC 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/TBCPADDING 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/X9.23 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/X9.23PADDING 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/ZEROBYTE 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB8/ZEROBYTEPADDING 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB80/ 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB80/ISO10126 19:28:19,729 INFO [main][CipherTest] transformation=RC6/OFB80/ISO10126-2 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/ISO10126-2PADDING 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/ISO10126PADDING 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/ISO7816-4 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/ISO7816-4PADDING 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/NOPADDING 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/PKCS5 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/PKCS5PADDING 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/PKCS7 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/PKCS7PADDING 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/TBC 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/TBCPADDING 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/X9.23 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/X9.23PADDING 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/ZEROBYTE 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB80/ZEROBYTEPADDING 19:28:19,730 INFO [main][CipherTest] transformation=RC6/OFB88/ 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/ISO10126 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/ISO10126-2 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/ISO10126-2PADDING 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/ISO10126PADDING 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/ISO7816-4 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/ISO7816-4PADDING 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/NOPADDING 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/PKCS5 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/PKCS5PADDING 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/PKCS7 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/PKCS7PADDING 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/TBC 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/TBCPADDING 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/X9.23 19:28:19,731 INFO [main][CipherTest] transformation=RC6/OFB88/X9.23PADDING 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB88/ZEROBYTE 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB88/ZEROBYTEPADDING 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/ 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/ISO10126 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/ISO10126-2 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/ISO10126-2PADDING 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/ISO10126PADDING 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/ISO7816-4 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/ISO7816-4PADDING 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/NOPADDING 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/PKCS5 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/PKCS5PADDING 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/PKCS7 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/PKCS7PADDING 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/TBC 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/TBCPADDING 19:28:19,732 INFO [main][CipherTest] transformation=RC6/OFB96/X9.23 19:28:19,733 INFO [main][CipherTest] transformation=RC6/OFB96/X9.23PADDING 19:28:19,733 INFO [main][CipherTest] transformation=RC6/OFB96/ZEROBYTE 19:28:19,733 INFO [main][CipherTest] transformation=RC6/OFB96/ZEROBYTEPADDING 19:28:19,733 INFO [main][CipherTest] transformation=RC6/SIC/ 19:28:19,733 INFO [main][CipherTest] transformation=RC6/SIC/ISO10126 19:28:19,733 INFO [main][CipherTest] transformation=RC6/SIC/ISO10126-2 19:28:19,733 INFO [main][CipherTest] transformation=RC6/SIC/ISO10126-2PADDING 19:28:19,733 INFO [main][CipherTest] transformation=RC6/SIC/ISO10126PADDING 19:28:19,733 INFO [main][CipherTest] transformation=RC6/SIC/ISO7816-4 19:28:19,733 INFO [main][CipherTest] transformation=RC6/SIC/ISO7816-4PADDING 19:28:19,734 INFO [main][CipherTest] transformation=RC6/SIC/NOPADDING 19:28:19,734 INFO [main][CipherTest] transformation=RC6/SIC/PKCS5 19:28:19,734 INFO [main][CipherTest] transformation=RC6/SIC/PKCS5PADDING 19:28:19,734 INFO [main][CipherTest] transformation=RC6/SIC/PKCS7 19:28:19,734 INFO [main][CipherTest] transformation=RC6/SIC/PKCS7PADDING 19:28:19,734 INFO [main][CipherTest] transformation=RC6/SIC/TBC 19:28:19,734 INFO [main][CipherTest] transformation=RC6/SIC/TBCPADDING 19:28:19,734 INFO [main][CipherTest] transformation=RC6/SIC/X9.23 19:28:19,734 INFO [main][CipherTest] transformation=RC6/SIC/X9.23PADDING 19:28:19,735 INFO [main][CipherTest] transformation=RC6/SIC/ZEROBYTE 19:28:19,735 INFO [main][CipherTest] transformation=RC6/SIC/ZEROBYTEPADDING 19:28:19,735 INFO [main][CipherTest] transformation=RIJNDAEL// 19:28:19,735 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL//" does not support IV => Skipping. 19:28:19,735 INFO [main][CipherTest] transformation=RIJNDAEL//NOPADDING 19:28:19,735 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL//NOPADDING" does not support IV => Skipping. 19:28:19,735 INFO [main][CipherTest] transformation=RIJNDAEL/CBC-CTS/ 19:28:19,736 INFO [main][CipherTest] transformation=RIJNDAEL/CBC-CTS/NOPADDING 19:28:19,736 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ 19:28:19,736 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO10126 19:28:19,737 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO10126-2 19:28:19,737 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO10126-2PADDING 19:28:19,738 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO10126PADDING 19:28:19,739 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO7816-4 19:28:19,739 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO7816-4PADDING 19:28:19,739 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/NOPADDING 19:28:19,740 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/PKCS5 19:28:19,740 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/PKCS5PADDING 19:28:19,741 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/PKCS7 19:28:19,741 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/PKCS7PADDING 19:28:19,741 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/TBC 19:28:19,742 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/TBCPADDING 19:28:19,742 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/X9.23 19:28:19,743 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/X9.23PADDING 19:28:19,743 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ZEROBYTE 19:28:19,743 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ZEROBYTEPADDING 19:28:19,744 INFO [main][CipherTest] transformation=RIJNDAEL/CCM/ 19:28:19,744 ERROR [main][CipherTest] transformation "RIJNDAEL/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:19,744 INFO [main][CipherTest] transformation=RIJNDAEL/CCM/NOPADDING 19:28:19,744 ERROR [main][CipherTest] transformation "RIJNDAEL/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:19,744 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ 19:28:19,745 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO10126 19:28:19,745 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO10126-2 19:28:19,745 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO10126-2PADDING 19:28:19,746 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO10126PADDING 19:28:19,746 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO7816-4 19:28:19,747 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO7816-4PADDING 19:28:19,747 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/NOPADDING 19:28:19,747 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/PKCS5 19:28:19,748 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/PKCS5PADDING 19:28:19,748 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/PKCS7 19:28:19,748 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/PKCS7PADDING 19:28:19,749 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/TBC 19:28:19,749 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/TBCPADDING 19:28:19,749 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/X9.23 19:28:19,750 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/X9.23PADDING 19:28:19,750 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ZEROBYTE 19:28:19,750 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ZEROBYTEPADDING 19:28:19,751 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ 19:28:19,751 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO10126 19:28:19,751 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO10126-2 19:28:19,752 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO10126-2PADDING 19:28:19,752 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO10126PADDING 19:28:19,753 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO7816-4 19:28:19,753 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO7816-4PADDING 19:28:19,753 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/NOPADDING 19:28:19,754 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/PKCS5 19:28:19,754 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/PKCS5PADDING 19:28:19,754 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/PKCS7 19:28:19,755 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/PKCS7PADDING 19:28:19,755 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/TBC 19:28:19,755 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/TBCPADDING 19:28:19,756 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/X9.23 19:28:19,756 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/X9.23PADDING 19:28:19,756 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ZEROBYTE 19:28:19,757 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ZEROBYTEPADDING 19:28:19,757 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ 19:28:19,758 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO10126 19:28:19,759 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO10126-2 19:28:19,759 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO10126-2PADDING 19:28:19,759 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO10126PADDING 19:28:19,760 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO7816-4 19:28:19,760 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO7816-4PADDING 19:28:19,760 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/NOPADDING 19:28:19,761 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/PKCS5 19:28:19,761 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/PKCS5PADDING 19:28:19,761 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/PKCS7 19:28:19,762 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/PKCS7PADDING 19:28:19,762 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/TBC 19:28:19,763 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/TBCPADDING 19:28:19,763 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/X9.23 19:28:19,763 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/X9.23PADDING 19:28:19,764 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ZEROBYTE 19:28:19,764 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ZEROBYTEPADDING 19:28:19,764 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ 19:28:19,765 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO10126 19:28:19,765 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO10126-2 19:28:19,765 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO10126-2PADDING 19:28:19,766 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO10126PADDING 19:28:19,766 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO7816-4 19:28:19,766 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO7816-4PADDING 19:28:19,767 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/NOPADDING 19:28:19,767 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/PKCS5 19:28:19,768 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/PKCS5PADDING 19:28:19,768 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/PKCS7 19:28:19,768 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/PKCS7PADDING 19:28:19,769 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/TBC 19:28:19,769 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/TBCPADDING 19:28:19,769 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/X9.23 19:28:19,770 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/X9.23PADDING 19:28:19,770 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ZEROBYTE 19:28:19,770 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ZEROBYTEPADDING 19:28:19,771 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ 19:28:19,771 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO10126 19:28:19,771 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO10126-2 19:28:19,772 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO10126-2PADDING 19:28:19,772 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO10126PADDING 19:28:19,773 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO7816-4 19:28:19,773 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO7816-4PADDING 19:28:19,773 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/NOPADDING 19:28:19,774 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/PKCS5 19:28:19,774 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/PKCS5PADDING 19:28:19,774 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/PKCS7 19:28:19,775 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/PKCS7PADDING 19:28:19,775 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/TBC 19:28:19,775 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/TBCPADDING 19:28:19,776 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/X9.23 19:28:19,776 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/X9.23PADDING 19:28:19,776 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ZEROBYTE 19:28:19,777 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ZEROBYTEPADDING 19:28:19,777 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ 19:28:19,778 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO10126 19:28:19,778 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO10126-2 19:28:19,778 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO10126-2PADDING 19:28:19,779 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO10126PADDING 19:28:19,779 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO7816-4 19:28:19,779 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO7816-4PADDING 19:28:19,780 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/NOPADDING 19:28:19,780 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/PKCS5 19:28:19,780 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/PKCS5PADDING 19:28:19,781 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/PKCS7 19:28:19,781 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/PKCS7PADDING 19:28:19,782 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/TBC 19:28:19,782 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/TBCPADDING 19:28:19,782 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/X9.23 19:28:19,783 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/X9.23PADDING 19:28:19,783 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ZEROBYTE 19:28:19,783 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ZEROBYTEPADDING 19:28:19,784 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ 19:28:19,784 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO10126 19:28:19,784 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO10126-2 19:28:19,785 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO10126-2PADDING 19:28:19,785 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO10126PADDING 19:28:19,785 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO7816-4 19:28:19,786 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO7816-4PADDING 19:28:19,786 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/NOPADDING 19:28:19,787 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/PKCS5 19:28:19,787 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/PKCS5PADDING 19:28:19,787 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/PKCS7 19:28:19,788 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/PKCS7PADDING 19:28:19,788 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/TBC 19:28:19,788 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/TBCPADDING 19:28:19,789 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/X9.23 19:28:19,789 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/X9.23PADDING 19:28:19,790 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ZEROBYTE 19:28:19,790 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ZEROBYTEPADDING 19:28:19,790 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ 19:28:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO10126 19:28:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO10126-2 19:28:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO10126-2PADDING 19:28:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO10126PADDING 19:28:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO7816-4 19:28:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO7816-4PADDING 19:28:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/NOPADDING 19:28:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/PKCS5 19:28:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/PKCS5PADDING 19:28:19,794 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/PKCS7 19:28:19,794 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/PKCS7PADDING 19:28:19,795 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/TBC 19:28:19,795 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/TBCPADDING 19:28:19,795 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/X9.23 19:28:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/X9.23PADDING 19:28:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ZEROBYTE 19:28:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ZEROBYTEPADDING 19:28:19,797 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ 19:28:19,797 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO10126 19:28:19,798 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO10126-2 19:28:19,798 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO10126-2PADDING 19:28:19,798 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO10126PADDING 19:28:19,799 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO7816-4 19:28:19,799 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO7816-4PADDING 19:28:19,799 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/NOPADDING 19:28:19,800 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/PKCS5 19:28:19,800 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/PKCS5PADDING 19:28:19,800 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/PKCS7 19:28:19,801 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/PKCS7PADDING 19:28:19,801 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/TBC 19:28:19,802 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/TBCPADDING 19:28:19,802 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/X9.23 19:28:19,802 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/X9.23PADDING 19:28:19,803 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ZEROBYTE 19:28:19,803 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ZEROBYTEPADDING 19:28:19,803 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ 19:28:19,804 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO10126 19:28:19,804 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO10126-2 19:28:19,804 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO10126-2PADDING 19:28:19,805 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO10126PADDING 19:28:19,805 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO7816-4 19:28:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO7816-4PADDING 19:28:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/NOPADDING 19:28:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/PKCS5 19:28:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/PKCS5PADDING 19:28:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/PKCS7 19:28:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/PKCS7PADDING 19:28:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/TBC 19:28:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/TBCPADDING 19:28:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/X9.23 19:28:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/X9.23PADDING 19:28:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ZEROBYTE 19:28:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ZEROBYTEPADDING 19:28:19,810 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ 19:28:19,810 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO10126 19:28:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO10126-2 19:28:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO10126-2PADDING 19:28:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO10126PADDING 19:28:19,812 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO7816-4 19:28:19,812 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO7816-4PADDING 19:28:19,812 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/NOPADDING 19:28:19,813 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/PKCS5 19:28:19,813 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/PKCS5PADDING 19:28:19,813 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/PKCS7 19:28:19,814 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/PKCS7PADDING 19:28:19,814 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/TBC 19:28:19,815 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/TBCPADDING 19:28:19,815 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/X9.23 19:28:19,815 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/X9.23PADDING 19:28:19,816 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ZEROBYTE 19:28:19,816 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ZEROBYTEPADDING 19:28:19,816 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ 19:28:19,817 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO10126 19:28:19,817 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO10126-2 19:28:19,817 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO10126-2PADDING 19:28:19,818 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO10126PADDING 19:28:19,818 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO7816-4 19:28:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO7816-4PADDING 19:28:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/NOPADDING 19:28:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/PKCS5 19:28:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/PKCS5PADDING 19:28:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/PKCS7 19:28:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/PKCS7PADDING 19:28:19,821 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/TBC 19:28:19,821 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/TBCPADDING 19:28:19,821 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/X9.23 19:28:19,822 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/X9.23PADDING 19:28:19,822 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ZEROBYTE 19:28:19,822 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ZEROBYTEPADDING 19:28:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ 19:28:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO10126 19:28:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO10126-2 19:28:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO10126-2PADDING 19:28:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO10126PADDING 19:28:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO7816-4 19:28:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO7816-4PADDING 19:28:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/NOPADDING 19:28:19,826 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/PKCS5 19:28:19,826 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/PKCS5PADDING 19:28:19,826 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/PKCS7 19:28:19,827 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/PKCS7PADDING 19:28:19,827 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/TBC 19:28:19,828 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/TBCPADDING 19:28:19,828 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/X9.23 19:28:19,828 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/X9.23PADDING 19:28:19,829 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ZEROBYTE 19:28:19,829 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ZEROBYTEPADDING 19:28:19,829 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ 19:28:19,830 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO10126 19:28:19,830 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO10126-2 19:28:19,830 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO10126-2PADDING 19:28:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO10126PADDING 19:28:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO7816-4 19:28:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO7816-4PADDING 19:28:19,832 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/NOPADDING 19:28:19,832 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/PKCS5 19:28:19,833 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/PKCS5PADDING 19:28:19,833 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/PKCS7 19:28:19,833 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/PKCS7PADDING 19:28:19,834 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/TBC 19:28:19,834 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/TBCPADDING 19:28:19,834 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/X9.23 19:28:19,835 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/X9.23PADDING 19:28:19,835 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ZEROBYTE 19:28:19,836 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ZEROBYTEPADDING 19:28:19,836 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ 19:28:19,836 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO10126 19:28:19,837 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO10126-2 19:28:19,837 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO10126-2PADDING 19:28:19,837 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO10126PADDING 19:28:19,838 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO7816-4 19:28:19,838 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO7816-4PADDING 19:28:19,838 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/NOPADDING 19:28:19,839 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/PKCS5 19:28:19,839 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/PKCS5PADDING 19:28:19,840 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/PKCS7 19:28:19,840 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/PKCS7PADDING 19:28:19,840 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/TBC 19:28:19,841 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/TBCPADDING 19:28:19,841 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/X9.23 19:28:19,841 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/X9.23PADDING 19:28:19,842 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ZEROBYTE 19:28:19,842 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ZEROBYTEPADDING 19:28:19,842 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ 19:28:19,843 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO10126 19:28:19,843 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO10126-2 19:28:19,843 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO10126-2PADDING 19:28:19,844 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO10126PADDING 19:28:19,844 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO7816-4 19:28:19,845 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO7816-4PADDING 19:28:19,845 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/NOPADDING 19:28:19,845 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/PKCS5 19:28:19,846 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/PKCS5PADDING 19:28:19,846 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/PKCS7 19:28:19,846 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/PKCS7PADDING 19:28:19,847 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/TBC 19:28:19,847 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/TBCPADDING 19:28:19,847 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/X9.23 19:28:19,848 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/X9.23PADDING 19:28:19,848 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ZEROBYTE 19:28:19,848 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ZEROBYTEPADDING 19:28:19,849 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ 19:28:19,849 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO10126 19:28:19,850 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO10126-2 19:28:19,850 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO10126-2PADDING 19:28:19,850 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO10126PADDING 19:28:19,851 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO7816-4 19:28:19,851 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO7816-4PADDING 19:28:19,851 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/NOPADDING 19:28:19,852 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/PKCS5 19:28:19,852 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/PKCS5PADDING 19:28:19,853 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/PKCS7 19:28:19,853 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/PKCS7PADDING 19:28:19,853 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/TBC 19:28:19,854 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/TBCPADDING 19:28:19,854 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/X9.23 19:28:19,854 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/X9.23PADDING 19:28:19,855 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ZEROBYTE 19:28:19,855 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ZEROBYTEPADDING 19:28:19,855 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ 19:28:19,856 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO10126 19:28:19,856 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO10126-2 19:28:19,856 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO10126-2PADDING 19:28:19,857 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO10126PADDING 19:28:19,857 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO7816-4 19:28:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO7816-4PADDING 19:28:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/NOPADDING 19:28:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/PKCS5 19:28:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/PKCS5PADDING 19:28:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/PKCS7 19:28:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/PKCS7PADDING 19:28:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/TBC 19:28:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/TBCPADDING 19:28:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/X9.23 19:28:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/X9.23PADDING 19:28:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ZEROBYTE 19:28:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ZEROBYTEPADDING 19:28:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ 19:28:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO10126 19:28:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO10126-2 19:28:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO10126-2PADDING 19:28:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO10126PADDING 19:28:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO7816-4 19:28:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO7816-4PADDING 19:28:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/NOPADDING 19:28:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/PKCS5 19:28:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/PKCS5PADDING 19:28:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/PKCS7 19:28:19,866 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/PKCS7PADDING 19:28:19,866 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/TBC 19:28:19,867 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/TBCPADDING 19:28:19,867 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/X9.23 19:28:19,867 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/X9.23PADDING 19:28:19,868 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ZEROBYTE 19:28:19,868 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ZEROBYTEPADDING 19:28:19,868 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ 19:28:19,869 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO10126 19:28:19,869 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO10126-2 19:28:19,869 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO10126-2PADDING 19:28:19,870 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO10126PADDING 19:28:19,870 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO7816-4 19:28:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO7816-4PADDING 19:28:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/NOPADDING 19:28:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/PKCS5 19:28:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/PKCS5PADDING 19:28:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/PKCS7 19:28:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/PKCS7PADDING 19:28:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/TBC 19:28:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/TBCPADDING 19:28:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/X9.23 19:28:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/X9.23PADDING 19:28:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ZEROBYTE 19:28:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ZEROBYTEPADDING 19:28:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ 19:28:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO10126 19:28:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO10126-2 19:28:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO10126-2PADDING 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO10126PADDING 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO7816-4 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO7816-4PADDING 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/NOPADDING 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/PKCS5 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/PKCS5PADDING 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/PKCS7 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/PKCS7PADDING 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/TBC 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/TBCPADDING 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/X9.23 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/X9.23PADDING 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ZEROBYTE 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ZEROBYTEPADDING 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO10126 19:28:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO10126-2 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO10126-2PADDING 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO10126PADDING 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO7816-4 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO7816-4PADDING 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/NOPADDING 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/PKCS5 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/PKCS5PADDING 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/PKCS7 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/PKCS7PADDING 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/TBC 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/TBCPADDING 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/X9.23 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/X9.23PADDING 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ZEROBYTE 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ZEROBYTEPADDING 19:28:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO10126 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO10126-2 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO10126-2PADDING 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO10126PADDING 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO7816-4 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO7816-4PADDING 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/NOPADDING 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/PKCS5 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/PKCS5PADDING 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/PKCS7 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/PKCS7PADDING 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/TBC 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/TBCPADDING 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/X9.23 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/X9.23PADDING 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ZEROBYTE 19:28:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ZEROBYTEPADDING 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO10126 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO10126-2 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO10126-2PADDING 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO10126PADDING 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO7816-4 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO7816-4PADDING 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/NOPADDING 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/PKCS5 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/PKCS5PADDING 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/PKCS7 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/PKCS7PADDING 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/TBC 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/TBCPADDING 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/X9.23 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/X9.23PADDING 19:28:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ZEROBYTE 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ZEROBYTEPADDING 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO10126 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO10126-2 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO10126-2PADDING 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO10126PADDING 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO7816-4 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO7816-4PADDING 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/NOPADDING 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/PKCS5 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/PKCS5PADDING 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/PKCS7 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/PKCS7PADDING 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/TBC 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/TBCPADDING 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/X9.23 19:28:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/X9.23PADDING 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ZEROBYTE 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ZEROBYTEPADDING 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO10126 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO10126-2 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO10126-2PADDING 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO10126PADDING 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO7816-4 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO7816-4PADDING 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/NOPADDING 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/PKCS5 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/PKCS5PADDING 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/PKCS7 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/PKCS7PADDING 19:28:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/TBC 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/TBCPADDING 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/X9.23 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/X9.23PADDING 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ZEROBYTE 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ZEROBYTEPADDING 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO10126 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO10126-2 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO10126-2PADDING 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO10126PADDING 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO7816-4 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO7816-4PADDING 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/NOPADDING 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/PKCS5 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/PKCS5PADDING 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/PKCS7 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/PKCS7PADDING 19:28:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/TBC 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/TBCPADDING 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/X9.23 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/X9.23PADDING 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ZEROBYTE 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ZEROBYTEPADDING 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO10126 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO10126-2 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO10126-2PADDING 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO10126PADDING 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO7816-4 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO7816-4PADDING 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/NOPADDING 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/PKCS5 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/PKCS5PADDING 19:28:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/PKCS7 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/PKCS7PADDING 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/TBC 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/TBCPADDING 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/X9.23 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/X9.23PADDING 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ZEROBYTE 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ZEROBYTEPADDING 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO10126 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO10126-2 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO10126-2PADDING 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO10126PADDING 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO7816-4 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO7816-4PADDING 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/NOPADDING 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/PKCS5 19:28:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/PKCS5PADDING 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/PKCS7 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/PKCS7PADDING 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/TBC 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/TBCPADDING 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/X9.23 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/X9.23PADDING 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ZEROBYTE 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ZEROBYTEPADDING 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO10126 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO10126-2 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO10126-2PADDING 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO10126PADDING 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO7816-4 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO7816-4PADDING 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/NOPADDING 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/PKCS5 19:28:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/PKCS5PADDING 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/PKCS7 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/PKCS7PADDING 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/TBC 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/TBCPADDING 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/X9.23 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/X9.23PADDING 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ZEROBYTE 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ZEROBYTEPADDING 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO10126 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO10126-2 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO10126-2PADDING 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO10126PADDING 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO7816-4 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO7816-4PADDING 19:28:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/NOPADDING 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/PKCS5 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/PKCS5PADDING 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/PKCS7 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/PKCS7PADDING 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/TBC 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/TBCPADDING 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/X9.23 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/X9.23PADDING 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ZEROBYTE 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ZEROBYTEPADDING 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO10126 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO10126-2 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO10126-2PADDING 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO10126PADDING 19:28:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO7816-4 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO7816-4PADDING 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/NOPADDING 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/PKCS5 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/PKCS5PADDING 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/PKCS7 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/PKCS7PADDING 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/TBC 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/TBCPADDING 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/X9.23 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/X9.23PADDING 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ZEROBYTE 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ZEROBYTEPADDING 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO10126 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO10126-2 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO10126-2PADDING 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO10126PADDING 19:28:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO7816-4 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO7816-4PADDING 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/NOPADDING 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/PKCS5 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/PKCS5PADDING 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/PKCS7 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/PKCS7PADDING 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/TBC 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/TBCPADDING 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/X9.23 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/X9.23PADDING 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ZEROBYTE 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ZEROBYTEPADDING 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CTS/ 19:28:19,890 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL/CTS/" does not support IV => Skipping. 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/CTS/NOPADDING 19:28:19,890 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL/CTS/NOPADDING" does not support IV => Skipping. 19:28:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/EAX/ 19:28:19,893 INFO [main][CipherTest] transformation=RIJNDAEL/EAX/NOPADDING 19:28:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/ECB/ 19:28:19,895 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL/ECB/" does not support IV => Skipping. 19:28:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/ECB/NOPADDING 19:28:19,895 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL/ECB/NOPADDING" does not support IV => Skipping. 19:28:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/GCM/ 19:28:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/GCM/NOPADDING 19:28:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ 19:28:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO10126 19:28:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO10126-2 19:28:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO10126-2PADDING 19:28:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO10126PADDING 19:28:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO7816-4 19:28:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO7816-4PADDING 19:28:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/NOPADDING 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/PKCS5 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/PKCS5PADDING 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/PKCS7 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/PKCS7PADDING 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/TBC 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/TBCPADDING 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/X9.23 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/X9.23PADDING 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ZEROBYTE 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ZEROBYTEPADDING 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO10126 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO10126-2 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO10126-2PADDING 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO10126PADDING 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO7816-4 19:28:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO7816-4PADDING 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/NOPADDING 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/PKCS5 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/PKCS5PADDING 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/PKCS7 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/PKCS7PADDING 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/TBC 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/TBCPADDING 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/X9.23 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/X9.23PADDING 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ZEROBYTE 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ZEROBYTEPADDING 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO10126 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO10126-2 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO10126-2PADDING 19:28:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO10126PADDING 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO7816-4 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO7816-4PADDING 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/NOPADDING 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/PKCS5 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/PKCS5PADDING 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/PKCS7 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/PKCS7PADDING 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/TBC 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/TBCPADDING 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/X9.23 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/X9.23PADDING 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ZEROBYTE 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ZEROBYTEPADDING 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO10126 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO10126-2 19:28:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO10126-2PADDING 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO10126PADDING 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO7816-4 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO7816-4PADDING 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/NOPADDING 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/PKCS5 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/PKCS5PADDING 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/PKCS7 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/PKCS7PADDING 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/TBC 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/TBCPADDING 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/X9.23 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/X9.23PADDING 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ZEROBYTE 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ZEROBYTEPADDING 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ 19:28:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO10126 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO10126-2 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO10126-2PADDING 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO10126PADDING 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO7816-4 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO7816-4PADDING 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/NOPADDING 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/PKCS5 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/PKCS5PADDING 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/PKCS7 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/PKCS7PADDING 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/TBC 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/TBCPADDING 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/X9.23 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/X9.23PADDING 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ZEROBYTE 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ZEROBYTEPADDING 19:28:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO10126 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO10126-2 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO10126-2PADDING 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO10126PADDING 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO7816-4 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO7816-4PADDING 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/NOPADDING 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/PKCS5 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/PKCS5PADDING 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/PKCS7 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/PKCS7PADDING 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/TBC 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/TBCPADDING 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/X9.23 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/X9.23PADDING 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ZEROBYTE 19:28:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ZEROBYTEPADDING 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO10126 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO10126-2 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO10126-2PADDING 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO10126PADDING 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO7816-4 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO7816-4PADDING 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/NOPADDING 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/PKCS5 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/PKCS5PADDING 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/PKCS7 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/PKCS7PADDING 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/TBC 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/TBCPADDING 19:28:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/X9.23 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/X9.23PADDING 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ZEROBYTE 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ZEROBYTEPADDING 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO10126 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO10126-2 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO10126-2PADDING 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO10126PADDING 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO7816-4 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO7816-4PADDING 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/NOPADDING 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/PKCS5 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/PKCS5PADDING 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/PKCS7 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/PKCS7PADDING 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/TBC 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/TBCPADDING 19:28:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/X9.23 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/X9.23PADDING 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ZEROBYTE 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ZEROBYTEPADDING 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO10126 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO10126-2 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO10126-2PADDING 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO10126PADDING 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO7816-4 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO7816-4PADDING 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/NOPADDING 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/PKCS5 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/PKCS5PADDING 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/PKCS7 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/PKCS7PADDING 19:28:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/TBC 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/TBCPADDING 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/X9.23 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/X9.23PADDING 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ZEROBYTE 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ZEROBYTEPADDING 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO10126 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO10126-2 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO10126-2PADDING 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO10126PADDING 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO7816-4 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO7816-4PADDING 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/NOPADDING 19:28:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/PKCS5 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/PKCS5PADDING 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/PKCS7 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/PKCS7PADDING 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/TBC 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/TBCPADDING 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/X9.23 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/X9.23PADDING 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ZEROBYTE 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ZEROBYTEPADDING 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO10126 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO10126-2 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO10126-2PADDING 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO10126PADDING 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO7816-4 19:28:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO7816-4PADDING 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/NOPADDING 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/PKCS5 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/PKCS5PADDING 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/PKCS7 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/PKCS7PADDING 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/TBC 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/TBCPADDING 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/X9.23 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/X9.23PADDING 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ZEROBYTE 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ZEROBYTEPADDING 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO10126 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO10126-2 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO10126-2PADDING 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO10126PADDING 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO7816-4 19:28:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO7816-4PADDING 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/NOPADDING 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/PKCS5 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/PKCS5PADDING 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/PKCS7 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/PKCS7PADDING 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/TBC 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/TBCPADDING 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/X9.23 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/X9.23PADDING 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ZEROBYTE 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ZEROBYTEPADDING 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO10126 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO10126-2 19:28:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO10126-2PADDING 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO10126PADDING 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO7816-4 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO7816-4PADDING 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/NOPADDING 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/PKCS5 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/PKCS5PADDING 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/PKCS7 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/PKCS7PADDING 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/TBC 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/TBCPADDING 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/X9.23 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/X9.23PADDING 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ZEROBYTE 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ZEROBYTEPADDING 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO10126 19:28:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO10126-2 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO10126-2PADDING 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO10126PADDING 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO7816-4 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO7816-4PADDING 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/NOPADDING 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/PKCS5 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/PKCS5PADDING 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/PKCS7 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/PKCS7PADDING 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/TBC 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/TBCPADDING 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/X9.23 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/X9.23PADDING 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ZEROBYTE 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ZEROBYTEPADDING 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO10126 19:28:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO10126-2 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO10126-2PADDING 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO10126PADDING 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO7816-4 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO7816-4PADDING 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/NOPADDING 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/PKCS5 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/PKCS5PADDING 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/PKCS7 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/PKCS7PADDING 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/TBC 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/TBCPADDING 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/X9.23 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/X9.23PADDING 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ZEROBYTE 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ZEROBYTEPADDING 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ 19:28:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO10126 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO10126-2 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO10126-2PADDING 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO10126PADDING 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO7816-4 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO7816-4PADDING 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/NOPADDING 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/PKCS5 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/PKCS5PADDING 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/PKCS7 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/PKCS7PADDING 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/TBC 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/TBCPADDING 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/X9.23 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/X9.23PADDING 19:28:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ZEROBYTE 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ZEROBYTEPADDING 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO10126 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO10126-2 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO10126-2PADDING 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO10126PADDING 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO7816-4 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO7816-4PADDING 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/NOPADDING 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/PKCS5 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/PKCS5PADDING 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/PKCS7 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/PKCS7PADDING 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/TBC 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/TBCPADDING 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/X9.23 19:28:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/X9.23PADDING 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ZEROBYTE 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ZEROBYTEPADDING 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO10126 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO10126-2 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO10126-2PADDING 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO10126PADDING 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO7816-4 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO7816-4PADDING 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/NOPADDING 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/PKCS5 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/PKCS5PADDING 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/PKCS7 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/PKCS7PADDING 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/TBC 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/TBCPADDING 19:28:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/X9.23 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/X9.23PADDING 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ZEROBYTE 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ZEROBYTEPADDING 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO10126 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO10126-2 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO10126-2PADDING 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO10126PADDING 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO7816-4 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO7816-4PADDING 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/NOPADDING 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/PKCS5 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/PKCS5PADDING 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/PKCS7 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/PKCS7PADDING 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/TBC 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/TBCPADDING 19:28:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/X9.23 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/X9.23PADDING 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ZEROBYTE 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ZEROBYTEPADDING 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO10126 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO10126-2 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO10126-2PADDING 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO10126PADDING 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO7816-4 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO7816-4PADDING 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/NOPADDING 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/PKCS5 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/PKCS5PADDING 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/PKCS7 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/PKCS7PADDING 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/TBC 19:28:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/TBCPADDING 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/X9.23 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/X9.23PADDING 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ZEROBYTE 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ZEROBYTEPADDING 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO10126 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO10126-2 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO10126-2PADDING 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO10126PADDING 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO7816-4 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO7816-4PADDING 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/NOPADDING 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/PKCS5 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/PKCS5PADDING 19:28:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/PKCS7 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/PKCS7PADDING 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/TBC 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/TBCPADDING 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/X9.23 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/X9.23PADDING 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ZEROBYTE 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ZEROBYTEPADDING 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO10126 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO10126-2 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO10126-2PADDING 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO10126PADDING 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO7816-4 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO7816-4PADDING 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/NOPADDING 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/PKCS5 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/PKCS5PADDING 19:28:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/PKCS7 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/PKCS7PADDING 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/TBC 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/TBCPADDING 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/X9.23 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/X9.23PADDING 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ZEROBYTE 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ZEROBYTEPADDING 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO10126 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO10126-2 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO10126-2PADDING 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO10126PADDING 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO7816-4 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO7816-4PADDING 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/NOPADDING 19:28:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/PKCS5 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/PKCS5PADDING 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/PKCS7 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/PKCS7PADDING 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/TBC 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/TBCPADDING 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/X9.23 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/X9.23PADDING 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ZEROBYTE 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ZEROBYTEPADDING 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO10126 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO10126-2 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO10126-2PADDING 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO10126PADDING 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO7816-4 19:28:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO7816-4PADDING 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/NOPADDING 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/PKCS5 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/PKCS5PADDING 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/PKCS7 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/PKCS7PADDING 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/TBC 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/TBCPADDING 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/X9.23 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/X9.23PADDING 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ZEROBYTE 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ZEROBYTEPADDING 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO10126 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO10126-2 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO10126-2PADDING 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO10126PADDING 19:28:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO7816-4 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO7816-4PADDING 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/NOPADDING 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/PKCS5 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/PKCS5PADDING 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/PKCS7 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/PKCS7PADDING 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/TBC 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/TBCPADDING 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/X9.23 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/X9.23PADDING 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ZEROBYTE 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ZEROBYTEPADDING 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO10126 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO10126-2 19:28:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO10126-2PADDING 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO10126PADDING 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO7816-4 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO7816-4PADDING 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/NOPADDING 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/PKCS5 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/PKCS5PADDING 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/PKCS7 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/PKCS7PADDING 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/TBC 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/TBCPADDING 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/X9.23 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/X9.23PADDING 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ZEROBYTE 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ZEROBYTEPADDING 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO10126 19:28:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO10126-2 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO10126-2PADDING 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO10126PADDING 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO7816-4 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO7816-4PADDING 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/NOPADDING 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/PKCS5 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/PKCS5PADDING 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/PKCS7 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/PKCS7PADDING 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/TBC 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/TBCPADDING 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/X9.23 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/X9.23PADDING 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ZEROBYTE 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ZEROBYTEPADDING 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ 19:28:19,926 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO10126 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO10126-2 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO10126-2PADDING 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO10126PADDING 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO7816-4 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO7816-4PADDING 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/NOPADDING 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/PKCS5 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/PKCS5PADDING 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/PKCS7 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/PKCS7PADDING 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/TBC 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/TBCPADDING 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/X9.23 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/X9.23PADDING 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ZEROBYTE 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ZEROBYTEPADDING 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ 19:28:19,927 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO10126 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO10126-2 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO10126-2PADDING 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO10126PADDING 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO7816-4 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO7816-4PADDING 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/NOPADDING 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/PKCS5 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/PKCS5PADDING 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/PKCS7 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/PKCS7PADDING 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/TBC 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/TBCPADDING 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/X9.23 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/X9.23PADDING 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ZEROBYTE 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ZEROBYTEPADDING 19:28:19,928 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO10126 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO10126-2 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO10126-2PADDING 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO10126PADDING 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO7816-4 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO7816-4PADDING 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/NOPADDING 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/PKCS5 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/PKCS5PADDING 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/PKCS7 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/PKCS7PADDING 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/TBC 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/TBCPADDING 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/X9.23 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/X9.23PADDING 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ZEROBYTE 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ZEROBYTEPADDING 19:28:19,929 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO10126 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO10126-2 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO10126-2PADDING 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO10126PADDING 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO7816-4 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO7816-4PADDING 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/NOPADDING 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/PKCS5 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/PKCS5PADDING 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/PKCS7 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/PKCS7PADDING 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/TBC 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/TBCPADDING 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/X9.23 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/X9.23PADDING 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ZEROBYTE 19:28:19,930 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ZEROBYTEPADDING 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO10126 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO10126-2 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO10126-2PADDING 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO10126PADDING 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO7816-4 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO7816-4PADDING 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/NOPADDING 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/PKCS5 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/PKCS5PADDING 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/PKCS7 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/PKCS7PADDING 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/TBC 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/TBCPADDING 19:28:19,931 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/X9.23 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/X9.23PADDING 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ZEROBYTE 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ZEROBYTEPADDING 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO10126 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO10126-2 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO10126-2PADDING 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO10126PADDING 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO7816-4 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO7816-4PADDING 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/NOPADDING 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/PKCS5 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/PKCS5PADDING 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/PKCS7 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/PKCS7PADDING 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/TBC 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/TBCPADDING 19:28:19,932 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/X9.23 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/X9.23PADDING 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ZEROBYTE 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ZEROBYTEPADDING 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO10126 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO10126-2 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO10126-2PADDING 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO10126PADDING 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO7816-4 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO7816-4PADDING 19:28:19,933 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/NOPADDING 19:28:19,934 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/PKCS5 19:28:19,934 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/PKCS5PADDING 19:28:19,934 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/PKCS7 19:28:19,934 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/PKCS7PADDING 19:28:19,934 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/TBC 19:28:19,934 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/TBCPADDING 19:28:19,934 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/X9.23 19:28:19,934 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/X9.23PADDING 19:28:19,935 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ZEROBYTE 19:28:19,935 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ZEROBYTEPADDING 19:28:19,935 INFO [main][CipherTest] transformation=SALSA20// 19:28:19,936 INFO [main][CipherTest] transformation=SALSA20//NOPADDING 19:28:19,936 INFO [main][CipherTest] transformation=SALSA20/ECB/ 19:28:19,936 INFO [main][CipherTest] transformation=SALSA20/ECB/NOPADDING 19:28:19,937 INFO [main][CipherTest] transformation=SEED// 19:28:19,937 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED//" does not support IV => Skipping. 19:28:19,937 INFO [main][CipherTest] transformation=SEED//NOPADDING 19:28:19,937 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED//NOPADDING" does not support IV => Skipping. 19:28:19,937 INFO [main][CipherTest] transformation=SEED/CBC-CTS/ 19:28:19,937 INFO [main][CipherTest] transformation=SEED/CBC-CTS/NOPADDING 19:28:19,937 INFO [main][CipherTest] transformation=SEED/CBC/ 19:28:19,938 INFO [main][CipherTest] transformation=SEED/CBC/ISO10126 19:28:19,938 INFO [main][CipherTest] transformation=SEED/CBC/ISO10126-2 19:28:19,938 INFO [main][CipherTest] transformation=SEED/CBC/ISO10126-2PADDING 19:28:19,939 INFO [main][CipherTest] transformation=SEED/CBC/ISO10126PADDING 19:28:19,939 INFO [main][CipherTest] transformation=SEED/CBC/ISO7816-4 19:28:19,939 INFO [main][CipherTest] transformation=SEED/CBC/ISO7816-4PADDING 19:28:19,939 INFO [main][CipherTest] transformation=SEED/CBC/NOPADDING 19:28:19,940 INFO [main][CipherTest] transformation=SEED/CBC/PKCS5 19:28:19,940 INFO [main][CipherTest] transformation=SEED/CBC/PKCS5PADDING 19:28:19,940 INFO [main][CipherTest] transformation=SEED/CBC/PKCS7 19:28:19,940 INFO [main][CipherTest] transformation=SEED/CBC/PKCS7PADDING 19:28:19,940 INFO [main][CipherTest] transformation=SEED/CBC/TBC 19:28:19,940 INFO [main][CipherTest] transformation=SEED/CBC/TBCPADDING 19:28:19,941 INFO [main][CipherTest] transformation=SEED/CBC/X9.23 19:28:19,941 INFO [main][CipherTest] transformation=SEED/CBC/X9.23PADDING 19:28:19,941 INFO [main][CipherTest] transformation=SEED/CBC/ZEROBYTE 19:28:19,941 INFO [main][CipherTest] transformation=SEED/CBC/ZEROBYTEPADDING 19:28:19,941 INFO [main][CipherTest] transformation=SEED/CCM/ 19:28:19,941 ERROR [main][CipherTest] transformation "SEED/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:19,941 INFO [main][CipherTest] transformation=SEED/CCM/NOPADDING 19:28:19,941 ERROR [main][CipherTest] transformation "SEED/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:19,941 INFO [main][CipherTest] transformation=SEED/CFB/ 19:28:19,942 INFO [main][CipherTest] transformation=SEED/CFB/ISO10126 19:28:19,942 INFO [main][CipherTest] transformation=SEED/CFB/ISO10126-2 19:28:19,942 INFO [main][CipherTest] transformation=SEED/CFB/ISO10126-2PADDING 19:28:19,942 INFO [main][CipherTest] transformation=SEED/CFB/ISO10126PADDING 19:28:19,942 INFO [main][CipherTest] transformation=SEED/CFB/ISO7816-4 19:28:19,942 INFO [main][CipherTest] transformation=SEED/CFB/ISO7816-4PADDING 19:28:19,942 INFO [main][CipherTest] transformation=SEED/CFB/NOPADDING 19:28:19,942 INFO [main][CipherTest] transformation=SEED/CFB/PKCS5 19:28:19,943 INFO [main][CipherTest] transformation=SEED/CFB/PKCS5PADDING 19:28:19,943 INFO [main][CipherTest] transformation=SEED/CFB/PKCS7 19:28:19,943 INFO [main][CipherTest] transformation=SEED/CFB/PKCS7PADDING 19:28:19,943 INFO [main][CipherTest] transformation=SEED/CFB/TBC 19:28:19,943 INFO [main][CipherTest] transformation=SEED/CFB/TBCPADDING 19:28:19,943 INFO [main][CipherTest] transformation=SEED/CFB/X9.23 19:28:19,943 INFO [main][CipherTest] transformation=SEED/CFB/X9.23PADDING 19:28:19,943 INFO [main][CipherTest] transformation=SEED/CFB/ZEROBYTE 19:28:19,944 INFO [main][CipherTest] transformation=SEED/CFB/ZEROBYTEPADDING 19:28:19,944 INFO [main][CipherTest] transformation=SEED/CFB104/ 19:28:19,944 INFO [main][CipherTest] transformation=SEED/CFB104/ISO10126 19:28:19,944 INFO [main][CipherTest] transformation=SEED/CFB104/ISO10126-2 19:28:19,944 INFO [main][CipherTest] transformation=SEED/CFB104/ISO10126-2PADDING 19:28:19,944 INFO [main][CipherTest] transformation=SEED/CFB104/ISO10126PADDING 19:28:19,944 INFO [main][CipherTest] transformation=SEED/CFB104/ISO7816-4 19:28:19,944 INFO [main][CipherTest] transformation=SEED/CFB104/ISO7816-4PADDING 19:28:19,945 INFO [main][CipherTest] transformation=SEED/CFB104/NOPADDING 19:28:19,945 INFO [main][CipherTest] transformation=SEED/CFB104/PKCS5 19:28:19,945 INFO [main][CipherTest] transformation=SEED/CFB104/PKCS5PADDING 19:28:19,945 INFO [main][CipherTest] transformation=SEED/CFB104/PKCS7 19:28:19,945 INFO [main][CipherTest] transformation=SEED/CFB104/PKCS7PADDING 19:28:19,945 INFO [main][CipherTest] transformation=SEED/CFB104/TBC 19:28:19,945 INFO [main][CipherTest] transformation=SEED/CFB104/TBCPADDING 19:28:19,945 INFO [main][CipherTest] transformation=SEED/CFB104/X9.23 19:28:19,945 INFO [main][CipherTest] transformation=SEED/CFB104/X9.23PADDING 19:28:19,946 INFO [main][CipherTest] transformation=SEED/CFB104/ZEROBYTE 19:28:19,946 INFO [main][CipherTest] transformation=SEED/CFB104/ZEROBYTEPADDING 19:28:19,946 INFO [main][CipherTest] transformation=SEED/CFB112/ 19:28:19,946 INFO [main][CipherTest] transformation=SEED/CFB112/ISO10126 19:28:19,946 INFO [main][CipherTest] transformation=SEED/CFB112/ISO10126-2 19:28:19,946 INFO [main][CipherTest] transformation=SEED/CFB112/ISO10126-2PADDING 19:28:19,946 INFO [main][CipherTest] transformation=SEED/CFB112/ISO10126PADDING 19:28:19,946 INFO [main][CipherTest] transformation=SEED/CFB112/ISO7816-4 19:28:19,947 INFO [main][CipherTest] transformation=SEED/CFB112/ISO7816-4PADDING 19:28:19,947 INFO [main][CipherTest] transformation=SEED/CFB112/NOPADDING 19:28:19,947 INFO [main][CipherTest] transformation=SEED/CFB112/PKCS5 19:28:19,947 INFO [main][CipherTest] transformation=SEED/CFB112/PKCS5PADDING 19:28:19,947 INFO [main][CipherTest] transformation=SEED/CFB112/PKCS7 19:28:19,947 INFO [main][CipherTest] transformation=SEED/CFB112/PKCS7PADDING 19:28:19,947 INFO [main][CipherTest] transformation=SEED/CFB112/TBC 19:28:19,947 INFO [main][CipherTest] transformation=SEED/CFB112/TBCPADDING 19:28:19,948 INFO [main][CipherTest] transformation=SEED/CFB112/X9.23 19:28:19,948 INFO [main][CipherTest] transformation=SEED/CFB112/X9.23PADDING 19:28:19,948 INFO [main][CipherTest] transformation=SEED/CFB112/ZEROBYTE 19:28:19,948 INFO [main][CipherTest] transformation=SEED/CFB112/ZEROBYTEPADDING 19:28:19,948 INFO [main][CipherTest] transformation=SEED/CFB120/ 19:28:19,948 INFO [main][CipherTest] transformation=SEED/CFB120/ISO10126 19:28:19,948 INFO [main][CipherTest] transformation=SEED/CFB120/ISO10126-2 19:28:19,948 INFO [main][CipherTest] transformation=SEED/CFB120/ISO10126-2PADDING 19:28:19,948 INFO [main][CipherTest] transformation=SEED/CFB120/ISO10126PADDING 19:28:19,949 INFO [main][CipherTest] transformation=SEED/CFB120/ISO7816-4 19:28:19,949 INFO [main][CipherTest] transformation=SEED/CFB120/ISO7816-4PADDING 19:28:19,949 INFO [main][CipherTest] transformation=SEED/CFB120/NOPADDING 19:28:19,949 INFO [main][CipherTest] transformation=SEED/CFB120/PKCS5 19:28:19,949 INFO [main][CipherTest] transformation=SEED/CFB120/PKCS5PADDING 19:28:19,949 INFO [main][CipherTest] transformation=SEED/CFB120/PKCS7 19:28:19,949 INFO [main][CipherTest] transformation=SEED/CFB120/PKCS7PADDING 19:28:19,949 INFO [main][CipherTest] transformation=SEED/CFB120/TBC 19:28:19,950 INFO [main][CipherTest] transformation=SEED/CFB120/TBCPADDING 19:28:19,950 INFO [main][CipherTest] transformation=SEED/CFB120/X9.23 19:28:19,950 INFO [main][CipherTest] transformation=SEED/CFB120/X9.23PADDING 19:28:19,950 INFO [main][CipherTest] transformation=SEED/CFB120/ZEROBYTE 19:28:19,950 INFO [main][CipherTest] transformation=SEED/CFB120/ZEROBYTEPADDING 19:28:19,950 INFO [main][CipherTest] transformation=SEED/CFB128/ 19:28:19,950 INFO [main][CipherTest] transformation=SEED/CFB128/ISO10126 19:28:19,950 INFO [main][CipherTest] transformation=SEED/CFB128/ISO10126-2 19:28:19,951 INFO [main][CipherTest] transformation=SEED/CFB128/ISO10126-2PADDING 19:28:19,951 INFO [main][CipherTest] transformation=SEED/CFB128/ISO10126PADDING 19:28:19,951 INFO [main][CipherTest] transformation=SEED/CFB128/ISO7816-4 19:28:19,951 INFO [main][CipherTest] transformation=SEED/CFB128/ISO7816-4PADDING 19:28:19,951 INFO [main][CipherTest] transformation=SEED/CFB128/NOPADDING 19:28:19,951 INFO [main][CipherTest] transformation=SEED/CFB128/PKCS5 19:28:19,951 INFO [main][CipherTest] transformation=SEED/CFB128/PKCS5PADDING 19:28:19,951 INFO [main][CipherTest] transformation=SEED/CFB128/PKCS7 19:28:19,952 INFO [main][CipherTest] transformation=SEED/CFB128/PKCS7PADDING 19:28:19,952 INFO [main][CipherTest] transformation=SEED/CFB128/TBC 19:28:19,952 INFO [main][CipherTest] transformation=SEED/CFB128/TBCPADDING 19:28:19,952 INFO [main][CipherTest] transformation=SEED/CFB128/X9.23 19:28:19,952 INFO [main][CipherTest] transformation=SEED/CFB128/X9.23PADDING 19:28:19,952 INFO [main][CipherTest] transformation=SEED/CFB128/ZEROBYTE 19:28:19,952 INFO [main][CipherTest] transformation=SEED/CFB128/ZEROBYTEPADDING 19:28:19,952 INFO [main][CipherTest] transformation=SEED/CFB136/ 19:28:19,953 INFO [main][CipherTest] transformation=SEED/CFB136/ISO10126 19:28:19,953 INFO [main][CipherTest] transformation=SEED/CFB136/ISO10126-2 19:28:19,953 INFO [main][CipherTest] transformation=SEED/CFB136/ISO10126-2PADDING 19:28:19,953 INFO [main][CipherTest] transformation=SEED/CFB136/ISO10126PADDING 19:28:19,953 INFO [main][CipherTest] transformation=SEED/CFB136/ISO7816-4 19:28:19,953 INFO [main][CipherTest] transformation=SEED/CFB136/ISO7816-4PADDING 19:28:19,953 INFO [main][CipherTest] transformation=SEED/CFB136/NOPADDING 19:28:19,953 INFO [main][CipherTest] transformation=SEED/CFB136/PKCS5 19:28:19,954 INFO [main][CipherTest] transformation=SEED/CFB136/PKCS5PADDING 19:28:19,954 INFO [main][CipherTest] transformation=SEED/CFB136/PKCS7 19:28:19,954 INFO [main][CipherTest] transformation=SEED/CFB136/PKCS7PADDING 19:28:19,954 INFO [main][CipherTest] transformation=SEED/CFB136/TBC 19:28:19,954 INFO [main][CipherTest] transformation=SEED/CFB136/TBCPADDING 19:28:19,954 INFO [main][CipherTest] transformation=SEED/CFB136/X9.23 19:28:19,954 INFO [main][CipherTest] transformation=SEED/CFB136/X9.23PADDING 19:28:19,954 INFO [main][CipherTest] transformation=SEED/CFB136/ZEROBYTE 19:28:19,955 INFO [main][CipherTest] transformation=SEED/CFB136/ZEROBYTEPADDING 19:28:19,955 INFO [main][CipherTest] transformation=SEED/CFB144/ 19:28:19,955 INFO [main][CipherTest] transformation=SEED/CFB144/ISO10126 19:28:19,955 INFO [main][CipherTest] transformation=SEED/CFB144/ISO10126-2 19:28:19,955 INFO [main][CipherTest] transformation=SEED/CFB144/ISO10126-2PADDING 19:28:19,955 INFO [main][CipherTest] transformation=SEED/CFB144/ISO10126PADDING 19:28:19,955 INFO [main][CipherTest] transformation=SEED/CFB144/ISO7816-4 19:28:19,955 INFO [main][CipherTest] transformation=SEED/CFB144/ISO7816-4PADDING 19:28:19,956 INFO [main][CipherTest] transformation=SEED/CFB144/NOPADDING 19:28:19,956 INFO [main][CipherTest] transformation=SEED/CFB144/PKCS5 19:28:19,956 INFO [main][CipherTest] transformation=SEED/CFB144/PKCS5PADDING 19:28:19,956 INFO [main][CipherTest] transformation=SEED/CFB144/PKCS7 19:28:19,956 INFO [main][CipherTest] transformation=SEED/CFB144/PKCS7PADDING 19:28:19,956 INFO [main][CipherTest] transformation=SEED/CFB144/TBC 19:28:19,956 INFO [main][CipherTest] transformation=SEED/CFB144/TBCPADDING 19:28:19,956 INFO [main][CipherTest] transformation=SEED/CFB144/X9.23 19:28:19,957 INFO [main][CipherTest] transformation=SEED/CFB144/X9.23PADDING 19:28:19,957 INFO [main][CipherTest] transformation=SEED/CFB144/ZEROBYTE 19:28:19,957 INFO [main][CipherTest] transformation=SEED/CFB144/ZEROBYTEPADDING 19:28:19,957 INFO [main][CipherTest] transformation=SEED/CFB152/ 19:28:19,957 INFO [main][CipherTest] transformation=SEED/CFB152/ISO10126 19:28:19,957 INFO [main][CipherTest] transformation=SEED/CFB152/ISO10126-2 19:28:19,957 INFO [main][CipherTest] transformation=SEED/CFB152/ISO10126-2PADDING 19:28:19,957 INFO [main][CipherTest] transformation=SEED/CFB152/ISO10126PADDING 19:28:19,958 INFO [main][CipherTest] transformation=SEED/CFB152/ISO7816-4 19:28:19,958 INFO [main][CipherTest] transformation=SEED/CFB152/ISO7816-4PADDING 19:28:19,958 INFO [main][CipherTest] transformation=SEED/CFB152/NOPADDING 19:28:19,958 INFO [main][CipherTest] transformation=SEED/CFB152/PKCS5 19:28:19,958 INFO [main][CipherTest] transformation=SEED/CFB152/PKCS5PADDING 19:28:19,958 INFO [main][CipherTest] transformation=SEED/CFB152/PKCS7 19:28:19,959 INFO [main][CipherTest] transformation=SEED/CFB152/PKCS7PADDING 19:28:19,959 INFO [main][CipherTest] transformation=SEED/CFB152/TBC 19:28:19,959 INFO [main][CipherTest] transformation=SEED/CFB152/TBCPADDING 19:28:19,959 INFO [main][CipherTest] transformation=SEED/CFB152/X9.23 19:28:19,959 INFO [main][CipherTest] transformation=SEED/CFB152/X9.23PADDING 19:28:19,959 INFO [main][CipherTest] transformation=SEED/CFB152/ZEROBYTE 19:28:19,959 INFO [main][CipherTest] transformation=SEED/CFB152/ZEROBYTEPADDING 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/ 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/ISO10126 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/ISO10126-2 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/ISO10126-2PADDING 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/ISO10126PADDING 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/ISO7816-4 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/ISO7816-4PADDING 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/NOPADDING 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/PKCS5 19:28:19,960 INFO [main][CipherTest] transformation=SEED/CFB16/PKCS5PADDING 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB16/PKCS7 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB16/PKCS7PADDING 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB16/TBC 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB16/TBCPADDING 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB16/X9.23 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB16/X9.23PADDING 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB16/ZEROBYTE 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB16/ZEROBYTEPADDING 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB160/ 19:28:19,961 INFO [main][CipherTest] transformation=SEED/CFB160/ISO10126 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/ISO10126-2 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/ISO10126-2PADDING 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/ISO10126PADDING 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/ISO7816-4 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/ISO7816-4PADDING 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/NOPADDING 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/PKCS5 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/PKCS5PADDING 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/PKCS7 19:28:19,962 INFO [main][CipherTest] transformation=SEED/CFB160/PKCS7PADDING 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB160/TBC 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB160/TBCPADDING 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB160/X9.23 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB160/X9.23PADDING 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB160/ZEROBYTE 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB160/ZEROBYTEPADDING 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB168/ 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB168/ISO10126 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB168/ISO10126-2 19:28:19,963 INFO [main][CipherTest] transformation=SEED/CFB168/ISO10126-2PADDING 19:28:19,964 INFO [main][CipherTest] transformation=SEED/CFB168/ISO10126PADDING 19:28:19,964 INFO [main][CipherTest] transformation=SEED/CFB168/ISO7816-4 19:28:19,964 INFO [main][CipherTest] transformation=SEED/CFB168/ISO7816-4PADDING 19:28:19,964 INFO [main][CipherTest] transformation=SEED/CFB168/NOPADDING 19:28:19,964 INFO [main][CipherTest] transformation=SEED/CFB168/PKCS5 19:28:19,964 INFO [main][CipherTest] transformation=SEED/CFB168/PKCS5PADDING 19:28:19,964 INFO [main][CipherTest] transformation=SEED/CFB168/PKCS7 19:28:19,964 INFO [main][CipherTest] transformation=SEED/CFB168/PKCS7PADDING 19:28:19,964 INFO [main][CipherTest] transformation=SEED/CFB168/TBC 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB168/TBCPADDING 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB168/X9.23 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB168/X9.23PADDING 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB168/ZEROBYTE 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB168/ZEROBYTEPADDING 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB176/ 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB176/ISO10126 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB176/ISO10126-2 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB176/ISO10126-2PADDING 19:28:19,965 INFO [main][CipherTest] transformation=SEED/CFB176/ISO10126PADDING 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/ISO7816-4 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/ISO7816-4PADDING 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/NOPADDING 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/PKCS5 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/PKCS5PADDING 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/PKCS7 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/PKCS7PADDING 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/TBC 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/TBCPADDING 19:28:19,966 INFO [main][CipherTest] transformation=SEED/CFB176/X9.23 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB176/X9.23PADDING 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB176/ZEROBYTE 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB176/ZEROBYTEPADDING 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB184/ 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB184/ISO10126 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB184/ISO10126-2 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB184/ISO10126-2PADDING 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB184/ISO10126PADDING 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB184/ISO7816-4 19:28:19,967 INFO [main][CipherTest] transformation=SEED/CFB184/ISO7816-4PADDING 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/NOPADDING 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/PKCS5 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/PKCS5PADDING 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/PKCS7 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/PKCS7PADDING 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/TBC 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/TBCPADDING 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/X9.23 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/X9.23PADDING 19:28:19,968 INFO [main][CipherTest] transformation=SEED/CFB184/ZEROBYTE 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB184/ZEROBYTEPADDING 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB192/ 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB192/ISO10126 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB192/ISO10126-2 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB192/ISO10126-2PADDING 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB192/ISO10126PADDING 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB192/ISO7816-4 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB192/ISO7816-4PADDING 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB192/NOPADDING 19:28:19,969 INFO [main][CipherTest] transformation=SEED/CFB192/PKCS5 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB192/PKCS5PADDING 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB192/PKCS7 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB192/PKCS7PADDING 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB192/TBC 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB192/TBCPADDING 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB192/X9.23 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB192/X9.23PADDING 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB192/ZEROBYTE 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB192/ZEROBYTEPADDING 19:28:19,970 INFO [main][CipherTest] transformation=SEED/CFB200/ 19:28:19,971 INFO [main][CipherTest] transformation=SEED/CFB200/ISO10126 19:28:19,971 INFO [main][CipherTest] transformation=SEED/CFB200/ISO10126-2 19:28:19,971 INFO [main][CipherTest] transformation=SEED/CFB200/ISO10126-2PADDING 19:28:19,971 INFO [main][CipherTest] transformation=SEED/CFB200/ISO10126PADDING 19:28:19,971 INFO [main][CipherTest] transformation=SEED/CFB200/ISO7816-4 19:28:19,971 INFO [main][CipherTest] transformation=SEED/CFB200/ISO7816-4PADDING 19:28:19,971 INFO [main][CipherTest] transformation=SEED/CFB200/NOPADDING 19:28:19,972 INFO [main][CipherTest] transformation=SEED/CFB200/PKCS5 19:28:19,972 INFO [main][CipherTest] transformation=SEED/CFB200/PKCS5PADDING 19:28:19,972 INFO [main][CipherTest] transformation=SEED/CFB200/PKCS7 19:28:19,972 INFO [main][CipherTest] transformation=SEED/CFB200/PKCS7PADDING 19:28:19,972 INFO [main][CipherTest] transformation=SEED/CFB200/TBC 19:28:19,972 INFO [main][CipherTest] transformation=SEED/CFB200/TBCPADDING 19:28:19,973 INFO [main][CipherTest] transformation=SEED/CFB200/X9.23 19:28:19,973 INFO [main][CipherTest] transformation=SEED/CFB200/X9.23PADDING 19:28:19,973 INFO [main][CipherTest] transformation=SEED/CFB200/ZEROBYTE 19:28:19,973 INFO [main][CipherTest] transformation=SEED/CFB200/ZEROBYTEPADDING 19:28:19,973 INFO [main][CipherTest] transformation=SEED/CFB208/ 19:28:19,973 INFO [main][CipherTest] transformation=SEED/CFB208/ISO10126 19:28:19,973 INFO [main][CipherTest] transformation=SEED/CFB208/ISO10126-2 19:28:19,974 INFO [main][CipherTest] transformation=SEED/CFB208/ISO10126-2PADDING 19:28:19,974 INFO [main][CipherTest] transformation=SEED/CFB208/ISO10126PADDING 19:28:19,974 INFO [main][CipherTest] transformation=SEED/CFB208/ISO7816-4 19:28:19,974 INFO [main][CipherTest] transformation=SEED/CFB208/ISO7816-4PADDING 19:28:19,974 INFO [main][CipherTest] transformation=SEED/CFB208/NOPADDING 19:28:19,974 INFO [main][CipherTest] transformation=SEED/CFB208/PKCS5 19:28:19,975 INFO [main][CipherTest] transformation=SEED/CFB208/PKCS5PADDING 19:28:19,975 INFO [main][CipherTest] transformation=SEED/CFB208/PKCS7 19:28:19,975 INFO [main][CipherTest] transformation=SEED/CFB208/PKCS7PADDING 19:28:19,975 INFO [main][CipherTest] transformation=SEED/CFB208/TBC 19:28:19,975 INFO [main][CipherTest] transformation=SEED/CFB208/TBCPADDING 19:28:19,975 INFO [main][CipherTest] transformation=SEED/CFB208/X9.23 19:28:19,976 INFO [main][CipherTest] transformation=SEED/CFB208/X9.23PADDING 19:28:19,976 INFO [main][CipherTest] transformation=SEED/CFB208/ZEROBYTE 19:28:19,976 INFO [main][CipherTest] transformation=SEED/CFB208/ZEROBYTEPADDING 19:28:19,976 INFO [main][CipherTest] transformation=SEED/CFB216/ 19:28:19,976 INFO [main][CipherTest] transformation=SEED/CFB216/ISO10126 19:28:19,976 INFO [main][CipherTest] transformation=SEED/CFB216/ISO10126-2 19:28:19,976 INFO [main][CipherTest] transformation=SEED/CFB216/ISO10126-2PADDING 19:28:19,977 INFO [main][CipherTest] transformation=SEED/CFB216/ISO10126PADDING 19:28:19,977 INFO [main][CipherTest] transformation=SEED/CFB216/ISO7816-4 19:28:19,977 INFO [main][CipherTest] transformation=SEED/CFB216/ISO7816-4PADDING 19:28:19,977 INFO [main][CipherTest] transformation=SEED/CFB216/NOPADDING 19:28:19,977 INFO [main][CipherTest] transformation=SEED/CFB216/PKCS5 19:28:19,977 INFO [main][CipherTest] transformation=SEED/CFB216/PKCS5PADDING 19:28:19,977 INFO [main][CipherTest] transformation=SEED/CFB216/PKCS7 19:28:19,978 INFO [main][CipherTest] transformation=SEED/CFB216/PKCS7PADDING 19:28:19,978 INFO [main][CipherTest] transformation=SEED/CFB216/TBC 19:28:19,978 INFO [main][CipherTest] transformation=SEED/CFB216/TBCPADDING 19:28:19,978 INFO [main][CipherTest] transformation=SEED/CFB216/X9.23 19:28:19,978 INFO [main][CipherTest] transformation=SEED/CFB216/X9.23PADDING 19:28:19,978 INFO [main][CipherTest] transformation=SEED/CFB216/ZEROBYTE 19:28:19,979 INFO [main][CipherTest] transformation=SEED/CFB216/ZEROBYTEPADDING 19:28:19,979 INFO [main][CipherTest] transformation=SEED/CFB224/ 19:28:19,979 INFO [main][CipherTest] transformation=SEED/CFB224/ISO10126 19:28:19,979 INFO [main][CipherTest] transformation=SEED/CFB224/ISO10126-2 19:28:19,979 INFO [main][CipherTest] transformation=SEED/CFB224/ISO10126-2PADDING 19:28:19,979 INFO [main][CipherTest] transformation=SEED/CFB224/ISO10126PADDING 19:28:19,979 INFO [main][CipherTest] transformation=SEED/CFB224/ISO7816-4 19:28:19,980 INFO [main][CipherTest] transformation=SEED/CFB224/ISO7816-4PADDING 19:28:19,980 INFO [main][CipherTest] transformation=SEED/CFB224/NOPADDING 19:28:19,980 INFO [main][CipherTest] transformation=SEED/CFB224/PKCS5 19:28:19,980 INFO [main][CipherTest] transformation=SEED/CFB224/PKCS5PADDING 19:28:19,980 INFO [main][CipherTest] transformation=SEED/CFB224/PKCS7 19:28:19,980 INFO [main][CipherTest] transformation=SEED/CFB224/PKCS7PADDING 19:28:19,981 INFO [main][CipherTest] transformation=SEED/CFB224/TBC 19:28:19,981 INFO [main][CipherTest] transformation=SEED/CFB224/TBCPADDING 19:28:19,981 INFO [main][CipherTest] transformation=SEED/CFB224/X9.23 19:28:19,981 INFO [main][CipherTest] transformation=SEED/CFB224/X9.23PADDING 19:28:19,981 INFO [main][CipherTest] transformation=SEED/CFB224/ZEROBYTE 19:28:19,981 INFO [main][CipherTest] transformation=SEED/CFB224/ZEROBYTEPADDING 19:28:19,981 INFO [main][CipherTest] transformation=SEED/CFB232/ 19:28:19,982 INFO [main][CipherTest] transformation=SEED/CFB232/ISO10126 19:28:19,982 INFO [main][CipherTest] transformation=SEED/CFB232/ISO10126-2 19:28:19,982 INFO [main][CipherTest] transformation=SEED/CFB232/ISO10126-2PADDING 19:28:19,982 INFO [main][CipherTest] transformation=SEED/CFB232/ISO10126PADDING 19:28:19,982 INFO [main][CipherTest] transformation=SEED/CFB232/ISO7816-4 19:28:19,982 INFO [main][CipherTest] transformation=SEED/CFB232/ISO7816-4PADDING 19:28:19,983 INFO [main][CipherTest] transformation=SEED/CFB232/NOPADDING 19:28:19,983 INFO [main][CipherTest] transformation=SEED/CFB232/PKCS5 19:28:19,983 INFO [main][CipherTest] transformation=SEED/CFB232/PKCS5PADDING 19:28:19,983 INFO [main][CipherTest] transformation=SEED/CFB232/PKCS7 19:28:19,983 INFO [main][CipherTest] transformation=SEED/CFB232/PKCS7PADDING 19:28:19,983 INFO [main][CipherTest] transformation=SEED/CFB232/TBC 19:28:19,983 INFO [main][CipherTest] transformation=SEED/CFB232/TBCPADDING 19:28:19,984 INFO [main][CipherTest] transformation=SEED/CFB232/X9.23 19:28:19,984 INFO [main][CipherTest] transformation=SEED/CFB232/X9.23PADDING 19:28:19,984 INFO [main][CipherTest] transformation=SEED/CFB232/ZEROBYTE 19:28:19,984 INFO [main][CipherTest] transformation=SEED/CFB232/ZEROBYTEPADDING 19:28:19,984 INFO [main][CipherTest] transformation=SEED/CFB24/ 19:28:19,984 INFO [main][CipherTest] transformation=SEED/CFB24/ISO10126 19:28:19,984 INFO [main][CipherTest] transformation=SEED/CFB24/ISO10126-2 19:28:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/ISO10126-2PADDING 19:28:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/ISO10126PADDING 19:28:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/ISO7816-4 19:28:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/ISO7816-4PADDING 19:28:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/NOPADDING 19:28:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/PKCS5 19:28:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/PKCS5PADDING 19:28:19,986 INFO [main][CipherTest] transformation=SEED/CFB24/PKCS7 19:28:19,986 INFO [main][CipherTest] transformation=SEED/CFB24/PKCS7PADDING 19:28:19,986 INFO [main][CipherTest] transformation=SEED/CFB24/TBC 19:28:19,986 INFO [main][CipherTest] transformation=SEED/CFB24/TBCPADDING 19:28:19,986 INFO [main][CipherTest] transformation=SEED/CFB24/X9.23 19:28:19,986 INFO [main][CipherTest] transformation=SEED/CFB24/X9.23PADDING 19:28:19,987 INFO [main][CipherTest] transformation=SEED/CFB24/ZEROBYTE 19:28:19,987 INFO [main][CipherTest] transformation=SEED/CFB24/ZEROBYTEPADDING 19:28:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/ 19:28:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/ISO10126 19:28:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/ISO10126-2 19:28:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/ISO10126-2PADDING 19:28:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/ISO10126PADDING 19:28:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/ISO7816-4 19:28:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/ISO7816-4PADDING 19:28:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/NOPADDING 19:28:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/PKCS5 19:28:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/PKCS5PADDING 19:28:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/PKCS7 19:28:19,989 INFO [main][CipherTest] transformation=SEED/CFB240/PKCS7PADDING 19:28:19,989 INFO [main][CipherTest] transformation=SEED/CFB240/TBC 19:28:19,989 INFO [main][CipherTest] transformation=SEED/CFB240/TBCPADDING 19:28:19,989 INFO [main][CipherTest] transformation=SEED/CFB240/X9.23 19:28:19,989 INFO [main][CipherTest] transformation=SEED/CFB240/X9.23PADDING 19:28:19,989 INFO [main][CipherTest] transformation=SEED/CFB240/ZEROBYTE 19:28:19,989 INFO [main][CipherTest] transformation=SEED/CFB240/ZEROBYTEPADDING 19:28:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/ 19:28:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/ISO10126 19:28:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/ISO10126-2 19:28:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/ISO10126-2PADDING 19:28:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/ISO10126PADDING 19:28:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/ISO7816-4 19:28:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/ISO7816-4PADDING 19:28:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/NOPADDING 19:28:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/PKCS5 19:28:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/PKCS5PADDING 19:28:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/PKCS7 19:28:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/PKCS7PADDING 19:28:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/TBC 19:28:19,992 INFO [main][CipherTest] transformation=SEED/CFB248/TBCPADDING 19:28:19,992 INFO [main][CipherTest] transformation=SEED/CFB248/X9.23 19:28:19,992 INFO [main][CipherTest] transformation=SEED/CFB248/X9.23PADDING 19:28:19,992 INFO [main][CipherTest] transformation=SEED/CFB248/ZEROBYTE 19:28:19,992 INFO [main][CipherTest] transformation=SEED/CFB248/ZEROBYTEPADDING 19:28:19,992 INFO [main][CipherTest] transformation=SEED/CFB256/ 19:28:19,992 INFO [main][CipherTest] transformation=SEED/CFB256/ISO10126 19:28:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/ISO10126-2 19:28:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/ISO10126-2PADDING 19:28:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/ISO10126PADDING 19:28:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/ISO7816-4 19:28:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/ISO7816-4PADDING 19:28:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/NOPADDING 19:28:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/PKCS5 19:28:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/PKCS5PADDING 19:28:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/PKCS7 19:28:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/PKCS7PADDING 19:28:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/TBC 19:28:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/TBCPADDING 19:28:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/X9.23 19:28:19,995 INFO [main][CipherTest] transformation=SEED/CFB256/X9.23PADDING 19:28:19,995 INFO [main][CipherTest] transformation=SEED/CFB256/ZEROBYTE 19:28:19,995 INFO [main][CipherTest] transformation=SEED/CFB256/ZEROBYTEPADDING 19:28:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ 19:28:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ISO10126 19:28:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ISO10126-2 19:28:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ISO10126-2PADDING 19:28:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/ISO10126PADDING 19:28:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/ISO7816-4 19:28:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/ISO7816-4PADDING 19:28:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/NOPADDING 19:28:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/PKCS5 19:28:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/PKCS5PADDING 19:28:19,997 INFO [main][CipherTest] transformation=SEED/CFB32/PKCS7 19:28:19,997 INFO [main][CipherTest] transformation=SEED/CFB32/PKCS7PADDING 19:28:19,997 INFO [main][CipherTest] transformation=SEED/CFB32/TBC 19:28:19,997 INFO [main][CipherTest] transformation=SEED/CFB32/TBCPADDING 19:28:19,997 INFO [main][CipherTest] transformation=SEED/CFB32/X9.23 19:28:19,997 INFO [main][CipherTest] transformation=SEED/CFB32/X9.23PADDING 19:28:19,997 INFO [main][CipherTest] transformation=SEED/CFB32/ZEROBYTE 19:28:19,998 INFO [main][CipherTest] transformation=SEED/CFB32/ZEROBYTEPADDING 19:28:19,998 INFO [main][CipherTest] transformation=SEED/CFB40/ 19:28:19,998 INFO [main][CipherTest] transformation=SEED/CFB40/ISO10126 19:28:19,998 INFO [main][CipherTest] transformation=SEED/CFB40/ISO10126-2 19:28:19,998 INFO [main][CipherTest] transformation=SEED/CFB40/ISO10126-2PADDING 19:28:19,999 INFO [main][CipherTest] transformation=SEED/CFB40/ISO10126PADDING 19:28:19,999 INFO [main][CipherTest] transformation=SEED/CFB40/ISO7816-4 19:28:19,999 INFO [main][CipherTest] transformation=SEED/CFB40/ISO7816-4PADDING 19:28:19,999 INFO [main][CipherTest] transformation=SEED/CFB40/NOPADDING 19:28:19,999 INFO [main][CipherTest] transformation=SEED/CFB40/PKCS5 19:28:19,999 INFO [main][CipherTest] transformation=SEED/CFB40/PKCS5PADDING 19:28:20,000 INFO [main][CipherTest] transformation=SEED/CFB40/PKCS7 19:28:20,000 INFO [main][CipherTest] transformation=SEED/CFB40/PKCS7PADDING 19:28:20,000 INFO [main][CipherTest] transformation=SEED/CFB40/TBC 19:28:20,000 INFO [main][CipherTest] transformation=SEED/CFB40/TBCPADDING 19:28:20,000 INFO [main][CipherTest] transformation=SEED/CFB40/X9.23 19:28:20,000 INFO [main][CipherTest] transformation=SEED/CFB40/X9.23PADDING 19:28:20,001 INFO [main][CipherTest] transformation=SEED/CFB40/ZEROBYTE 19:28:20,001 INFO [main][CipherTest] transformation=SEED/CFB40/ZEROBYTEPADDING 19:28:20,001 INFO [main][CipherTest] transformation=SEED/CFB48/ 19:28:20,001 INFO [main][CipherTest] transformation=SEED/CFB48/ISO10126 19:28:20,001 INFO [main][CipherTest] transformation=SEED/CFB48/ISO10126-2 19:28:20,001 INFO [main][CipherTest] transformation=SEED/CFB48/ISO10126-2PADDING 19:28:20,002 INFO [main][CipherTest] transformation=SEED/CFB48/ISO10126PADDING 19:28:20,002 INFO [main][CipherTest] transformation=SEED/CFB48/ISO7816-4 19:28:20,002 INFO [main][CipherTest] transformation=SEED/CFB48/ISO7816-4PADDING 19:28:20,002 INFO [main][CipherTest] transformation=SEED/CFB48/NOPADDING 19:28:20,002 INFO [main][CipherTest] transformation=SEED/CFB48/PKCS5 19:28:20,003 INFO [main][CipherTest] transformation=SEED/CFB48/PKCS5PADDING 19:28:20,003 INFO [main][CipherTest] transformation=SEED/CFB48/PKCS7 19:28:20,003 INFO [main][CipherTest] transformation=SEED/CFB48/PKCS7PADDING 19:28:20,003 INFO [main][CipherTest] transformation=SEED/CFB48/TBC 19:28:20,003 INFO [main][CipherTest] transformation=SEED/CFB48/TBCPADDING 19:28:20,003 INFO [main][CipherTest] transformation=SEED/CFB48/X9.23 19:28:20,004 INFO [main][CipherTest] transformation=SEED/CFB48/X9.23PADDING 19:28:20,004 INFO [main][CipherTest] transformation=SEED/CFB48/ZEROBYTE 19:28:20,004 INFO [main][CipherTest] transformation=SEED/CFB48/ZEROBYTEPADDING 19:28:20,004 INFO [main][CipherTest] transformation=SEED/CFB56/ 19:28:20,004 INFO [main][CipherTest] transformation=SEED/CFB56/ISO10126 19:28:20,004 INFO [main][CipherTest] transformation=SEED/CFB56/ISO10126-2 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/ISO10126-2PADDING 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/ISO10126PADDING 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/ISO7816-4 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/ISO7816-4PADDING 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/NOPADDING 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/PKCS5 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/PKCS5PADDING 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/PKCS7 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/PKCS7PADDING 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/TBC 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/TBCPADDING 19:28:20,005 INFO [main][CipherTest] transformation=SEED/CFB56/X9.23 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB56/X9.23PADDING 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB56/ZEROBYTE 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB56/ZEROBYTEPADDING 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/ 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/ISO10126 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/ISO10126-2 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/ISO10126-2PADDING 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/ISO10126PADDING 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/ISO7816-4 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/ISO7816-4PADDING 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/NOPADDING 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/PKCS5 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/PKCS5PADDING 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/PKCS7 19:28:20,006 INFO [main][CipherTest] transformation=SEED/CFB64/PKCS7PADDING 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB64/TBC 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB64/TBCPADDING 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB64/X9.23 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB64/X9.23PADDING 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB64/ZEROBYTE 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB64/ZEROBYTEPADDING 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB72/ 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB72/ISO10126 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB72/ISO10126-2 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB72/ISO10126-2PADDING 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB72/ISO10126PADDING 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB72/ISO7816-4 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB72/ISO7816-4PADDING 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB72/NOPADDING 19:28:20,007 INFO [main][CipherTest] transformation=SEED/CFB72/PKCS5 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB72/PKCS5PADDING 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB72/PKCS7 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB72/PKCS7PADDING 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB72/TBC 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB72/TBCPADDING 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB72/X9.23 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB72/X9.23PADDING 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB72/ZEROBYTE 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB72/ZEROBYTEPADDING 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB8/ 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB8/ISO10126 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB8/ISO10126-2 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB8/ISO10126-2PADDING 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB8/ISO10126PADDING 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB8/ISO7816-4 19:28:20,008 INFO [main][CipherTest] transformation=SEED/CFB8/ISO7816-4PADDING 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/NOPADDING 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/PKCS5 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/PKCS5PADDING 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/PKCS7 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/PKCS7PADDING 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/TBC 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/TBCPADDING 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/X9.23 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/X9.23PADDING 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/ZEROBYTE 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB8/ZEROBYTEPADDING 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB80/ 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB80/ISO10126 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB80/ISO10126-2 19:28:20,009 INFO [main][CipherTest] transformation=SEED/CFB80/ISO10126-2PADDING 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/ISO10126PADDING 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/ISO7816-4 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/ISO7816-4PADDING 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/NOPADDING 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/PKCS5 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/PKCS5PADDING 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/PKCS7 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/PKCS7PADDING 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/TBC 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/TBCPADDING 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/X9.23 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/X9.23PADDING 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/ZEROBYTE 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB80/ZEROBYTEPADDING 19:28:20,010 INFO [main][CipherTest] transformation=SEED/CFB88/ 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/ISO10126 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/ISO10126-2 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/ISO10126-2PADDING 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/ISO10126PADDING 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/ISO7816-4 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/ISO7816-4PADDING 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/NOPADDING 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/PKCS5 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/PKCS5PADDING 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/PKCS7 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/PKCS7PADDING 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/TBC 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/TBCPADDING 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/X9.23 19:28:20,011 INFO [main][CipherTest] transformation=SEED/CFB88/X9.23PADDING 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB88/ZEROBYTE 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB88/ZEROBYTEPADDING 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/ 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/ISO10126 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/ISO10126-2 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/ISO10126-2PADDING 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/ISO10126PADDING 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/ISO7816-4 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/ISO7816-4PADDING 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/NOPADDING 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/PKCS5 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/PKCS5PADDING 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/PKCS7 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/PKCS7PADDING 19:28:20,012 INFO [main][CipherTest] transformation=SEED/CFB96/TBC 19:28:20,013 INFO [main][CipherTest] transformation=SEED/CFB96/TBCPADDING 19:28:20,013 INFO [main][CipherTest] transformation=SEED/CFB96/X9.23 19:28:20,013 INFO [main][CipherTest] transformation=SEED/CFB96/X9.23PADDING 19:28:20,013 INFO [main][CipherTest] transformation=SEED/CFB96/ZEROBYTE 19:28:20,013 INFO [main][CipherTest] transformation=SEED/CFB96/ZEROBYTEPADDING 19:28:20,013 INFO [main][CipherTest] transformation=SEED/CTS/ 19:28:20,013 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED/CTS/" does not support IV => Skipping. 19:28:20,013 INFO [main][CipherTest] transformation=SEED/CTS/NOPADDING 19:28:20,013 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED/CTS/NOPADDING" does not support IV => Skipping. 19:28:20,013 INFO [main][CipherTest] transformation=SEED/EAX/ 19:28:20,014 INFO [main][CipherTest] transformation=SEED/EAX/NOPADDING 19:28:20,014 INFO [main][CipherTest] transformation=SEED/ECB/ 19:28:20,015 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED/ECB/" does not support IV => Skipping. 19:28:20,015 INFO [main][CipherTest] transformation=SEED/ECB/NOPADDING 19:28:20,015 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED/ECB/NOPADDING" does not support IV => Skipping. 19:28:20,015 INFO [main][CipherTest] transformation=SEED/GCM/ 19:28:20,015 INFO [main][CipherTest] transformation=SEED/GCM/NOPADDING 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/ 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/ISO10126 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/ISO10126-2 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/ISO10126-2PADDING 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/ISO10126PADDING 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/ISO7816-4 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/ISO7816-4PADDING 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/NOPADDING 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/PKCS5 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/PKCS5PADDING 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/PKCS7 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/PKCS7PADDING 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/TBC 19:28:20,016 INFO [main][CipherTest] transformation=SEED/OFB/TBCPADDING 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB/X9.23 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB/X9.23PADDING 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB/ZEROBYTE 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB/ZEROBYTEPADDING 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/ 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/ISO10126 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/ISO10126-2 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/ISO10126-2PADDING 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/ISO10126PADDING 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/ISO7816-4 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/ISO7816-4PADDING 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/NOPADDING 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/PKCS5 19:28:20,017 INFO [main][CipherTest] transformation=SEED/OFB104/PKCS5PADDING 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB104/PKCS7 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB104/PKCS7PADDING 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB104/TBC 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB104/TBCPADDING 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB104/X9.23 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB104/X9.23PADDING 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB104/ZEROBYTE 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB104/ZEROBYTEPADDING 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB112/ 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB112/ISO10126 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB112/ISO10126-2 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB112/ISO10126-2PADDING 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB112/ISO10126PADDING 19:28:20,018 INFO [main][CipherTest] transformation=SEED/OFB112/ISO7816-4 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/ISO7816-4PADDING 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/NOPADDING 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/PKCS5 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/PKCS5PADDING 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/PKCS7 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/PKCS7PADDING 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/TBC 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/TBCPADDING 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/X9.23 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/X9.23PADDING 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/ZEROBYTE 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB112/ZEROBYTEPADDING 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB120/ 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB120/ISO10126 19:28:20,019 INFO [main][CipherTest] transformation=SEED/OFB120/ISO10126-2 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/ISO10126-2PADDING 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/ISO10126PADDING 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/ISO7816-4 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/ISO7816-4PADDING 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/NOPADDING 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/PKCS5 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/PKCS5PADDING 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/PKCS7 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/PKCS7PADDING 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/TBC 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/TBCPADDING 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/X9.23 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/X9.23PADDING 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/ZEROBYTE 19:28:20,020 INFO [main][CipherTest] transformation=SEED/OFB120/ZEROBYTEPADDING 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/ 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/ISO10126 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/ISO10126-2 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/ISO10126-2PADDING 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/ISO10126PADDING 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/ISO7816-4 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/ISO7816-4PADDING 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/NOPADDING 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/PKCS5 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/PKCS5PADDING 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/PKCS7 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/PKCS7PADDING 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/TBC 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/TBCPADDING 19:28:20,021 INFO [main][CipherTest] transformation=SEED/OFB128/X9.23 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB128/X9.23PADDING 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB128/ZEROBYTE 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB128/ZEROBYTEPADDING 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/ 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/ISO10126 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/ISO10126-2 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/ISO10126-2PADDING 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/ISO10126PADDING 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/ISO7816-4 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/ISO7816-4PADDING 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/NOPADDING 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/PKCS5 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/PKCS5PADDING 19:28:20,022 INFO [main][CipherTest] transformation=SEED/OFB136/PKCS7 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB136/PKCS7PADDING 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB136/TBC 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB136/TBCPADDING 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB136/X9.23 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB136/X9.23PADDING 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB136/ZEROBYTE 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB136/ZEROBYTEPADDING 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB144/ 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB144/ISO10126 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB144/ISO10126-2 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB144/ISO10126-2PADDING 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB144/ISO10126PADDING 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB144/ISO7816-4 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB144/ISO7816-4PADDING 19:28:20,023 INFO [main][CipherTest] transformation=SEED/OFB144/NOPADDING 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/PKCS5 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/PKCS5PADDING 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/PKCS7 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/PKCS7PADDING 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/TBC 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/TBCPADDING 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/X9.23 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/X9.23PADDING 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/ZEROBYTE 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB144/ZEROBYTEPADDING 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB152/ 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB152/ISO10126 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB152/ISO10126-2 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB152/ISO10126-2PADDING 19:28:20,024 INFO [main][CipherTest] transformation=SEED/OFB152/ISO10126PADDING 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/ISO7816-4 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/ISO7816-4PADDING 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/NOPADDING 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/PKCS5 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/PKCS5PADDING 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/PKCS7 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/PKCS7PADDING 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/TBC 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/TBCPADDING 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/X9.23 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/X9.23PADDING 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/ZEROBYTE 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB152/ZEROBYTEPADDING 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB16/ 19:28:20,025 INFO [main][CipherTest] transformation=SEED/OFB16/ISO10126 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/ISO10126-2 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/ISO10126-2PADDING 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/ISO10126PADDING 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/ISO7816-4 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/ISO7816-4PADDING 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/NOPADDING 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/PKCS5 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/PKCS5PADDING 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/PKCS7 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/PKCS7PADDING 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/TBC 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/TBCPADDING 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/X9.23 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/X9.23PADDING 19:28:20,026 INFO [main][CipherTest] transformation=SEED/OFB16/ZEROBYTE 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB16/ZEROBYTEPADDING 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/ 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/ISO10126 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/ISO10126-2 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/ISO10126-2PADDING 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/ISO10126PADDING 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/ISO7816-4 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/ISO7816-4PADDING 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/NOPADDING 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/PKCS5 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/PKCS5PADDING 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/PKCS7 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/PKCS7PADDING 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/TBC 19:28:20,027 INFO [main][CipherTest] transformation=SEED/OFB160/TBCPADDING 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB160/X9.23 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB160/X9.23PADDING 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB160/ZEROBYTE 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB160/ZEROBYTEPADDING 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/ 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/ISO10126 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/ISO10126-2 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/ISO10126-2PADDING 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/ISO10126PADDING 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/ISO7816-4 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/ISO7816-4PADDING 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/NOPADDING 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/PKCS5 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/PKCS5PADDING 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/PKCS7 19:28:20,028 INFO [main][CipherTest] transformation=SEED/OFB168/PKCS7PADDING 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB168/TBC 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB168/TBCPADDING 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB168/X9.23 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB168/X9.23PADDING 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB168/ZEROBYTE 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB168/ZEROBYTEPADDING 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB176/ 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB176/ISO10126 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB176/ISO10126-2 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB176/ISO10126-2PADDING 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB176/ISO10126PADDING 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB176/ISO7816-4 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB176/ISO7816-4PADDING 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB176/NOPADDING 19:28:20,029 INFO [main][CipherTest] transformation=SEED/OFB176/PKCS5 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB176/PKCS5PADDING 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB176/PKCS7 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB176/PKCS7PADDING 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB176/TBC 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB176/TBCPADDING 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB176/X9.23 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB176/X9.23PADDING 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB176/ZEROBYTE 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB176/ZEROBYTEPADDING 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB184/ 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB184/ISO10126 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB184/ISO10126-2 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB184/ISO10126-2PADDING 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB184/ISO10126PADDING 19:28:20,030 INFO [main][CipherTest] transformation=SEED/OFB184/ISO7816-4 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/ISO7816-4PADDING 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/NOPADDING 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/PKCS5 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/PKCS5PADDING 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/PKCS7 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/PKCS7PADDING 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/TBC 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/TBCPADDING 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/X9.23 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/X9.23PADDING 19:28:20,031 INFO [main][CipherTest] transformation=SEED/OFB184/ZEROBYTE 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB184/ZEROBYTEPADDING 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/ 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/ISO10126 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/ISO10126-2 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/ISO10126-2PADDING 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/ISO10126PADDING 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/ISO7816-4 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/ISO7816-4PADDING 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/NOPADDING 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/PKCS5 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/PKCS5PADDING 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/PKCS7 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/PKCS7PADDING 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/TBC 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/TBCPADDING 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/X9.23 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/X9.23PADDING 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/ZEROBYTE 19:28:20,032 INFO [main][CipherTest] transformation=SEED/OFB192/ZEROBYTEPADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/ 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/ISO10126 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/ISO10126-2 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/ISO10126-2PADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/ISO10126PADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/ISO7816-4 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/ISO7816-4PADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/NOPADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/PKCS5 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/PKCS5PADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/PKCS7 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/PKCS7PADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/TBC 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/TBCPADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/X9.23 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/X9.23PADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/ZEROBYTE 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB200/ZEROBYTEPADDING 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB208/ 19:28:20,033 INFO [main][CipherTest] transformation=SEED/OFB208/ISO10126 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/ISO10126-2 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/ISO10126-2PADDING 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/ISO10126PADDING 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/ISO7816-4 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/ISO7816-4PADDING 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/NOPADDING 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/PKCS5 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/PKCS5PADDING 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/PKCS7 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/PKCS7PADDING 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/TBC 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/TBCPADDING 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/X9.23 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/X9.23PADDING 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/ZEROBYTE 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB208/ZEROBYTEPADDING 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB216/ 19:28:20,034 INFO [main][CipherTest] transformation=SEED/OFB216/ISO10126 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/ISO10126-2 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/ISO10126-2PADDING 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/ISO10126PADDING 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/ISO7816-4 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/ISO7816-4PADDING 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/NOPADDING 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/PKCS5 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/PKCS5PADDING 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/PKCS7 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/PKCS7PADDING 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/TBC 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/TBCPADDING 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/X9.23 19:28:20,035 INFO [main][CipherTest] transformation=SEED/OFB216/X9.23PADDING 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB216/ZEROBYTE 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB216/ZEROBYTEPADDING 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/ 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/ISO10126 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/ISO10126-2 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/ISO10126-2PADDING 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/ISO10126PADDING 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/ISO7816-4 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/ISO7816-4PADDING 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/NOPADDING 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/PKCS5 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/PKCS5PADDING 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/PKCS7 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/PKCS7PADDING 19:28:20,036 INFO [main][CipherTest] transformation=SEED/OFB224/TBC 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB224/TBCPADDING 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB224/X9.23 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB224/X9.23PADDING 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB224/ZEROBYTE 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB224/ZEROBYTEPADDING 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/ 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/ISO10126 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/ISO10126-2 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/ISO10126-2PADDING 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/ISO10126PADDING 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/ISO7816-4 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/ISO7816-4PADDING 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/NOPADDING 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/PKCS5 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/PKCS5PADDING 19:28:20,037 INFO [main][CipherTest] transformation=SEED/OFB232/PKCS7 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB232/PKCS7PADDING 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB232/TBC 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB232/TBCPADDING 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB232/X9.23 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB232/X9.23PADDING 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB232/ZEROBYTE 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB232/ZEROBYTEPADDING 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB24/ 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB24/ISO10126 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB24/ISO10126-2 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB24/ISO10126-2PADDING 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB24/ISO10126PADDING 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB24/ISO7816-4 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB24/ISO7816-4PADDING 19:28:20,038 INFO [main][CipherTest] transformation=SEED/OFB24/NOPADDING 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/PKCS5 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/PKCS5PADDING 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/PKCS7 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/PKCS7PADDING 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/TBC 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/TBCPADDING 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/X9.23 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/X9.23PADDING 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/ZEROBYTE 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB24/ZEROBYTEPADDING 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB240/ 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB240/ISO10126 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB240/ISO10126-2 19:28:20,039 INFO [main][CipherTest] transformation=SEED/OFB240/ISO10126-2PADDING 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/ISO10126PADDING 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/ISO7816-4 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/ISO7816-4PADDING 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/NOPADDING 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/PKCS5 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/PKCS5PADDING 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/PKCS7 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/PKCS7PADDING 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/TBC 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/TBCPADDING 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/X9.23 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/X9.23PADDING 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/ZEROBYTE 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB240/ZEROBYTEPADDING 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB248/ 19:28:20,040 INFO [main][CipherTest] transformation=SEED/OFB248/ISO10126 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/ISO10126-2 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/ISO10126-2PADDING 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/ISO10126PADDING 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/ISO7816-4 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/ISO7816-4PADDING 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/NOPADDING 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/PKCS5 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/PKCS5PADDING 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/PKCS7 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/PKCS7PADDING 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/TBC 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/TBCPADDING 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/X9.23 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/X9.23PADDING 19:28:20,041 INFO [main][CipherTest] transformation=SEED/OFB248/ZEROBYTE 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB248/ZEROBYTEPADDING 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/ 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/ISO10126 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/ISO10126-2 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/ISO10126-2PADDING 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/ISO10126PADDING 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/ISO7816-4 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/ISO7816-4PADDING 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/NOPADDING 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/PKCS5 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/PKCS5PADDING 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/PKCS7 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/PKCS7PADDING 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/TBC 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/TBCPADDING 19:28:20,042 INFO [main][CipherTest] transformation=SEED/OFB256/X9.23 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB256/X9.23PADDING 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB256/ZEROBYTE 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB256/ZEROBYTEPADDING 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/ 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/ISO10126 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/ISO10126-2 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/ISO10126-2PADDING 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/ISO10126PADDING 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/ISO7816-4 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/ISO7816-4PADDING 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/NOPADDING 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/PKCS5 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/PKCS5PADDING 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/PKCS7 19:28:20,043 INFO [main][CipherTest] transformation=SEED/OFB32/PKCS7PADDING 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB32/TBC 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB32/TBCPADDING 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB32/X9.23 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB32/X9.23PADDING 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB32/ZEROBYTE 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB32/ZEROBYTEPADDING 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/ 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/ISO10126 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/ISO10126-2 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/ISO10126-2PADDING 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/ISO10126PADDING 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/ISO7816-4 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/ISO7816-4PADDING 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/NOPADDING 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/PKCS5 19:28:20,044 INFO [main][CipherTest] transformation=SEED/OFB40/PKCS5PADDING 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB40/PKCS7 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB40/PKCS7PADDING 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB40/TBC 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB40/TBCPADDING 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB40/X9.23 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB40/X9.23PADDING 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB40/ZEROBYTE 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB40/ZEROBYTEPADDING 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB48/ 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB48/ISO10126 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB48/ISO10126-2 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB48/ISO10126-2PADDING 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB48/ISO10126PADDING 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB48/ISO7816-4 19:28:20,045 INFO [main][CipherTest] transformation=SEED/OFB48/ISO7816-4PADDING 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/NOPADDING 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/PKCS5 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/PKCS5PADDING 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/PKCS7 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/PKCS7PADDING 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/TBC 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/TBCPADDING 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/X9.23 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/X9.23PADDING 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/ZEROBYTE 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB48/ZEROBYTEPADDING 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB56/ 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB56/ISO10126 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB56/ISO10126-2 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB56/ISO10126-2PADDING 19:28:20,046 INFO [main][CipherTest] transformation=SEED/OFB56/ISO10126PADDING 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/ISO7816-4 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/ISO7816-4PADDING 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/NOPADDING 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/PKCS5 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/PKCS5PADDING 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/PKCS7 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/PKCS7PADDING 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/TBC 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/TBCPADDING 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/X9.23 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/X9.23PADDING 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/ZEROBYTE 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB56/ZEROBYTEPADDING 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/ 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/ISO10126 19:28:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/ISO10126-2 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/ISO10126-2PADDING 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/ISO10126PADDING 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/ISO7816-4 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/ISO7816-4PADDING 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/NOPADDING 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/PKCS5 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/PKCS5PADDING 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/PKCS7 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/PKCS7PADDING 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/TBC 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/TBCPADDING 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/X9.23 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/X9.23PADDING 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/ZEROBYTE 19:28:20,048 INFO [main][CipherTest] transformation=SEED/OFB64/ZEROBYTEPADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/ 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/ISO10126 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/ISO10126-2 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/ISO10126-2PADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/ISO10126PADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/ISO7816-4 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/ISO7816-4PADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/NOPADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/PKCS5 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/PKCS5PADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/PKCS7 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/PKCS7PADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/TBC 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/TBCPADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/X9.23 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/X9.23PADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/ZEROBYTE 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB72/ZEROBYTEPADDING 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/ 19:28:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/ISO10126 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/ISO10126-2 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/ISO10126-2PADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/ISO10126PADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/ISO7816-4 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/ISO7816-4PADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/NOPADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/PKCS5 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/PKCS5PADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/PKCS7 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/PKCS7PADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/TBC 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/TBCPADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/X9.23 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/X9.23PADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/ZEROBYTE 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB8/ZEROBYTEPADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO10126 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO10126-2 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO10126-2PADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO10126PADDING 19:28:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO7816-4 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/ISO7816-4PADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/NOPADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/PKCS5 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/PKCS5PADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/PKCS7 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/PKCS7PADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/TBC 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/TBCPADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/X9.23 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/X9.23PADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/ZEROBYTE 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/ZEROBYTEPADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO10126 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO10126-2 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO10126-2PADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO10126PADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO7816-4 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO7816-4PADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/NOPADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/PKCS5 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/PKCS5PADDING 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/PKCS7 19:28:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/PKCS7PADDING 19:28:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/TBC 19:28:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/TBCPADDING 19:28:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/X9.23 19:28:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/X9.23PADDING 19:28:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/ZEROBYTE 19:28:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/ZEROBYTEPADDING 19:28:20,052 INFO [main][CipherTest] transformation=SEED/OFB96/ 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/ISO10126 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/ISO10126-2 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/ISO10126-2PADDING 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/ISO10126PADDING 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/ISO7816-4 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/ISO7816-4PADDING 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/NOPADDING 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/PKCS5 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/PKCS5PADDING 19:28:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/PKCS7 19:28:20,054 INFO [main][CipherTest] transformation=SEED/OFB96/PKCS7PADDING 19:28:20,054 INFO [main][CipherTest] transformation=SEED/OFB96/TBC 19:28:20,054 INFO [main][CipherTest] transformation=SEED/OFB96/TBCPADDING 19:28:20,054 INFO [main][CipherTest] transformation=SEED/OFB96/X9.23 19:28:20,054 INFO [main][CipherTest] transformation=SEED/OFB96/X9.23PADDING 19:28:20,054 INFO [main][CipherTest] transformation=SEED/OFB96/ZEROBYTE 19:28:20,054 INFO [main][CipherTest] transformation=SEED/OFB96/ZEROBYTEPADDING 19:28:20,054 INFO [main][CipherTest] transformation=SEED/SIC/ 19:28:20,054 INFO [main][CipherTest] transformation=SEED/SIC/ISO10126 19:28:20,054 INFO [main][CipherTest] transformation=SEED/SIC/ISO10126-2 19:28:20,054 INFO [main][CipherTest] transformation=SEED/SIC/ISO10126-2PADDING 19:28:20,054 INFO [main][CipherTest] transformation=SEED/SIC/ISO10126PADDING 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/ISO7816-4 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/ISO7816-4PADDING 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/NOPADDING 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/PKCS5 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/PKCS5PADDING 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/PKCS7 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/PKCS7PADDING 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/TBC 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/TBCPADDING 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/X9.23 19:28:20,055 INFO [main][CipherTest] transformation=SEED/SIC/X9.23PADDING 19:28:20,056 INFO [main][CipherTest] transformation=SEED/SIC/ZEROBYTE 19:28:20,056 INFO [main][CipherTest] transformation=SEED/SIC/ZEROBYTEPADDING 19:28:20,056 INFO [main][CipherTest] transformation=SERPENT// 19:28:20,056 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT//" does not support IV => Skipping. 19:28:20,056 INFO [main][CipherTest] transformation=SERPENT//NOPADDING 19:28:20,056 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT//NOPADDING" does not support IV => Skipping. 19:28:20,056 INFO [main][CipherTest] transformation=SERPENT/CBC-CTS/ 19:28:20,057 INFO [main][CipherTest] transformation=SERPENT/CBC-CTS/NOPADDING 19:28:20,057 INFO [main][CipherTest] transformation=SERPENT/CBC/ 19:28:20,057 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO10126 19:28:20,058 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO10126-2 19:28:20,058 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO10126-2PADDING 19:28:20,059 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO10126PADDING 19:28:20,059 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO7816-4 19:28:20,060 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO7816-4PADDING 19:28:20,060 INFO [main][CipherTest] transformation=SERPENT/CBC/NOPADDING 19:28:20,060 INFO [main][CipherTest] transformation=SERPENT/CBC/PKCS5 19:28:20,061 INFO [main][CipherTest] transformation=SERPENT/CBC/PKCS5PADDING 19:28:20,061 INFO [main][CipherTest] transformation=SERPENT/CBC/PKCS7 19:28:20,061 INFO [main][CipherTest] transformation=SERPENT/CBC/PKCS7PADDING 19:28:20,062 INFO [main][CipherTest] transformation=SERPENT/CBC/TBC 19:28:20,062 INFO [main][CipherTest] transformation=SERPENT/CBC/TBCPADDING 19:28:20,062 INFO [main][CipherTest] transformation=SERPENT/CBC/X9.23 19:28:20,063 INFO [main][CipherTest] transformation=SERPENT/CBC/X9.23PADDING 19:28:20,063 INFO [main][CipherTest] transformation=SERPENT/CBC/ZEROBYTE 19:28:20,063 INFO [main][CipherTest] transformation=SERPENT/CBC/ZEROBYTEPADDING 19:28:20,063 INFO [main][CipherTest] transformation=SERPENT/CCM/ 19:28:20,064 ERROR [main][CipherTest] transformation "SERPENT/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:20,064 INFO [main][CipherTest] transformation=SERPENT/CCM/NOPADDING 19:28:20,064 ERROR [main][CipherTest] transformation "SERPENT/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:20,064 INFO [main][CipherTest] transformation=SERPENT/CFB/ 19:28:20,064 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO10126 19:28:20,064 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO10126-2 19:28:20,065 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO10126-2PADDING 19:28:20,065 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO10126PADDING 19:28:20,065 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO7816-4 19:28:20,065 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO7816-4PADDING 19:28:20,066 INFO [main][CipherTest] transformation=SERPENT/CFB/NOPADDING 19:28:20,066 INFO [main][CipherTest] transformation=SERPENT/CFB/PKCS5 19:28:20,066 INFO [main][CipherTest] transformation=SERPENT/CFB/PKCS5PADDING 19:28:20,066 INFO [main][CipherTest] transformation=SERPENT/CFB/PKCS7 19:28:20,067 INFO [main][CipherTest] transformation=SERPENT/CFB/PKCS7PADDING 19:28:20,067 INFO [main][CipherTest] transformation=SERPENT/CFB/TBC 19:28:20,067 INFO [main][CipherTest] transformation=SERPENT/CFB/TBCPADDING 19:28:20,067 INFO [main][CipherTest] transformation=SERPENT/CFB/X9.23 19:28:20,068 INFO [main][CipherTest] transformation=SERPENT/CFB/X9.23PADDING 19:28:20,068 INFO [main][CipherTest] transformation=SERPENT/CFB/ZEROBYTE 19:28:20,068 INFO [main][CipherTest] transformation=SERPENT/CFB/ZEROBYTEPADDING 19:28:20,069 INFO [main][CipherTest] transformation=SERPENT/CFB104/ 19:28:20,069 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO10126 19:28:20,069 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO10126-2 19:28:20,070 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO10126-2PADDING 19:28:20,070 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO10126PADDING 19:28:20,070 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO7816-4 19:28:20,071 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO7816-4PADDING 19:28:20,071 INFO [main][CipherTest] transformation=SERPENT/CFB104/NOPADDING 19:28:20,071 INFO [main][CipherTest] transformation=SERPENT/CFB104/PKCS5 19:28:20,072 INFO [main][CipherTest] transformation=SERPENT/CFB104/PKCS5PADDING 19:28:20,072 INFO [main][CipherTest] transformation=SERPENT/CFB104/PKCS7 19:28:20,072 INFO [main][CipherTest] transformation=SERPENT/CFB104/PKCS7PADDING 19:28:20,072 INFO [main][CipherTest] transformation=SERPENT/CFB104/TBC 19:28:20,073 INFO [main][CipherTest] transformation=SERPENT/CFB104/TBCPADDING 19:28:20,073 INFO [main][CipherTest] transformation=SERPENT/CFB104/X9.23 19:28:20,073 INFO [main][CipherTest] transformation=SERPENT/CFB104/X9.23PADDING 19:28:20,074 INFO [main][CipherTest] transformation=SERPENT/CFB104/ZEROBYTE 19:28:20,074 INFO [main][CipherTest] transformation=SERPENT/CFB104/ZEROBYTEPADDING 19:28:20,074 INFO [main][CipherTest] transformation=SERPENT/CFB112/ 19:28:20,074 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO10126 19:28:20,075 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO10126-2 19:28:20,075 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO10126-2PADDING 19:28:20,075 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO10126PADDING 19:28:20,076 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO7816-4 19:28:20,076 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO7816-4PADDING 19:28:20,076 INFO [main][CipherTest] transformation=SERPENT/CFB112/NOPADDING 19:28:20,076 INFO [main][CipherTest] transformation=SERPENT/CFB112/PKCS5 19:28:20,077 INFO [main][CipherTest] transformation=SERPENT/CFB112/PKCS5PADDING 19:28:20,077 INFO [main][CipherTest] transformation=SERPENT/CFB112/PKCS7 19:28:20,077 INFO [main][CipherTest] transformation=SERPENT/CFB112/PKCS7PADDING 19:28:20,078 INFO [main][CipherTest] transformation=SERPENT/CFB112/TBC 19:28:20,078 INFO [main][CipherTest] transformation=SERPENT/CFB112/TBCPADDING 19:28:20,078 INFO [main][CipherTest] transformation=SERPENT/CFB112/X9.23 19:28:20,078 INFO [main][CipherTest] transformation=SERPENT/CFB112/X9.23PADDING 19:28:20,079 INFO [main][CipherTest] transformation=SERPENT/CFB112/ZEROBYTE 19:28:20,079 INFO [main][CipherTest] transformation=SERPENT/CFB112/ZEROBYTEPADDING 19:28:20,079 INFO [main][CipherTest] transformation=SERPENT/CFB120/ 19:28:20,080 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO10126 19:28:20,080 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO10126-2 19:28:20,080 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO10126-2PADDING 19:28:20,081 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO10126PADDING 19:28:20,081 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO7816-4 19:28:20,081 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO7816-4PADDING 19:28:20,081 INFO [main][CipherTest] transformation=SERPENT/CFB120/NOPADDING 19:28:20,082 INFO [main][CipherTest] transformation=SERPENT/CFB120/PKCS5 19:28:20,082 INFO [main][CipherTest] transformation=SERPENT/CFB120/PKCS5PADDING 19:28:20,082 INFO [main][CipherTest] transformation=SERPENT/CFB120/PKCS7 19:28:20,083 INFO [main][CipherTest] transformation=SERPENT/CFB120/PKCS7PADDING 19:28:20,083 INFO [main][CipherTest] transformation=SERPENT/CFB120/TBC 19:28:20,083 INFO [main][CipherTest] transformation=SERPENT/CFB120/TBCPADDING 19:28:20,083 INFO [main][CipherTest] transformation=SERPENT/CFB120/X9.23 19:28:20,084 INFO [main][CipherTest] transformation=SERPENT/CFB120/X9.23PADDING 19:28:20,084 INFO [main][CipherTest] transformation=SERPENT/CFB120/ZEROBYTE 19:28:20,084 INFO [main][CipherTest] transformation=SERPENT/CFB120/ZEROBYTEPADDING 19:28:20,085 INFO [main][CipherTest] transformation=SERPENT/CFB128/ 19:28:20,085 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO10126 19:28:20,085 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO10126-2 19:28:20,085 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO10126-2PADDING 19:28:20,086 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO10126PADDING 19:28:20,086 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO7816-4 19:28:20,086 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO7816-4PADDING 19:28:20,087 INFO [main][CipherTest] transformation=SERPENT/CFB128/NOPADDING 19:28:20,087 INFO [main][CipherTest] transformation=SERPENT/CFB128/PKCS5 19:28:20,087 INFO [main][CipherTest] transformation=SERPENT/CFB128/PKCS5PADDING 19:28:20,088 INFO [main][CipherTest] transformation=SERPENT/CFB128/PKCS7 19:28:20,088 INFO [main][CipherTest] transformation=SERPENT/CFB128/PKCS7PADDING 19:28:20,088 INFO [main][CipherTest] transformation=SERPENT/CFB128/TBC 19:28:20,089 INFO [main][CipherTest] transformation=SERPENT/CFB128/TBCPADDING 19:28:20,089 INFO [main][CipherTest] transformation=SERPENT/CFB128/X9.23 19:28:20,090 INFO [main][CipherTest] transformation=SERPENT/CFB128/X9.23PADDING 19:28:20,090 INFO [main][CipherTest] transformation=SERPENT/CFB128/ZEROBYTE 19:28:20,090 INFO [main][CipherTest] transformation=SERPENT/CFB128/ZEROBYTEPADDING 19:28:20,090 INFO [main][CipherTest] transformation=SERPENT/CFB136/ 19:28:20,091 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO10126 19:28:20,091 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO10126-2 19:28:20,091 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO10126-2PADDING 19:28:20,092 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO10126PADDING 19:28:20,092 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO7816-4 19:28:20,092 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO7816-4PADDING 19:28:20,093 INFO [main][CipherTest] transformation=SERPENT/CFB136/NOPADDING 19:28:20,093 INFO [main][CipherTest] transformation=SERPENT/CFB136/PKCS5 19:28:20,093 INFO [main][CipherTest] transformation=SERPENT/CFB136/PKCS5PADDING 19:28:20,093 INFO [main][CipherTest] transformation=SERPENT/CFB136/PKCS7 19:28:20,094 INFO [main][CipherTest] transformation=SERPENT/CFB136/PKCS7PADDING 19:28:20,094 INFO [main][CipherTest] transformation=SERPENT/CFB136/TBC 19:28:20,094 INFO [main][CipherTest] transformation=SERPENT/CFB136/TBCPADDING 19:28:20,095 INFO [main][CipherTest] transformation=SERPENT/CFB136/X9.23 19:28:20,095 INFO [main][CipherTest] transformation=SERPENT/CFB136/X9.23PADDING 19:28:20,095 INFO [main][CipherTest] transformation=SERPENT/CFB136/ZEROBYTE 19:28:20,095 INFO [main][CipherTest] transformation=SERPENT/CFB136/ZEROBYTEPADDING 19:28:20,096 INFO [main][CipherTest] transformation=SERPENT/CFB144/ 19:28:20,096 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO10126 19:28:20,096 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO10126-2 19:28:20,097 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO10126-2PADDING 19:28:20,097 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO10126PADDING 19:28:20,097 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO7816-4 19:28:20,097 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO7816-4PADDING 19:28:20,098 INFO [main][CipherTest] transformation=SERPENT/CFB144/NOPADDING 19:28:20,098 INFO [main][CipherTest] transformation=SERPENT/CFB144/PKCS5 19:28:20,103 INFO [main][CipherTest] transformation=SERPENT/CFB144/PKCS5PADDING 19:28:20,103 INFO [main][CipherTest] transformation=SERPENT/CFB144/PKCS7 19:28:20,103 INFO [main][CipherTest] transformation=SERPENT/CFB144/PKCS7PADDING 19:28:20,103 INFO [main][CipherTest] transformation=SERPENT/CFB144/TBC 19:28:20,104 INFO [main][CipherTest] transformation=SERPENT/CFB144/TBCPADDING 19:28:20,104 INFO [main][CipherTest] transformation=SERPENT/CFB144/X9.23 19:28:20,104 INFO [main][CipherTest] transformation=SERPENT/CFB144/X9.23PADDING 19:28:20,105 INFO [main][CipherTest] transformation=SERPENT/CFB144/ZEROBYTE 19:28:20,105 INFO [main][CipherTest] transformation=SERPENT/CFB144/ZEROBYTEPADDING 19:28:20,105 INFO [main][CipherTest] transformation=SERPENT/CFB152/ 19:28:20,106 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO10126 19:28:20,106 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO10126-2 19:28:20,106 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO10126-2PADDING 19:28:20,106 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO10126PADDING 19:28:20,107 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO7816-4 19:28:20,107 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO7816-4PADDING 19:28:20,107 INFO [main][CipherTest] transformation=SERPENT/CFB152/NOPADDING 19:28:20,108 INFO [main][CipherTest] transformation=SERPENT/CFB152/PKCS5 19:28:20,108 INFO [main][CipherTest] transformation=SERPENT/CFB152/PKCS5PADDING 19:28:20,108 INFO [main][CipherTest] transformation=SERPENT/CFB152/PKCS7 19:28:20,108 INFO [main][CipherTest] transformation=SERPENT/CFB152/PKCS7PADDING 19:28:20,109 INFO [main][CipherTest] transformation=SERPENT/CFB152/TBC 19:28:20,109 INFO [main][CipherTest] transformation=SERPENT/CFB152/TBCPADDING 19:28:20,109 INFO [main][CipherTest] transformation=SERPENT/CFB152/X9.23 19:28:20,110 INFO [main][CipherTest] transformation=SERPENT/CFB152/X9.23PADDING 19:28:20,110 INFO [main][CipherTest] transformation=SERPENT/CFB152/ZEROBYTE 19:28:20,110 INFO [main][CipherTest] transformation=SERPENT/CFB152/ZEROBYTEPADDING 19:28:20,111 INFO [main][CipherTest] transformation=SERPENT/CFB16/ 19:28:20,111 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO10126 19:28:20,112 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO10126-2 19:28:20,112 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO10126-2PADDING 19:28:20,112 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO10126PADDING 19:28:20,113 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO7816-4 19:28:20,113 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO7816-4PADDING 19:28:20,113 INFO [main][CipherTest] transformation=SERPENT/CFB16/NOPADDING 19:28:20,113 INFO [main][CipherTest] transformation=SERPENT/CFB16/PKCS5 19:28:20,114 INFO [main][CipherTest] transformation=SERPENT/CFB16/PKCS5PADDING 19:28:20,114 INFO [main][CipherTest] transformation=SERPENT/CFB16/PKCS7 19:28:20,114 INFO [main][CipherTest] transformation=SERPENT/CFB16/PKCS7PADDING 19:28:20,115 INFO [main][CipherTest] transformation=SERPENT/CFB16/TBC 19:28:20,115 INFO [main][CipherTest] transformation=SERPENT/CFB16/TBCPADDING 19:28:20,115 INFO [main][CipherTest] transformation=SERPENT/CFB16/X9.23 19:28:20,115 INFO [main][CipherTest] transformation=SERPENT/CFB16/X9.23PADDING 19:28:20,116 INFO [main][CipherTest] transformation=SERPENT/CFB16/ZEROBYTE 19:28:20,116 INFO [main][CipherTest] transformation=SERPENT/CFB16/ZEROBYTEPADDING 19:28:20,116 INFO [main][CipherTest] transformation=SERPENT/CFB160/ 19:28:20,117 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO10126 19:28:20,117 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO10126-2 19:28:20,117 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO10126-2PADDING 19:28:20,118 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO10126PADDING 19:28:20,118 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO7816-4 19:28:20,118 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO7816-4PADDING 19:28:20,118 INFO [main][CipherTest] transformation=SERPENT/CFB160/NOPADDING 19:28:20,119 INFO [main][CipherTest] transformation=SERPENT/CFB160/PKCS5 19:28:20,119 INFO [main][CipherTest] transformation=SERPENT/CFB160/PKCS5PADDING 19:28:20,119 INFO [main][CipherTest] transformation=SERPENT/CFB160/PKCS7 19:28:20,120 INFO [main][CipherTest] transformation=SERPENT/CFB160/PKCS7PADDING 19:28:20,120 INFO [main][CipherTest] transformation=SERPENT/CFB160/TBC 19:28:20,120 INFO [main][CipherTest] transformation=SERPENT/CFB160/TBCPADDING 19:28:20,120 INFO [main][CipherTest] transformation=SERPENT/CFB160/X9.23 19:28:20,121 INFO [main][CipherTest] transformation=SERPENT/CFB160/X9.23PADDING 19:28:20,121 INFO [main][CipherTest] transformation=SERPENT/CFB160/ZEROBYTE 19:28:20,121 INFO [main][CipherTest] transformation=SERPENT/CFB160/ZEROBYTEPADDING 19:28:20,122 INFO [main][CipherTest] transformation=SERPENT/CFB168/ 19:28:20,122 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO10126 19:28:20,122 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO10126-2 19:28:20,122 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO10126-2PADDING 19:28:20,123 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO10126PADDING 19:28:20,123 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO7816-4 19:28:20,125 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO7816-4PADDING 19:28:20,126 INFO [main][CipherTest] transformation=SERPENT/CFB168/NOPADDING 19:28:20,126 INFO [main][CipherTest] transformation=SERPENT/CFB168/PKCS5 19:28:20,126 INFO [main][CipherTest] transformation=SERPENT/CFB168/PKCS5PADDING 19:28:20,127 INFO [main][CipherTest] transformation=SERPENT/CFB168/PKCS7 19:28:20,127 INFO [main][CipherTest] transformation=SERPENT/CFB168/PKCS7PADDING 19:28:20,127 INFO [main][CipherTest] transformation=SERPENT/CFB168/TBC 19:28:20,127 INFO [main][CipherTest] transformation=SERPENT/CFB168/TBCPADDING 19:28:20,128 INFO [main][CipherTest] transformation=SERPENT/CFB168/X9.23 19:28:20,128 INFO [main][CipherTest] transformation=SERPENT/CFB168/X9.23PADDING 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB168/ZEROBYTE 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB168/ZEROBYTEPADDING 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/ 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO10126 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO10126-2 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO10126-2PADDING 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO10126PADDING 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO7816-4 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO7816-4PADDING 19:28:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/NOPADDING 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/PKCS5 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/PKCS5PADDING 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/PKCS7 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/PKCS7PADDING 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/TBC 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/TBCPADDING 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/X9.23 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/X9.23PADDING 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/ZEROBYTE 19:28:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/ZEROBYTEPADDING 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/ 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO10126 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO10126-2 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO10126-2PADDING 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO10126PADDING 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO7816-4 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO7816-4PADDING 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/NOPADDING 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/PKCS5 19:28:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB184/PKCS5PADDING 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/PKCS7 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/PKCS7PADDING 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/TBC 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/TBCPADDING 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/X9.23 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/X9.23PADDING 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/ZEROBYTE 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/ZEROBYTEPADDING 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB192/ 19:28:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO10126 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO10126-2 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO10126-2PADDING 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO10126PADDING 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO7816-4 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO7816-4PADDING 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/NOPADDING 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/PKCS5 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/PKCS5PADDING 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/PKCS7 19:28:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB192/PKCS7PADDING 19:28:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/TBC 19:28:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/TBCPADDING 19:28:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/X9.23 19:28:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/X9.23PADDING 19:28:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/ZEROBYTE 19:28:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/ZEROBYTEPADDING 19:28:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB200/ 19:28:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO10126 19:28:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO10126-2 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO10126-2PADDING 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO10126PADDING 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO7816-4 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO7816-4PADDING 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/NOPADDING 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/PKCS5 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/PKCS5PADDING 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/PKCS7 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/PKCS7PADDING 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/TBC 19:28:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB200/TBCPADDING 19:28:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB200/X9.23 19:28:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB200/X9.23PADDING 19:28:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB200/ZEROBYTE 19:28:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB200/ZEROBYTEPADDING 19:28:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB208/ 19:28:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO10126 19:28:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO10126-2 19:28:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO10126-2PADDING 19:28:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO10126PADDING 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO7816-4 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO7816-4PADDING 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/NOPADDING 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/PKCS5 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/PKCS5PADDING 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/PKCS7 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/PKCS7PADDING 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/TBC 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/TBCPADDING 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/X9.23 19:28:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB208/X9.23PADDING 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB208/ZEROBYTE 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB208/ZEROBYTEPADDING 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB216/ 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO10126 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO10126-2 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO10126-2PADDING 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO10126PADDING 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO7816-4 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO7816-4PADDING 19:28:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB216/NOPADDING 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/PKCS5 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/PKCS5PADDING 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/PKCS7 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/PKCS7PADDING 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/TBC 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/TBCPADDING 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/X9.23 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/X9.23PADDING 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/ZEROBYTE 19:28:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB216/ZEROBYTEPADDING 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/ 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO10126 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO10126-2 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO10126-2PADDING 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO10126PADDING 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO7816-4 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO7816-4PADDING 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/NOPADDING 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/PKCS5 19:28:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB224/PKCS5PADDING 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB224/PKCS7 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB224/PKCS7PADDING 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB224/TBC 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB224/TBCPADDING 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB224/X9.23 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB224/X9.23PADDING 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB224/ZEROBYTE 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB224/ZEROBYTEPADDING 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB232/ 19:28:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO10126 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO10126-2 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO10126-2PADDING 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO10126PADDING 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO7816-4 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO7816-4PADDING 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/NOPADDING 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/PKCS5 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/PKCS5PADDING 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/PKCS7 19:28:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB232/PKCS7PADDING 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB232/TBC 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB232/TBCPADDING 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB232/X9.23 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB232/X9.23PADDING 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB232/ZEROBYTE 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB232/ZEROBYTEPADDING 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB24/ 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO10126 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO10126-2 19:28:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO10126-2PADDING 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO10126PADDING 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO7816-4 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO7816-4PADDING 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/NOPADDING 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/PKCS5 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/PKCS5PADDING 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/PKCS7 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/PKCS7PADDING 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/TBC 19:28:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB24/TBCPADDING 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB24/X9.23 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB24/X9.23PADDING 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB24/ZEROBYTE 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB24/ZEROBYTEPADDING 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB240/ 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO10126 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO10126-2 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO10126-2PADDING 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO10126PADDING 19:28:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO7816-4 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO7816-4PADDING 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/NOPADDING 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/PKCS5 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/PKCS5PADDING 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/PKCS7 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/PKCS7PADDING 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/TBC 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/TBCPADDING 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/X9.23 19:28:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB240/X9.23PADDING 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB240/ZEROBYTE 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB240/ZEROBYTEPADDING 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB248/ 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO10126 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO10126-2 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO10126-2PADDING 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO10126PADDING 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO7816-4 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO7816-4PADDING 19:28:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB248/NOPADDING 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/PKCS5 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/PKCS5PADDING 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/PKCS7 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/PKCS7PADDING 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/TBC 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/TBCPADDING 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/X9.23 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/X9.23PADDING 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/ZEROBYTE 19:28:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB248/ZEROBYTEPADDING 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/ 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO10126 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO10126-2 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO10126-2PADDING 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO10126PADDING 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO7816-4 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO7816-4PADDING 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/NOPADDING 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/PKCS5 19:28:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB256/PKCS5PADDING 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB256/PKCS7 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB256/PKCS7PADDING 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB256/TBC 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB256/TBCPADDING 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB256/X9.23 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB256/X9.23PADDING 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB256/ZEROBYTE 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB256/ZEROBYTEPADDING 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB32/ 19:28:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO10126 19:28:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO10126-2 19:28:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO10126-2PADDING 19:28:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO10126PADDING 19:28:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO7816-4 19:28:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO7816-4PADDING 19:28:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB32/NOPADDING 19:28:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB32/PKCS5 19:28:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB32/PKCS5PADDING 19:28:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB32/PKCS7 19:28:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB32/PKCS7PADDING 19:28:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB32/TBC 19:28:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB32/TBCPADDING 19:28:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB32/X9.23 19:28:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB32/X9.23PADDING 19:28:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB32/ZEROBYTE 19:28:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB32/ZEROBYTEPADDING 19:28:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB40/ 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO10126 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO10126-2 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO10126-2PADDING 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO10126PADDING 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO7816-4 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO7816-4PADDING 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/NOPADDING 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/PKCS5 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/PKCS5PADDING 19:28:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB40/PKCS7 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB40/PKCS7PADDING 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB40/TBC 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB40/TBCPADDING 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB40/X9.23 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB40/X9.23PADDING 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB40/ZEROBYTE 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB40/ZEROBYTEPADDING 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB48/ 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO10126 19:28:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO10126-2 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO10126-2PADDING 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO10126PADDING 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO7816-4 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO7816-4PADDING 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/NOPADDING 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/PKCS5 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/PKCS5PADDING 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/PKCS7 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/PKCS7PADDING 19:28:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB48/TBC 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB48/TBCPADDING 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB48/X9.23 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB48/X9.23PADDING 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB48/ZEROBYTE 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB48/ZEROBYTEPADDING 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB56/ 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO10126 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO10126-2 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO10126-2PADDING 19:28:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO10126PADDING 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO7816-4 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO7816-4PADDING 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/NOPADDING 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/PKCS5 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/PKCS5PADDING 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/PKCS7 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/PKCS7PADDING 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/TBC 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/TBCPADDING 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/X9.23 19:28:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB56/X9.23PADDING 19:28:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB56/ZEROBYTE 19:28:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB56/ZEROBYTEPADDING 19:28:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB64/ 19:28:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO10126 19:28:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO10126-2 19:28:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO10126-2PADDING 19:28:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO10126PADDING 19:28:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO7816-4 19:28:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO7816-4PADDING 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/NOPADDING 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/PKCS5 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/PKCS5PADDING 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/PKCS7 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/PKCS7PADDING 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/TBC 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/TBCPADDING 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/X9.23 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/X9.23PADDING 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/ZEROBYTE 19:28:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB64/ZEROBYTEPADDING 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/ 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO10126 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO10126-2 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO10126-2PADDING 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO10126PADDING 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO7816-4 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO7816-4PADDING 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/NOPADDING 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/PKCS5 19:28:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB72/PKCS5PADDING 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB72/PKCS7 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB72/PKCS7PADDING 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB72/TBC 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB72/TBCPADDING 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB72/X9.23 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB72/X9.23PADDING 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB72/ZEROBYTE 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB72/ZEROBYTEPADDING 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB8/ 19:28:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO10126 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO10126-2 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO10126-2PADDING 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO10126PADDING 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO7816-4 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO7816-4PADDING 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/NOPADDING 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/PKCS5 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/PKCS5PADDING 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/PKCS7 19:28:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB8/PKCS7PADDING 19:28:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB8/TBC 19:28:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB8/TBCPADDING 19:28:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB8/X9.23 19:28:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB8/X9.23PADDING 19:28:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB8/ZEROBYTE 19:28:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB8/ZEROBYTEPADDING 19:28:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB80/ 19:28:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO10126 19:28:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO10126-2 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO10126-2PADDING 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO10126PADDING 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO7816-4 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO7816-4PADDING 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/NOPADDING 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/PKCS5 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/PKCS5PADDING 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/PKCS7 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/PKCS7PADDING 19:28:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB80/TBC 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB80/TBCPADDING 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB80/X9.23 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB80/X9.23PADDING 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB80/ZEROBYTE 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB80/ZEROBYTEPADDING 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB88/ 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO10126 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO10126-2 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO10126-2PADDING 19:28:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO10126PADDING 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO7816-4 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO7816-4PADDING 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/NOPADDING 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/PKCS5 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/PKCS5PADDING 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/PKCS7 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/PKCS7PADDING 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/TBC 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/TBCPADDING 19:28:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB88/X9.23 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB88/X9.23PADDING 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB88/ZEROBYTE 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB88/ZEROBYTEPADDING 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB96/ 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO10126 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO10126-2 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO10126-2PADDING 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO10126PADDING 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO7816-4 19:28:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO7816-4PADDING 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/NOPADDING 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/PKCS5 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/PKCS5PADDING 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/PKCS7 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/PKCS7PADDING 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/TBC 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/TBCPADDING 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/X9.23 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/X9.23PADDING 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/ZEROBYTE 19:28:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB96/ZEROBYTEPADDING 19:28:20,169 INFO [main][CipherTest] transformation=SERPENT/CTS/ 19:28:20,169 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT/CTS/" does not support IV => Skipping. 19:28:20,169 INFO [main][CipherTest] transformation=SERPENT/CTS/NOPADDING 19:28:20,169 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT/CTS/NOPADDING" does not support IV => Skipping. 19:28:20,169 INFO [main][CipherTest] transformation=SERPENT/EAX/ 19:28:20,170 INFO [main][CipherTest] transformation=SERPENT/EAX/NOPADDING 19:28:20,171 INFO [main][CipherTest] transformation=SERPENT/ECB/ 19:28:20,171 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT/ECB/" does not support IV => Skipping. 19:28:20,171 INFO [main][CipherTest] transformation=SERPENT/ECB/NOPADDING 19:28:20,171 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT/ECB/NOPADDING" does not support IV => Skipping. 19:28:20,171 INFO [main][CipherTest] transformation=SERPENT/GCM/ 19:28:20,172 INFO [main][CipherTest] transformation=SERPENT/GCM/NOPADDING 19:28:20,172 INFO [main][CipherTest] transformation=SERPENT/OFB/ 19:28:20,172 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO10126 19:28:20,173 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO10126-2 19:28:20,173 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO10126-2PADDING 19:28:20,173 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO10126PADDING 19:28:20,173 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO7816-4 19:28:20,173 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO7816-4PADDING 19:28:20,173 INFO [main][CipherTest] transformation=SERPENT/OFB/NOPADDING 19:28:20,173 INFO [main][CipherTest] transformation=SERPENT/OFB/PKCS5 19:28:20,173 INFO [main][CipherTest] transformation=SERPENT/OFB/PKCS5PADDING 19:28:20,173 INFO [main][CipherTest] transformation=SERPENT/OFB/PKCS7 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB/PKCS7PADDING 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB/TBC 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB/TBCPADDING 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB/X9.23 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB/X9.23PADDING 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB/ZEROBYTE 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB/ZEROBYTEPADDING 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB104/ 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO10126 19:28:20,174 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO10126-2 19:28:20,175 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO10126-2PADDING 19:28:20,175 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO10126PADDING 19:28:20,175 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO7816-4 19:28:20,175 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO7816-4PADDING 19:28:20,175 INFO [main][CipherTest] transformation=SERPENT/OFB104/NOPADDING 19:28:20,175 INFO [main][CipherTest] transformation=SERPENT/OFB104/PKCS5 19:28:20,175 INFO [main][CipherTest] transformation=SERPENT/OFB104/PKCS5PADDING 19:28:20,175 INFO [main][CipherTest] transformation=SERPENT/OFB104/PKCS7 19:28:20,175 INFO [main][CipherTest] transformation=SERPENT/OFB104/PKCS7PADDING 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB104/TBC 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB104/TBCPADDING 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB104/X9.23 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB104/X9.23PADDING 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB104/ZEROBYTE 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB104/ZEROBYTEPADDING 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB112/ 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO10126 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO10126-2 19:28:20,176 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO10126-2PADDING 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO10126PADDING 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO7816-4 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO7816-4PADDING 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/NOPADDING 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/PKCS5 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/PKCS5PADDING 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/PKCS7 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/PKCS7PADDING 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/TBC 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/TBCPADDING 19:28:20,177 INFO [main][CipherTest] transformation=SERPENT/OFB112/X9.23 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB112/X9.23PADDING 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB112/ZEROBYTE 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB112/ZEROBYTEPADDING 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB120/ 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO10126 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO10126-2 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO10126-2PADDING 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO10126PADDING 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO7816-4 19:28:20,178 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO7816-4PADDING 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/NOPADDING 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/PKCS5 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/PKCS5PADDING 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/PKCS7 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/PKCS7PADDING 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/TBC 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/TBCPADDING 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/X9.23 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/X9.23PADDING 19:28:20,179 INFO [main][CipherTest] transformation=SERPENT/OFB120/ZEROBYTE 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB120/ZEROBYTEPADDING 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB128/ 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO10126 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO10126-2 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO10126-2PADDING 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO10126PADDING 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO7816-4 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO7816-4PADDING 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB128/NOPADDING 19:28:20,180 INFO [main][CipherTest] transformation=SERPENT/OFB128/PKCS5 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB128/PKCS5PADDING 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB128/PKCS7 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB128/PKCS7PADDING 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB128/TBC 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB128/TBCPADDING 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB128/X9.23 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB128/X9.23PADDING 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB128/ZEROBYTE 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB128/ZEROBYTEPADDING 19:28:20,181 INFO [main][CipherTest] transformation=SERPENT/OFB136/ 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO10126 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO10126-2 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO10126-2PADDING 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO10126PADDING 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO7816-4 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO7816-4PADDING 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/NOPADDING 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/PKCS5 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/PKCS5PADDING 19:28:20,182 INFO [main][CipherTest] transformation=SERPENT/OFB136/PKCS7 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB136/PKCS7PADDING 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB136/TBC 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB136/TBCPADDING 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB136/X9.23 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB136/X9.23PADDING 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB136/ZEROBYTE 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB136/ZEROBYTEPADDING 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB144/ 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO10126 19:28:20,183 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO10126-2 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO10126-2PADDING 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO10126PADDING 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO7816-4 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO7816-4PADDING 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/NOPADDING 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/PKCS5 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/PKCS5PADDING 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/PKCS7 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/PKCS7PADDING 19:28:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB144/TBC 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB144/TBCPADDING 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB144/X9.23 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB144/X9.23PADDING 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB144/ZEROBYTE 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB144/ZEROBYTEPADDING 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB152/ 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO10126 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO10126-2 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO10126-2PADDING 19:28:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO10126PADDING 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO7816-4 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO7816-4PADDING 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/NOPADDING 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/PKCS5 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/PKCS5PADDING 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/PKCS7 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/PKCS7PADDING 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/TBC 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/TBCPADDING 19:28:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB152/X9.23 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB152/X9.23PADDING 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB152/ZEROBYTE 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB152/ZEROBYTEPADDING 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB16/ 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO10126 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO10126-2 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO10126-2PADDING 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO10126PADDING 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO7816-4 19:28:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO7816-4PADDING 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/NOPADDING 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/PKCS5 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/PKCS5PADDING 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/PKCS7 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/PKCS7PADDING 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/TBC 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/TBCPADDING 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/X9.23 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/X9.23PADDING 19:28:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB16/ZEROBYTE 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB16/ZEROBYTEPADDING 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB160/ 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO10126 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO10126-2 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO10126-2PADDING 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO10126PADDING 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO7816-4 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO7816-4PADDING 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB160/NOPADDING 19:28:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB160/PKCS5 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB160/PKCS5PADDING 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB160/PKCS7 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB160/PKCS7PADDING 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB160/TBC 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB160/TBCPADDING 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB160/X9.23 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB160/X9.23PADDING 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB160/ZEROBYTE 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB160/ZEROBYTEPADDING 19:28:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB168/ 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO10126 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO10126-2 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO10126-2PADDING 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO10126PADDING 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO7816-4 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO7816-4PADDING 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/NOPADDING 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/PKCS5 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/PKCS5PADDING 19:28:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB168/PKCS7 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB168/PKCS7PADDING 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB168/TBC 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB168/TBCPADDING 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB168/X9.23 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB168/X9.23PADDING 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB168/ZEROBYTE 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB168/ZEROBYTEPADDING 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB176/ 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO10126 19:28:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO10126-2 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO10126-2PADDING 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO10126PADDING 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO7816-4 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO7816-4PADDING 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/NOPADDING 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/PKCS5 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/PKCS5PADDING 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/PKCS7 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/PKCS7PADDING 19:28:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB176/TBC 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB176/TBCPADDING 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB176/X9.23 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB176/X9.23PADDING 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB176/ZEROBYTE 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB176/ZEROBYTEPADDING 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB184/ 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO10126 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO10126-2 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO10126-2PADDING 19:28:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO10126PADDING 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO7816-4 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO7816-4PADDING 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/NOPADDING 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/PKCS5 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/PKCS5PADDING 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/PKCS7 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/PKCS7PADDING 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/TBC 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/TBCPADDING 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/X9.23 19:28:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB184/X9.23PADDING 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB184/ZEROBYTE 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB184/ZEROBYTEPADDING 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB192/ 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO10126 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO10126-2 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO10126-2PADDING 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO10126PADDING 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO7816-4 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO7816-4PADDING 19:28:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB192/NOPADDING 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/PKCS5 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/PKCS5PADDING 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/PKCS7 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/PKCS7PADDING 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/TBC 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/TBCPADDING 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/X9.23 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/X9.23PADDING 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/ZEROBYTE 19:28:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB192/ZEROBYTEPADDING 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/ 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO10126 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO10126-2 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO10126-2PADDING 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO10126PADDING 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO7816-4 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO7816-4PADDING 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/NOPADDING 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/PKCS5 19:28:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB200/PKCS5PADDING 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB200/PKCS7 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB200/PKCS7PADDING 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB200/TBC 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB200/TBCPADDING 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB200/X9.23 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB200/X9.23PADDING 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB200/ZEROBYTE 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB200/ZEROBYTEPADDING 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB208/ 19:28:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO10126 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO10126-2 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO10126-2PADDING 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO10126PADDING 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO7816-4 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO7816-4PADDING 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/NOPADDING 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/PKCS5 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/PKCS5PADDING 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/PKCS7 19:28:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB208/PKCS7PADDING 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB208/TBC 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB208/TBCPADDING 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB208/X9.23 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB208/X9.23PADDING 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB208/ZEROBYTE 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB208/ZEROBYTEPADDING 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB216/ 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO10126 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO10126-2 19:28:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO10126-2PADDING 19:28:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO10126PADDING 19:28:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO7816-4 19:28:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO7816-4PADDING 19:28:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB216/NOPADDING 19:28:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB216/PKCS5 19:28:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB216/PKCS5PADDING 19:28:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB216/PKCS7 19:28:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB216/PKCS7PADDING 19:28:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB216/TBC 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB216/TBCPADDING 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB216/X9.23 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB216/X9.23PADDING 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB216/ZEROBYTE 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB216/ZEROBYTEPADDING 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB224/ 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO10126 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO10126-2 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO10126-2PADDING 19:28:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO10126PADDING 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO7816-4 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO7816-4PADDING 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/NOPADDING 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/PKCS5 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/PKCS5PADDING 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/PKCS7 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/PKCS7PADDING 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/TBC 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/TBCPADDING 19:28:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB224/X9.23 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB224/X9.23PADDING 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB224/ZEROBYTE 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB224/ZEROBYTEPADDING 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB232/ 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO10126 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO10126-2 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO10126-2PADDING 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO10126PADDING 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO7816-4 19:28:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO7816-4PADDING 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/NOPADDING 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/PKCS5 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/PKCS5PADDING 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/PKCS7 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/PKCS7PADDING 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/TBC 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/TBCPADDING 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/X9.23 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/X9.23PADDING 19:28:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB232/ZEROBYTE 19:28:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB232/ZEROBYTEPADDING 19:28:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB24/ 19:28:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO10126 19:28:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO10126-2 19:28:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO10126-2PADDING 19:28:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO10126PADDING 19:28:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO7816-4 19:28:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO7816-4PADDING 19:28:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB24/NOPADDING 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/PKCS5 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/PKCS5PADDING 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/PKCS7 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/PKCS7PADDING 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/TBC 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/TBCPADDING 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/X9.23 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/X9.23PADDING 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/ZEROBYTE 19:28:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB24/ZEROBYTEPADDING 19:28:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB240/ 19:28:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO10126 19:28:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO10126-2 19:28:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO10126-2PADDING 19:28:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO10126PADDING 19:28:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO7816-4 19:28:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO7816-4PADDING 19:28:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB240/NOPADDING 19:28:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB240/PKCS5 19:28:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB240/PKCS5PADDING 19:28:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB240/PKCS7 19:28:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB240/PKCS7PADDING 19:28:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB240/TBC 19:28:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB240/TBCPADDING 19:28:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB240/X9.23 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB240/X9.23PADDING 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB240/ZEROBYTE 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB240/ZEROBYTEPADDING 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB248/ 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO10126 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO10126-2 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO10126-2PADDING 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO10126PADDING 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO7816-4 19:28:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO7816-4PADDING 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/NOPADDING 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/PKCS5 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/PKCS5PADDING 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/PKCS7 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/PKCS7PADDING 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/TBC 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/TBCPADDING 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/X9.23 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/X9.23PADDING 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/ZEROBYTE 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB248/ZEROBYTEPADDING 19:28:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB256/ 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO10126 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO10126-2 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO10126-2PADDING 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO10126PADDING 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO7816-4 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO7816-4PADDING 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/NOPADDING 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/PKCS5 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/PKCS5PADDING 19:28:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB256/PKCS7 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB256/PKCS7PADDING 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB256/TBC 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB256/TBCPADDING 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB256/X9.23 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB256/X9.23PADDING 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB256/ZEROBYTE 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB256/ZEROBYTEPADDING 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB32/ 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO10126 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO10126-2 19:28:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO10126-2PADDING 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO10126PADDING 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO7816-4 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO7816-4PADDING 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/NOPADDING 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/PKCS5 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/PKCS5PADDING 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/PKCS7 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/PKCS7PADDING 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/TBC 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/TBCPADDING 19:28:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB32/X9.23 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB32/X9.23PADDING 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB32/ZEROBYTE 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB32/ZEROBYTEPADDING 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB40/ 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO10126 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO10126-2 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO10126-2PADDING 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO10126PADDING 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO7816-4 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO7816-4PADDING 19:28:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB40/NOPADDING 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/PKCS5 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/PKCS5PADDING 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/PKCS7 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/PKCS7PADDING 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/TBC 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/TBCPADDING 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/X9.23 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/X9.23PADDING 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/ZEROBYTE 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB40/ZEROBYTEPADDING 19:28:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB48/ 19:28:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO10126 19:28:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO10126-2 19:28:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO10126-2PADDING 19:28:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO10126PADDING 19:28:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO7816-4 19:28:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO7816-4PADDING 19:28:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB48/NOPADDING 19:28:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB48/PKCS5 19:28:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB48/PKCS5PADDING 19:28:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB48/PKCS7 19:28:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB48/PKCS7PADDING 19:28:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB48/TBC 19:28:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB48/TBCPADDING 19:28:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB48/X9.23 19:28:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB48/X9.23PADDING 19:28:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB48/ZEROBYTE 19:28:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB48/ZEROBYTEPADDING 19:28:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB56/ 19:28:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO10126 19:28:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO10126-2 19:28:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO10126-2PADDING 19:28:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO10126PADDING 19:28:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO7816-4 19:28:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO7816-4PADDING 19:28:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB56/NOPADDING 19:28:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB56/PKCS5 19:28:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB56/PKCS5PADDING 19:28:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB56/PKCS7 19:28:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB56/PKCS7PADDING 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB56/TBC 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB56/TBCPADDING 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB56/X9.23 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB56/X9.23PADDING 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB56/ZEROBYTE 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB56/ZEROBYTEPADDING 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB64/ 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO10126 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO10126-2 19:28:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO10126-2PADDING 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO10126PADDING 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO7816-4 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO7816-4PADDING 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/NOPADDING 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/PKCS5 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/PKCS5PADDING 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/PKCS7 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/PKCS7PADDING 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/TBC 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/TBCPADDING 19:28:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB64/X9.23 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB64/X9.23PADDING 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB64/ZEROBYTE 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB64/ZEROBYTEPADDING 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB72/ 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO10126 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO10126-2 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO10126-2PADDING 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO10126PADDING 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO7816-4 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO7816-4PADDING 19:28:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB72/NOPADDING 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/PKCS5 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/PKCS5PADDING 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/PKCS7 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/PKCS7PADDING 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/TBC 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/TBCPADDING 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/X9.23 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/X9.23PADDING 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/ZEROBYTE 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB72/ZEROBYTEPADDING 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB8/ 19:28:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO10126 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO10126-2 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO10126-2PADDING 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO10126PADDING 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO7816-4 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO7816-4PADDING 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/NOPADDING 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/PKCS5 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/PKCS5PADDING 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/PKCS7 19:28:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB8/PKCS7PADDING 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB8/TBC 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB8/TBCPADDING 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB8/X9.23 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB8/X9.23PADDING 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB8/ZEROBYTE 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB8/ZEROBYTEPADDING 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB80/ 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO10126 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO10126-2 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO10126-2PADDING 19:28:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO10126PADDING 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO7816-4 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO7816-4PADDING 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/NOPADDING 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/PKCS5 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/PKCS5PADDING 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/PKCS7 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/PKCS7PADDING 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/TBC 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/TBCPADDING 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/X9.23 19:28:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB80/X9.23PADDING 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB80/ZEROBYTE 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB80/ZEROBYTEPADDING 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB88/ 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO10126 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO10126-2 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO10126-2PADDING 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO10126PADDING 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO7816-4 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO7816-4PADDING 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB88/NOPADDING 19:28:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB88/PKCS5 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB88/PKCS5PADDING 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB88/PKCS7 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB88/PKCS7PADDING 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB88/TBC 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB88/TBCPADDING 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB88/X9.23 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB88/X9.23PADDING 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB88/ZEROBYTE 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB88/ZEROBYTEPADDING 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB96/ 19:28:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO10126 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO10126-2 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO10126-2PADDING 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO10126PADDING 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO7816-4 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO7816-4PADDING 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/NOPADDING 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/PKCS5 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/PKCS5PADDING 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/PKCS7 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/PKCS7PADDING 19:28:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB96/TBC 19:28:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB96/TBCPADDING 19:28:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB96/X9.23 19:28:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB96/X9.23PADDING 19:28:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB96/ZEROBYTE 19:28:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB96/ZEROBYTEPADDING 19:28:20,232 INFO [main][CipherTest] transformation=SERPENT/SIC/ 19:28:20,232 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO10126 19:28:20,232 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO10126-2 19:28:20,233 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO10126-2PADDING 19:28:20,233 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO10126PADDING 19:28:20,233 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO7816-4 19:28:20,233 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO7816-4PADDING 19:28:20,233 INFO [main][CipherTest] transformation=SERPENT/SIC/NOPADDING 19:28:20,233 INFO [main][CipherTest] transformation=SERPENT/SIC/PKCS5 19:28:20,233 INFO [main][CipherTest] transformation=SERPENT/SIC/PKCS5PADDING 19:28:20,234 INFO [main][CipherTest] transformation=SERPENT/SIC/PKCS7 19:28:20,234 INFO [main][CipherTest] transformation=SERPENT/SIC/PKCS7PADDING 19:28:20,234 INFO [main][CipherTest] transformation=SERPENT/SIC/TBC 19:28:20,234 INFO [main][CipherTest] transformation=SERPENT/SIC/TBCPADDING 19:28:20,234 INFO [main][CipherTest] transformation=SERPENT/SIC/X9.23 19:28:20,234 INFO [main][CipherTest] transformation=SERPENT/SIC/X9.23PADDING 19:28:20,234 INFO [main][CipherTest] transformation=SERPENT/SIC/ZEROBYTE 19:28:20,235 INFO [main][CipherTest] transformation=SERPENT/SIC/ZEROBYTEPADDING 19:28:20,235 INFO [main][CipherTest] transformation=SKIPJACK// 19:28:20,235 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK//" does not support IV => Skipping. 19:28:20,235 INFO [main][CipherTest] transformation=SKIPJACK//NOPADDING 19:28:20,235 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK//NOPADDING" does not support IV => Skipping. 19:28:20,235 INFO [main][CipherTest] transformation=SKIPJACK/CBC-CTS/ 19:28:20,235 INFO [main][CipherTest] transformation=SKIPJACK/CBC-CTS/NOPADDING 19:28:20,236 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ 19:28:20,236 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO10126 19:28:20,236 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO10126-2 19:28:20,236 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO10126-2PADDING 19:28:20,237 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO10126PADDING 19:28:20,238 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO7816-4 19:28:20,238 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO7816-4PADDING 19:28:20,238 INFO [main][CipherTest] transformation=SKIPJACK/CBC/NOPADDING 19:28:20,238 INFO [main][CipherTest] transformation=SKIPJACK/CBC/PKCS5 19:28:20,238 INFO [main][CipherTest] transformation=SKIPJACK/CBC/PKCS5PADDING 19:28:20,238 INFO [main][CipherTest] transformation=SKIPJACK/CBC/PKCS7 19:28:20,239 INFO [main][CipherTest] transformation=SKIPJACK/CBC/PKCS7PADDING 19:28:20,239 INFO [main][CipherTest] transformation=SKIPJACK/CBC/TBC 19:28:20,239 INFO [main][CipherTest] transformation=SKIPJACK/CBC/TBCPADDING 19:28:20,239 INFO [main][CipherTest] transformation=SKIPJACK/CBC/X9.23 19:28:20,239 INFO [main][CipherTest] transformation=SKIPJACK/CBC/X9.23PADDING 19:28:20,240 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ZEROBYTE 19:28:20,240 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ZEROBYTEPADDING 19:28:20,240 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ 19:28:20,240 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO10126 19:28:20,240 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO10126-2 19:28:20,240 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO10126-2PADDING 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO10126PADDING 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO7816-4 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO7816-4PADDING 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/NOPADDING 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/PKCS5 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/PKCS5PADDING 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/PKCS7 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/PKCS7PADDING 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/TBC 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/TBCPADDING 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/X9.23 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/X9.23PADDING 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ZEROBYTE 19:28:20,241 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ZEROBYTEPADDING 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO10126 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO10126-2 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO10126-2PADDING 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO10126PADDING 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO7816-4 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO7816-4PADDING 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/NOPADDING 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/PKCS5 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/PKCS5PADDING 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/PKCS7 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/PKCS7PADDING 19:28:20,242 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/TBC 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/TBCPADDING 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/X9.23 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/X9.23PADDING 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ZEROBYTE 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ZEROBYTEPADDING 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO10126 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO10126-2 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO10126-2PADDING 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO10126PADDING 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO7816-4 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO7816-4PADDING 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/NOPADDING 19:28:20,243 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/PKCS5 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/PKCS5PADDING 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/PKCS7 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/PKCS7PADDING 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/TBC 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/TBCPADDING 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/X9.23 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/X9.23PADDING 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ZEROBYTE 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ZEROBYTEPADDING 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO10126 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO10126-2 19:28:20,244 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO10126-2PADDING 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO10126PADDING 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO7816-4 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO7816-4PADDING 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/NOPADDING 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/PKCS5 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/PKCS5PADDING 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/PKCS7 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/PKCS7PADDING 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/TBC 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/TBCPADDING 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/X9.23 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/X9.23PADDING 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ZEROBYTE 19:28:20,245 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ZEROBYTEPADDING 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO10126 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO10126-2 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO10126-2PADDING 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO10126PADDING 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO7816-4 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO7816-4PADDING 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/NOPADDING 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/PKCS5 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/PKCS5PADDING 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/PKCS7 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/PKCS7PADDING 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/TBC 19:28:20,246 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/TBCPADDING 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/X9.23 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/X9.23PADDING 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ZEROBYTE 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ZEROBYTEPADDING 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO10126 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO10126-2 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO10126-2PADDING 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO10126PADDING 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO7816-4 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO7816-4PADDING 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/NOPADDING 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/PKCS5 19:28:20,247 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/PKCS5PADDING 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/PKCS7 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/PKCS7PADDING 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/TBC 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/TBCPADDING 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/X9.23 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/X9.23PADDING 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ZEROBYTE 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ZEROBYTEPADDING 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO10126 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO10126-2 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO10126-2PADDING 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO10126PADDING 19:28:20,248 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO7816-4 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO7816-4PADDING 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/NOPADDING 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/PKCS5 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/PKCS5PADDING 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/PKCS7 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/PKCS7PADDING 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/TBC 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/TBCPADDING 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/X9.23 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/X9.23PADDING 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ZEROBYTE 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ZEROBYTEPADDING 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ 19:28:20,249 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO10126 19:28:20,250 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO10126-2 19:28:20,250 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO10126-2PADDING 19:28:20,250 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO10126PADDING 19:28:20,250 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO7816-4 19:28:20,250 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO7816-4PADDING 19:28:20,250 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/NOPADDING 19:28:20,250 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/PKCS5 19:28:20,250 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/PKCS5PADDING 19:28:20,251 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/PKCS7 19:28:20,251 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/PKCS7PADDING 19:28:20,251 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/TBC 19:28:20,251 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/TBCPADDING 19:28:20,251 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/X9.23 19:28:20,251 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/X9.23PADDING 19:28:20,251 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ZEROBYTE 19:28:20,252 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ZEROBYTEPADDING 19:28:20,252 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ 19:28:20,252 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO10126 19:28:20,252 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO10126-2 19:28:20,252 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO10126-2PADDING 19:28:20,252 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO10126PADDING 19:28:20,252 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO7816-4 19:28:20,252 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO7816-4PADDING 19:28:20,253 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/NOPADDING 19:28:20,253 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/PKCS5 19:28:20,253 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/PKCS5PADDING 19:28:20,253 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/PKCS7 19:28:20,253 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/PKCS7PADDING 19:28:20,253 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/TBC 19:28:20,253 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/TBCPADDING 19:28:20,254 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/X9.23 19:28:20,254 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/X9.23PADDING 19:28:20,254 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ZEROBYTE 19:28:20,254 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ZEROBYTEPADDING 19:28:20,254 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ 19:28:20,254 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO10126 19:28:20,254 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO10126-2 19:28:20,255 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO10126-2PADDING 19:28:20,255 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO10126PADDING 19:28:20,255 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO7816-4 19:28:20,255 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO7816-4PADDING 19:28:20,255 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/NOPADDING 19:28:20,255 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/PKCS5 19:28:20,255 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/PKCS5PADDING 19:28:20,255 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/PKCS7 19:28:20,256 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/PKCS7PADDING 19:28:20,256 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/TBC 19:28:20,256 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/TBCPADDING 19:28:20,256 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/X9.23 19:28:20,256 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/X9.23PADDING 19:28:20,256 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ZEROBYTE 19:28:20,256 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ZEROBYTEPADDING 19:28:20,256 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ 19:28:20,257 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO10126 19:28:20,257 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO10126-2 19:28:20,257 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO10126-2PADDING 19:28:20,257 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO10126PADDING 19:28:20,257 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO7816-4 19:28:20,257 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO7816-4PADDING 19:28:20,257 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/NOPADDING 19:28:20,258 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/PKCS5 19:28:20,258 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/PKCS5PADDING 19:28:20,258 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/PKCS7 19:28:20,258 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/PKCS7PADDING 19:28:20,258 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/TBC 19:28:20,258 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/TBCPADDING 19:28:20,258 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/X9.23 19:28:20,259 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/X9.23PADDING 19:28:20,259 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ZEROBYTE 19:28:20,259 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ZEROBYTEPADDING 19:28:20,259 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ 19:28:20,259 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO10126 19:28:20,259 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO10126-2 19:28:20,259 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO10126-2PADDING 19:28:20,259 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO10126PADDING 19:28:20,260 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO7816-4 19:28:20,260 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO7816-4PADDING 19:28:20,260 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/NOPADDING 19:28:20,260 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/PKCS5 19:28:20,260 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/PKCS5PADDING 19:28:20,260 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/PKCS7 19:28:20,260 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/PKCS7PADDING 19:28:20,261 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/TBC 19:28:20,261 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/TBCPADDING 19:28:20,261 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/X9.23 19:28:20,261 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/X9.23PADDING 19:28:20,261 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ZEROBYTE 19:28:20,261 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ZEROBYTEPADDING 19:28:20,261 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ 19:28:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO10126 19:28:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO10126-2 19:28:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO10126-2PADDING 19:28:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO10126PADDING 19:28:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO7816-4 19:28:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO7816-4PADDING 19:28:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/NOPADDING 19:28:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/PKCS5 19:28:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/PKCS5PADDING 19:28:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/PKCS7 19:28:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/PKCS7PADDING 19:28:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/TBC 19:28:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/TBCPADDING 19:28:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/X9.23 19:28:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/X9.23PADDING 19:28:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ZEROBYTE 19:28:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ZEROBYTEPADDING 19:28:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ 19:28:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO10126 19:28:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO10126-2 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO10126-2PADDING 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO10126PADDING 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO7816-4 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO7816-4PADDING 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/NOPADDING 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/PKCS5 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/PKCS5PADDING 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/PKCS7 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/PKCS7PADDING 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/TBC 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/TBCPADDING 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/X9.23 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/X9.23PADDING 19:28:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ZEROBYTE 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ZEROBYTEPADDING 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO10126 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO10126-2 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO10126-2PADDING 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO10126PADDING 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO7816-4 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO7816-4PADDING 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/NOPADDING 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/PKCS5 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/PKCS5PADDING 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/PKCS7 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/PKCS7PADDING 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/TBC 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/TBCPADDING 19:28:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/X9.23 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/X9.23PADDING 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ZEROBYTE 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ZEROBYTEPADDING 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO10126 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO10126-2 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO10126-2PADDING 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO10126PADDING 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO7816-4 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO7816-4PADDING 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/NOPADDING 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/PKCS5 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/PKCS5PADDING 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/PKCS7 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/PKCS7PADDING 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/TBC 19:28:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/TBCPADDING 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/X9.23 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/X9.23PADDING 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ZEROBYTE 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ZEROBYTEPADDING 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO10126 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO10126-2 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO10126-2PADDING 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO10126PADDING 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO7816-4 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO7816-4PADDING 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/NOPADDING 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/PKCS5 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/PKCS5PADDING 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/PKCS7 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/PKCS7PADDING 19:28:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/TBC 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/TBCPADDING 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/X9.23 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/X9.23PADDING 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ZEROBYTE 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ZEROBYTEPADDING 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO10126 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO10126-2 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO10126-2PADDING 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO10126PADDING 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO7816-4 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO7816-4PADDING 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/NOPADDING 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/PKCS5 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/PKCS5PADDING 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/PKCS7 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/PKCS7PADDING 19:28:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/TBC 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/TBCPADDING 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/X9.23 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/X9.23PADDING 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ZEROBYTE 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ZEROBYTEPADDING 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO10126 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO10126-2 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO10126-2PADDING 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO10126PADDING 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO7816-4 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO7816-4PADDING 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/NOPADDING 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/PKCS5 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/PKCS5PADDING 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/PKCS7 19:28:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/PKCS7PADDING 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/TBC 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/TBCPADDING 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/X9.23 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/X9.23PADDING 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ZEROBYTE 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ZEROBYTEPADDING 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO10126 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO10126-2 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO10126-2PADDING 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO10126PADDING 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO7816-4 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO7816-4PADDING 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/NOPADDING 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/PKCS5 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/PKCS5PADDING 19:28:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/PKCS7 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/PKCS7PADDING 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/TBC 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/TBCPADDING 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/X9.23 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/X9.23PADDING 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ZEROBYTE 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ZEROBYTEPADDING 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO10126 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO10126-2 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO10126-2PADDING 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO10126PADDING 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO7816-4 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO7816-4PADDING 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/NOPADDING 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/PKCS5 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/PKCS5PADDING 19:28:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/PKCS7 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/PKCS7PADDING 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/TBC 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/TBCPADDING 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/X9.23 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/X9.23PADDING 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ZEROBYTE 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ZEROBYTEPADDING 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO10126 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO10126-2 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO10126-2PADDING 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO10126PADDING 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO7816-4 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO7816-4PADDING 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/NOPADDING 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/PKCS5 19:28:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/PKCS5PADDING 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/PKCS7 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/PKCS7PADDING 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/TBC 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/TBCPADDING 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/X9.23 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/X9.23PADDING 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ZEROBYTE 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ZEROBYTEPADDING 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO10126 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO10126-2 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO10126-2PADDING 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO10126PADDING 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO7816-4 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO7816-4PADDING 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/NOPADDING 19:28:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/PKCS5 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/PKCS5PADDING 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/PKCS7 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/PKCS7PADDING 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/TBC 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/TBCPADDING 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/X9.23 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/X9.23PADDING 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ZEROBYTE 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ZEROBYTEPADDING 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO10126 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO10126-2 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO10126-2PADDING 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO10126PADDING 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO7816-4 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO7816-4PADDING 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/NOPADDING 19:28:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/PKCS5 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/PKCS5PADDING 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/PKCS7 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/PKCS7PADDING 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/TBC 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/TBCPADDING 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/X9.23 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/X9.23PADDING 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ZEROBYTE 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ZEROBYTEPADDING 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO10126 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO10126-2 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO10126-2PADDING 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO10126PADDING 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO7816-4 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO7816-4PADDING 19:28:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/NOPADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/PKCS5 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/PKCS5PADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/PKCS7 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/PKCS7PADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/TBC 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/TBCPADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/X9.23 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/X9.23PADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ZEROBYTE 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ZEROBYTEPADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO10126 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO10126-2 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO10126-2PADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO10126PADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO7816-4 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO7816-4PADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/NOPADDING 19:28:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/PKCS5 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/PKCS5PADDING 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/PKCS7 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/PKCS7PADDING 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/TBC 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/TBCPADDING 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/X9.23 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/X9.23PADDING 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ZEROBYTE 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ZEROBYTEPADDING 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO10126 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO10126-2 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO10126-2PADDING 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO10126PADDING 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO7816-4 19:28:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO7816-4PADDING 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/NOPADDING 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/PKCS5 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/PKCS5PADDING 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/PKCS7 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/PKCS7PADDING 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/TBC 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/TBCPADDING 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/X9.23 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/X9.23PADDING 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ZEROBYTE 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ZEROBYTEPADDING 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO10126 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO10126-2 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO10126-2PADDING 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO10126PADDING 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO7816-4 19:28:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO7816-4PADDING 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/NOPADDING 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/PKCS5 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/PKCS5PADDING 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/PKCS7 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/PKCS7PADDING 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/TBC 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/TBCPADDING 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/X9.23 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/X9.23PADDING 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ZEROBYTE 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ZEROBYTEPADDING 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO10126 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO10126-2 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO10126-2PADDING 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO10126PADDING 19:28:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO7816-4 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO7816-4PADDING 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/NOPADDING 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/PKCS5 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/PKCS5PADDING 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/PKCS7 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/PKCS7PADDING 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/TBC 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/TBCPADDING 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/X9.23 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/X9.23PADDING 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ZEROBYTE 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ZEROBYTEPADDING 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO10126 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO10126-2 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO10126-2PADDING 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO10126PADDING 19:28:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO7816-4 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO7816-4PADDING 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/NOPADDING 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/PKCS5 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/PKCS5PADDING 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/PKCS7 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/PKCS7PADDING 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/TBC 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/TBCPADDING 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/X9.23 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/X9.23PADDING 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ZEROBYTE 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ZEROBYTEPADDING 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO10126 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO10126-2 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO10126-2PADDING 19:28:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO10126PADDING 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO7816-4 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO7816-4PADDING 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/NOPADDING 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/PKCS5 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/PKCS5PADDING 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/PKCS7 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/PKCS7PADDING 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/TBC 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/TBCPADDING 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/X9.23 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/X9.23PADDING 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ZEROBYTE 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ZEROBYTEPADDING 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO10126 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO10126-2 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO10126-2PADDING 19:28:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO10126PADDING 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO7816-4 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO7816-4PADDING 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/NOPADDING 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/PKCS5 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/PKCS5PADDING 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/PKCS7 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/PKCS7PADDING 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/TBC 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/TBCPADDING 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/X9.23 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/X9.23PADDING 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ZEROBYTE 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ZEROBYTEPADDING 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO10126 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO10126-2 19:28:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO10126-2PADDING 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO10126PADDING 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO7816-4 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO7816-4PADDING 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/NOPADDING 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/PKCS5 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/PKCS5PADDING 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/PKCS7 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/PKCS7PADDING 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/TBC 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/TBCPADDING 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/X9.23 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/X9.23PADDING 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ZEROBYTE 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ZEROBYTEPADDING 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CTS/ 19:28:20,285 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK/CTS/" does not support IV => Skipping. 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CTS/NOPADDING 19:28:20,285 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK/CTS/NOPADDING" does not support IV => Skipping. 19:28:20,285 INFO [main][CipherTest] transformation=SKIPJACK/EAX/ 19:28:20,286 INFO [main][CipherTest] transformation=SKIPJACK/EAX/NOPADDING 19:28:20,287 INFO [main][CipherTest] transformation=SKIPJACK/ECB/ 19:28:20,287 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK/ECB/" does not support IV => Skipping. 19:28:20,287 INFO [main][CipherTest] transformation=SKIPJACK/ECB/NOPADDING 19:28:20,287 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK/ECB/NOPADDING" does not support IV => Skipping. 19:28:20,287 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ 19:28:20,287 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO10126 19:28:20,287 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO10126-2 19:28:20,287 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO10126-2PADDING 19:28:20,287 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO10126PADDING 19:28:20,287 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO7816-4 19:28:20,287 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO7816-4PADDING 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/NOPADDING 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/PKCS5 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/PKCS5PADDING 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/PKCS7 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/PKCS7PADDING 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/TBC 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/TBCPADDING 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/X9.23 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/X9.23PADDING 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ZEROBYTE 19:28:20,288 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ZEROBYTEPADDING 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO10126 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO10126-2 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO10126-2PADDING 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO10126PADDING 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO7816-4 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO7816-4PADDING 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/NOPADDING 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/PKCS5 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/PKCS5PADDING 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/PKCS7 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/PKCS7PADDING 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/TBC 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/TBCPADDING 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/X9.23 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/X9.23PADDING 19:28:20,289 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ZEROBYTE 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ZEROBYTEPADDING 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO10126 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO10126-2 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO10126-2PADDING 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO10126PADDING 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO7816-4 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO7816-4PADDING 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/NOPADDING 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/PKCS5 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/PKCS5PADDING 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/PKCS7 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/PKCS7PADDING 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/TBC 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/TBCPADDING 19:28:20,290 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/X9.23 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/X9.23PADDING 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ZEROBYTE 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ZEROBYTEPADDING 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO10126 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO10126-2 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO10126-2PADDING 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO10126PADDING 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO7816-4 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO7816-4PADDING 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/NOPADDING 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/PKCS5 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/PKCS5PADDING 19:28:20,291 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/PKCS7 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/PKCS7PADDING 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/TBC 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/TBCPADDING 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/X9.23 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/X9.23PADDING 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ZEROBYTE 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ZEROBYTEPADDING 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO10126 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO10126-2 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO10126-2PADDING 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO10126PADDING 19:28:20,292 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO7816-4 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO7816-4PADDING 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/NOPADDING 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/PKCS5 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/PKCS5PADDING 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/PKCS7 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/PKCS7PADDING 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/TBC 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/TBCPADDING 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/X9.23 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/X9.23PADDING 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ZEROBYTE 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ZEROBYTEPADDING 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO10126 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO10126-2 19:28:20,293 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO10126-2PADDING 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO10126PADDING 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO7816-4 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO7816-4PADDING 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/NOPADDING 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/PKCS5 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/PKCS5PADDING 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/PKCS7 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/PKCS7PADDING 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/TBC 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/TBCPADDING 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/X9.23 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/X9.23PADDING 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ZEROBYTE 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ZEROBYTEPADDING 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO10126 19:28:20,294 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO10126-2 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO10126-2PADDING 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO10126PADDING 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO7816-4 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO7816-4PADDING 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/NOPADDING 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/PKCS5 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/PKCS5PADDING 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/PKCS7 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/PKCS7PADDING 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/TBC 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/TBCPADDING 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/X9.23 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/X9.23PADDING 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ZEROBYTE 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ZEROBYTEPADDING 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ 19:28:20,295 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO10126 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO10126-2 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO10126-2PADDING 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO10126PADDING 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO7816-4 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO7816-4PADDING 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/NOPADDING 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/PKCS5 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/PKCS5PADDING 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/PKCS7 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/PKCS7PADDING 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/TBC 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/TBCPADDING 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/X9.23 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/X9.23PADDING 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ZEROBYTE 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ZEROBYTEPADDING 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ 19:28:20,296 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO10126 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO10126-2 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO10126-2PADDING 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO10126PADDING 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO7816-4 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO7816-4PADDING 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/NOPADDING 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/PKCS5 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/PKCS5PADDING 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/PKCS7 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/PKCS7PADDING 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/TBC 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/TBCPADDING 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/X9.23 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/X9.23PADDING 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ZEROBYTE 19:28:20,297 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ZEROBYTEPADDING 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO10126 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO10126-2 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO10126-2PADDING 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO10126PADDING 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO7816-4 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO7816-4PADDING 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/NOPADDING 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/PKCS5 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/PKCS5PADDING 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/PKCS7 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/PKCS7PADDING 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/TBC 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/TBCPADDING 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/X9.23 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/X9.23PADDING 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ZEROBYTE 19:28:20,298 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ZEROBYTEPADDING 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO10126 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO10126-2 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO10126-2PADDING 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO10126PADDING 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO7816-4 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO7816-4PADDING 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/NOPADDING 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/PKCS5 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/PKCS5PADDING 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/PKCS7 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/PKCS7PADDING 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/TBC 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/TBCPADDING 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/X9.23 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/X9.23PADDING 19:28:20,299 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ZEROBYTE 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ZEROBYTEPADDING 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO10126 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO10126-2 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO10126-2PADDING 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO10126PADDING 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO7816-4 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO7816-4PADDING 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/NOPADDING 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/PKCS5 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/PKCS5PADDING 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/PKCS7 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/PKCS7PADDING 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/TBC 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/TBCPADDING 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/X9.23 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/X9.23PADDING 19:28:20,300 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ZEROBYTE 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ZEROBYTEPADDING 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO10126 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO10126-2 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO10126-2PADDING 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO10126PADDING 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO7816-4 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO7816-4PADDING 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/NOPADDING 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/PKCS5 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/PKCS5PADDING 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/PKCS7 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/PKCS7PADDING 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/TBC 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/TBCPADDING 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/X9.23 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/X9.23PADDING 19:28:20,301 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ZEROBYTE 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ZEROBYTEPADDING 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO10126 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO10126-2 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO10126-2PADDING 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO10126PADDING 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO7816-4 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO7816-4PADDING 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/NOPADDING 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/PKCS5 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/PKCS5PADDING 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/PKCS7 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/PKCS7PADDING 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/TBC 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/TBCPADDING 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/X9.23 19:28:20,302 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/X9.23PADDING 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ZEROBYTE 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ZEROBYTEPADDING 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO10126 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO10126-2 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO10126-2PADDING 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO10126PADDING 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO7816-4 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO7816-4PADDING 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/NOPADDING 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/PKCS5 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/PKCS5PADDING 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/PKCS7 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/PKCS7PADDING 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/TBC 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/TBCPADDING 19:28:20,303 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/X9.23 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/X9.23PADDING 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ZEROBYTE 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ZEROBYTEPADDING 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO10126 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO10126-2 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO10126-2PADDING 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO10126PADDING 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO7816-4 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO7816-4PADDING 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/NOPADDING 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/PKCS5 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/PKCS5PADDING 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/PKCS7 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/PKCS7PADDING 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/TBC 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/TBCPADDING 19:28:20,304 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/X9.23 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/X9.23PADDING 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ZEROBYTE 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ZEROBYTEPADDING 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO10126 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO10126-2 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO10126-2PADDING 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO10126PADDING 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO7816-4 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO7816-4PADDING 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/NOPADDING 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/PKCS5 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/PKCS5PADDING 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/PKCS7 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/PKCS7PADDING 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/TBC 19:28:20,305 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/TBCPADDING 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/X9.23 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/X9.23PADDING 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ZEROBYTE 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ZEROBYTEPADDING 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO10126 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO10126-2 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO10126-2PADDING 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO10126PADDING 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO7816-4 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO7816-4PADDING 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/NOPADDING 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/PKCS5 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/PKCS5PADDING 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/PKCS7 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/PKCS7PADDING 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/TBC 19:28:20,306 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/TBCPADDING 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/X9.23 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/X9.23PADDING 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ZEROBYTE 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ZEROBYTEPADDING 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO10126 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO10126-2 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO10126-2PADDING 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO10126PADDING 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO7816-4 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO7816-4PADDING 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/NOPADDING 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/PKCS5 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/PKCS5PADDING 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/PKCS7 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/PKCS7PADDING 19:28:20,307 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/TBC 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/TBCPADDING 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/X9.23 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/X9.23PADDING 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ZEROBYTE 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ZEROBYTEPADDING 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO10126 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO10126-2 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO10126-2PADDING 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO10126PADDING 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO7816-4 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO7816-4PADDING 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/NOPADDING 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/PKCS5 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/PKCS5PADDING 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/PKCS7 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/PKCS7PADDING 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/TBC 19:28:20,308 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/TBCPADDING 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/X9.23 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/X9.23PADDING 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ZEROBYTE 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ZEROBYTEPADDING 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO10126 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO10126-2 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO10126-2PADDING 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO10126PADDING 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO7816-4 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO7816-4PADDING 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/NOPADDING 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/PKCS5 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/PKCS5PADDING 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/PKCS7 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/PKCS7PADDING 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/TBC 19:28:20,309 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/TBCPADDING 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/X9.23 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/X9.23PADDING 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ZEROBYTE 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ZEROBYTEPADDING 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO10126 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO10126-2 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO10126-2PADDING 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO10126PADDING 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO7816-4 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO7816-4PADDING 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/NOPADDING 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/PKCS5 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/PKCS5PADDING 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/PKCS7 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/PKCS7PADDING 19:28:20,310 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/TBC 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/TBCPADDING 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/X9.23 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/X9.23PADDING 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ZEROBYTE 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ZEROBYTEPADDING 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO10126 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO10126-2 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO10126-2PADDING 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO10126PADDING 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO7816-4 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO7816-4PADDING 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/NOPADDING 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/PKCS5 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/PKCS5PADDING 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/PKCS7 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/PKCS7PADDING 19:28:20,311 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/TBC 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/TBCPADDING 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/X9.23 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/X9.23PADDING 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ZEROBYTE 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ZEROBYTEPADDING 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO10126 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO10126-2 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO10126-2PADDING 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO10126PADDING 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO7816-4 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO7816-4PADDING 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/NOPADDING 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/PKCS5 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/PKCS5PADDING 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/PKCS7 19:28:20,312 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/PKCS7PADDING 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/TBC 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/TBCPADDING 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/X9.23 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/X9.23PADDING 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ZEROBYTE 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ZEROBYTEPADDING 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO10126 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO10126-2 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO10126-2PADDING 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO10126PADDING 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO7816-4 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO7816-4PADDING 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/NOPADDING 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/PKCS5 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/PKCS5PADDING 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/PKCS7 19:28:20,313 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/PKCS7PADDING 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/TBC 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/TBCPADDING 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/X9.23 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/X9.23PADDING 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ZEROBYTE 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ZEROBYTEPADDING 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO10126 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO10126-2 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO10126-2PADDING 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO10126PADDING 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO7816-4 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO7816-4PADDING 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/NOPADDING 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/PKCS5 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/PKCS5PADDING 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/PKCS7 19:28:20,314 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/PKCS7PADDING 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/TBC 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/TBCPADDING 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/X9.23 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/X9.23PADDING 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ZEROBYTE 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ZEROBYTEPADDING 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO10126 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO10126-2 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO10126-2PADDING 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO10126PADDING 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO7816-4 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO7816-4PADDING 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/NOPADDING 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/PKCS5 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/PKCS5PADDING 19:28:20,315 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/PKCS7 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/PKCS7PADDING 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/TBC 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/TBCPADDING 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/X9.23 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/X9.23PADDING 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ZEROBYTE 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ZEROBYTEPADDING 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO10126 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO10126-2 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO10126-2PADDING 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO10126PADDING 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO7816-4 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO7816-4PADDING 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/NOPADDING 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/PKCS5 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/PKCS5PADDING 19:28:20,316 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/PKCS7 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/PKCS7PADDING 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/TBC 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/TBCPADDING 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/X9.23 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/X9.23PADDING 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ZEROBYTE 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ZEROBYTEPADDING 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO10126 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO10126-2 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO10126-2PADDING 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO10126PADDING 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO7816-4 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO7816-4PADDING 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/NOPADDING 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/PKCS5 19:28:20,317 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/PKCS5PADDING 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/PKCS7 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/PKCS7PADDING 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/TBC 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/TBCPADDING 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/X9.23 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/X9.23PADDING 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ZEROBYTE 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ZEROBYTEPADDING 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO10126 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO10126-2 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO10126-2PADDING 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO10126PADDING 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO7816-4 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO7816-4PADDING 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/NOPADDING 19:28:20,318 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/PKCS5 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/PKCS5PADDING 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/PKCS7 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/PKCS7PADDING 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/TBC 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/TBCPADDING 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/X9.23 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/X9.23PADDING 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ZEROBYTE 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ZEROBYTEPADDING 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO10126 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO10126-2 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO10126-2PADDING 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO10126PADDING 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO7816-4 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO7816-4PADDING 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/NOPADDING 19:28:20,319 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/PKCS5 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/PKCS5PADDING 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/PKCS7 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/PKCS7PADDING 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/TBC 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/TBCPADDING 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/X9.23 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/X9.23PADDING 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ZEROBYTE 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ZEROBYTEPADDING 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO10126 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO10126-2 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO10126-2PADDING 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO10126PADDING 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO7816-4 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO7816-4PADDING 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/NOPADDING 19:28:20,320 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/PKCS5 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/PKCS5PADDING 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/PKCS7 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/PKCS7PADDING 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/TBC 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/TBCPADDING 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/X9.23 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/X9.23PADDING 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ZEROBYTE 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ZEROBYTEPADDING 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO10126 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO10126-2 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO10126-2PADDING 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO10126PADDING 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO7816-4 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO7816-4PADDING 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/NOPADDING 19:28:20,321 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/PKCS5 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/PKCS5PADDING 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/PKCS7 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/PKCS7PADDING 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/TBC 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/TBCPADDING 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/X9.23 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/X9.23PADDING 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ZEROBYTE 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ZEROBYTEPADDING 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO10126 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO10126-2 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO10126-2PADDING 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO10126PADDING 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO7816-4 19:28:20,322 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO7816-4PADDING 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/NOPADDING 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/PKCS5 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/PKCS5PADDING 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/PKCS7 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/PKCS7PADDING 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/TBC 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/TBCPADDING 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/X9.23 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/X9.23PADDING 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ZEROBYTE 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ZEROBYTEPADDING 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO10126 19:28:20,323 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO10126-2 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO10126-2PADDING 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO10126PADDING 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO7816-4 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO7816-4PADDING 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/NOPADDING 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/PKCS5 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/PKCS5PADDING 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/PKCS7 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/PKCS7PADDING 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/TBC 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/TBCPADDING 19:28:20,324 INFO [main][CipherTest] transformation=SKIPJACK/SIC/X9.23 19:28:20,325 INFO [main][CipherTest] transformation=SKIPJACK/SIC/X9.23PADDING 19:28:20,325 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ZEROBYTE 19:28:20,325 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ZEROBYTEPADDING 19:28:20,325 INFO [main][CipherTest] transformation=TEA// 19:28:20,325 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA//" does not support IV => Skipping. 19:28:20,325 INFO [main][CipherTest] transformation=TEA//NOPADDING 19:28:20,325 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA//NOPADDING" does not support IV => Skipping. 19:28:20,325 INFO [main][CipherTest] transformation=TEA/CBC-CTS/ 19:28:20,325 INFO [main][CipherTest] transformation=TEA/CBC-CTS/NOPADDING 19:28:20,326 INFO [main][CipherTest] transformation=TEA/CBC/ 19:28:20,326 INFO [main][CipherTest] transformation=TEA/CBC/ISO10126 19:28:20,326 INFO [main][CipherTest] transformation=TEA/CBC/ISO10126-2 19:28:20,326 INFO [main][CipherTest] transformation=TEA/CBC/ISO10126-2PADDING 19:28:20,327 INFO [main][CipherTest] transformation=TEA/CBC/ISO10126PADDING 19:28:20,327 INFO [main][CipherTest] transformation=TEA/CBC/ISO7816-4 19:28:20,327 INFO [main][CipherTest] transformation=TEA/CBC/ISO7816-4PADDING 19:28:20,327 INFO [main][CipherTest] transformation=TEA/CBC/NOPADDING 19:28:20,327 INFO [main][CipherTest] transformation=TEA/CBC/PKCS5 19:28:20,327 INFO [main][CipherTest] transformation=TEA/CBC/PKCS5PADDING 19:28:20,327 INFO [main][CipherTest] transformation=TEA/CBC/PKCS7 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CBC/PKCS7PADDING 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CBC/TBC 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CBC/TBCPADDING 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CBC/X9.23 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CBC/X9.23PADDING 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CBC/ZEROBYTE 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CBC/ZEROBYTEPADDING 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CFB/ 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CFB/ISO10126 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CFB/ISO10126-2 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CFB/ISO10126-2PADDING 19:28:20,328 INFO [main][CipherTest] transformation=TEA/CFB/ISO10126PADDING 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/ISO7816-4 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/ISO7816-4PADDING 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/NOPADDING 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/PKCS5 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/PKCS5PADDING 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/PKCS7 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/PKCS7PADDING 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/TBC 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/TBCPADDING 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/X9.23 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/X9.23PADDING 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/ZEROBYTE 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB/ZEROBYTEPADDING 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB104/ 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB104/ISO10126 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB104/ISO10126-2 19:28:20,329 INFO [main][CipherTest] transformation=TEA/CFB104/ISO10126-2PADDING 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/ISO10126PADDING 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/ISO7816-4 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/ISO7816-4PADDING 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/NOPADDING 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/PKCS5 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/PKCS5PADDING 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/PKCS7 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/PKCS7PADDING 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/TBC 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/TBCPADDING 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/X9.23 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/X9.23PADDING 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/ZEROBYTE 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB104/ZEROBYTEPADDING 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB112/ 19:28:20,330 INFO [main][CipherTest] transformation=TEA/CFB112/ISO10126 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/ISO10126-2 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/ISO10126-2PADDING 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/ISO10126PADDING 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/ISO7816-4 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/ISO7816-4PADDING 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/NOPADDING 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/PKCS5 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/PKCS5PADDING 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/PKCS7 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/PKCS7PADDING 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/TBC 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/TBCPADDING 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/X9.23 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/X9.23PADDING 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/ZEROBYTE 19:28:20,331 INFO [main][CipherTest] transformation=TEA/CFB112/ZEROBYTEPADDING 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/ 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/ISO10126 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/ISO10126-2 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/ISO10126-2PADDING 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/ISO10126PADDING 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/ISO7816-4 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/ISO7816-4PADDING 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/NOPADDING 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/PKCS5 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/PKCS5PADDING 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/PKCS7 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/PKCS7PADDING 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/TBC 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/TBCPADDING 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/X9.23 19:28:20,332 INFO [main][CipherTest] transformation=TEA/CFB120/X9.23PADDING 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB120/ZEROBYTE 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB120/ZEROBYTEPADDING 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/ 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/ISO10126 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/ISO10126-2 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/ISO10126-2PADDING 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/ISO10126PADDING 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/ISO7816-4 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/ISO7816-4PADDING 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/NOPADDING 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/PKCS5 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/PKCS5PADDING 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/PKCS7 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/PKCS7PADDING 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/TBC 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/TBCPADDING 19:28:20,333 INFO [main][CipherTest] transformation=TEA/CFB128/X9.23 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB128/X9.23PADDING 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB128/ZEROBYTE 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB128/ZEROBYTEPADDING 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/ 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/ISO10126 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/ISO10126-2 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/ISO10126-2PADDING 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/ISO10126PADDING 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/ISO7816-4 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/ISO7816-4PADDING 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/NOPADDING 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/PKCS5 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/PKCS5PADDING 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/PKCS7 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/PKCS7PADDING 19:28:20,334 INFO [main][CipherTest] transformation=TEA/CFB136/TBC 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB136/TBCPADDING 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB136/X9.23 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB136/X9.23PADDING 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB136/ZEROBYTE 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB136/ZEROBYTEPADDING 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/ 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/ISO10126 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/ISO10126-2 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/ISO10126-2PADDING 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/ISO10126PADDING 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/ISO7816-4 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/ISO7816-4PADDING 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/NOPADDING 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/PKCS5 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/PKCS5PADDING 19:28:20,335 INFO [main][CipherTest] transformation=TEA/CFB144/PKCS7 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB144/PKCS7PADDING 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB144/TBC 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB144/TBCPADDING 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB144/X9.23 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB144/X9.23PADDING 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB144/ZEROBYTE 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB144/ZEROBYTEPADDING 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB152/ 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB152/ISO10126 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB152/ISO10126-2 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB152/ISO10126-2PADDING 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB152/ISO10126PADDING 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB152/ISO7816-4 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB152/ISO7816-4PADDING 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB152/NOPADDING 19:28:20,336 INFO [main][CipherTest] transformation=TEA/CFB152/PKCS5 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB152/PKCS5PADDING 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB152/PKCS7 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB152/PKCS7PADDING 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB152/TBC 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB152/TBCPADDING 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB152/X9.23 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB152/X9.23PADDING 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB152/ZEROBYTE 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB152/ZEROBYTEPADDING 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB16/ 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB16/ISO10126 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB16/ISO10126-2 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB16/ISO10126-2PADDING 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB16/ISO10126PADDING 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB16/ISO7816-4 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB16/ISO7816-4PADDING 19:28:20,337 INFO [main][CipherTest] transformation=TEA/CFB16/NOPADDING 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/PKCS5 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/PKCS5PADDING 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/PKCS7 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/PKCS7PADDING 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/TBC 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/TBCPADDING 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/X9.23 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/X9.23PADDING 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/ZEROBYTE 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB16/ZEROBYTEPADDING 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB160/ 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB160/ISO10126 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB160/ISO10126-2 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB160/ISO10126-2PADDING 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB160/ISO10126PADDING 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB160/ISO7816-4 19:28:20,338 INFO [main][CipherTest] transformation=TEA/CFB160/ISO7816-4PADDING 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/NOPADDING 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/PKCS5 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/PKCS5PADDING 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/PKCS7 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/PKCS7PADDING 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/TBC 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/TBCPADDING 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/X9.23 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/X9.23PADDING 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/ZEROBYTE 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB160/ZEROBYTEPADDING 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB168/ 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB168/ISO10126 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB168/ISO10126-2 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB168/ISO10126-2PADDING 19:28:20,339 INFO [main][CipherTest] transformation=TEA/CFB168/ISO10126PADDING 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/ISO7816-4 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/ISO7816-4PADDING 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/NOPADDING 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/PKCS5 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/PKCS5PADDING 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/PKCS7 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/PKCS7PADDING 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/TBC 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/TBCPADDING 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/X9.23 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/X9.23PADDING 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/ZEROBYTE 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB168/ZEROBYTEPADDING 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB176/ 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB176/ISO10126 19:28:20,340 INFO [main][CipherTest] transformation=TEA/CFB176/ISO10126-2 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/ISO10126-2PADDING 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/ISO10126PADDING 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/ISO7816-4 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/ISO7816-4PADDING 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/NOPADDING 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/PKCS5 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/PKCS5PADDING 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/PKCS7 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/PKCS7PADDING 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/TBC 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/TBCPADDING 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/X9.23 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/X9.23PADDING 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/ZEROBYTE 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB176/ZEROBYTEPADDING 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB184/ 19:28:20,341 INFO [main][CipherTest] transformation=TEA/CFB184/ISO10126 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/ISO10126-2 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/ISO10126-2PADDING 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/ISO10126PADDING 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/ISO7816-4 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/ISO7816-4PADDING 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/NOPADDING 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/PKCS5 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/PKCS5PADDING 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/PKCS7 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/PKCS7PADDING 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/TBC 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/TBCPADDING 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/X9.23 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/X9.23PADDING 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/ZEROBYTE 19:28:20,342 INFO [main][CipherTest] transformation=TEA/CFB184/ZEROBYTEPADDING 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/ 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/ISO10126 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/ISO10126-2 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/ISO10126-2PADDING 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/ISO10126PADDING 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/ISO7816-4 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/ISO7816-4PADDING 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/NOPADDING 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/PKCS5 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/PKCS5PADDING 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/PKCS7 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/PKCS7PADDING 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/TBC 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/TBCPADDING 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/X9.23 19:28:20,343 INFO [main][CipherTest] transformation=TEA/CFB192/X9.23PADDING 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB192/ZEROBYTE 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB192/ZEROBYTEPADDING 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/ 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/ISO10126 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/ISO10126-2 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/ISO10126-2PADDING 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/ISO10126PADDING 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/ISO7816-4 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/ISO7816-4PADDING 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/NOPADDING 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/PKCS5 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/PKCS5PADDING 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/PKCS7 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/PKCS7PADDING 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/TBC 19:28:20,344 INFO [main][CipherTest] transformation=TEA/CFB200/TBCPADDING 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB200/X9.23 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB200/X9.23PADDING 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB200/ZEROBYTE 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB200/ZEROBYTEPADDING 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/ 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/ISO10126 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/ISO10126-2 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/ISO10126-2PADDING 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/ISO10126PADDING 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/ISO7816-4 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/ISO7816-4PADDING 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/NOPADDING 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/PKCS5 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/PKCS5PADDING 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/PKCS7 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/PKCS7PADDING 19:28:20,345 INFO [main][CipherTest] transformation=TEA/CFB208/TBC 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB208/TBCPADDING 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB208/X9.23 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB208/X9.23PADDING 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB208/ZEROBYTE 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB208/ZEROBYTEPADDING 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/ 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/ISO10126 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/ISO10126-2 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/ISO10126-2PADDING 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/ISO10126PADDING 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/ISO7816-4 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/ISO7816-4PADDING 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/NOPADDING 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/PKCS5 19:28:20,346 INFO [main][CipherTest] transformation=TEA/CFB216/PKCS5PADDING 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB216/PKCS7 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB216/PKCS7PADDING 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB216/TBC 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB216/TBCPADDING 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB216/X9.23 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB216/X9.23PADDING 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB216/ZEROBYTE 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB216/ZEROBYTEPADDING 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB224/ 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB224/ISO10126 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB224/ISO10126-2 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB224/ISO10126-2PADDING 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB224/ISO10126PADDING 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB224/ISO7816-4 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB224/ISO7816-4PADDING 19:28:20,347 INFO [main][CipherTest] transformation=TEA/CFB224/NOPADDING 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/PKCS5 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/PKCS5PADDING 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/PKCS7 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/PKCS7PADDING 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/TBC 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/TBCPADDING 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/X9.23 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/X9.23PADDING 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/ZEROBYTE 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB224/ZEROBYTEPADDING 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB232/ 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB232/ISO10126 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB232/ISO10126-2 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB232/ISO10126-2PADDING 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB232/ISO10126PADDING 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB232/ISO7816-4 19:28:20,348 INFO [main][CipherTest] transformation=TEA/CFB232/ISO7816-4PADDING 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/NOPADDING 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/PKCS5 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/PKCS5PADDING 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/PKCS7 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/PKCS7PADDING 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/TBC 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/TBCPADDING 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/X9.23 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/X9.23PADDING 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/ZEROBYTE 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB232/ZEROBYTEPADDING 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB24/ 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB24/ISO10126 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB24/ISO10126-2 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB24/ISO10126-2PADDING 19:28:20,349 INFO [main][CipherTest] transformation=TEA/CFB24/ISO10126PADDING 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/ISO7816-4 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/ISO7816-4PADDING 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/NOPADDING 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/PKCS5 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/PKCS5PADDING 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/PKCS7 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/PKCS7PADDING 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/TBC 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/TBCPADDING 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/X9.23 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/X9.23PADDING 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/ZEROBYTE 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB24/ZEROBYTEPADDING 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB240/ 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB240/ISO10126 19:28:20,350 INFO [main][CipherTest] transformation=TEA/CFB240/ISO10126-2 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/ISO10126-2PADDING 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/ISO10126PADDING 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/ISO7816-4 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/ISO7816-4PADDING 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/NOPADDING 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/PKCS5 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/PKCS5PADDING 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/PKCS7 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/PKCS7PADDING 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/TBC 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/TBCPADDING 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/X9.23 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/X9.23PADDING 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/ZEROBYTE 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB240/ZEROBYTEPADDING 19:28:20,351 INFO [main][CipherTest] transformation=TEA/CFB248/ 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/ISO10126 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/ISO10126-2 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/ISO10126-2PADDING 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/ISO10126PADDING 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/ISO7816-4 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/ISO7816-4PADDING 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/NOPADDING 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/PKCS5 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/PKCS5PADDING 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/PKCS7 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/PKCS7PADDING 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/TBC 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/TBCPADDING 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/X9.23 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/X9.23PADDING 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/ZEROBYTE 19:28:20,352 INFO [main][CipherTest] transformation=TEA/CFB248/ZEROBYTEPADDING 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/ 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/ISO10126 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/ISO10126-2 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/ISO10126-2PADDING 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/ISO10126PADDING 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/ISO7816-4 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/ISO7816-4PADDING 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/NOPADDING 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/PKCS5 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/PKCS5PADDING 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/PKCS7 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/PKCS7PADDING 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/TBC 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/TBCPADDING 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/X9.23 19:28:20,353 INFO [main][CipherTest] transformation=TEA/CFB256/X9.23PADDING 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB256/ZEROBYTE 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB256/ZEROBYTEPADDING 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/ 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/ISO10126 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/ISO10126-2 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/ISO10126-2PADDING 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/ISO10126PADDING 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/ISO7816-4 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/ISO7816-4PADDING 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/NOPADDING 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/PKCS5 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/PKCS5PADDING 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/PKCS7 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/PKCS7PADDING 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/TBC 19:28:20,354 INFO [main][CipherTest] transformation=TEA/CFB32/TBCPADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB32/X9.23 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB32/X9.23PADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB32/ZEROBYTE 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB32/ZEROBYTEPADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/ 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/ISO10126 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/ISO10126-2 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/ISO10126-2PADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/ISO10126PADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/ISO7816-4 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/ISO7816-4PADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/NOPADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/PKCS5 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/PKCS5PADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/PKCS7 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/PKCS7PADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/TBC 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/TBCPADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/X9.23 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/X9.23PADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/ZEROBYTE 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB40/ZEROBYTEPADDING 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB48/ 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB48/ISO10126 19:28:20,355 INFO [main][CipherTest] transformation=TEA/CFB48/ISO10126-2 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/ISO10126-2PADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/ISO10126PADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/ISO7816-4 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/ISO7816-4PADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/NOPADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/PKCS5 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/PKCS5PADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/PKCS7 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/PKCS7PADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/TBC 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/TBCPADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/X9.23 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/X9.23PADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/ZEROBYTE 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB48/ZEROBYTEPADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB56/ 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB56/ISO10126 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB56/ISO10126-2 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB56/ISO10126-2PADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB56/ISO10126PADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB56/ISO7816-4 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB56/ISO7816-4PADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB56/NOPADDING 19:28:20,356 INFO [main][CipherTest] transformation=TEA/CFB56/PKCS5 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB56/PKCS5PADDING 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB56/PKCS7 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB56/PKCS7PADDING 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB56/TBC 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB56/TBCPADDING 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB56/X9.23 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB56/X9.23PADDING 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB56/ZEROBYTE 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB56/ZEROBYTEPADDING 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB64/ 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB64/ISO10126 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB64/ISO10126-2 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB64/ISO10126-2PADDING 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB64/ISO10126PADDING 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB64/ISO7816-4 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB64/ISO7816-4PADDING 19:28:20,357 INFO [main][CipherTest] transformation=TEA/CFB64/NOPADDING 19:28:20,358 INFO [main][CipherTest] transformation=TEA/CFB64/PKCS5 19:28:20,358 INFO [main][CipherTest] transformation=TEA/CFB64/PKCS5PADDING 19:28:20,358 INFO [main][CipherTest] transformation=TEA/CFB64/PKCS7 19:28:20,358 INFO [main][CipherTest] transformation=TEA/CFB64/PKCS7PADDING 19:28:20,358 INFO [main][CipherTest] transformation=TEA/CFB64/TBC 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB64/TBCPADDING 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB64/X9.23 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB64/X9.23PADDING 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB64/ZEROBYTE 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB64/ZEROBYTEPADDING 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/ 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/ISO10126 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/ISO10126-2 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/ISO10126-2PADDING 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/ISO10126PADDING 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/ISO7816-4 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/ISO7816-4PADDING 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/NOPADDING 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/PKCS5 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/PKCS5PADDING 19:28:20,359 INFO [main][CipherTest] transformation=TEA/CFB72/PKCS7 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB72/PKCS7PADDING 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB72/TBC 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB72/TBCPADDING 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB72/X9.23 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB72/X9.23PADDING 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB72/ZEROBYTE 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB72/ZEROBYTEPADDING 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB8/ 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB8/ISO10126 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB8/ISO10126-2 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB8/ISO10126-2PADDING 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB8/ISO10126PADDING 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB8/ISO7816-4 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB8/ISO7816-4PADDING 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB8/NOPADDING 19:28:20,360 INFO [main][CipherTest] transformation=TEA/CFB8/PKCS5 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB8/PKCS5PADDING 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB8/PKCS7 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB8/PKCS7PADDING 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB8/TBC 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB8/TBCPADDING 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB8/X9.23 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB8/X9.23PADDING 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB8/ZEROBYTE 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB8/ZEROBYTEPADDING 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB80/ 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB80/ISO10126 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB80/ISO10126-2 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB80/ISO10126-2PADDING 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB80/ISO10126PADDING 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB80/ISO7816-4 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB80/ISO7816-4PADDING 19:28:20,361 INFO [main][CipherTest] transformation=TEA/CFB80/NOPADDING 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/PKCS5 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/PKCS5PADDING 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/PKCS7 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/PKCS7PADDING 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/TBC 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/TBCPADDING 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/X9.23 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/X9.23PADDING 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/ZEROBYTE 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB80/ZEROBYTEPADDING 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB88/ 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB88/ISO10126 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB88/ISO10126-2 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB88/ISO10126-2PADDING 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB88/ISO10126PADDING 19:28:20,362 INFO [main][CipherTest] transformation=TEA/CFB88/ISO7816-4 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/ISO7816-4PADDING 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/NOPADDING 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/PKCS5 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/PKCS5PADDING 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/PKCS7 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/PKCS7PADDING 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/TBC 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/TBCPADDING 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/X9.23 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/X9.23PADDING 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/ZEROBYTE 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB88/ZEROBYTEPADDING 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB96/ 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB96/ISO10126 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB96/ISO10126-2 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB96/ISO10126-2PADDING 19:28:20,363 INFO [main][CipherTest] transformation=TEA/CFB96/ISO10126PADDING 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/ISO7816-4 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/ISO7816-4PADDING 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/NOPADDING 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/PKCS5 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/PKCS5PADDING 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/PKCS7 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/PKCS7PADDING 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/TBC 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/TBCPADDING 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/X9.23 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/X9.23PADDING 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/ZEROBYTE 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CFB96/ZEROBYTEPADDING 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CTS/ 19:28:20,364 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA/CTS/" does not support IV => Skipping. 19:28:20,364 INFO [main][CipherTest] transformation=TEA/CTS/NOPADDING 19:28:20,364 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA/CTS/NOPADDING" does not support IV => Skipping. 19:28:20,364 INFO [main][CipherTest] transformation=TEA/EAX/ 19:28:20,365 INFO [main][CipherTest] transformation=TEA/EAX/NOPADDING 19:28:20,365 INFO [main][CipherTest] transformation=TEA/ECB/ 19:28:20,365 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA/ECB/" does not support IV => Skipping. 19:28:20,365 INFO [main][CipherTest] transformation=TEA/ECB/NOPADDING 19:28:20,365 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA/ECB/NOPADDING" does not support IV => Skipping. 19:28:20,365 INFO [main][CipherTest] transformation=TEA/GOFB/ 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/ISO10126 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/ISO10126-2 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/ISO10126-2PADDING 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/ISO10126PADDING 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/ISO7816-4 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/ISO7816-4PADDING 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/NOPADDING 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/PKCS5 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/PKCS5PADDING 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/PKCS7 19:28:20,366 INFO [main][CipherTest] transformation=TEA/GOFB/PKCS7PADDING 19:28:20,367 INFO [main][CipherTest] transformation=TEA/GOFB/TBC 19:28:20,367 INFO [main][CipherTest] transformation=TEA/GOFB/TBCPADDING 19:28:20,367 INFO [main][CipherTest] transformation=TEA/GOFB/X9.23 19:28:20,367 INFO [main][CipherTest] transformation=TEA/GOFB/X9.23PADDING 19:28:20,367 INFO [main][CipherTest] transformation=TEA/GOFB/ZEROBYTE 19:28:20,367 INFO [main][CipherTest] transformation=TEA/GOFB/ZEROBYTEPADDING 19:28:20,367 INFO [main][CipherTest] transformation=TEA/OFB/ 19:28:20,367 INFO [main][CipherTest] transformation=TEA/OFB/ISO10126 19:28:20,367 INFO [main][CipherTest] transformation=TEA/OFB/ISO10126-2 19:28:20,367 INFO [main][CipherTest] transformation=TEA/OFB/ISO10126-2PADDING 19:28:20,367 INFO [main][CipherTest] transformation=TEA/OFB/ISO10126PADDING 19:28:20,367 INFO [main][CipherTest] transformation=TEA/OFB/ISO7816-4 19:28:20,367 INFO [main][CipherTest] transformation=TEA/OFB/ISO7816-4PADDING 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/NOPADDING 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/PKCS5 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/PKCS5PADDING 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/PKCS7 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/PKCS7PADDING 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/TBC 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/TBCPADDING 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/X9.23 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/X9.23PADDING 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/ZEROBYTE 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB/ZEROBYTEPADDING 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB104/ 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB104/ISO10126 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB104/ISO10126-2 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB104/ISO10126-2PADDING 19:28:20,368 INFO [main][CipherTest] transformation=TEA/OFB104/ISO10126PADDING 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/ISO7816-4 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/ISO7816-4PADDING 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/NOPADDING 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/PKCS5 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/PKCS5PADDING 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/PKCS7 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/PKCS7PADDING 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/TBC 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/TBCPADDING 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/X9.23 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/X9.23PADDING 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/ZEROBYTE 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB104/ZEROBYTEPADDING 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB112/ 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB112/ISO10126 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB112/ISO10126-2 19:28:20,369 INFO [main][CipherTest] transformation=TEA/OFB112/ISO10126-2PADDING 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/ISO10126PADDING 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/ISO7816-4 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/ISO7816-4PADDING 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/NOPADDING 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/PKCS5 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/PKCS5PADDING 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/PKCS7 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/PKCS7PADDING 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/TBC 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/TBCPADDING 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/X9.23 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/X9.23PADDING 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/ZEROBYTE 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB112/ZEROBYTEPADDING 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB120/ 19:28:20,370 INFO [main][CipherTest] transformation=TEA/OFB120/ISO10126 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/ISO10126-2 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/ISO10126-2PADDING 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/ISO10126PADDING 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/ISO7816-4 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/ISO7816-4PADDING 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/NOPADDING 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/PKCS5 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/PKCS5PADDING 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/PKCS7 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/PKCS7PADDING 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/TBC 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/TBCPADDING 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/X9.23 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/X9.23PADDING 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/ZEROBYTE 19:28:20,371 INFO [main][CipherTest] transformation=TEA/OFB120/ZEROBYTEPADDING 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/ 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/ISO10126 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/ISO10126-2 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/ISO10126-2PADDING 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/ISO10126PADDING 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/ISO7816-4 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/ISO7816-4PADDING 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/NOPADDING 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/PKCS5 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/PKCS5PADDING 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/PKCS7 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/PKCS7PADDING 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/TBC 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/TBCPADDING 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/X9.23 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/X9.23PADDING 19:28:20,372 INFO [main][CipherTest] transformation=TEA/OFB128/ZEROBYTE 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB128/ZEROBYTEPADDING 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/ 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/ISO10126 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/ISO10126-2 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/ISO10126-2PADDING 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/ISO10126PADDING 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/ISO7816-4 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/ISO7816-4PADDING 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/NOPADDING 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/PKCS5 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/PKCS5PADDING 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/PKCS7 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/PKCS7PADDING 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/TBC 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/TBCPADDING 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/X9.23 19:28:20,373 INFO [main][CipherTest] transformation=TEA/OFB136/X9.23PADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB136/ZEROBYTE 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB136/ZEROBYTEPADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/ 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/ISO10126 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/ISO10126-2 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/ISO10126-2PADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/ISO10126PADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/ISO7816-4 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/ISO7816-4PADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/NOPADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/PKCS5 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/PKCS5PADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/PKCS7 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/PKCS7PADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/TBC 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/TBCPADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/X9.23 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/X9.23PADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/ZEROBYTE 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB144/ZEROBYTEPADDING 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB152/ 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB152/ISO10126 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB152/ISO10126-2 19:28:20,374 INFO [main][CipherTest] transformation=TEA/OFB152/ISO10126-2PADDING 19:28:20,375 INFO [main][CipherTest] transformation=TEA/OFB152/ISO10126PADDING 19:28:20,375 INFO [main][CipherTest] transformation=TEA/OFB152/ISO7816-4 19:28:20,375 INFO [main][CipherTest] transformation=TEA/OFB152/ISO7816-4PADDING 19:28:20,375 INFO [main][CipherTest] transformation=TEA/OFB152/NOPADDING 19:28:20,375 INFO [main][CipherTest] transformation=TEA/OFB152/PKCS5 19:28:20,375 INFO [main][CipherTest] transformation=TEA/OFB152/PKCS5PADDING 19:28:20,375 INFO [main][CipherTest] transformation=TEA/OFB152/PKCS7 19:28:20,375 INFO [main][CipherTest] transformation=TEA/OFB152/PKCS7PADDING 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB152/TBC 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB152/TBCPADDING 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB152/X9.23 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB152/X9.23PADDING 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB152/ZEROBYTE 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB152/ZEROBYTEPADDING 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/ 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/ISO10126 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/ISO10126-2 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/ISO10126-2PADDING 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/ISO10126PADDING 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/ISO7816-4 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/ISO7816-4PADDING 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/NOPADDING 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/PKCS5 19:28:20,376 INFO [main][CipherTest] transformation=TEA/OFB16/PKCS5PADDING 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB16/PKCS7 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB16/PKCS7PADDING 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB16/TBC 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB16/TBCPADDING 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB16/X9.23 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB16/X9.23PADDING 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB16/ZEROBYTE 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB16/ZEROBYTEPADDING 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB160/ 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB160/ISO10126 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB160/ISO10126-2 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB160/ISO10126-2PADDING 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB160/ISO10126PADDING 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB160/ISO7816-4 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB160/ISO7816-4PADDING 19:28:20,377 INFO [main][CipherTest] transformation=TEA/OFB160/NOPADDING 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/PKCS5 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/PKCS5PADDING 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/PKCS7 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/PKCS7PADDING 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/TBC 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/TBCPADDING 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/X9.23 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/X9.23PADDING 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/ZEROBYTE 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB160/ZEROBYTEPADDING 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB168/ 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB168/ISO10126 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB168/ISO10126-2 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB168/ISO10126-2PADDING 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB168/ISO10126PADDING 19:28:20,378 INFO [main][CipherTest] transformation=TEA/OFB168/ISO7816-4 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/ISO7816-4PADDING 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/NOPADDING 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/PKCS5 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/PKCS5PADDING 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/PKCS7 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/PKCS7PADDING 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/TBC 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/TBCPADDING 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/X9.23 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/X9.23PADDING 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/ZEROBYTE 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB168/ZEROBYTEPADDING 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB176/ 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB176/ISO10126 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB176/ISO10126-2 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB176/ISO10126-2PADDING 19:28:20,379 INFO [main][CipherTest] transformation=TEA/OFB176/ISO10126PADDING 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/ISO7816-4 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/ISO7816-4PADDING 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/NOPADDING 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/PKCS5 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/PKCS5PADDING 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/PKCS7 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/PKCS7PADDING 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/TBC 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/TBCPADDING 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/X9.23 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/X9.23PADDING 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/ZEROBYTE 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB176/ZEROBYTEPADDING 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB184/ 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB184/ISO10126 19:28:20,380 INFO [main][CipherTest] transformation=TEA/OFB184/ISO10126-2 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/ISO10126-2PADDING 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/ISO10126PADDING 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/ISO7816-4 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/ISO7816-4PADDING 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/NOPADDING 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/PKCS5 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/PKCS5PADDING 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/PKCS7 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/PKCS7PADDING 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/TBC 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/TBCPADDING 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/X9.23 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/X9.23PADDING 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/ZEROBYTE 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB184/ZEROBYTEPADDING 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB192/ 19:28:20,381 INFO [main][CipherTest] transformation=TEA/OFB192/ISO10126 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/ISO10126-2 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/ISO10126-2PADDING 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/ISO10126PADDING 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/ISO7816-4 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/ISO7816-4PADDING 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/NOPADDING 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/PKCS5 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/PKCS5PADDING 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/PKCS7 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/PKCS7PADDING 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/TBC 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/TBCPADDING 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/X9.23 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/X9.23PADDING 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/ZEROBYTE 19:28:20,382 INFO [main][CipherTest] transformation=TEA/OFB192/ZEROBYTEPADDING 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/ 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/ISO10126 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/ISO10126-2 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/ISO10126-2PADDING 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/ISO10126PADDING 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/ISO7816-4 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/ISO7816-4PADDING 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/NOPADDING 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/PKCS5 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/PKCS5PADDING 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/PKCS7 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/PKCS7PADDING 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/TBC 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/TBCPADDING 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/X9.23 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/X9.23PADDING 19:28:20,383 INFO [main][CipherTest] transformation=TEA/OFB200/ZEROBYTE 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB200/ZEROBYTEPADDING 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/ 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/ISO10126 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/ISO10126-2 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/ISO10126-2PADDING 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/ISO10126PADDING 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/ISO7816-4 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/ISO7816-4PADDING 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/NOPADDING 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/PKCS5 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/PKCS5PADDING 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/PKCS7 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/PKCS7PADDING 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/TBC 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/TBCPADDING 19:28:20,384 INFO [main][CipherTest] transformation=TEA/OFB208/X9.23 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB208/X9.23PADDING 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB208/ZEROBYTE 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB208/ZEROBYTEPADDING 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/ 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/ISO10126 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/ISO10126-2 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/ISO10126-2PADDING 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/ISO10126PADDING 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/ISO7816-4 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/ISO7816-4PADDING 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/NOPADDING 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/PKCS5 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/PKCS5PADDING 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/PKCS7 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/PKCS7PADDING 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/TBC 19:28:20,385 INFO [main][CipherTest] transformation=TEA/OFB216/TBCPADDING 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB216/X9.23 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB216/X9.23PADDING 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB216/ZEROBYTE 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB216/ZEROBYTEPADDING 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/ 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/ISO10126 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/ISO10126-2 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/ISO10126-2PADDING 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/ISO10126PADDING 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/ISO7816-4 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/ISO7816-4PADDING 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/NOPADDING 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/PKCS5 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/PKCS5PADDING 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/PKCS7 19:28:20,386 INFO [main][CipherTest] transformation=TEA/OFB224/PKCS7PADDING 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB224/TBC 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB224/TBCPADDING 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB224/X9.23 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB224/X9.23PADDING 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB224/ZEROBYTE 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB224/ZEROBYTEPADDING 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/ 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/ISO10126 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/ISO10126-2 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/ISO10126-2PADDING 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/ISO10126PADDING 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/ISO7816-4 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/ISO7816-4PADDING 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/NOPADDING 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/PKCS5 19:28:20,387 INFO [main][CipherTest] transformation=TEA/OFB232/PKCS5PADDING 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB232/PKCS7 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB232/PKCS7PADDING 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB232/TBC 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB232/TBCPADDING 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB232/X9.23 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB232/X9.23PADDING 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB232/ZEROBYTE 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB232/ZEROBYTEPADDING 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB24/ 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB24/ISO10126 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB24/ISO10126-2 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB24/ISO10126-2PADDING 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB24/ISO10126PADDING 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB24/ISO7816-4 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB24/ISO7816-4PADDING 19:28:20,388 INFO [main][CipherTest] transformation=TEA/OFB24/NOPADDING 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/PKCS5 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/PKCS5PADDING 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/PKCS7 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/PKCS7PADDING 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/TBC 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/TBCPADDING 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/X9.23 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/X9.23PADDING 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/ZEROBYTE 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB24/ZEROBYTEPADDING 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB240/ 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB240/ISO10126 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB240/ISO10126-2 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB240/ISO10126-2PADDING 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB240/ISO10126PADDING 19:28:20,389 INFO [main][CipherTest] transformation=TEA/OFB240/ISO7816-4 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/ISO7816-4PADDING 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/NOPADDING 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/PKCS5 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/PKCS5PADDING 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/PKCS7 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/PKCS7PADDING 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/TBC 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/TBCPADDING 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/X9.23 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/X9.23PADDING 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/ZEROBYTE 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB240/ZEROBYTEPADDING 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB248/ 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB248/ISO10126 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB248/ISO10126-2 19:28:20,390 INFO [main][CipherTest] transformation=TEA/OFB248/ISO10126-2PADDING 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/ISO10126PADDING 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/ISO7816-4 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/ISO7816-4PADDING 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/NOPADDING 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/PKCS5 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/PKCS5PADDING 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/PKCS7 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/PKCS7PADDING 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/TBC 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/TBCPADDING 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/X9.23 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/X9.23PADDING 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/ZEROBYTE 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB248/ZEROBYTEPADDING 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB256/ 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB256/ISO10126 19:28:20,391 INFO [main][CipherTest] transformation=TEA/OFB256/ISO10126-2 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/ISO10126-2PADDING 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/ISO10126PADDING 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/ISO7816-4 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/ISO7816-4PADDING 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/NOPADDING 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/PKCS5 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/PKCS5PADDING 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/PKCS7 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/PKCS7PADDING 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/TBC 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/TBCPADDING 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/X9.23 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/X9.23PADDING 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/ZEROBYTE 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB256/ZEROBYTEPADDING 19:28:20,392 INFO [main][CipherTest] transformation=TEA/OFB32/ 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/ISO10126 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/ISO10126-2 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/ISO10126-2PADDING 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/ISO10126PADDING 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/ISO7816-4 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/ISO7816-4PADDING 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/NOPADDING 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/PKCS5 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/PKCS5PADDING 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/PKCS7 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/PKCS7PADDING 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/TBC 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/TBCPADDING 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/X9.23 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/X9.23PADDING 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/ZEROBYTE 19:28:20,393 INFO [main][CipherTest] transformation=TEA/OFB32/ZEROBYTEPADDING 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/ 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/ISO10126 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/ISO10126-2 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/ISO10126-2PADDING 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/ISO10126PADDING 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/ISO7816-4 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/ISO7816-4PADDING 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/NOPADDING 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/PKCS5 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/PKCS5PADDING 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/PKCS7 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/PKCS7PADDING 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/TBC 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/TBCPADDING 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/X9.23 19:28:20,394 INFO [main][CipherTest] transformation=TEA/OFB40/X9.23PADDING 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB40/ZEROBYTE 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB40/ZEROBYTEPADDING 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/ 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/ISO10126 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/ISO10126-2 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/ISO10126-2PADDING 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/ISO10126PADDING 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/ISO7816-4 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/ISO7816-4PADDING 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/NOPADDING 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/PKCS5 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/PKCS5PADDING 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/PKCS7 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/PKCS7PADDING 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/TBC 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/TBCPADDING 19:28:20,395 INFO [main][CipherTest] transformation=TEA/OFB48/X9.23 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB48/X9.23PADDING 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB48/ZEROBYTE 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB48/ZEROBYTEPADDING 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/ 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/ISO10126 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/ISO10126-2 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/ISO10126-2PADDING 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/ISO10126PADDING 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/ISO7816-4 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/ISO7816-4PADDING 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/NOPADDING 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/PKCS5 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/PKCS5PADDING 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/PKCS7 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/PKCS7PADDING 19:28:20,396 INFO [main][CipherTest] transformation=TEA/OFB56/TBC 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB56/TBCPADDING 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB56/X9.23 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB56/X9.23PADDING 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB56/ZEROBYTE 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB56/ZEROBYTEPADDING 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/ 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/ISO10126 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/ISO10126-2 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/ISO10126-2PADDING 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/ISO10126PADDING 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/ISO7816-4 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/ISO7816-4PADDING 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/NOPADDING 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/PKCS5 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/PKCS5PADDING 19:28:20,397 INFO [main][CipherTest] transformation=TEA/OFB64/PKCS7 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB64/PKCS7PADDING 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB64/TBC 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB64/TBCPADDING 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB64/X9.23 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB64/X9.23PADDING 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB64/ZEROBYTE 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB64/ZEROBYTEPADDING 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB72/ 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB72/ISO10126 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB72/ISO10126-2 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB72/ISO10126-2PADDING 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB72/ISO10126PADDING 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB72/ISO7816-4 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB72/ISO7816-4PADDING 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB72/NOPADDING 19:28:20,398 INFO [main][CipherTest] transformation=TEA/OFB72/PKCS5 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB72/PKCS5PADDING 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB72/PKCS7 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB72/PKCS7PADDING 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB72/TBC 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB72/TBCPADDING 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB72/X9.23 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB72/X9.23PADDING 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB72/ZEROBYTE 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB72/ZEROBYTEPADDING 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB8/ 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB8/ISO10126 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB8/ISO10126-2 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB8/ISO10126-2PADDING 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB8/ISO10126PADDING 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB8/ISO7816-4 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB8/ISO7816-4PADDING 19:28:20,399 INFO [main][CipherTest] transformation=TEA/OFB8/NOPADDING 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/PKCS5 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/PKCS5PADDING 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/PKCS7 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/PKCS7PADDING 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/TBC 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/TBCPADDING 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/X9.23 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/X9.23PADDING 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/ZEROBYTE 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB8/ZEROBYTEPADDING 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB80/ 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB80/ISO10126 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB80/ISO10126-2 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB80/ISO10126-2PADDING 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB80/ISO10126PADDING 19:28:20,400 INFO [main][CipherTest] transformation=TEA/OFB80/ISO7816-4 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/ISO7816-4PADDING 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/NOPADDING 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/PKCS5 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/PKCS5PADDING 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/PKCS7 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/PKCS7PADDING 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/TBC 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/TBCPADDING 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/X9.23 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/X9.23PADDING 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/ZEROBYTE 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB80/ZEROBYTEPADDING 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB88/ 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB88/ISO10126 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB88/ISO10126-2 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB88/ISO10126-2PADDING 19:28:20,401 INFO [main][CipherTest] transformation=TEA/OFB88/ISO10126PADDING 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/ISO7816-4 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/ISO7816-4PADDING 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/NOPADDING 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/PKCS5 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/PKCS5PADDING 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/PKCS7 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/PKCS7PADDING 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/TBC 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/TBCPADDING 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/X9.23 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/X9.23PADDING 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/ZEROBYTE 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB88/ZEROBYTEPADDING 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB96/ 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB96/ISO10126 19:28:20,402 INFO [main][CipherTest] transformation=TEA/OFB96/ISO10126-2 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/ISO10126-2PADDING 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/ISO10126PADDING 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/ISO7816-4 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/ISO7816-4PADDING 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/NOPADDING 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/PKCS5 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/PKCS5PADDING 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/PKCS7 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/PKCS7PADDING 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/TBC 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/TBCPADDING 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/X9.23 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/X9.23PADDING 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/ZEROBYTE 19:28:20,403 INFO [main][CipherTest] transformation=TEA/OFB96/ZEROBYTEPADDING 19:28:20,403 INFO [main][CipherTest] transformation=TEA/SIC/ 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/ISO10126 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/ISO10126-2 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/ISO10126-2PADDING 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/ISO10126PADDING 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/ISO7816-4 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/ISO7816-4PADDING 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/NOPADDING 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/PKCS5 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/PKCS5PADDING 19:28:20,404 INFO [main][CipherTest] transformation=TEA/SIC/PKCS7 19:28:20,405 INFO [main][CipherTest] transformation=TEA/SIC/PKCS7PADDING 19:28:20,405 INFO [main][CipherTest] transformation=TEA/SIC/TBC 19:28:20,405 INFO [main][CipherTest] transformation=TEA/SIC/TBCPADDING 19:28:20,405 INFO [main][CipherTest] transformation=TEA/SIC/X9.23 19:28:20,405 INFO [main][CipherTest] transformation=TEA/SIC/X9.23PADDING 19:28:20,405 INFO [main][CipherTest] transformation=TEA/SIC/ZEROBYTE 19:28:20,406 INFO [main][CipherTest] transformation=TEA/SIC/ZEROBYTEPADDING 19:28:20,406 INFO [main][CipherTest] transformation=TWOFISH// 19:28:20,408 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH//" does not support IV => Skipping. 19:28:20,408 INFO [main][CipherTest] transformation=TWOFISH//NOPADDING 19:28:20,410 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH//NOPADDING" does not support IV => Skipping. 19:28:20,410 INFO [main][CipherTest] transformation=TWOFISH/CBC-CTS/ 19:28:20,413 INFO [main][CipherTest] transformation=TWOFISH/CBC-CTS/NOPADDING 19:28:20,415 INFO [main][CipherTest] transformation=TWOFISH/CBC/ 19:28:20,417 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO10126 19:28:20,419 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO10126-2 19:28:20,421 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO10126-2PADDING 19:28:20,423 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO10126PADDING 19:28:20,425 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO7816-4 19:28:20,426 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO7816-4PADDING 19:28:20,427 INFO [main][CipherTest] transformation=TWOFISH/CBC/NOPADDING 19:28:20,428 INFO [main][CipherTest] transformation=TWOFISH/CBC/PKCS5 19:28:20,429 INFO [main][CipherTest] transformation=TWOFISH/CBC/PKCS5PADDING 19:28:20,430 INFO [main][CipherTest] transformation=TWOFISH/CBC/PKCS7 19:28:20,431 INFO [main][CipherTest] transformation=TWOFISH/CBC/PKCS7PADDING 19:28:20,432 INFO [main][CipherTest] transformation=TWOFISH/CBC/TBC 19:28:20,432 INFO [main][CipherTest] transformation=TWOFISH/CBC/TBCPADDING 19:28:20,433 INFO [main][CipherTest] transformation=TWOFISH/CBC/X9.23 19:28:20,434 INFO [main][CipherTest] transformation=TWOFISH/CBC/X9.23PADDING 19:28:20,435 INFO [main][CipherTest] transformation=TWOFISH/CBC/ZEROBYTE 19:28:20,436 INFO [main][CipherTest] transformation=TWOFISH/CBC/ZEROBYTEPADDING 19:28:20,437 INFO [main][CipherTest] transformation=TWOFISH/CCM/ 19:28:20,438 ERROR [main][CipherTest] transformation "TWOFISH/CCM/": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:20,438 INFO [main][CipherTest] transformation=TWOFISH/CCM/NOPADDING 19:28:20,439 ERROR [main][CipherTest] transformation "TWOFISH/CCM/NOPADDING": java.lang.IllegalArgumentException: nonce must have length from 7 to 13 octets 19:28:20,439 INFO [main][CipherTest] transformation=TWOFISH/CFB/ 19:28:20,440 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO10126 19:28:20,441 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO10126-2 19:28:20,442 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO10126-2PADDING 19:28:20,442 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO10126PADDING 19:28:20,443 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO7816-4 19:28:20,444 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO7816-4PADDING 19:28:20,445 INFO [main][CipherTest] transformation=TWOFISH/CFB/NOPADDING 19:28:20,446 INFO [main][CipherTest] transformation=TWOFISH/CFB/PKCS5 19:28:20,447 INFO [main][CipherTest] transformation=TWOFISH/CFB/PKCS5PADDING 19:28:20,448 INFO [main][CipherTest] transformation=TWOFISH/CFB/PKCS7 19:28:20,449 INFO [main][CipherTest] transformation=TWOFISH/CFB/PKCS7PADDING 19:28:20,450 INFO [main][CipherTest] transformation=TWOFISH/CFB/TBC 19:28:20,451 INFO [main][CipherTest] transformation=TWOFISH/CFB/TBCPADDING 19:28:20,452 INFO [main][CipherTest] transformation=TWOFISH/CFB/X9.23 19:28:20,452 INFO [main][CipherTest] transformation=TWOFISH/CFB/X9.23PADDING 19:28:20,453 INFO [main][CipherTest] transformation=TWOFISH/CFB/ZEROBYTE 19:28:20,454 INFO [main][CipherTest] transformation=TWOFISH/CFB/ZEROBYTEPADDING 19:28:20,455 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ 19:28:20,456 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO10126 19:28:20,457 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO10126-2 19:28:20,458 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO10126-2PADDING 19:28:20,459 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO10126PADDING 19:28:20,460 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO7816-4 19:28:20,461 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO7816-4PADDING 19:28:20,462 INFO [main][CipherTest] transformation=TWOFISH/CFB104/NOPADDING 19:28:20,462 INFO [main][CipherTest] transformation=TWOFISH/CFB104/PKCS5 19:28:20,463 INFO [main][CipherTest] transformation=TWOFISH/CFB104/PKCS5PADDING 19:28:20,464 INFO [main][CipherTest] transformation=TWOFISH/CFB104/PKCS7 19:28:20,465 INFO [main][CipherTest] transformation=TWOFISH/CFB104/PKCS7PADDING 19:28:20,466 INFO [main][CipherTest] transformation=TWOFISH/CFB104/TBC 19:28:20,467 INFO [main][CipherTest] transformation=TWOFISH/CFB104/TBCPADDING 19:28:20,468 INFO [main][CipherTest] transformation=TWOFISH/CFB104/X9.23 19:28:20,469 INFO [main][CipherTest] transformation=TWOFISH/CFB104/X9.23PADDING 19:28:20,470 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ZEROBYTE 19:28:20,471 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ZEROBYTEPADDING 19:28:20,471 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ 19:28:20,472 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO10126 19:28:20,473 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO10126-2 19:28:20,474 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO10126-2PADDING 19:28:20,475 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO10126PADDING 19:28:20,476 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO7816-4 19:28:20,477 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO7816-4PADDING 19:28:20,478 INFO [main][CipherTest] transformation=TWOFISH/CFB112/NOPADDING 19:28:20,479 INFO [main][CipherTest] transformation=TWOFISH/CFB112/PKCS5 19:28:20,480 INFO [main][CipherTest] transformation=TWOFISH/CFB112/PKCS5PADDING 19:28:20,481 INFO [main][CipherTest] transformation=TWOFISH/CFB112/PKCS7 19:28:20,481 INFO [main][CipherTest] transformation=TWOFISH/CFB112/PKCS7PADDING 19:28:20,482 INFO [main][CipherTest] transformation=TWOFISH/CFB112/TBC 19:28:20,482 INFO [main][CipherTest] transformation=TWOFISH/CFB112/TBCPADDING 19:28:20,482 INFO [main][CipherTest] transformation=TWOFISH/CFB112/X9.23 19:28:20,482 INFO [main][CipherTest] transformation=TWOFISH/CFB112/X9.23PADDING 19:28:20,482 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ZEROBYTE 19:28:20,483 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ZEROBYTEPADDING 19:28:20,483 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ 19:28:20,483 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO10126 19:28:20,483 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO10126-2 19:28:20,483 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO10126-2PADDING 19:28:20,483 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO10126PADDING 19:28:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO7816-4 19:28:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO7816-4PADDING 19:28:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB120/NOPADDING 19:28:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB120/PKCS5 19:28:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB120/PKCS5PADDING 19:28:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB120/PKCS7 19:28:20,485 INFO [main][CipherTest] transformation=TWOFISH/CFB120/PKCS7PADDING 19:28:20,485 INFO [main][CipherTest] transformation=TWOFISH/CFB120/TBC 19:28:20,485 INFO [main][CipherTest] transformation=TWOFISH/CFB120/TBCPADDING 19:28:20,487 INFO [main][CipherTest] transformation=TWOFISH/CFB120/X9.23 19:28:20,487 INFO [main][CipherTest] transformation=TWOFISH/CFB120/X9.23PADDING 19:28:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ZEROBYTE 19:28:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ZEROBYTEPADDING 19:28:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ 19:28:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO10126 19:28:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO10126-2 19:28:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO10126-2PADDING 19:28:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO10126PADDING 19:28:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO7816-4 19:28:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO7816-4PADDING 19:28:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB128/NOPADDING 19:28:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB128/PKCS5 19:28:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB128/PKCS5PADDING 19:28:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB128/PKCS7 19:28:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB128/PKCS7PADDING 19:28:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB128/TBC 19:28:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB128/TBCPADDING 19:28:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB128/X9.23 19:28:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB128/X9.23PADDING 19:28:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ZEROBYTE 19:28:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ZEROBYTEPADDING 19:28:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ 19:28:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO10126 19:28:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO10126-2 19:28:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO10126-2PADDING 19:28:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO10126PADDING 19:28:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO7816-4 19:28:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO7816-4PADDING 19:28:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB136/NOPADDING 19:28:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB136/PKCS5 19:28:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB136/PKCS5PADDING 19:28:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB136/PKCS7 19:28:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB136/PKCS7PADDING 19:28:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB136/TBC 19:28:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB136/TBCPADDING 19:28:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB136/X9.23 19:28:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB136/X9.23PADDING 19:28:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ZEROBYTE 19:28:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ZEROBYTEPADDING 19:28:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ 19:28:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO10126 19:28:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO10126-2 19:28:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO10126-2PADDING 19:28:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO10126PADDING 19:28:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO7816-4 19:28:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO7816-4PADDING 19:28:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB144/NOPADDING 19:28:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB144/PKCS5 19:28:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB144/PKCS5PADDING 19:28:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB144/PKCS7 19:28:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB144/PKCS7PADDING 19:28:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB144/TBC 19:28:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB144/TBCPADDING 19:28:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB144/X9.23 19:28:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB144/X9.23PADDING 19:28:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ZEROBYTE 19:28:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ZEROBYTEPADDING 19:28:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ 19:28:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO10126 19:28:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO10126-2 19:28:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO10126-2PADDING 19:28:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO10126PADDING 19:28:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO7816-4 19:28:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO7816-4PADDING 19:28:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB152/NOPADDING 19:28:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB152/PKCS5 19:28:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB152/PKCS5PADDING 19:28:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB152/PKCS7 19:28:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB152/PKCS7PADDING 19:28:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB152/TBC 19:28:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB152/TBCPADDING 19:28:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB152/X9.23 19:28:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB152/X9.23PADDING 19:28:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ZEROBYTE 19:28:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ZEROBYTEPADDING 19:28:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ 19:28:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO10126 19:28:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO10126-2 19:28:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO10126-2PADDING 19:28:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO10126PADDING 19:28:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO7816-4 19:28:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO7816-4PADDING 19:28:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB16/NOPADDING 19:28:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB16/PKCS5 19:28:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB16/PKCS5PADDING 19:28:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB16/PKCS7 19:28:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB16/PKCS7PADDING 19:28:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB16/TBC 19:28:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB16/TBCPADDING 19:28:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB16/X9.23 19:28:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB16/X9.23PADDING 19:28:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ZEROBYTE 19:28:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ZEROBYTEPADDING 19:28:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ 19:28:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO10126 19:28:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO10126-2 19:28:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO10126-2PADDING 19:28:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO10126PADDING 19:28:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO7816-4 19:28:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO7816-4PADDING 19:28:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB160/NOPADDING 19:28:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB160/PKCS5 19:28:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB160/PKCS5PADDING 19:28:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB160/PKCS7 19:28:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB160/PKCS7PADDING 19:28:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB160/TBC 19:28:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB160/TBCPADDING 19:28:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB160/X9.23 19:28:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB160/X9.23PADDING 19:28:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ZEROBYTE 19:28:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ZEROBYTEPADDING 19:28:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ 19:28:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO10126 19:28:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO10126-2 19:28:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO10126-2PADDING 19:28:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO10126PADDING 19:28:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO7816-4 19:28:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO7816-4PADDING 19:28:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB168/NOPADDING 19:28:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB168/PKCS5 19:28:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB168/PKCS5PADDING 19:28:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB168/PKCS7 19:28:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB168/PKCS7PADDING 19:28:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB168/TBC 19:28:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB168/TBCPADDING 19:28:20,510 INFO [main][CipherTest] transformation=TWOFISH/CFB168/X9.23 19:28:20,510 INFO [main][CipherTest] transformation=TWOFISH/CFB168/X9.23PADDING 19:28:20,510 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ZEROBYTE 19:28:20,511 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ZEROBYTEPADDING 19:28:20,511 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ 19:28:20,511 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO10126 19:28:20,511 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO10126-2 19:28:20,512 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO10126-2PADDING 19:28:20,512 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO10126PADDING 19:28:20,512 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO7816-4 19:28:20,512 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO7816-4PADDING 19:28:20,513 INFO [main][CipherTest] transformation=TWOFISH/CFB176/NOPADDING 19:28:20,513 INFO [main][CipherTest] transformation=TWOFISH/CFB176/PKCS5 19:28:20,513 INFO [main][CipherTest] transformation=TWOFISH/CFB176/PKCS5PADDING 19:28:20,513 INFO [main][CipherTest] transformation=TWOFISH/CFB176/PKCS7 19:28:20,513 INFO [main][CipherTest] transformation=TWOFISH/CFB176/PKCS7PADDING 19:28:20,514 INFO [main][CipherTest] transformation=TWOFISH/CFB176/TBC 19:28:20,514 INFO [main][CipherTest] transformation=TWOFISH/CFB176/TBCPADDING 19:28:20,514 INFO [main][CipherTest] transformation=TWOFISH/CFB176/X9.23 19:28:20,514 INFO [main][CipherTest] transformation=TWOFISH/CFB176/X9.23PADDING 19:28:20,515 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ZEROBYTE 19:28:20,515 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ZEROBYTEPADDING 19:28:20,515 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ 19:28:20,515 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO10126 19:28:20,516 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO10126-2 19:28:20,516 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO10126-2PADDING 19:28:20,516 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO10126PADDING 19:28:20,516 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO7816-4 19:28:20,517 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO7816-4PADDING 19:28:20,517 INFO [main][CipherTest] transformation=TWOFISH/CFB184/NOPADDING 19:28:20,517 INFO [main][CipherTest] transformation=TWOFISH/CFB184/PKCS5 19:28:20,517 INFO [main][CipherTest] transformation=TWOFISH/CFB184/PKCS5PADDING 19:28:20,518 INFO [main][CipherTest] transformation=TWOFISH/CFB184/PKCS7 19:28:20,518 INFO [main][CipherTest] transformation=TWOFISH/CFB184/PKCS7PADDING 19:28:20,518 INFO [main][CipherTest] transformation=TWOFISH/CFB184/TBC 19:28:20,518 INFO [main][CipherTest] transformation=TWOFISH/CFB184/TBCPADDING 19:28:20,519 INFO [main][CipherTest] transformation=TWOFISH/CFB184/X9.23 19:28:20,519 INFO [main][CipherTest] transformation=TWOFISH/CFB184/X9.23PADDING 19:28:20,519 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ZEROBYTE 19:28:20,519 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ZEROBYTEPADDING 19:28:20,519 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ 19:28:20,520 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO10126 19:28:20,520 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO10126-2 19:28:20,520 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO10126-2PADDING 19:28:20,520 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO10126PADDING 19:28:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO7816-4 19:28:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO7816-4PADDING 19:28:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB192/NOPADDING 19:28:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB192/PKCS5 19:28:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB192/PKCS5PADDING 19:28:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB192/PKCS7 19:28:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB192/PKCS7PADDING 19:28:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB192/TBC 19:28:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB192/TBCPADDING 19:28:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB192/X9.23 19:28:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB192/X9.23PADDING 19:28:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ZEROBYTE 19:28:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ZEROBYTEPADDING 19:28:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ 19:28:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO10126 19:28:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO10126-2 19:28:20,525 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO10126-2PADDING 19:28:20,525 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO10126PADDING 19:28:20,527 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO7816-4 19:28:20,527 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO7816-4PADDING 19:28:20,528 INFO [main][CipherTest] transformation=TWOFISH/CFB200/NOPADDING 19:28:20,528 INFO [main][CipherTest] transformation=TWOFISH/CFB200/PKCS5 19:28:20,528 INFO [main][CipherTest] transformation=TWOFISH/CFB200/PKCS5PADDING 19:28:20,529 INFO [main][CipherTest] transformation=TWOFISH/CFB200/PKCS7 19:28:20,529 INFO [main][CipherTest] transformation=TWOFISH/CFB200/PKCS7PADDING 19:28:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/TBC 19:28:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/TBCPADDING 19:28:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/X9.23 19:28:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/X9.23PADDING 19:28:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ZEROBYTE 19:28:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ZEROBYTEPADDING 19:28:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ 19:28:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO10126 19:28:20,532 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO10126-2 19:28:20,532 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO10126-2PADDING 19:28:20,532 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO10126PADDING 19:28:20,532 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO7816-4 19:28:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO7816-4PADDING 19:28:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/NOPADDING 19:28:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/PKCS5 19:28:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/PKCS5PADDING 19:28:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/PKCS7 19:28:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB208/PKCS7PADDING 19:28:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB208/TBC 19:28:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB208/TBCPADDING 19:28:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB208/X9.23 19:28:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB208/X9.23PADDING 19:28:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ZEROBYTE 19:28:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ZEROBYTEPADDING 19:28:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ 19:28:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO10126 19:28:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO10126-2 19:28:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO10126-2PADDING 19:28:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO10126PADDING 19:28:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO7816-4 19:28:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO7816-4PADDING 19:28:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB216/NOPADDING 19:28:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB216/PKCS5 19:28:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB216/PKCS5PADDING 19:28:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB216/PKCS7 19:28:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB216/PKCS7PADDING 19:28:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB216/TBC 19:28:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB216/TBCPADDING 19:28:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB216/X9.23 19:28:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB216/X9.23PADDING 19:28:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ZEROBYTE 19:28:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ZEROBYTEPADDING 19:28:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ 19:28:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO10126 19:28:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO10126-2 19:28:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO10126-2PADDING 19:28:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO10126PADDING 19:28:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO7816-4 19:28:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO7816-4PADDING 19:28:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB224/NOPADDING 19:28:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB224/PKCS5 19:28:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB224/PKCS5PADDING 19:28:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB224/PKCS7 19:28:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB224/PKCS7PADDING 19:28:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB224/TBC 19:28:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB224/TBCPADDING 19:28:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB224/X9.23 19:28:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB224/X9.23PADDING 19:28:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ZEROBYTE 19:28:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ZEROBYTEPADDING 19:28:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ 19:28:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO10126 19:28:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO10126-2 19:28:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO10126-2PADDING 19:28:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO10126PADDING 19:28:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO7816-4 19:28:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO7816-4PADDING 19:28:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB232/NOPADDING 19:28:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB232/PKCS5 19:28:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB232/PKCS5PADDING 19:28:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB232/PKCS7 19:28:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB232/PKCS7PADDING 19:28:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB232/TBC 19:28:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB232/TBCPADDING 19:28:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB232/X9.23 19:28:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB232/X9.23PADDING 19:28:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ZEROBYTE 19:28:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ZEROBYTEPADDING 19:28:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ 19:28:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO10126 19:28:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO10126-2 19:28:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO10126-2PADDING 19:28:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO10126PADDING 19:28:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO7816-4 19:28:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO7816-4PADDING 19:28:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB24/NOPADDING 19:28:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB24/PKCS5 19:28:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB24/PKCS5PADDING 19:28:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB24/PKCS7 19:28:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB24/PKCS7PADDING 19:28:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB24/TBC 19:28:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB24/TBCPADDING 19:28:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB24/X9.23 19:28:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB24/X9.23PADDING 19:28:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ZEROBYTE 19:28:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ZEROBYTEPADDING 19:28:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ 19:28:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO10126 19:28:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO10126-2 19:28:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO10126-2PADDING 19:28:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO10126PADDING 19:28:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO7816-4 19:28:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO7816-4PADDING 19:28:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB240/NOPADDING 19:28:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB240/PKCS5 19:28:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB240/PKCS5PADDING 19:28:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB240/PKCS7 19:28:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB240/PKCS7PADDING 19:28:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB240/TBC 19:28:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB240/TBCPADDING 19:28:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB240/X9.23 19:28:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB240/X9.23PADDING 19:28:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ZEROBYTE 19:28:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ZEROBYTEPADDING 19:28:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ 19:28:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO10126 19:28:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO10126-2 19:28:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO10126-2PADDING 19:28:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO10126PADDING 19:28:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO7816-4 19:28:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO7816-4PADDING 19:28:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB248/NOPADDING 19:28:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB248/PKCS5 19:28:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB248/PKCS5PADDING 19:28:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB248/PKCS7 19:28:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB248/PKCS7PADDING 19:28:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB248/TBC 19:28:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB248/TBCPADDING 19:28:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB248/X9.23 19:28:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB248/X9.23PADDING 19:28:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ZEROBYTE 19:28:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ZEROBYTEPADDING 19:28:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ 19:28:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO10126 19:28:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO10126-2 19:28:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO10126-2PADDING 19:28:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO10126PADDING 19:28:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO7816-4 19:28:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO7816-4PADDING 19:28:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB256/NOPADDING 19:28:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB256/PKCS5 19:28:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB256/PKCS5PADDING 19:28:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB256/PKCS7 19:28:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB256/PKCS7PADDING 19:28:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB256/TBC 19:28:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB256/TBCPADDING 19:28:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB256/X9.23 19:28:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB256/X9.23PADDING 19:28:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ZEROBYTE 19:28:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ZEROBYTEPADDING 19:28:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ 19:28:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO10126 19:28:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO10126-2 19:28:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO10126-2PADDING 19:28:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO10126PADDING 19:28:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO7816-4 19:28:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO7816-4PADDING 19:28:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB32/NOPADDING 19:28:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB32/PKCS5 19:28:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB32/PKCS5PADDING 19:28:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB32/PKCS7 19:28:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB32/PKCS7PADDING 19:28:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB32/TBC 19:28:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB32/TBCPADDING 19:28:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB32/X9.23 19:28:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB32/X9.23PADDING 19:28:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ZEROBYTE 19:28:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ZEROBYTEPADDING 19:28:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ 19:28:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO10126 19:28:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO10126-2 19:28:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO10126-2PADDING 19:28:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO10126PADDING 19:28:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO7816-4 19:28:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO7816-4PADDING 19:28:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB40/NOPADDING 19:28:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB40/PKCS5 19:28:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB40/PKCS5PADDING 19:28:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB40/PKCS7 19:28:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB40/PKCS7PADDING 19:28:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB40/TBC 19:28:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB40/TBCPADDING 19:28:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB40/X9.23 19:28:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB40/X9.23PADDING 19:28:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ZEROBYTE 19:28:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ZEROBYTEPADDING 19:28:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ 19:28:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO10126 19:28:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO10126-2 19:28:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO10126-2PADDING 19:28:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO10126PADDING 19:28:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO7816-4 19:28:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO7816-4PADDING 19:28:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB48/NOPADDING 19:28:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB48/PKCS5 19:28:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB48/PKCS5PADDING 19:28:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB48/PKCS7 19:28:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB48/PKCS7PADDING 19:28:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB48/TBC 19:28:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB48/TBCPADDING 19:28:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB48/X9.23 19:28:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB48/X9.23PADDING 19:28:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ZEROBYTE 19:28:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ZEROBYTEPADDING 19:28:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ 19:28:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO10126 19:28:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO10126-2 19:28:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO10126-2PADDING 19:28:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO10126PADDING 19:28:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO7816-4 19:28:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO7816-4PADDING 19:28:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB56/NOPADDING 19:28:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB56/PKCS5 19:28:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB56/PKCS5PADDING 19:28:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB56/PKCS7 19:28:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB56/PKCS7PADDING 19:28:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB56/TBC 19:28:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB56/TBCPADDING 19:28:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB56/X9.23 19:28:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB56/X9.23PADDING 19:28:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ZEROBYTE 19:28:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ZEROBYTEPADDING 19:28:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ 19:28:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO10126 19:28:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO10126-2 19:28:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO10126-2PADDING 19:28:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO10126PADDING 19:28:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO7816-4 19:28:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO7816-4PADDING 19:28:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB64/NOPADDING 19:28:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB64/PKCS5 19:28:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB64/PKCS5PADDING 19:28:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB64/PKCS7 19:28:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB64/PKCS7PADDING 19:28:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB64/TBC 19:28:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB64/TBCPADDING 19:28:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB64/X9.23 19:28:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB64/X9.23PADDING 19:28:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ZEROBYTE 19:28:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ZEROBYTEPADDING 19:28:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ 19:28:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO10126 19:28:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO10126-2 19:28:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO10126-2PADDING 19:28:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO10126PADDING 19:28:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO7816-4 19:28:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO7816-4PADDING 19:28:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB72/NOPADDING 19:28:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB72/PKCS5 19:28:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB72/PKCS5PADDING 19:28:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB72/PKCS7 19:28:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB72/PKCS7PADDING 19:28:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB72/TBC 19:28:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB72/TBCPADDING 19:28:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB72/X9.23 19:28:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB72/X9.23PADDING 19:28:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ZEROBYTE 19:28:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ZEROBYTEPADDING 19:28:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ 19:28:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO10126 19:28:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO10126-2 19:28:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO10126-2PADDING 19:28:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO10126PADDING 19:28:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO7816-4 19:28:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO7816-4PADDING 19:28:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB8/NOPADDING 19:28:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB8/PKCS5 19:28:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB8/PKCS5PADDING 19:28:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB8/PKCS7 19:28:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB8/PKCS7PADDING 19:28:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB8/TBC 19:28:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB8/TBCPADDING 19:28:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB8/X9.23 19:28:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB8/X9.23PADDING 19:28:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ZEROBYTE 19:28:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ZEROBYTEPADDING 19:28:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ 19:28:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO10126 19:28:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO10126-2 19:28:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO10126-2PADDING 19:28:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO10126PADDING 19:28:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO7816-4 19:28:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO7816-4PADDING 19:28:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB80/NOPADDING 19:28:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB80/PKCS5 19:28:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB80/PKCS5PADDING 19:28:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB80/PKCS7 19:28:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB80/PKCS7PADDING 19:28:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB80/TBC 19:28:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB80/TBCPADDING 19:28:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB80/X9.23 19:28:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB80/X9.23PADDING 19:28:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ZEROBYTE 19:28:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ZEROBYTEPADDING 19:28:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ 19:28:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO10126 19:28:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO10126-2 19:28:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO10126-2PADDING 19:28:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO10126PADDING 19:28:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO7816-4 19:28:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO7816-4PADDING 19:28:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB88/NOPADDING 19:28:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB88/PKCS5 19:28:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB88/PKCS5PADDING 19:28:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB88/PKCS7 19:28:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB88/PKCS7PADDING 19:28:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB88/TBC 19:28:20,584 INFO [main][CipherTest] transformation=TWOFISH/CFB88/TBCPADDING 19:28:20,584 INFO [main][CipherTest] transformation=TWOFISH/CFB88/X9.23 19:28:20,584 INFO [main][CipherTest] transformation=TWOFISH/CFB88/X9.23PADDING 19:28:20,584 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ZEROBYTE 19:28:20,584 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ZEROBYTEPADDING 19:28:20,584 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ 19:28:20,585 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO10126 19:28:20,585 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO10126-2 19:28:20,585 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO10126-2PADDING 19:28:20,585 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO10126PADDING 19:28:20,585 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO7816-4 19:28:20,585 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO7816-4PADDING 19:28:20,586 INFO [main][CipherTest] transformation=TWOFISH/CFB96/NOPADDING 19:28:20,586 INFO [main][CipherTest] transformation=TWOFISH/CFB96/PKCS5 19:28:20,586 INFO [main][CipherTest] transformation=TWOFISH/CFB96/PKCS5PADDING 19:28:20,586 INFO [main][CipherTest] transformation=TWOFISH/CFB96/PKCS7 19:28:20,586 INFO [main][CipherTest] transformation=TWOFISH/CFB96/PKCS7PADDING 19:28:20,586 INFO [main][CipherTest] transformation=TWOFISH/CFB96/TBC 19:28:20,587 INFO [main][CipherTest] transformation=TWOFISH/CFB96/TBCPADDING 19:28:20,587 INFO [main][CipherTest] transformation=TWOFISH/CFB96/X9.23 19:28:20,587 INFO [main][CipherTest] transformation=TWOFISH/CFB96/X9.23PADDING 19:28:20,587 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ZEROBYTE 19:28:20,587 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ZEROBYTEPADDING 19:28:20,587 INFO [main][CipherTest] transformation=TWOFISH/CTS/ 19:28:20,588 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH/CTS/" does not support IV => Skipping. 19:28:20,588 INFO [main][CipherTest] transformation=TWOFISH/CTS/NOPADDING 19:28:20,588 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH/CTS/NOPADDING" does not support IV => Skipping. 19:28:20,588 INFO [main][CipherTest] transformation=TWOFISH/EAX/ 19:28:20,588 INFO [main][CipherTest] transformation=TWOFISH/EAX/NOPADDING 19:28:20,589 INFO [main][CipherTest] transformation=TWOFISH/ECB/ 19:28:20,589 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH/ECB/" does not support IV => Skipping. 19:28:20,589 INFO [main][CipherTest] transformation=TWOFISH/ECB/NOPADDING 19:28:20,589 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH/ECB/NOPADDING" does not support IV => Skipping. 19:28:20,589 INFO [main][CipherTest] transformation=TWOFISH/GCM/ 19:28:20,590 INFO [main][CipherTest] transformation=TWOFISH/GCM/NOPADDING 19:28:20,590 INFO [main][CipherTest] transformation=TWOFISH/OFB/ 19:28:20,590 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO10126 19:28:20,590 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO10126-2 19:28:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO10126-2PADDING 19:28:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO10126PADDING 19:28:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO7816-4 19:28:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO7816-4PADDING 19:28:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB/NOPADDING 19:28:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB/PKCS5 19:28:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB/PKCS5PADDING 19:28:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB/PKCS7 19:28:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB/PKCS7PADDING 19:28:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB/TBC 19:28:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB/TBCPADDING 19:28:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB/X9.23 19:28:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB/X9.23PADDING 19:28:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB/ZEROBYTE 19:28:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB/ZEROBYTEPADDING 19:28:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ 19:28:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO10126 19:28:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO10126-2 19:28:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO10126-2PADDING 19:28:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO10126PADDING 19:28:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO7816-4 19:28:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO7816-4PADDING 19:28:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB104/NOPADDING 19:28:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB104/PKCS5 19:28:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB104/PKCS5PADDING 19:28:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB104/PKCS7 19:28:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB104/PKCS7PADDING 19:28:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB104/TBC 19:28:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB104/TBCPADDING 19:28:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB104/X9.23 19:28:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB104/X9.23PADDING 19:28:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ZEROBYTE 19:28:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ZEROBYTEPADDING 19:28:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ 19:28:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO10126 19:28:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO10126-2 19:28:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO10126-2PADDING 19:28:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO10126PADDING 19:28:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO7816-4 19:28:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO7816-4PADDING 19:28:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB112/NOPADDING 19:28:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB112/PKCS5 19:28:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB112/PKCS5PADDING 19:28:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB112/PKCS7 19:28:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB112/PKCS7PADDING 19:28:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB112/TBC 19:28:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB112/TBCPADDING 19:28:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB112/X9.23 19:28:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB112/X9.23PADDING 19:28:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ZEROBYTE 19:28:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ZEROBYTEPADDING 19:28:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ 19:28:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO10126 19:28:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO10126-2 19:28:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO10126-2PADDING 19:28:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO10126PADDING 19:28:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO7816-4 19:28:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO7816-4PADDING 19:28:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB120/NOPADDING 19:28:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB120/PKCS5 19:28:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB120/PKCS5PADDING 19:28:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB120/PKCS7 19:28:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB120/PKCS7PADDING 19:28:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB120/TBC 19:28:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB120/TBCPADDING 19:28:20,602 INFO [main][CipherTest] transformation=TWOFISH/OFB120/X9.23 19:28:20,602 INFO [main][CipherTest] transformation=TWOFISH/OFB120/X9.23PADDING 19:28:20,602 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ZEROBYTE 19:28:20,602 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ZEROBYTEPADDING 19:28:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ 19:28:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO10126 19:28:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO10126-2 19:28:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO10126-2PADDING 19:28:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO10126PADDING 19:28:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO7816-4 19:28:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO7816-4PADDING 19:28:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB128/NOPADDING 19:28:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB128/PKCS5 19:28:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB128/PKCS5PADDING 19:28:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB128/PKCS7 19:28:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB128/PKCS7PADDING 19:28:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB128/TBC 19:28:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB128/TBCPADDING 19:28:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB128/X9.23 19:28:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB128/X9.23PADDING 19:28:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ZEROBYTE 19:28:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ZEROBYTEPADDING 19:28:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ 19:28:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO10126 19:28:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO10126-2 19:28:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO10126-2PADDING 19:28:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO10126PADDING 19:28:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO7816-4 19:28:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO7816-4PADDING 19:28:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB136/NOPADDING 19:28:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB136/PKCS5 19:28:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB136/PKCS5PADDING 19:28:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB136/PKCS7 19:28:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB136/PKCS7PADDING 19:28:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB136/TBC 19:28:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB136/TBCPADDING 19:28:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB136/X9.23 19:28:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB136/X9.23PADDING 19:28:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ZEROBYTE 19:28:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ZEROBYTEPADDING 19:28:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ 19:28:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO10126 19:28:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO10126-2 19:28:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO10126-2PADDING 19:28:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO10126PADDING 19:28:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO7816-4 19:28:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO7816-4PADDING 19:28:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB144/NOPADDING 19:28:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB144/PKCS5 19:28:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB144/PKCS5PADDING 19:28:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB144/PKCS7 19:28:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB144/PKCS7PADDING 19:28:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB144/TBC 19:28:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB144/TBCPADDING 19:28:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB144/X9.23 19:28:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB144/X9.23PADDING 19:28:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ZEROBYTE 19:28:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ZEROBYTEPADDING 19:28:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ 19:28:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO10126 19:28:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO10126-2 19:28:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO10126-2PADDING 19:28:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO10126PADDING 19:28:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO7816-4 19:28:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO7816-4PADDING 19:28:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB152/NOPADDING 19:28:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB152/PKCS5 19:28:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB152/PKCS5PADDING 19:28:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB152/PKCS7 19:28:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB152/PKCS7PADDING 19:28:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB152/TBC 19:28:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB152/TBCPADDING 19:28:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB152/X9.23 19:28:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB152/X9.23PADDING 19:28:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ZEROBYTE 19:28:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ZEROBYTEPADDING 19:28:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ 19:28:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO10126 19:28:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO10126-2 19:28:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO10126-2PADDING 19:28:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO10126PADDING 19:28:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO7816-4 19:28:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO7816-4PADDING 19:28:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB16/NOPADDING 19:28:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB16/PKCS5 19:28:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB16/PKCS5PADDING 19:28:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB16/PKCS7 19:28:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB16/PKCS7PADDING 19:28:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB16/TBC 19:28:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB16/TBCPADDING 19:28:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB16/X9.23 19:28:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB16/X9.23PADDING 19:28:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ZEROBYTE 19:28:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ZEROBYTEPADDING 19:28:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ 19:28:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO10126 19:28:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO10126-2 19:28:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO10126-2PADDING 19:28:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO10126PADDING 19:28:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO7816-4 19:28:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO7816-4PADDING 19:28:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB160/NOPADDING 19:28:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB160/PKCS5 19:28:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB160/PKCS5PADDING 19:28:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB160/PKCS7 19:28:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB160/PKCS7PADDING 19:28:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB160/TBC 19:28:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB160/TBCPADDING 19:28:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB160/X9.23 19:28:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB160/X9.23PADDING 19:28:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ZEROBYTE 19:28:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ZEROBYTEPADDING 19:28:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ 19:28:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO10126 19:28:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO10126-2 19:28:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO10126-2PADDING 19:28:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO10126PADDING 19:28:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO7816-4 19:28:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO7816-4PADDING 19:28:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB168/NOPADDING 19:28:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB168/PKCS5 19:28:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB168/PKCS5PADDING 19:28:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB168/PKCS7 19:28:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB168/PKCS7PADDING 19:28:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB168/TBC 19:28:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB168/TBCPADDING 19:28:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB168/X9.23 19:28:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB168/X9.23PADDING 19:28:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ZEROBYTE 19:28:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ZEROBYTEPADDING 19:28:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ 19:28:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO10126 19:28:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO10126-2 19:28:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO10126-2PADDING 19:28:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO10126PADDING 19:28:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO7816-4 19:28:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO7816-4PADDING 19:28:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB176/NOPADDING 19:28:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB176/PKCS5 19:28:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB176/PKCS5PADDING 19:28:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB176/PKCS7 19:28:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB176/PKCS7PADDING 19:28:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB176/TBC 19:28:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB176/TBCPADDING 19:28:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB176/X9.23 19:28:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB176/X9.23PADDING 19:28:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ZEROBYTE 19:28:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ZEROBYTEPADDING 19:28:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ 19:28:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO10126 19:28:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO10126-2 19:28:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO10126-2PADDING 19:28:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO10126PADDING 19:28:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO7816-4 19:28:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO7816-4PADDING 19:28:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB184/NOPADDING 19:28:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB184/PKCS5 19:28:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB184/PKCS5PADDING 19:28:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB184/PKCS7 19:28:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB184/PKCS7PADDING 19:28:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB184/TBC 19:28:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB184/TBCPADDING 19:28:20,630 INFO [main][CipherTest] transformation=TWOFISH/OFB184/X9.23 19:28:20,630 INFO [main][CipherTest] transformation=TWOFISH/OFB184/X9.23PADDING 19:28:20,630 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ZEROBYTE 19:28:20,630 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ZEROBYTEPADDING 19:28:20,630 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ 19:28:20,631 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO10126 19:28:20,631 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO10126-2 19:28:20,631 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO10126-2PADDING 19:28:20,631 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO10126PADDING 19:28:20,631 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO7816-4 19:28:20,631 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO7816-4PADDING 19:28:20,632 INFO [main][CipherTest] transformation=TWOFISH/OFB192/NOPADDING 19:28:20,632 INFO [main][CipherTest] transformation=TWOFISH/OFB192/PKCS5 19:28:20,632 INFO [main][CipherTest] transformation=TWOFISH/OFB192/PKCS5PADDING 19:28:20,632 INFO [main][CipherTest] transformation=TWOFISH/OFB192/PKCS7 19:28:20,632 INFO [main][CipherTest] transformation=TWOFISH/OFB192/PKCS7PADDING 19:28:20,632 INFO [main][CipherTest] transformation=TWOFISH/OFB192/TBC 19:28:20,632 INFO [main][CipherTest] transformation=TWOFISH/OFB192/TBCPADDING 19:28:20,633 INFO [main][CipherTest] transformation=TWOFISH/OFB192/X9.23 19:28:20,633 INFO [main][CipherTest] transformation=TWOFISH/OFB192/X9.23PADDING 19:28:20,633 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ZEROBYTE 19:28:20,633 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ZEROBYTEPADDING 19:28:20,633 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ 19:28:20,633 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO10126 19:28:20,634 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO10126-2 19:28:20,634 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO10126-2PADDING 19:28:20,634 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO10126PADDING 19:28:20,634 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO7816-4 19:28:20,634 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO7816-4PADDING 19:28:20,635 INFO [main][CipherTest] transformation=TWOFISH/OFB200/NOPADDING 19:28:20,635 INFO [main][CipherTest] transformation=TWOFISH/OFB200/PKCS5 19:28:20,635 INFO [main][CipherTest] transformation=TWOFISH/OFB200/PKCS5PADDING 19:28:20,635 INFO [main][CipherTest] transformation=TWOFISH/OFB200/PKCS7 19:28:20,635 INFO [main][CipherTest] transformation=TWOFISH/OFB200/PKCS7PADDING 19:28:20,635 INFO [main][CipherTest] transformation=TWOFISH/OFB200/TBC 19:28:20,635 INFO [main][CipherTest] transformation=TWOFISH/OFB200/TBCPADDING 19:28:20,636 INFO [main][CipherTest] transformation=TWOFISH/OFB200/X9.23 19:28:20,636 INFO [main][CipherTest] transformation=TWOFISH/OFB200/X9.23PADDING 19:28:20,636 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ZEROBYTE 19:28:20,636 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ZEROBYTEPADDING 19:28:20,636 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ 19:28:20,636 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO10126 19:28:20,637 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO10126-2 19:28:20,637 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO10126-2PADDING 19:28:20,637 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO10126PADDING 19:28:20,637 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO7816-4 19:28:20,637 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO7816-4PADDING 19:28:20,637 INFO [main][CipherTest] transformation=TWOFISH/OFB208/NOPADDING 19:28:20,638 INFO [main][CipherTest] transformation=TWOFISH/OFB208/PKCS5 19:28:20,638 INFO [main][CipherTest] transformation=TWOFISH/OFB208/PKCS5PADDING 19:28:20,638 INFO [main][CipherTest] transformation=TWOFISH/OFB208/PKCS7 19:28:20,638 INFO [main][CipherTest] transformation=TWOFISH/OFB208/PKCS7PADDING 19:28:20,638 INFO [main][CipherTest] transformation=TWOFISH/OFB208/TBC 19:28:20,638 INFO [main][CipherTest] transformation=TWOFISH/OFB208/TBCPADDING 19:28:20,639 INFO [main][CipherTest] transformation=TWOFISH/OFB208/X9.23 19:28:20,639 INFO [main][CipherTest] transformation=TWOFISH/OFB208/X9.23PADDING 19:28:20,639 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ZEROBYTE 19:28:20,639 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ZEROBYTEPADDING 19:28:20,639 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ 19:28:20,639 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO10126 19:28:20,640 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO10126-2 19:28:20,640 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO10126-2PADDING 19:28:20,640 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO10126PADDING 19:28:20,640 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO7816-4 19:28:20,640 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO7816-4PADDING 19:28:20,641 INFO [main][CipherTest] transformation=TWOFISH/OFB216/NOPADDING 19:28:20,641 INFO [main][CipherTest] transformation=TWOFISH/OFB216/PKCS5 19:28:20,641 INFO [main][CipherTest] transformation=TWOFISH/OFB216/PKCS5PADDING 19:28:20,641 INFO [main][CipherTest] transformation=TWOFISH/OFB216/PKCS7 19:28:20,641 INFO [main][CipherTest] transformation=TWOFISH/OFB216/PKCS7PADDING 19:28:20,641 INFO [main][CipherTest] transformation=TWOFISH/OFB216/TBC 19:28:20,642 INFO [main][CipherTest] transformation=TWOFISH/OFB216/TBCPADDING 19:28:20,642 INFO [main][CipherTest] transformation=TWOFISH/OFB216/X9.23 19:28:20,642 INFO [main][CipherTest] transformation=TWOFISH/OFB216/X9.23PADDING 19:28:20,642 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ZEROBYTE 19:28:20,642 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ZEROBYTEPADDING 19:28:20,642 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ 19:28:20,643 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO10126 19:28:20,643 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO10126-2 19:28:20,643 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO10126-2PADDING 19:28:20,643 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO10126PADDING 19:28:20,643 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO7816-4 19:28:20,643 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO7816-4PADDING 19:28:20,644 INFO [main][CipherTest] transformation=TWOFISH/OFB224/NOPADDING 19:28:20,644 INFO [main][CipherTest] transformation=TWOFISH/OFB224/PKCS5 19:28:20,644 INFO [main][CipherTest] transformation=TWOFISH/OFB224/PKCS5PADDING 19:28:20,644 INFO [main][CipherTest] transformation=TWOFISH/OFB224/PKCS7 19:28:20,644 INFO [main][CipherTest] transformation=TWOFISH/OFB224/PKCS7PADDING 19:28:20,644 INFO [main][CipherTest] transformation=TWOFISH/OFB224/TBC 19:28:20,645 INFO [main][CipherTest] transformation=TWOFISH/OFB224/TBCPADDING 19:28:20,645 INFO [main][CipherTest] transformation=TWOFISH/OFB224/X9.23 19:28:20,645 INFO [main][CipherTest] transformation=TWOFISH/OFB224/X9.23PADDING 19:28:20,645 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ZEROBYTE 19:28:20,645 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ZEROBYTEPADDING 19:28:20,645 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ 19:28:20,646 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO10126 19:28:20,646 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO10126-2 19:28:20,646 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO10126-2PADDING 19:28:20,646 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO10126PADDING 19:28:20,646 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO7816-4 19:28:20,646 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO7816-4PADDING 19:28:20,647 INFO [main][CipherTest] transformation=TWOFISH/OFB232/NOPADDING 19:28:20,647 INFO [main][CipherTest] transformation=TWOFISH/OFB232/PKCS5 19:28:20,647 INFO [main][CipherTest] transformation=TWOFISH/OFB232/PKCS5PADDING 19:28:20,647 INFO [main][CipherTest] transformation=TWOFISH/OFB232/PKCS7 19:28:20,647 INFO [main][CipherTest] transformation=TWOFISH/OFB232/PKCS7PADDING 19:28:20,647 INFO [main][CipherTest] transformation=TWOFISH/OFB232/TBC 19:28:20,648 INFO [main][CipherTest] transformation=TWOFISH/OFB232/TBCPADDING 19:28:20,648 INFO [main][CipherTest] transformation=TWOFISH/OFB232/X9.23 19:28:20,648 INFO [main][CipherTest] transformation=TWOFISH/OFB232/X9.23PADDING 19:28:20,648 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ZEROBYTE 19:28:20,648 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ZEROBYTEPADDING 19:28:20,648 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ 19:28:20,649 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO10126 19:28:20,649 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO10126-2 19:28:20,649 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO10126-2PADDING 19:28:20,649 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO10126PADDING 19:28:20,649 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO7816-4 19:28:20,649 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO7816-4PADDING 19:28:20,650 INFO [main][CipherTest] transformation=TWOFISH/OFB24/NOPADDING 19:28:20,650 INFO [main][CipherTest] transformation=TWOFISH/OFB24/PKCS5 19:28:20,650 INFO [main][CipherTest] transformation=TWOFISH/OFB24/PKCS5PADDING 19:28:20,650 INFO [main][CipherTest] transformation=TWOFISH/OFB24/PKCS7 19:28:20,650 INFO [main][CipherTest] transformation=TWOFISH/OFB24/PKCS7PADDING 19:28:20,650 INFO [main][CipherTest] transformation=TWOFISH/OFB24/TBC 19:28:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB24/TBCPADDING 19:28:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB24/X9.23 19:28:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB24/X9.23PADDING 19:28:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ZEROBYTE 19:28:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ZEROBYTEPADDING 19:28:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ 19:28:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO10126 19:28:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO10126-2 19:28:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO10126-2PADDING 19:28:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO10126PADDING 19:28:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO7816-4 19:28:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO7816-4PADDING 19:28:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB240/NOPADDING 19:28:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB240/PKCS5 19:28:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB240/PKCS5PADDING 19:28:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB240/PKCS7 19:28:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB240/PKCS7PADDING 19:28:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB240/TBC 19:28:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB240/TBCPADDING 19:28:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB240/X9.23 19:28:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB240/X9.23PADDING 19:28:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ZEROBYTE 19:28:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ZEROBYTEPADDING 19:28:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ 19:28:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO10126 19:28:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO10126-2 19:28:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO10126-2PADDING 19:28:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO10126PADDING 19:28:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO7816-4 19:28:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO7816-4PADDING 19:28:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB248/NOPADDING 19:28:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB248/PKCS5 19:28:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB248/PKCS5PADDING 19:28:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB248/PKCS7 19:28:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB248/PKCS7PADDING 19:28:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB248/TBC 19:28:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB248/TBCPADDING 19:28:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB248/X9.23 19:28:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB248/X9.23PADDING 19:28:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ZEROBYTE 19:28:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ZEROBYTEPADDING 19:28:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ 19:28:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO10126 19:28:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO10126-2 19:28:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO10126-2PADDING 19:28:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO10126PADDING 19:28:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO7816-4 19:28:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO7816-4PADDING 19:28:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB256/NOPADDING 19:28:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB256/PKCS5 19:28:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB256/PKCS5PADDING 19:28:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB256/PKCS7 19:28:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB256/PKCS7PADDING 19:28:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB256/TBC 19:28:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB256/TBCPADDING 19:28:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB256/X9.23 19:28:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB256/X9.23PADDING 19:28:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ZEROBYTE 19:28:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ZEROBYTEPADDING 19:28:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ 19:28:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO10126 19:28:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO10126-2 19:28:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO10126-2PADDING 19:28:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO10126PADDING 19:28:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO7816-4 19:28:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO7816-4PADDING 19:28:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB32/NOPADDING 19:28:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB32/PKCS5 19:28:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB32/PKCS5PADDING 19:28:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB32/PKCS7 19:28:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB32/PKCS7PADDING 19:28:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB32/TBC 19:28:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB32/TBCPADDING 19:28:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB32/X9.23 19:28:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB32/X9.23PADDING 19:28:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ZEROBYTE 19:28:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ZEROBYTEPADDING 19:28:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ 19:28:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO10126 19:28:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO10126-2 19:28:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO10126-2PADDING 19:28:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO10126PADDING 19:28:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO7816-4 19:28:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO7816-4PADDING 19:28:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB40/NOPADDING 19:28:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB40/PKCS5 19:28:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB40/PKCS5PADDING 19:28:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB40/PKCS7 19:28:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB40/PKCS7PADDING 19:28:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB40/TBC 19:28:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB40/TBCPADDING 19:28:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB40/X9.23 19:28:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB40/X9.23PADDING 19:28:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ZEROBYTE 19:28:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ZEROBYTEPADDING 19:28:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ 19:28:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO10126 19:28:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO10126-2 19:28:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO10126-2PADDING 19:28:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO10126PADDING 19:28:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO7816-4 19:28:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO7816-4PADDING 19:28:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB48/NOPADDING 19:28:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB48/PKCS5 19:28:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB48/PKCS5PADDING 19:28:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB48/PKCS7 19:28:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB48/PKCS7PADDING 19:28:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB48/TBC 19:28:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB48/TBCPADDING 19:28:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB48/X9.23 19:28:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB48/X9.23PADDING 19:28:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ZEROBYTE 19:28:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ZEROBYTEPADDING 19:28:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ 19:28:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO10126 19:28:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO10126-2 19:28:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO10126-2PADDING 19:28:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO10126PADDING 19:28:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO7816-4 19:28:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO7816-4PADDING 19:28:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB56/NOPADDING 19:28:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB56/PKCS5 19:28:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB56/PKCS5PADDING 19:28:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB56/PKCS7 19:28:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB56/PKCS7PADDING 19:28:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB56/TBC 19:28:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB56/TBCPADDING 19:28:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB56/X9.23 19:28:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB56/X9.23PADDING 19:28:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ZEROBYTE 19:28:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ZEROBYTEPADDING 19:28:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ 19:28:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO10126 19:28:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO10126-2 19:28:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO10126-2PADDING 19:28:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO10126PADDING 19:28:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO7816-4 19:28:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO7816-4PADDING 19:28:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB64/NOPADDING 19:28:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB64/PKCS5 19:28:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB64/PKCS5PADDING 19:28:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB64/PKCS7 19:28:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB64/PKCS7PADDING 19:28:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB64/TBC 19:28:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB64/TBCPADDING 19:28:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB64/X9.23 19:28:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB64/X9.23PADDING 19:28:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ZEROBYTE 19:28:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ZEROBYTEPADDING 19:28:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ 19:28:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO10126 19:28:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO10126-2 19:28:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO10126-2PADDING 19:28:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO10126PADDING 19:28:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO7816-4 19:28:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO7816-4PADDING 19:28:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB72/NOPADDING 19:28:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB72/PKCS5 19:28:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB72/PKCS5PADDING 19:28:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB72/PKCS7 19:28:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB72/PKCS7PADDING 19:28:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB72/TBC 19:28:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB72/TBCPADDING 19:28:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB72/X9.23 19:28:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB72/X9.23PADDING 19:28:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ZEROBYTE 19:28:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ZEROBYTEPADDING 19:28:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ 19:28:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO10126 19:28:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO10126-2 19:28:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO10126-2PADDING 19:28:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO10126PADDING 19:28:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO7816-4 19:28:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO7816-4PADDING 19:28:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB8/NOPADDING 19:28:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB8/PKCS5 19:28:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB8/PKCS5PADDING 19:28:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB8/PKCS7 19:28:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB8/PKCS7PADDING 19:28:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB8/TBC 19:28:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB8/TBCPADDING 19:28:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB8/X9.23 19:28:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB8/X9.23PADDING 19:28:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ZEROBYTE 19:28:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ZEROBYTEPADDING 19:28:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ 19:28:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO10126 19:28:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO10126-2 19:28:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO10126-2PADDING 19:28:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO10126PADDING 19:28:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO7816-4 19:28:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO7816-4PADDING 19:28:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB80/NOPADDING 19:28:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB80/PKCS5 19:28:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB80/PKCS5PADDING 19:28:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB80/PKCS7 19:28:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB80/PKCS7PADDING 19:28:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB80/TBC 19:28:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB80/TBCPADDING 19:28:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB80/X9.23 19:28:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB80/X9.23PADDING 19:28:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ZEROBYTE 19:28:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ZEROBYTEPADDING 19:28:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ 19:28:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO10126 19:28:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO10126-2 19:28:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO10126-2PADDING 19:28:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO10126PADDING 19:28:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO7816-4 19:28:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO7816-4PADDING 19:28:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB88/NOPADDING 19:28:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB88/PKCS5 19:28:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB88/PKCS5PADDING 19:28:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB88/PKCS7 19:28:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB88/PKCS7PADDING 19:28:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB88/TBC 19:28:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB88/TBCPADDING 19:28:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB88/X9.23 19:28:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB88/X9.23PADDING 19:28:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ZEROBYTE 19:28:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ZEROBYTEPADDING 19:28:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ 19:28:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO10126 19:28:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO10126-2 19:28:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO10126-2PADDING 19:28:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO10126PADDING 19:28:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO7816-4 19:28:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO7816-4PADDING 19:28:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB96/NOPADDING 19:28:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB96/PKCS5 19:28:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB96/PKCS5PADDING 19:28:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB96/PKCS7 19:28:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB96/PKCS7PADDING 19:28:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB96/TBC 19:28:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB96/TBCPADDING 19:28:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB96/X9.23 19:28:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB96/X9.23PADDING 19:28:20,691 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ZEROBYTE 19:28:20,691 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ZEROBYTEPADDING 19:28:20,691 INFO [main][CipherTest] transformation=TWOFISH/SIC/ 19:28:20,691 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO10126 19:28:20,691 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO10126-2 19:28:20,692 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO10126-2PADDING 19:28:20,692 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO10126PADDING 19:28:20,692 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO7816-4 19:28:20,692 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO7816-4PADDING 19:28:20,693 INFO [main][CipherTest] transformation=TWOFISH/SIC/NOPADDING 19:28:20,693 INFO [main][CipherTest] transformation=TWOFISH/SIC/PKCS5 19:28:20,693 INFO [main][CipherTest] transformation=TWOFISH/SIC/PKCS5PADDING 19:28:20,693 INFO [main][CipherTest] transformation=TWOFISH/SIC/PKCS7 19:28:20,694 INFO [main][CipherTest] transformation=TWOFISH/SIC/PKCS7PADDING 19:28:20,694 INFO [main][CipherTest] transformation=TWOFISH/SIC/TBC 19:28:20,694 INFO [main][CipherTest] transformation=TWOFISH/SIC/TBCPADDING 19:28:20,695 INFO [main][CipherTest] transformation=TWOFISH/SIC/X9.23 19:28:20,695 INFO [main][CipherTest] transformation=TWOFISH/SIC/X9.23PADDING 19:28:20,695 INFO [main][CipherTest] transformation=TWOFISH/SIC/ZEROBYTE 19:28:20,695 INFO [main][CipherTest] transformation=TWOFISH/SIC/ZEROBYTEPADDING 19:28:20,696 INFO [main][CipherTest] transformation=XTEA// 19:28:20,696 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA//" does not support IV => Skipping. 19:28:20,696 INFO [main][CipherTest] transformation=XTEA//NOPADDING 19:28:20,696 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA//NOPADDING" does not support IV => Skipping. 19:28:20,696 INFO [main][CipherTest] transformation=XTEA/CBC-CTS/ 19:28:20,696 INFO [main][CipherTest] transformation=XTEA/CBC-CTS/NOPADDING 19:28:20,696 INFO [main][CipherTest] transformation=XTEA/CBC/ 19:28:20,696 INFO [main][CipherTest] transformation=XTEA/CBC/ISO10126 19:28:20,696 INFO [main][CipherTest] transformation=XTEA/CBC/ISO10126-2 19:28:20,696 INFO [main][CipherTest] transformation=XTEA/CBC/ISO10126-2PADDING 19:28:20,697 INFO [main][CipherTest] transformation=XTEA/CBC/ISO10126PADDING 19:28:20,697 INFO [main][CipherTest] transformation=XTEA/CBC/ISO7816-4 19:28:20,698 INFO [main][CipherTest] transformation=XTEA/CBC/ISO7816-4PADDING 19:28:20,698 INFO [main][CipherTest] transformation=XTEA/CBC/NOPADDING 19:28:20,698 INFO [main][CipherTest] transformation=XTEA/CBC/PKCS5 19:28:20,698 INFO [main][CipherTest] transformation=XTEA/CBC/PKCS5PADDING 19:28:20,698 INFO [main][CipherTest] transformation=XTEA/CBC/PKCS7 19:28:20,698 INFO [main][CipherTest] transformation=XTEA/CBC/PKCS7PADDING 19:28:20,698 INFO [main][CipherTest] transformation=XTEA/CBC/TBC 19:28:20,698 INFO [main][CipherTest] transformation=XTEA/CBC/TBCPADDING 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CBC/X9.23 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CBC/X9.23PADDING 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CBC/ZEROBYTE 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CBC/ZEROBYTEPADDING 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CFB/ 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CFB/ISO10126 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CFB/ISO10126-2 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CFB/ISO10126-2PADDING 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CFB/ISO10126PADDING 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CFB/ISO7816-4 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CFB/ISO7816-4PADDING 19:28:20,699 INFO [main][CipherTest] transformation=XTEA/CFB/NOPADDING 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/PKCS5 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/PKCS5PADDING 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/PKCS7 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/PKCS7PADDING 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/TBC 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/TBCPADDING 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/X9.23 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/X9.23PADDING 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/ZEROBYTE 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB/ZEROBYTEPADDING 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB104/ 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO10126 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO10126-2 19:28:20,700 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO10126-2PADDING 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO10126PADDING 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO7816-4 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO7816-4PADDING 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/NOPADDING 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/PKCS5 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/PKCS5PADDING 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/PKCS7 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/PKCS7PADDING 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/TBC 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/TBCPADDING 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/X9.23 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/X9.23PADDING 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/ZEROBYTE 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB104/ZEROBYTEPADDING 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB112/ 19:28:20,701 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO10126 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO10126-2 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO10126-2PADDING 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO10126PADDING 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO7816-4 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO7816-4PADDING 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/NOPADDING 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/PKCS5 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/PKCS5PADDING 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/PKCS7 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/PKCS7PADDING 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/TBC 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/TBCPADDING 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/X9.23 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/X9.23PADDING 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/ZEROBYTE 19:28:20,702 INFO [main][CipherTest] transformation=XTEA/CFB112/ZEROBYTEPADDING 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/ 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO10126 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO10126-2 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO10126-2PADDING 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO10126PADDING 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO7816-4 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO7816-4PADDING 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/NOPADDING 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/PKCS5 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/PKCS5PADDING 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/PKCS7 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/PKCS7PADDING 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/TBC 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/TBCPADDING 19:28:20,703 INFO [main][CipherTest] transformation=XTEA/CFB120/X9.23 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB120/X9.23PADDING 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB120/ZEROBYTE 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB120/ZEROBYTEPADDING 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/ 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO10126 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO10126-2 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO10126-2PADDING 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO10126PADDING 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO7816-4 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO7816-4PADDING 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/NOPADDING 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/PKCS5 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/PKCS5PADDING 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/PKCS7 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/PKCS7PADDING 19:28:20,704 INFO [main][CipherTest] transformation=XTEA/CFB128/TBC 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB128/TBCPADDING 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB128/X9.23 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB128/X9.23PADDING 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB128/ZEROBYTE 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB128/ZEROBYTEPADDING 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/ 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO10126 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO10126-2 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO10126-2PADDING 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO10126PADDING 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO7816-4 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO7816-4PADDING 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/NOPADDING 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/PKCS5 19:28:20,705 INFO [main][CipherTest] transformation=XTEA/CFB136/PKCS5PADDING 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB136/PKCS7 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB136/PKCS7PADDING 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB136/TBC 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB136/TBCPADDING 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB136/X9.23 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB136/X9.23PADDING 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB136/ZEROBYTE 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB136/ZEROBYTEPADDING 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB144/ 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO10126 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO10126-2 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO10126-2PADDING 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO10126PADDING 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO7816-4 19:28:20,706 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO7816-4PADDING 19:28:20,707 INFO [main][CipherTest] transformation=XTEA/CFB144/NOPADDING 19:28:20,707 INFO [main][CipherTest] transformation=XTEA/CFB144/PKCS5 19:28:20,707 INFO [main][CipherTest] transformation=XTEA/CFB144/PKCS5PADDING 19:28:20,707 INFO [main][CipherTest] transformation=XTEA/CFB144/PKCS7 19:28:20,707 INFO [main][CipherTest] transformation=XTEA/CFB144/PKCS7PADDING 19:28:20,707 INFO [main][CipherTest] transformation=XTEA/CFB144/TBC 19:28:20,707 INFO [main][CipherTest] transformation=XTEA/CFB144/TBCPADDING 19:28:20,708 INFO [main][CipherTest] transformation=XTEA/CFB144/X9.23 19:28:20,708 INFO [main][CipherTest] transformation=XTEA/CFB144/X9.23PADDING 19:28:20,708 INFO [main][CipherTest] transformation=XTEA/CFB144/ZEROBYTE 19:28:20,708 INFO [main][CipherTest] transformation=XTEA/CFB144/ZEROBYTEPADDING 19:28:20,708 INFO [main][CipherTest] transformation=XTEA/CFB152/ 19:28:20,708 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO10126 19:28:20,708 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO10126-2 19:28:20,708 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO10126-2PADDING 19:28:20,709 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO10126PADDING 19:28:20,709 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO7816-4 19:28:20,709 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO7816-4PADDING 19:28:20,709 INFO [main][CipherTest] transformation=XTEA/CFB152/NOPADDING 19:28:20,709 INFO [main][CipherTest] transformation=XTEA/CFB152/PKCS5 19:28:20,709 INFO [main][CipherTest] transformation=XTEA/CFB152/PKCS5PADDING 19:28:20,709 INFO [main][CipherTest] transformation=XTEA/CFB152/PKCS7 19:28:20,709 INFO [main][CipherTest] transformation=XTEA/CFB152/PKCS7PADDING 19:28:20,710 INFO [main][CipherTest] transformation=XTEA/CFB152/TBC 19:28:20,710 INFO [main][CipherTest] transformation=XTEA/CFB152/TBCPADDING 19:28:20,710 INFO [main][CipherTest] transformation=XTEA/CFB152/X9.23 19:28:20,710 INFO [main][CipherTest] transformation=XTEA/CFB152/X9.23PADDING 19:28:20,710 INFO [main][CipherTest] transformation=XTEA/CFB152/ZEROBYTE 19:28:20,710 INFO [main][CipherTest] transformation=XTEA/CFB152/ZEROBYTEPADDING 19:28:20,710 INFO [main][CipherTest] transformation=XTEA/CFB16/ 19:28:20,710 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO10126 19:28:20,711 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO10126-2 19:28:20,711 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO10126-2PADDING 19:28:20,711 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO10126PADDING 19:28:20,711 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO7816-4 19:28:20,711 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO7816-4PADDING 19:28:20,711 INFO [main][CipherTest] transformation=XTEA/CFB16/NOPADDING 19:28:20,711 INFO [main][CipherTest] transformation=XTEA/CFB16/PKCS5 19:28:20,711 INFO [main][CipherTest] transformation=XTEA/CFB16/PKCS5PADDING 19:28:20,712 INFO [main][CipherTest] transformation=XTEA/CFB16/PKCS7 19:28:20,712 INFO [main][CipherTest] transformation=XTEA/CFB16/PKCS7PADDING 19:28:20,712 INFO [main][CipherTest] transformation=XTEA/CFB16/TBC 19:28:20,712 INFO [main][CipherTest] transformation=XTEA/CFB16/TBCPADDING 19:28:20,712 INFO [main][CipherTest] transformation=XTEA/CFB16/X9.23 19:28:20,712 INFO [main][CipherTest] transformation=XTEA/CFB16/X9.23PADDING 19:28:20,712 INFO [main][CipherTest] transformation=XTEA/CFB16/ZEROBYTE 19:28:20,712 INFO [main][CipherTest] transformation=XTEA/CFB16/ZEROBYTEPADDING 19:28:20,713 INFO [main][CipherTest] transformation=XTEA/CFB160/ 19:28:20,713 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO10126 19:28:20,713 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO10126-2 19:28:20,713 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO10126-2PADDING 19:28:20,713 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO10126PADDING 19:28:20,713 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO7816-4 19:28:20,713 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO7816-4PADDING 19:28:20,713 INFO [main][CipherTest] transformation=XTEA/CFB160/NOPADDING 19:28:20,714 INFO [main][CipherTest] transformation=XTEA/CFB160/PKCS5 19:28:20,714 INFO [main][CipherTest] transformation=XTEA/CFB160/PKCS5PADDING 19:28:20,714 INFO [main][CipherTest] transformation=XTEA/CFB160/PKCS7 19:28:20,714 INFO [main][CipherTest] transformation=XTEA/CFB160/PKCS7PADDING 19:28:20,714 INFO [main][CipherTest] transformation=XTEA/CFB160/TBC 19:28:20,714 INFO [main][CipherTest] transformation=XTEA/CFB160/TBCPADDING 19:28:20,714 INFO [main][CipherTest] transformation=XTEA/CFB160/X9.23 19:28:20,714 INFO [main][CipherTest] transformation=XTEA/CFB160/X9.23PADDING 19:28:20,715 INFO [main][CipherTest] transformation=XTEA/CFB160/ZEROBYTE 19:28:20,715 INFO [main][CipherTest] transformation=XTEA/CFB160/ZEROBYTEPADDING 19:28:20,715 INFO [main][CipherTest] transformation=XTEA/CFB168/ 19:28:20,715 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO10126 19:28:20,715 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO10126-2 19:28:20,715 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO10126-2PADDING 19:28:20,715 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO10126PADDING 19:28:20,715 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO7816-4 19:28:20,716 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO7816-4PADDING 19:28:20,716 INFO [main][CipherTest] transformation=XTEA/CFB168/NOPADDING 19:28:20,716 INFO [main][CipherTest] transformation=XTEA/CFB168/PKCS5 19:28:20,716 INFO [main][CipherTest] transformation=XTEA/CFB168/PKCS5PADDING 19:28:20,716 INFO [main][CipherTest] transformation=XTEA/CFB168/PKCS7 19:28:20,716 INFO [main][CipherTest] transformation=XTEA/CFB168/PKCS7PADDING 19:28:20,716 INFO [main][CipherTest] transformation=XTEA/CFB168/TBC 19:28:20,716 INFO [main][CipherTest] transformation=XTEA/CFB168/TBCPADDING 19:28:20,717 INFO [main][CipherTest] transformation=XTEA/CFB168/X9.23 19:28:20,717 INFO [main][CipherTest] transformation=XTEA/CFB168/X9.23PADDING 19:28:20,717 INFO [main][CipherTest] transformation=XTEA/CFB168/ZEROBYTE 19:28:20,717 INFO [main][CipherTest] transformation=XTEA/CFB168/ZEROBYTEPADDING 19:28:20,717 INFO [main][CipherTest] transformation=XTEA/CFB176/ 19:28:20,717 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO10126 19:28:20,717 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO10126-2 19:28:20,717 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO10126-2PADDING 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO10126PADDING 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO7816-4 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO7816-4PADDING 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/NOPADDING 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/PKCS5 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/PKCS5PADDING 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/PKCS7 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/PKCS7PADDING 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/TBC 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/TBCPADDING 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/X9.23 19:28:20,718 INFO [main][CipherTest] transformation=XTEA/CFB176/X9.23PADDING 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB176/ZEROBYTE 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB176/ZEROBYTEPADDING 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/ 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO10126 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO10126-2 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO10126-2PADDING 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO10126PADDING 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO7816-4 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO7816-4PADDING 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/NOPADDING 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/PKCS5 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/PKCS5PADDING 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/PKCS7 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/PKCS7PADDING 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/TBC 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/TBCPADDING 19:28:20,719 INFO [main][CipherTest] transformation=XTEA/CFB184/X9.23 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB184/X9.23PADDING 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB184/ZEROBYTE 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB184/ZEROBYTEPADDING 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/ 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO10126 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO10126-2 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO10126-2PADDING 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO10126PADDING 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO7816-4 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO7816-4PADDING 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/NOPADDING 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/PKCS5 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/PKCS5PADDING 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/PKCS7 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/PKCS7PADDING 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/TBC 19:28:20,720 INFO [main][CipherTest] transformation=XTEA/CFB192/TBCPADDING 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB192/X9.23 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB192/X9.23PADDING 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB192/ZEROBYTE 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB192/ZEROBYTEPADDING 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/ 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO10126 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO10126-2 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO10126-2PADDING 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO10126PADDING 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO7816-4 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO7816-4PADDING 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/NOPADDING 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/PKCS5 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/PKCS5PADDING 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/PKCS7 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/PKCS7PADDING 19:28:20,721 INFO [main][CipherTest] transformation=XTEA/CFB200/TBC 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB200/TBCPADDING 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB200/X9.23 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB200/X9.23PADDING 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB200/ZEROBYTE 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB200/ZEROBYTEPADDING 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/ 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO10126 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO10126-2 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO10126-2PADDING 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO10126PADDING 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO7816-4 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO7816-4PADDING 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/NOPADDING 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/PKCS5 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/PKCS5PADDING 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/PKCS7 19:28:20,722 INFO [main][CipherTest] transformation=XTEA/CFB208/PKCS7PADDING 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB208/TBC 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB208/TBCPADDING 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB208/X9.23 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB208/X9.23PADDING 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB208/ZEROBYTE 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB208/ZEROBYTEPADDING 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/ 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO10126 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO10126-2 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO10126-2PADDING 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO10126PADDING 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO7816-4 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO7816-4PADDING 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/NOPADDING 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/PKCS5 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/PKCS5PADDING 19:28:20,723 INFO [main][CipherTest] transformation=XTEA/CFB216/PKCS7 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB216/PKCS7PADDING 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB216/TBC 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB216/TBCPADDING 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB216/X9.23 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB216/X9.23PADDING 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB216/ZEROBYTE 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB216/ZEROBYTEPADDING 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB224/ 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO10126 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO10126-2 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO10126-2PADDING 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO10126PADDING 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO7816-4 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO7816-4PADDING 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB224/NOPADDING 19:28:20,724 INFO [main][CipherTest] transformation=XTEA/CFB224/PKCS5 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB224/PKCS5PADDING 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB224/PKCS7 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB224/PKCS7PADDING 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB224/TBC 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB224/TBCPADDING 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB224/X9.23 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB224/X9.23PADDING 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB224/ZEROBYTE 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB224/ZEROBYTEPADDING 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB232/ 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO10126 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO10126-2 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO10126-2PADDING 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO10126PADDING 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO7816-4 19:28:20,725 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO7816-4PADDING 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/NOPADDING 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/PKCS5 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/PKCS5PADDING 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/PKCS7 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/PKCS7PADDING 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/TBC 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/TBCPADDING 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/X9.23 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/X9.23PADDING 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/ZEROBYTE 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB232/ZEROBYTEPADDING 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB24/ 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO10126 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO10126-2 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO10126-2PADDING 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO10126PADDING 19:28:20,726 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO7816-4 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO7816-4PADDING 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/NOPADDING 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/PKCS5 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/PKCS5PADDING 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/PKCS7 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/PKCS7PADDING 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/TBC 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/TBCPADDING 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/X9.23 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/X9.23PADDING 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/ZEROBYTE 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB24/ZEROBYTEPADDING 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB240/ 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO10126 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO10126-2 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO10126-2PADDING 19:28:20,727 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO10126PADDING 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO7816-4 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO7816-4PADDING 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/NOPADDING 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/PKCS5 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/PKCS5PADDING 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/PKCS7 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/PKCS7PADDING 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/TBC 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/TBCPADDING 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/X9.23 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/X9.23PADDING 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/ZEROBYTE 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB240/ZEROBYTEPADDING 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB248/ 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO10126 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO10126-2 19:28:20,728 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO10126-2PADDING 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO10126PADDING 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO7816-4 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO7816-4PADDING 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/NOPADDING 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/PKCS5 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/PKCS5PADDING 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/PKCS7 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/PKCS7PADDING 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/TBC 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/TBCPADDING 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/X9.23 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/X9.23PADDING 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/ZEROBYTE 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB248/ZEROBYTEPADDING 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB256/ 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO10126 19:28:20,729 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO10126-2 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO10126-2PADDING 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO10126PADDING 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO7816-4 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO7816-4PADDING 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/NOPADDING 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/PKCS5 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/PKCS5PADDING 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/PKCS7 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/PKCS7PADDING 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/TBC 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/TBCPADDING 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/X9.23 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/X9.23PADDING 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/ZEROBYTE 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB256/ZEROBYTEPADDING 19:28:20,730 INFO [main][CipherTest] transformation=XTEA/CFB32/ 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO10126 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO10126-2 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO10126-2PADDING 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO10126PADDING 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO7816-4 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO7816-4PADDING 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/NOPADDING 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/PKCS5 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/PKCS5PADDING 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/PKCS7 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/PKCS7PADDING 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/TBC 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/TBCPADDING 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/X9.23 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/X9.23PADDING 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/ZEROBYTE 19:28:20,731 INFO [main][CipherTest] transformation=XTEA/CFB32/ZEROBYTEPADDING 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/ 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO10126 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO10126-2 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO10126-2PADDING 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO10126PADDING 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO7816-4 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO7816-4PADDING 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/NOPADDING 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/PKCS5 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/PKCS5PADDING 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/PKCS7 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/PKCS7PADDING 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/TBC 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/TBCPADDING 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/X9.23 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/X9.23PADDING 19:28:20,732 INFO [main][CipherTest] transformation=XTEA/CFB40/ZEROBYTE 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB40/ZEROBYTEPADDING 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/ 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO10126 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO10126-2 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO10126-2PADDING 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO10126PADDING 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO7816-4 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO7816-4PADDING 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/NOPADDING 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/PKCS5 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/PKCS5PADDING 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/PKCS7 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/PKCS7PADDING 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/TBC 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/TBCPADDING 19:28:20,733 INFO [main][CipherTest] transformation=XTEA/CFB48/X9.23 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB48/X9.23PADDING 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB48/ZEROBYTE 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB48/ZEROBYTEPADDING 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/ 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO10126 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO10126-2 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO10126-2PADDING 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO10126PADDING 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO7816-4 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO7816-4PADDING 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/NOPADDING 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/PKCS5 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/PKCS5PADDING 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/PKCS7 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/PKCS7PADDING 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/TBC 19:28:20,734 INFO [main][CipherTest] transformation=XTEA/CFB56/TBCPADDING 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB56/X9.23 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB56/X9.23PADDING 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB56/ZEROBYTE 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB56/ZEROBYTEPADDING 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/ 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO10126 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO10126-2 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO10126-2PADDING 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO10126PADDING 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO7816-4 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO7816-4PADDING 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/NOPADDING 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/PKCS5 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/PKCS5PADDING 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/PKCS7 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/PKCS7PADDING 19:28:20,735 INFO [main][CipherTest] transformation=XTEA/CFB64/TBC 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB64/TBCPADDING 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB64/X9.23 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB64/X9.23PADDING 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB64/ZEROBYTE 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB64/ZEROBYTEPADDING 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/ 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO10126 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO10126-2 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO10126-2PADDING 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO10126PADDING 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO7816-4 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO7816-4PADDING 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/NOPADDING 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/PKCS5 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/PKCS5PADDING 19:28:20,736 INFO [main][CipherTest] transformation=XTEA/CFB72/PKCS7 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB72/PKCS7PADDING 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB72/TBC 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB72/TBCPADDING 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB72/X9.23 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB72/X9.23PADDING 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB72/ZEROBYTE 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB72/ZEROBYTEPADDING 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB8/ 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO10126 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO10126-2 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO10126-2PADDING 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO10126PADDING 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO7816-4 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO7816-4PADDING 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB8/NOPADDING 19:28:20,737 INFO [main][CipherTest] transformation=XTEA/CFB8/PKCS5 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB8/PKCS5PADDING 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB8/PKCS7 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB8/PKCS7PADDING 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB8/TBC 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB8/TBCPADDING 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB8/X9.23 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB8/X9.23PADDING 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB8/ZEROBYTE 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB8/ZEROBYTEPADDING 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB80/ 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO10126 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO10126-2 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO10126-2PADDING 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO10126PADDING 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO7816-4 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO7816-4PADDING 19:28:20,738 INFO [main][CipherTest] transformation=XTEA/CFB80/NOPADDING 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/PKCS5 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/PKCS5PADDING 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/PKCS7 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/PKCS7PADDING 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/TBC 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/TBCPADDING 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/X9.23 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/X9.23PADDING 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/ZEROBYTE 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB80/ZEROBYTEPADDING 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB88/ 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO10126 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO10126-2 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO10126-2PADDING 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO10126PADDING 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO7816-4 19:28:20,739 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO7816-4PADDING 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/NOPADDING 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/PKCS5 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/PKCS5PADDING 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/PKCS7 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/PKCS7PADDING 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/TBC 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/TBCPADDING 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/X9.23 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/X9.23PADDING 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/ZEROBYTE 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB88/ZEROBYTEPADDING 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB96/ 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO10126 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO10126-2 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO10126-2PADDING 19:28:20,740 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO10126PADDING 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO7816-4 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO7816-4PADDING 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/NOPADDING 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/PKCS5 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/PKCS5PADDING 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/PKCS7 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/PKCS7PADDING 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/TBC 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/TBCPADDING 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/X9.23 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/X9.23PADDING 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/ZEROBYTE 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CFB96/ZEROBYTEPADDING 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CTS/ 19:28:20,741 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA/CTS/" does not support IV => Skipping. 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/CTS/NOPADDING 19:28:20,741 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA/CTS/NOPADDING" does not support IV => Skipping. 19:28:20,741 INFO [main][CipherTest] transformation=XTEA/EAX/ 19:28:20,742 INFO [main][CipherTest] transformation=XTEA/EAX/NOPADDING 19:28:20,742 INFO [main][CipherTest] transformation=XTEA/ECB/ 19:28:20,742 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA/ECB/" does not support IV => Skipping. 19:28:20,742 INFO [main][CipherTest] transformation=XTEA/ECB/NOPADDING 19:28:20,742 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA/ECB/NOPADDING" does not support IV => Skipping. 19:28:20,742 INFO [main][CipherTest] transformation=XTEA/GOFB/ 19:28:20,742 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO10126 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO10126-2 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO10126-2PADDING 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO10126PADDING 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO7816-4 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO7816-4PADDING 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/NOPADDING 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/PKCS5 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/PKCS5PADDING 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/PKCS7 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/PKCS7PADDING 19:28:20,743 INFO [main][CipherTest] transformation=XTEA/GOFB/TBC 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/GOFB/TBCPADDING 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/GOFB/X9.23 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/GOFB/X9.23PADDING 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/GOFB/ZEROBYTE 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/GOFB/ZEROBYTEPADDING 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/OFB/ 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/OFB/ISO10126 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/OFB/ISO10126-2 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/OFB/ISO10126-2PADDING 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/OFB/ISO10126PADDING 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/OFB/ISO7816-4 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/OFB/ISO7816-4PADDING 19:28:20,744 INFO [main][CipherTest] transformation=XTEA/OFB/NOPADDING 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/PKCS5 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/PKCS5PADDING 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/PKCS7 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/PKCS7PADDING 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/TBC 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/TBCPADDING 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/X9.23 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/X9.23PADDING 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/ZEROBYTE 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB/ZEROBYTEPADDING 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB104/ 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO10126 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO10126-2 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO10126-2PADDING 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO10126PADDING 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO7816-4 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO7816-4PADDING 19:28:20,745 INFO [main][CipherTest] transformation=XTEA/OFB104/NOPADDING 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/PKCS5 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/PKCS5PADDING 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/PKCS7 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/PKCS7PADDING 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/TBC 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/TBCPADDING 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/X9.23 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/X9.23PADDING 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/ZEROBYTE 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB104/ZEROBYTEPADDING 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB112/ 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO10126 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO10126-2 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO10126-2PADDING 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO10126PADDING 19:28:20,746 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO7816-4 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO7816-4PADDING 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/NOPADDING 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/PKCS5 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/PKCS5PADDING 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/PKCS7 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/PKCS7PADDING 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/TBC 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/TBCPADDING 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/X9.23 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/X9.23PADDING 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/ZEROBYTE 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB112/ZEROBYTEPADDING 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB120/ 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO10126 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO10126-2 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO10126-2PADDING 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO10126PADDING 19:28:20,747 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO7816-4 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO7816-4PADDING 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/NOPADDING 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/PKCS5 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/PKCS5PADDING 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/PKCS7 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/PKCS7PADDING 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/TBC 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/TBCPADDING 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/X9.23 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/X9.23PADDING 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/ZEROBYTE 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB120/ZEROBYTEPADDING 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB128/ 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO10126 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO10126-2 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO10126-2PADDING 19:28:20,748 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO10126PADDING 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO7816-4 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO7816-4PADDING 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/NOPADDING 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/PKCS5 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/PKCS5PADDING 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/PKCS7 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/PKCS7PADDING 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/TBC 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/TBCPADDING 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/X9.23 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/X9.23PADDING 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/ZEROBYTE 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB128/ZEROBYTEPADDING 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB136/ 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO10126 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO10126-2 19:28:20,749 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO10126-2PADDING 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO10126PADDING 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO7816-4 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO7816-4PADDING 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/NOPADDING 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/PKCS5 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/PKCS5PADDING 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/PKCS7 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/PKCS7PADDING 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/TBC 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/TBCPADDING 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/X9.23 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/X9.23PADDING 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/ZEROBYTE 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB136/ZEROBYTEPADDING 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB144/ 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO10126 19:28:20,750 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO10126-2 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO10126-2PADDING 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO10126PADDING 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO7816-4 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO7816-4PADDING 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/NOPADDING 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/PKCS5 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/PKCS5PADDING 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/PKCS7 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/PKCS7PADDING 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/TBC 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/TBCPADDING 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/X9.23 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/X9.23PADDING 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/ZEROBYTE 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB144/ZEROBYTEPADDING 19:28:20,751 INFO [main][CipherTest] transformation=XTEA/OFB152/ 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO10126 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO10126-2 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO10126-2PADDING 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO10126PADDING 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO7816-4 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO7816-4PADDING 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/NOPADDING 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/PKCS5 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/PKCS5PADDING 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/PKCS7 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/PKCS7PADDING 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/TBC 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/TBCPADDING 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/X9.23 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/X9.23PADDING 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/ZEROBYTE 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB152/ZEROBYTEPADDING 19:28:20,752 INFO [main][CipherTest] transformation=XTEA/OFB16/ 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO10126 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO10126-2 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO10126-2PADDING 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO10126PADDING 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO7816-4 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO7816-4PADDING 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/NOPADDING 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/PKCS5 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/PKCS5PADDING 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/PKCS7 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/PKCS7PADDING 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/TBC 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/TBCPADDING 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/X9.23 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/X9.23PADDING 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/ZEROBYTE 19:28:20,753 INFO [main][CipherTest] transformation=XTEA/OFB16/ZEROBYTEPADDING 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/ 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO10126 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO10126-2 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO10126-2PADDING 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO10126PADDING 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO7816-4 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO7816-4PADDING 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/NOPADDING 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/PKCS5 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/PKCS5PADDING 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/PKCS7 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/PKCS7PADDING 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/TBC 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/TBCPADDING 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/X9.23 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/X9.23PADDING 19:28:20,754 INFO [main][CipherTest] transformation=XTEA/OFB160/ZEROBYTE 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB160/ZEROBYTEPADDING 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/ 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO10126 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO10126-2 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO10126-2PADDING 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO10126PADDING 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO7816-4 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO7816-4PADDING 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/NOPADDING 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/PKCS5 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/PKCS5PADDING 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/PKCS7 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/PKCS7PADDING 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/TBC 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/TBCPADDING 19:28:20,755 INFO [main][CipherTest] transformation=XTEA/OFB168/X9.23 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB168/X9.23PADDING 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB168/ZEROBYTE 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB168/ZEROBYTEPADDING 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/ 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO10126 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO10126-2 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO10126-2PADDING 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO10126PADDING 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO7816-4 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO7816-4PADDING 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/NOPADDING 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/PKCS5 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/PKCS5PADDING 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/PKCS7 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/PKCS7PADDING 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/TBC 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/TBCPADDING 19:28:20,756 INFO [main][CipherTest] transformation=XTEA/OFB176/X9.23 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB176/X9.23PADDING 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB176/ZEROBYTE 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB176/ZEROBYTEPADDING 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/ 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO10126 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO10126-2 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO10126-2PADDING 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO10126PADDING 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO7816-4 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO7816-4PADDING 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/NOPADDING 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/PKCS5 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/PKCS5PADDING 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/PKCS7 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/PKCS7PADDING 19:28:20,757 INFO [main][CipherTest] transformation=XTEA/OFB184/TBC 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB184/TBCPADDING 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB184/X9.23 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB184/X9.23PADDING 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB184/ZEROBYTE 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB184/ZEROBYTEPADDING 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/ 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO10126 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO10126-2 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO10126-2PADDING 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO10126PADDING 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO7816-4 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO7816-4PADDING 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/NOPADDING 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/PKCS5 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/PKCS5PADDING 19:28:20,758 INFO [main][CipherTest] transformation=XTEA/OFB192/PKCS7 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB192/PKCS7PADDING 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB192/TBC 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB192/TBCPADDING 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB192/X9.23 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB192/X9.23PADDING 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB192/ZEROBYTE 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB192/ZEROBYTEPADDING 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB200/ 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO10126 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO10126-2 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO10126-2PADDING 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO10126PADDING 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO7816-4 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO7816-4PADDING 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB200/NOPADDING 19:28:20,759 INFO [main][CipherTest] transformation=XTEA/OFB200/PKCS5 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB200/PKCS5PADDING 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB200/PKCS7 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB200/PKCS7PADDING 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB200/TBC 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB200/TBCPADDING 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB200/X9.23 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB200/X9.23PADDING 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB200/ZEROBYTE 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB200/ZEROBYTEPADDING 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB208/ 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO10126 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO10126-2 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO10126-2PADDING 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO10126PADDING 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO7816-4 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO7816-4PADDING 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB208/NOPADDING 19:28:20,760 INFO [main][CipherTest] transformation=XTEA/OFB208/PKCS5 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB208/PKCS5PADDING 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB208/PKCS7 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB208/PKCS7PADDING 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB208/TBC 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB208/TBCPADDING 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB208/X9.23 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB208/X9.23PADDING 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB208/ZEROBYTE 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB208/ZEROBYTEPADDING 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB216/ 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO10126 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO10126-2 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO10126-2PADDING 19:28:20,761 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO10126PADDING 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO7816-4 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO7816-4PADDING 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/NOPADDING 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/PKCS5 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/PKCS5PADDING 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/PKCS7 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/PKCS7PADDING 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/TBC 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/TBCPADDING 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/X9.23 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/X9.23PADDING 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/ZEROBYTE 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB216/ZEROBYTEPADDING 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB224/ 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO10126 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO10126-2 19:28:20,762 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO10126-2PADDING 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO10126PADDING 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO7816-4 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO7816-4PADDING 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/NOPADDING 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/PKCS5 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/PKCS5PADDING 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/PKCS7 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/PKCS7PADDING 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/TBC 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/TBCPADDING 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/X9.23 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/X9.23PADDING 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/ZEROBYTE 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB224/ZEROBYTEPADDING 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB232/ 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO10126 19:28:20,763 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO10126-2 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO10126-2PADDING 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO10126PADDING 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO7816-4 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO7816-4PADDING 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/NOPADDING 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/PKCS5 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/PKCS5PADDING 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/PKCS7 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/PKCS7PADDING 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/TBC 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/TBCPADDING 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/X9.23 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/X9.23PADDING 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/ZEROBYTE 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB232/ZEROBYTEPADDING 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB24/ 19:28:20,764 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO10126 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO10126-2 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO10126-2PADDING 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO10126PADDING 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO7816-4 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO7816-4PADDING 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/NOPADDING 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/PKCS5 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/PKCS5PADDING 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/PKCS7 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/PKCS7PADDING 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/TBC 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/TBCPADDING 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/X9.23 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/X9.23PADDING 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/ZEROBYTE 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB24/ZEROBYTEPADDING 19:28:20,765 INFO [main][CipherTest] transformation=XTEA/OFB240/ 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO10126 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO10126-2 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO10126-2PADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO10126PADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO7816-4 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO7816-4PADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/NOPADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/PKCS5 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/PKCS5PADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/PKCS7 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/PKCS7PADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/TBC 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/TBCPADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/X9.23 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/X9.23PADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/ZEROBYTE 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB240/ZEROBYTEPADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB248/ 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO10126 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO10126-2 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO10126-2PADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO10126PADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO7816-4 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO7816-4PADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB248/NOPADDING 19:28:20,766 INFO [main][CipherTest] transformation=XTEA/OFB248/PKCS5 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB248/PKCS5PADDING 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB248/PKCS7 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB248/PKCS7PADDING 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB248/TBC 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB248/TBCPADDING 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB248/X9.23 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB248/X9.23PADDING 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB248/ZEROBYTE 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB248/ZEROBYTEPADDING 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB256/ 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO10126 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO10126-2 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO10126-2PADDING 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO10126PADDING 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO7816-4 19:28:20,767 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO7816-4PADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/NOPADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/PKCS5 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/PKCS5PADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/PKCS7 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/PKCS7PADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/TBC 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/TBCPADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/X9.23 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/X9.23PADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/ZEROBYTE 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB256/ZEROBYTEPADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/ 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO10126 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO10126-2 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO10126-2PADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO10126PADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO7816-4 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO7816-4PADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/NOPADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/PKCS5 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/PKCS5PADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/PKCS7 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/PKCS7PADDING 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/TBC 19:28:20,768 INFO [main][CipherTest] transformation=XTEA/OFB32/TBCPADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB32/X9.23 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB32/X9.23PADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB32/ZEROBYTE 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB32/ZEROBYTEPADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/ 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO10126 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO10126-2 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO10126-2PADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO10126PADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO7816-4 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO7816-4PADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/NOPADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/PKCS5 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/PKCS5PADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/PKCS7 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/PKCS7PADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/TBC 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/TBCPADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/X9.23 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/X9.23PADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/ZEROBYTE 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB40/ZEROBYTEPADDING 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB48/ 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO10126 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO10126-2 19:28:20,769 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO10126-2PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO10126PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO7816-4 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO7816-4PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/NOPADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/PKCS5 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/PKCS5PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/PKCS7 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/PKCS7PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/TBC 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/TBCPADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/X9.23 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/X9.23PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/ZEROBYTE 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB48/ZEROBYTEPADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/ 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO10126 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO10126-2 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO10126-2PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO10126PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO7816-4 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO7816-4PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/NOPADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/PKCS5 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/PKCS5PADDING 19:28:20,770 INFO [main][CipherTest] transformation=XTEA/OFB56/PKCS7 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB56/PKCS7PADDING 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB56/TBC 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB56/TBCPADDING 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB56/X9.23 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB56/X9.23PADDING 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB56/ZEROBYTE 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB56/ZEROBYTEPADDING 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB64/ 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO10126 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO10126-2 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO10126-2PADDING 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO10126PADDING 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO7816-4 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO7816-4PADDING 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB64/NOPADDING 19:28:20,772 INFO [main][CipherTest] transformation=XTEA/OFB64/PKCS5 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB64/PKCS5PADDING 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB64/PKCS7 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB64/PKCS7PADDING 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB64/TBC 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB64/TBCPADDING 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB64/X9.23 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB64/X9.23PADDING 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB64/ZEROBYTE 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB64/ZEROBYTEPADDING 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB72/ 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO10126 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO10126-2 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO10126-2PADDING 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO10126PADDING 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO7816-4 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO7816-4PADDING 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB72/NOPADDING 19:28:20,773 INFO [main][CipherTest] transformation=XTEA/OFB72/PKCS5 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB72/PKCS5PADDING 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB72/PKCS7 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB72/PKCS7PADDING 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB72/TBC 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB72/TBCPADDING 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB72/X9.23 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB72/X9.23PADDING 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB72/ZEROBYTE 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB72/ZEROBYTEPADDING 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB8/ 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO10126 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO10126-2 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO10126-2PADDING 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO10126PADDING 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO7816-4 19:28:20,774 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO7816-4PADDING 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/NOPADDING 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/PKCS5 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/PKCS5PADDING 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/PKCS7 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/PKCS7PADDING 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/TBC 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/TBCPADDING 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/X9.23 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/X9.23PADDING 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/ZEROBYTE 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB8/ZEROBYTEPADDING 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB80/ 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO10126 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO10126-2 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO10126-2PADDING 19:28:20,775 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO10126PADDING 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO7816-4 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO7816-4PADDING 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/NOPADDING 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/PKCS5 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/PKCS5PADDING 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/PKCS7 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/PKCS7PADDING 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/TBC 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/TBCPADDING 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/X9.23 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/X9.23PADDING 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/ZEROBYTE 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB80/ZEROBYTEPADDING 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB88/ 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO10126 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO10126-2 19:28:20,776 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO10126-2PADDING 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO10126PADDING 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO7816-4 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO7816-4PADDING 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/NOPADDING 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/PKCS5 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/PKCS5PADDING 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/PKCS7 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/PKCS7PADDING 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/TBC 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/TBCPADDING 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/X9.23 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/X9.23PADDING 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/ZEROBYTE 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB88/ZEROBYTEPADDING 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB96/ 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO10126 19:28:20,777 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO10126-2 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO10126-2PADDING 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO10126PADDING 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO7816-4 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO7816-4PADDING 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/NOPADDING 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/PKCS5 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/PKCS5PADDING 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/PKCS7 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/PKCS7PADDING 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/TBC 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/TBCPADDING 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/X9.23 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/X9.23PADDING 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/ZEROBYTE 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/OFB96/ZEROBYTEPADDING 19:28:20,778 INFO [main][CipherTest] transformation=XTEA/SIC/ 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/ISO10126 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/ISO10126-2 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/ISO10126-2PADDING 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/ISO10126PADDING 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/ISO7816-4 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/ISO7816-4PADDING 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/NOPADDING 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/PKCS5 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/PKCS5PADDING 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/PKCS7 19:28:20,779 INFO [main][CipherTest] transformation=XTEA/SIC/PKCS7PADDING 19:28:20,780 INFO [main][CipherTest] transformation=XTEA/SIC/TBC 19:28:20,780 INFO [main][CipherTest] transformation=XTEA/SIC/TBCPADDING 19:28:20,780 INFO [main][CipherTest] transformation=XTEA/SIC/X9.23 19:28:20,780 INFO [main][CipherTest] transformation=XTEA/SIC/X9.23PADDING 19:28:20,780 INFO [main][CipherTest] transformation=XTEA/SIC/ZEROBYTE 19:28:20,780 INFO [main][CipherTest] transformation=XTEA/SIC/ZEROBYTEPADDING 19:28:20,780 ERROR [main][CipherTest] >>>>>>>>>>>>>>>>>>>>>>>>>>>> 19:28:20,781 ERROR [main][CipherTest] transformation "GRAIN-128//": java.lang.IllegalArgumentException: Grain-128 Init parameters must include a key 19:28:20,781 ERROR [main][CipherTest] transformation "GRAIN-128//NOPADDING": java.lang.IllegalArgumentException: Grain-128 Init parameters must include a key 19:28:20,781 ERROR [main][CipherTest] transformation "GRAIN-128/ECB/": java.lang.IllegalArgumentException: Grain-128 Init parameters must include a key 19:28:20,781 ERROR [main][CipherTest] transformation "GRAIN-128/ECB/NOPADDING": java.lang.IllegalArgumentException: Grain-128 Init parameters must include a key 19:28:20,781 ERROR [main][CipherTest] transformation "GRAIN-V1//": java.lang.IllegalArgumentException: Grain v1 Init parameters must include a key 19:28:20,781 ERROR [main][CipherTest] transformation "GRAIN-V1//NOPADDING": java.lang.IllegalArgumentException: Grain v1 Init parameters must include a key 19:28:20,781 ERROR [main][CipherTest] transformation "GRAIN-V1/ECB/": java.lang.IllegalArgumentException: Grain v1 Init parameters must include a key 19:28:20,781 ERROR [main][CipherTest] transformation "GRAIN-V1/ECB/NOPADDING": java.lang.IllegalArgumentException: Grain v1 Init parameters must include a key 19:28:20,781 ERROR [main][CipherTest] transformation "HC-128//": java.lang.IllegalArgumentException: Invalid parameter passed to HC128 init - org.bouncycastle.crypto.params.ParametersWithIV 19:28:20,781 ERROR [main][CipherTest] transformation "HC-128//NOPADDING": java.lang.IllegalArgumentException: Invalid parameter passed to HC128 init - org.bouncycastle.crypto.params.ParametersWithIV 19:28:20,781 ERROR [main][CipherTest] transformation "HC-128/ECB/": java.lang.IllegalArgumentException: Invalid parameter passed to HC128 init - org.bouncycastle.crypto.params.ParametersWithIV 19:28:20,781 ERROR [main][CipherTest] transformation "HC-128/ECB/NOPADDING": java.lang.IllegalArgumentException: Invalid parameter passed to HC128 init - org.bouncycastle.crypto.params.ParametersWithIV 19:28:20,781 ERROR [main][CipherTest] transformation "HC-256//": java.lang.IllegalArgumentException: Invalid parameter passed to HC256 init - org.bouncycastle.crypto.params.ParametersWithIV 19:28:20,781 ERROR [main][CipherTest] transformation "HC-256//NOPADDING": java.lang.IllegalArgumentException: Invalid parameter passed to HC256 init - org.bouncycastle.crypto.params.ParametersWithIV 19:28:20,781 ERROR [main][CipherTest] transformation "HC-256/ECB/": java.lang.IllegalArgumentException: Invalid parameter passed to HC256 init - org.bouncycastle.crypto.params.ParametersWithIV 19:28:20,781 ERROR [main][CipherTest] transformation "HC-256/ECB/NOPADDING": java.lang.IllegalArgumentException: Invalid parameter passed to HC256 init - org.bouncycastle.crypto.params.ParametersWithIV 19:28:20,781 ERROR [main][CipherTest] <<<<<<<<<<<<<<<<<<<<<<<<<<<< 19:28:20,976 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/ISO10126-2", but our CryptoRegistry succeeded! 19:28:20,976 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/ISO7816-4", but our CryptoRegistry succeeded! 19:28:20,976 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/TBC", but our CryptoRegistry succeeded! 19:28:20,977 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/X9.23", but our CryptoRegistry succeeded! 19:28:20,977 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/ZeroByte", but our CryptoRegistry succeeded! 19:28:20,978 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/PKCS5", but our CryptoRegistry succeeded! 19:28:20,978 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/PKCS7Padding", but our CryptoRegistry succeeded! 19:28:20,979 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/ISO10126-2", but our CryptoRegistry succeeded! 19:28:20,980 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/ISO7816-4", but our CryptoRegistry succeeded! 19:28:20,980 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/TBC", but our CryptoRegistry succeeded! 19:28:20,980 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/X9.23", but our CryptoRegistry succeeded! 19:28:20,981 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/ZeroByte", but our CryptoRegistry succeeded! 19:28:20,981 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/PKCS5", but our CryptoRegistry succeeded! 19:28:20,982 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/PKCS7Padding", but our CryptoRegistry succeeded! 19:28:20,983 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/ISO10126-2", but our CryptoRegistry succeeded! 19:28:20,983 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/ISO7816-4", but our CryptoRegistry succeeded! 19:28:20,984 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/TBC", but our CryptoRegistry succeeded! 19:28:20,984 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/X9.23", but our CryptoRegistry succeeded! 19:28:20,984 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/ZeroByte", but our CryptoRegistry succeeded! 19:28:20,985 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/PKCS5", but our CryptoRegistry succeeded! 19:28:20,985 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/PKCS7Padding", but our CryptoRegistry succeeded! 19:28:20,986 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/ISO10126-2", but our CryptoRegistry succeeded! 19:28:20,987 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/ISO7816-4", but our CryptoRegistry succeeded! 19:28:20,987 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/TBC", but our CryptoRegistry succeeded! 19:28:20,988 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/X9.23", but our CryptoRegistry succeeded! 19:28:20,988 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/ZeroByte", but our CryptoRegistry succeeded! 19:28:20,989 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/PKCS5", but our CryptoRegistry succeeded! 19:28:20,990 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/PKCS7Padding", but our CryptoRegistry succeeded! 19:28:20,991 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/ISO10126-2", but our CryptoRegistry succeeded! 19:28:20,991 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/ISO7816-4", but our CryptoRegistry succeeded! 19:28:20,992 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/TBC", but our CryptoRegistry succeeded! 19:28:20,992 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/X9.23", but our CryptoRegistry succeeded! 19:28:20,993 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/ZeroByte", but our CryptoRegistry succeeded! 19:28:20,993 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/PKCS5", but our CryptoRegistry succeeded! 19:28:20,994 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/PKCS7Padding", but our CryptoRegistry succeeded! 19:28:20,995 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/ISO10126-2", but our CryptoRegistry succeeded! 19:28:20,995 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/ISO7816-4", but our CryptoRegistry succeeded! 19:28:20,996 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/TBC", but our CryptoRegistry succeeded! 19:28:20,996 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/X9.23", but our CryptoRegistry succeeded! 19:28:20,997 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/ZeroByte", but our CryptoRegistry succeeded! 19:28:20,997 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/PKCS5", but our CryptoRegistry succeeded! 19:28:20,998 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/PKCS7Padding", but our CryptoRegistry succeeded! 19:28:20,998 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//NoPadding", but our CryptoRegistry succeeded! 19:28:21,000 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//ISO9796-1", but our CryptoRegistry succeeded! 19:28:21,000 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//OAEP", but our CryptoRegistry succeeded! 19:28:21,000 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//PKCS1", but our CryptoRegistry succeeded! 19:28:21,000 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//PKCS1Padding", but our CryptoRegistry succeeded! 19:28:21,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST//". 19:28:21,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST//NOPADDING". 19:28:21,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC-CTS/". 19:28:21,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC-CTS/NOPADDING". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO10126". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO10126-2". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO10126-2PADDING". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO10126PADDING". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO7816-4". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO7816-4PADDING". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/NOPADDING". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/PKCS5". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/PKCS5PADDING". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/PKCS7". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/PKCS7PADDING". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/TBC". 19:28:21,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/TBCPADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/X9.23". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/X9.23PADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ZEROBYTE". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ZEROBYTEPADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CCM/". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CCM/NOPADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO10126". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO10126-2". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO10126-2PADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO10126PADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO7816-4". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO7816-4PADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/NOPADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/PKCS5". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/PKCS5PADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/PKCS7". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/PKCS7PADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/TBC". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/TBCPADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/X9.23". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/X9.23PADDING". 19:28:21,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ZEROBYTE". 19:28:21,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ZEROBYTEPADDING". 19:28:21,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO10126". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO10126-2". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO10126-2PADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO10126PADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO7816-4". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO7816-4PADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/NOPADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/PKCS5". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/PKCS5PADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/PKCS7". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/PKCS7PADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/TBC". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/TBCPADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/X9.23". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/X9.23PADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ZEROBYTE". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ZEROBYTEPADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO10126". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO10126-2". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO10126-2PADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO10126PADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO7816-4". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO7816-4PADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/NOPADDING". 19:28:21,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/PKCS5". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/PKCS5PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/PKCS7". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/PKCS7PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/TBC". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/TBCPADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/X9.23". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/X9.23PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ZEROBYTE". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ZEROBYTEPADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO10126". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO10126-2". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO10126-2PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO10126PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO7816-4". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO7816-4PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/NOPADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/PKCS5". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/PKCS5PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/PKCS7". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/PKCS7PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/TBC". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/TBCPADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/X9.23". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/X9.23PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ZEROBYTE". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ZEROBYTEPADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO10126". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO10126-2". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO10126-2PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO10126PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO7816-4". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO7816-4PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/NOPADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/PKCS5". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/PKCS5PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/PKCS7". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/PKCS7PADDING". 19:28:21,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/TBC". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/TBCPADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/X9.23". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/X9.23PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ZEROBYTE". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ZEROBYTEPADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO10126". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO10126-2". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO10126-2PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO10126PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO7816-4". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO7816-4PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/NOPADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/PKCS5". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/PKCS5PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/PKCS7". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/PKCS7PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/TBC". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/TBCPADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/X9.23". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/X9.23PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ZEROBYTE". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ZEROBYTEPADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO10126". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO10126-2". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO10126-2PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO10126PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO7816-4". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO7816-4PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/NOPADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/PKCS5". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/PKCS5PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/PKCS7". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/PKCS7PADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/TBC". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/TBCPADDING". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/X9.23". 19:28:21,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/X9.23PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ZEROBYTE". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ZEROBYTEPADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO10126". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO10126-2". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO10126-2PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO10126PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO7816-4". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO7816-4PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/NOPADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/PKCS5". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/PKCS5PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/PKCS7". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/PKCS7PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/TBC". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/TBCPADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/X9.23". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/X9.23PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ZEROBYTE". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ZEROBYTEPADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO10126". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO10126-2". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO10126-2PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO10126PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO7816-4". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO7816-4PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/NOPADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/PKCS5". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/PKCS5PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/PKCS7". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/PKCS7PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/TBC". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/TBCPADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/X9.23". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/X9.23PADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ZEROBYTE". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ZEROBYTEPADDING". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/". 19:28:21,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO10126". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO10126-2". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO10126-2PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO10126PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO7816-4". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO7816-4PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/NOPADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/PKCS5". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/PKCS5PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/PKCS7". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/PKCS7PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/TBC". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/TBCPADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/X9.23". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/X9.23PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ZEROBYTE". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ZEROBYTEPADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO10126". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO10126-2". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO10126-2PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO10126PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO7816-4". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO7816-4PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/NOPADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/PKCS5". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/PKCS5PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/PKCS7". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/PKCS7PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/TBC". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/TBCPADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/X9.23". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/X9.23PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ZEROBYTE". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ZEROBYTEPADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO10126". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO10126-2". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO10126-2PADDING". 19:28:21,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO10126PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO7816-4". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO7816-4PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/NOPADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/PKCS5". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/PKCS5PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/PKCS7". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/PKCS7PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/TBC". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/TBCPADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/X9.23". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/X9.23PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ZEROBYTE". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ZEROBYTEPADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO10126". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO10126-2". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO10126-2PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO10126PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO7816-4". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO7816-4PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/NOPADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/PKCS5". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/PKCS5PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/PKCS7". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/PKCS7PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/TBC". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/TBCPADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/X9.23". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/X9.23PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ZEROBYTE". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ZEROBYTEPADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO10126". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO10126-2". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO10126-2PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO10126PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO7816-4". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO7816-4PADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/NOPADDING". 19:28:21,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/PKCS5". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/PKCS5PADDING". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/PKCS7". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/PKCS7PADDING". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/TBC". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/TBCPADDING". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/X9.23". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/X9.23PADDING". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ZEROBYTE". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ZEROBYTEPADDING". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO10126". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO10126-2". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO10126-2PADDING". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO10126PADDING". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO7816-4". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO7816-4PADDING". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/NOPADDING". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/PKCS5". 19:28:21,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/PKCS5PADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/PKCS7". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/PKCS7PADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/TBC". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/TBCPADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/X9.23". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/X9.23PADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ZEROBYTE". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ZEROBYTEPADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO10126". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO10126-2". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO10126-2PADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO10126PADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO7816-4". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO7816-4PADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/NOPADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/PKCS5". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/PKCS5PADDING". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/PKCS7". 19:28:21,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/PKCS7PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/TBC". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/TBCPADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/X9.23". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/X9.23PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ZEROBYTE". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ZEROBYTEPADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO10126". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO10126-2". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO10126-2PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO10126PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO7816-4". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO7816-4PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/NOPADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/PKCS5". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/PKCS5PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/PKCS7". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/PKCS7PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/TBC". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/TBCPADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/X9.23". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/X9.23PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ZEROBYTE". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ZEROBYTEPADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO10126". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO10126-2". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO10126-2PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO10126PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO7816-4". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO7816-4PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/NOPADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/PKCS5". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/PKCS5PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/PKCS7". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/PKCS7PADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/TBC". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/TBCPADDING". 19:28:21,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/X9.23". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/X9.23PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ZEROBYTE". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ZEROBYTEPADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO10126". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO10126-2". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO10126-2PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO10126PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO7816-4". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO7816-4PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/NOPADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/PKCS5". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/PKCS5PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/PKCS7". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/PKCS7PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/TBC". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/TBCPADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/X9.23". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/X9.23PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ZEROBYTE". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ZEROBYTEPADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO10126". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO10126-2". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO10126-2PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO10126PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO7816-4". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO7816-4PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/NOPADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/PKCS5". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/PKCS5PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/PKCS7". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/PKCS7PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/TBC". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/TBCPADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/X9.23". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/X9.23PADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ZEROBYTE". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ZEROBYTEPADDING". 19:28:21,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO10126". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO10126-2". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO10126-2PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO10126PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO7816-4". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO7816-4PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/NOPADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/PKCS5". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/PKCS5PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/PKCS7". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/PKCS7PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/TBC". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/TBCPADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/X9.23". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/X9.23PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ZEROBYTE". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ZEROBYTEPADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO10126". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO10126-2". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO10126-2PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO10126PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO7816-4". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO7816-4PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/NOPADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/PKCS5". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/PKCS5PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/PKCS7". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/PKCS7PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/TBC". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/TBCPADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/X9.23". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/X9.23PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ZEROBYTE". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ZEROBYTEPADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO10126". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO10126-2". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO10126-2PADDING". 19:28:21,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO10126PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO7816-4". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO7816-4PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/NOPADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/PKCS5". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/PKCS5PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/PKCS7". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/PKCS7PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/TBC". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/TBCPADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/X9.23". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/X9.23PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ZEROBYTE". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ZEROBYTEPADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO10126". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO10126-2". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO10126-2PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO10126PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO7816-4". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO7816-4PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/NOPADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/PKCS5". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/PKCS5PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/PKCS7". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/PKCS7PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/TBC". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/TBCPADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/X9.23". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/X9.23PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ZEROBYTE". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ZEROBYTEPADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO10126". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO10126-2". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO10126-2PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO10126PADDING". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO7816-4". 19:28:21,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO7816-4PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/NOPADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/PKCS5". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/PKCS5PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/PKCS7". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/PKCS7PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/TBC". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/TBCPADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/X9.23". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/X9.23PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ZEROBYTE". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ZEROBYTEPADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO10126". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO10126-2". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO10126-2PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO10126PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO7816-4". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO7816-4PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/NOPADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/PKCS5". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/PKCS5PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/PKCS7". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/PKCS7PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/TBC". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/TBCPADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/X9.23". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/X9.23PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ZEROBYTE". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ZEROBYTEPADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO10126". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO10126-2". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO10126-2PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO10126PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO7816-4". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO7816-4PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/NOPADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/PKCS5". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/PKCS5PADDING". 19:28:21,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/PKCS7". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/PKCS7PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/TBC". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/TBCPADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/X9.23". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/X9.23PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ZEROBYTE". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ZEROBYTEPADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO10126". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO10126-2". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO10126-2PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO10126PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO7816-4". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO7816-4PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/NOPADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/PKCS5". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/PKCS5PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/PKCS7". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/PKCS7PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/TBC". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/TBCPADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/X9.23". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/X9.23PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ZEROBYTE". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ZEROBYTEPADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO10126". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO10126-2". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO10126-2PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO10126PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO7816-4". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO7816-4PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/NOPADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/PKCS5". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/PKCS5PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/PKCS7". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/PKCS7PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/TBC". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/TBCPADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/X9.23". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/X9.23PADDING". 19:28:21,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ZEROBYTE". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ZEROBYTEPADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO10126". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO10126-2". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO10126-2PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO10126PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO7816-4". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO7816-4PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/NOPADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/PKCS5". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/PKCS5PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/PKCS7". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/PKCS7PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/TBC". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/TBCPADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/X9.23". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/X9.23PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ZEROBYTE". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ZEROBYTEPADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO10126". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO10126-2". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO10126-2PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO10126PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO7816-4". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO7816-4PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/NOPADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/PKCS5". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/PKCS5PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/PKCS7". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/PKCS7PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/TBC". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/TBCPADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/X9.23". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/X9.23PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ZEROBYTE". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ZEROBYTEPADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO10126". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO10126-2". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO10126-2PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO10126PADDING". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO7816-4". 19:28:21,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO7816-4PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/NOPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/PKCS5". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/PKCS5PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/PKCS7". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/PKCS7PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/TBC". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/TBCPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/X9.23". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/X9.23PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ZEROBYTE". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ZEROBYTEPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO10126". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO10126-2". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO10126-2PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO10126PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO7816-4". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO7816-4PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/NOPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/PKCS5". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/PKCS5PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/PKCS7". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/PKCS7PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/TBC". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/TBCPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/X9.23". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/X9.23PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ZEROBYTE". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ZEROBYTEPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CTS/". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CTS/NOPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/EAX/". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/EAX/NOPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/ECB/". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/ECB/NOPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/GCM/". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/GCM/NOPADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO10126". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO10126-2". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO10126-2PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO10126PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO7816-4". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO7816-4PADDING". 19:28:21,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/NOPADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/PKCS5". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/PKCS5PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/PKCS7". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/PKCS7PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/TBC". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/TBCPADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/X9.23". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/X9.23PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ZEROBYTE". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ZEROBYTEPADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO10126". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO10126-2". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO10126-2PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO10126PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO7816-4". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO7816-4PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/NOPADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/PKCS5". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/PKCS5PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/PKCS7". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/PKCS7PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/TBC". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/TBCPADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/X9.23". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/X9.23PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ZEROBYTE". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ZEROBYTEPADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO10126". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO10126-2". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO10126-2PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO10126PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO7816-4". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO7816-4PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/NOPADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/PKCS5". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/PKCS5PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/PKCS7". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/PKCS7PADDING". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/TBC". 19:28:21,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/TBCPADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/X9.23". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/X9.23PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ZEROBYTE". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ZEROBYTEPADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO10126". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO10126-2". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO10126-2PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO10126PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO7816-4". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO7816-4PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/NOPADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/PKCS5". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/PKCS5PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/PKCS7". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/PKCS7PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/TBC". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/TBCPADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/X9.23". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/X9.23PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ZEROBYTE". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ZEROBYTEPADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO10126". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO10126-2". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO10126-2PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO10126PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO7816-4". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO7816-4PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/NOPADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/PKCS5". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/PKCS5PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/PKCS7". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/PKCS7PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/TBC". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/TBCPADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/X9.23". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/X9.23PADDING". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ZEROBYTE". 19:28:21,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ZEROBYTEPADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO10126". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO10126-2". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO10126-2PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO10126PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO7816-4". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO7816-4PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/NOPADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/PKCS5". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/PKCS5PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/PKCS7". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/PKCS7PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/TBC". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/TBCPADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/X9.23". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/X9.23PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ZEROBYTE". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ZEROBYTEPADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO10126". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO10126-2". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO10126-2PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO10126PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO7816-4". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO7816-4PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/NOPADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/PKCS5". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/PKCS5PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/PKCS7". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/PKCS7PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/TBC". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/TBCPADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/X9.23". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/X9.23PADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ZEROBYTE". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ZEROBYTEPADDING". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO10126". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO10126-2". 19:28:21,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO10126-2PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO10126PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO7816-4". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO7816-4PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/NOPADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/PKCS5". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/PKCS5PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/PKCS7". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/PKCS7PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/TBC". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/TBCPADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/X9.23". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/X9.23PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ZEROBYTE". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ZEROBYTEPADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO10126". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO10126-2". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO10126-2PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO10126PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO7816-4". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO7816-4PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/NOPADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/PKCS5". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/PKCS5PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/PKCS7". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/PKCS7PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/TBC". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/TBCPADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/X9.23". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/X9.23PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ZEROBYTE". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ZEROBYTEPADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO10126". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO10126-2". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO10126-2PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO10126PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO7816-4". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO7816-4PADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/NOPADDING". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/PKCS5". 19:28:21,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/PKCS5PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/PKCS7". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/PKCS7PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/TBC". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/TBCPADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/X9.23". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/X9.23PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ZEROBYTE". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ZEROBYTEPADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO10126". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO10126-2". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO10126-2PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO10126PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO7816-4". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO7816-4PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/NOPADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/PKCS5". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/PKCS5PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/PKCS7". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/PKCS7PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/TBC". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/TBCPADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/X9.23". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/X9.23PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ZEROBYTE". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ZEROBYTEPADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO10126". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO10126-2". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO10126-2PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO10126PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO7816-4". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO7816-4PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/NOPADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/PKCS5". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/PKCS5PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/PKCS7". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/PKCS7PADDING". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/TBC". 19:28:21,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/TBCPADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/X9.23". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/X9.23PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ZEROBYTE". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ZEROBYTEPADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO10126". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO10126-2". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO10126-2PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO10126PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO7816-4". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO7816-4PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/NOPADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/PKCS5". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/PKCS5PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/PKCS7". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/PKCS7PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/TBC". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/TBCPADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/X9.23". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/X9.23PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ZEROBYTE". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ZEROBYTEPADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO10126". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO10126-2". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO10126-2PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO10126PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO7816-4". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO7816-4PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/NOPADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/PKCS5". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/PKCS5PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/PKCS7". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/PKCS7PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/TBC". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/TBCPADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/X9.23". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/X9.23PADDING". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ZEROBYTE". 19:28:21,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ZEROBYTEPADDING". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO10126". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO10126-2". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO10126-2PADDING". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO10126PADDING". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO7816-4". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO7816-4PADDING". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/NOPADDING". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/PKCS5". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/PKCS5PADDING". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/PKCS7". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/PKCS7PADDING". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/TBC". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/TBCPADDING". 19:28:21,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/X9.23". 19:28:21,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/X9.23PADDING". 19:28:21,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ZEROBYTE". 19:28:21,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ZEROBYTEPADDING". 19:28:21,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/". 19:28:21,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO10126". 19:28:21,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO10126-2". 19:28:21,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO10126-2PADDING". 19:28:21,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO10126PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO7816-4". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO7816-4PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/NOPADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/PKCS5". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/PKCS5PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/PKCS7". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/PKCS7PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/TBC". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/TBCPADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/X9.23". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/X9.23PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ZEROBYTE". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ZEROBYTEPADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO10126". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO10126-2". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO10126-2PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO10126PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO7816-4". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO7816-4PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/NOPADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/PKCS5". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/PKCS5PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/PKCS7". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/PKCS7PADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/TBC". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/TBCPADDING". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/X9.23". 19:28:21,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/X9.23PADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ZEROBYTE". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ZEROBYTEPADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO10126". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO10126-2". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO10126-2PADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO10126PADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO7816-4". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO7816-4PADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/NOPADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/PKCS5". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/PKCS5PADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/PKCS7". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/PKCS7PADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/TBC". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/TBCPADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/X9.23". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/X9.23PADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ZEROBYTE". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ZEROBYTEPADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO10126". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO10126-2". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO10126-2PADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO10126PADDING". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO7816-4". 19:28:21,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO7816-4PADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/NOPADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/PKCS5". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/PKCS5PADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/PKCS7". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/PKCS7PADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/TBC". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/TBCPADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/X9.23". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/X9.23PADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ZEROBYTE". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ZEROBYTEPADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO10126". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO10126-2". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO10126-2PADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO10126PADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO7816-4". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO7816-4PADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/NOPADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/PKCS5". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/PKCS5PADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/PKCS7". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/PKCS7PADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/TBC". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/TBCPADDING". 19:28:21,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/X9.23". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/X9.23PADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ZEROBYTE". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ZEROBYTEPADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO10126". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO10126-2". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO10126-2PADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO10126PADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO7816-4". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO7816-4PADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/NOPADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/PKCS5". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/PKCS5PADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/PKCS7". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/PKCS7PADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/TBC". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/TBCPADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/X9.23". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/X9.23PADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ZEROBYTE". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ZEROBYTEPADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO10126". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO10126-2". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO10126-2PADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO10126PADDING". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO7816-4". 19:28:21,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO7816-4PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/NOPADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/PKCS5". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/PKCS5PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/PKCS7". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/PKCS7PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/TBC". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/TBCPADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/X9.23". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/X9.23PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ZEROBYTE". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ZEROBYTEPADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO10126". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO10126-2". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO10126-2PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO10126PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO7816-4". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO7816-4PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/NOPADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/PKCS5". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/PKCS5PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/PKCS7". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/PKCS7PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/TBC". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/TBCPADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/X9.23". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/X9.23PADDING". 19:28:21,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ZEROBYTE". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ZEROBYTEPADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO10126". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO10126-2". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO10126-2PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO10126PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO7816-4". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO7816-4PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/NOPADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/PKCS5". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/PKCS5PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/PKCS7". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/PKCS7PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/TBC". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/TBCPADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/X9.23". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/X9.23PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ZEROBYTE". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ZEROBYTEPADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO10126". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO10126-2". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO10126-2PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO10126PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO7816-4". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO7816-4PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/NOPADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/PKCS5". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/PKCS5PADDING". 19:28:21,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/PKCS7". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/PKCS7PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/TBC". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/TBCPADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/X9.23". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/X9.23PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ZEROBYTE". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ZEROBYTEPADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO10126". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO10126-2". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO10126-2PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO10126PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO7816-4". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO7816-4PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/NOPADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/PKCS5". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/PKCS5PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/PKCS7". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/PKCS7PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/TBC". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/TBCPADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/X9.23". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/X9.23PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ZEROBYTE". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ZEROBYTEPADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO10126". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO10126-2". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO10126-2PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO10126PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO7816-4". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO7816-4PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/NOPADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/PKCS5". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/PKCS5PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/PKCS7". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/PKCS7PADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/TBC". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/TBCPADDING". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/X9.23". 19:28:21,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/X9.23PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ZEROBYTE". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ZEROBYTEPADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO10126". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO10126-2". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO10126-2PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO10126PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO7816-4". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO7816-4PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/NOPADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/PKCS5". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/PKCS5PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/PKCS7". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/PKCS7PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/TBC". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/TBCPADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/X9.23". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/X9.23PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ZEROBYTE". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ZEROBYTEPADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO10126". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO10126-2". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO10126-2PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO10126PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO7816-4". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO7816-4PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/NOPADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/PKCS5". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/PKCS5PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/PKCS7". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/PKCS7PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/TBC". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/TBCPADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/X9.23". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/X9.23PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ZEROBYTE". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ZEROBYTEPADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO10126". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO10126-2". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO10126-2PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO10126PADDING". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO7816-4". 19:28:21,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO7816-4PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/NOPADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/PKCS5". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/PKCS5PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/PKCS7". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/PKCS7PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/TBC". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/TBCPADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/X9.23". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/X9.23PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ZEROBYTE". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ZEROBYTEPADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO10126". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO10126-2". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO10126-2PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO10126PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO7816-4". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO7816-4PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/NOPADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/PKCS5". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/PKCS5PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/PKCS7". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/PKCS7PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/TBC". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/TBCPADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/X9.23". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/X9.23PADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ZEROBYTE". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ZEROBYTEPADDING". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/". 19:28:21,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO10126". 19:28:21,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO10126-2". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO10126-2PADDING". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO10126PADDING". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO7816-4". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO7816-4PADDING". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/NOPADDING". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/PKCS5". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/PKCS5PADDING". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/PKCS7". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/PKCS7PADDING". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/TBC". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/TBCPADDING". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/X9.23". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/X9.23PADDING". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ZEROBYTE". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ZEROBYTEPADDING". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/". 19:28:21,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO10126". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO10126-2". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO10126-2PADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO10126PADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO7816-4". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO7816-4PADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/NOPADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/PKCS5". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/PKCS5PADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/PKCS7". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/PKCS7PADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/TBC". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/TBCPADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/X9.23". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/X9.23PADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ZEROBYTE". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ZEROBYTEPADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO10126". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO10126-2". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO10126-2PADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO10126PADDING". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO7816-4". 19:28:21,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO7816-4PADDING". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/NOPADDING". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/PKCS5". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/PKCS5PADDING". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/PKCS7". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/PKCS7PADDING". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/TBC". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/TBCPADDING". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/X9.23". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/X9.23PADDING". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ZEROBYTE". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ZEROBYTEPADDING". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT//". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT//NOPADDING". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC-CTS/". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC-CTS/NOPADDING". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/". 19:28:21,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO10126". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO10126-2". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO10126-2PADDING". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO10126PADDING". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO7816-4". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO7816-4PADDING". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/NOPADDING". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/PKCS5". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/PKCS5PADDING". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/PKCS7". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/PKCS7PADDING". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/TBC". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/TBCPADDING". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/X9.23". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/X9.23PADDING". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ZEROBYTE". 19:28:21,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ZEROBYTEPADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CCM/". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CCM/NOPADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO10126". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO10126-2". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO10126-2PADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO10126PADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO7816-4". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO7816-4PADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/NOPADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/PKCS5". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/PKCS5PADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/PKCS7". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/PKCS7PADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/TBC". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/TBCPADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/X9.23". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/X9.23PADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ZEROBYTE". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ZEROBYTEPADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO10126". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO10126-2". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO10126-2PADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO10126PADDING". 19:28:21,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO7816-4". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO7816-4PADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/NOPADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/PKCS5". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/PKCS5PADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/PKCS7". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/PKCS7PADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/TBC". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/TBCPADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/X9.23". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/X9.23PADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ZEROBYTE". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ZEROBYTEPADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO10126". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO10126-2". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO10126-2PADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO10126PADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO7816-4". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO7816-4PADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/NOPADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/PKCS5". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/PKCS5PADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/PKCS7". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/PKCS7PADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/TBC". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/TBCPADDING". 19:28:21,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/X9.23". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/X9.23PADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ZEROBYTE". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ZEROBYTEPADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO10126". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO10126-2". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO10126-2PADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO10126PADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO7816-4". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO7816-4PADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/NOPADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/PKCS5". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/PKCS5PADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/PKCS7". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/PKCS7PADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/TBC". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/TBCPADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/X9.23". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/X9.23PADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ZEROBYTE". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ZEROBYTEPADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO10126". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO10126-2". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO10126-2PADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO10126PADDING". 19:28:21,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO7816-4". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO7816-4PADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/NOPADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/PKCS5". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/PKCS5PADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/PKCS7". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/PKCS7PADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/TBC". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/TBCPADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/X9.23". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/X9.23PADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ZEROBYTE". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ZEROBYTEPADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO10126". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO10126-2". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO10126-2PADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO10126PADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO7816-4". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO7816-4PADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/NOPADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/PKCS5". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/PKCS5PADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/PKCS7". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/PKCS7PADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/TBC". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/TBCPADDING". 19:28:21,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/X9.23". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/X9.23PADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ZEROBYTE". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ZEROBYTEPADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO10126". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO10126-2". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO10126-2PADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO10126PADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO7816-4". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO7816-4PADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/NOPADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/PKCS5". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/PKCS5PADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/PKCS7". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/PKCS7PADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/TBC". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/TBCPADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/X9.23". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/X9.23PADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ZEROBYTE". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ZEROBYTEPADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO10126". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO10126-2". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO10126-2PADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO10126PADDING". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO7816-4". 19:28:21,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO7816-4PADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/NOPADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/PKCS5". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/PKCS5PADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/PKCS7". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/PKCS7PADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/TBC". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/TBCPADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/X9.23". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/X9.23PADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ZEROBYTE". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ZEROBYTEPADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO10126". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO10126-2". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO10126-2PADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO10126PADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO7816-4". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO7816-4PADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/NOPADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/PKCS5". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/PKCS5PADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/PKCS7". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/PKCS7PADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/TBC". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/TBCPADDING". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/X9.23". 19:28:21,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/X9.23PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ZEROBYTE". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ZEROBYTEPADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO10126". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO10126-2". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO10126-2PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO10126PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO7816-4". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO7816-4PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/NOPADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/PKCS5". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/PKCS5PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/PKCS7". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/PKCS7PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/TBC". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/TBCPADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/X9.23". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/X9.23PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ZEROBYTE". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ZEROBYTEPADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO10126". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO10126-2". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO10126-2PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO10126PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO7816-4". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO7816-4PADDING". 19:28:21,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/NOPADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/PKCS5". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/PKCS5PADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/PKCS7". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/PKCS7PADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/TBC". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/TBCPADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/X9.23". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/X9.23PADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ZEROBYTE". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ZEROBYTEPADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO10126". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO10126-2". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO10126-2PADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO10126PADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO7816-4". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO7816-4PADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/NOPADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/PKCS5". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/PKCS5PADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/PKCS7". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/PKCS7PADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/TBC". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/TBCPADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/X9.23". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/X9.23PADDING". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ZEROBYTE". 19:28:21,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ZEROBYTEPADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO10126". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO10126-2". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO10126-2PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO10126PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO7816-4". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO7816-4PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/NOPADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/PKCS5". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/PKCS5PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/PKCS7". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/PKCS7PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/TBC". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/TBCPADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/X9.23". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/X9.23PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ZEROBYTE". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ZEROBYTEPADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO10126". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO10126-2". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO10126-2PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO10126PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO7816-4". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO7816-4PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/NOPADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/PKCS5". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/PKCS5PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/PKCS7". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/PKCS7PADDING". 19:28:21,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/TBC". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/TBCPADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/X9.23". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/X9.23PADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ZEROBYTE". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ZEROBYTEPADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO10126". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO10126-2". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO10126-2PADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO10126PADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO7816-4". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO7816-4PADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/NOPADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/PKCS5". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/PKCS5PADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/PKCS7". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/PKCS7PADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/TBC". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/TBCPADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/X9.23". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/X9.23PADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ZEROBYTE". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ZEROBYTEPADDING". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/". 19:28:21,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO10126". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO10126-2". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO10126-2PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO10126PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO7816-4". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO7816-4PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/NOPADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/PKCS5". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/PKCS5PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/PKCS7". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/PKCS7PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/TBC". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/TBCPADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/X9.23". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/X9.23PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ZEROBYTE". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ZEROBYTEPADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO10126". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO10126-2". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO10126-2PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO10126PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO7816-4". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO7816-4PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/NOPADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/PKCS5". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/PKCS5PADDING". 19:28:21,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/PKCS7". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/PKCS7PADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/TBC". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/TBCPADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/X9.23". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/X9.23PADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ZEROBYTE". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ZEROBYTEPADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO10126". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO10126-2". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO10126-2PADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO10126PADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO7816-4". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO7816-4PADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/NOPADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/PKCS5". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/PKCS5PADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/PKCS7". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/PKCS7PADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/TBC". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/TBCPADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/X9.23". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/X9.23PADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ZEROBYTE". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ZEROBYTEPADDING". 19:28:21,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO10126". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO10126-2". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO10126-2PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO10126PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO7816-4". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO7816-4PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/NOPADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/PKCS5". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/PKCS5PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/PKCS7". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/PKCS7PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/TBC". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/TBCPADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/X9.23". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/X9.23PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ZEROBYTE". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ZEROBYTEPADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO10126". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO10126-2". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO10126-2PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO10126PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO7816-4". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO7816-4PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/NOPADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/PKCS5". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/PKCS5PADDING". 19:28:21,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/PKCS7". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/PKCS7PADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/TBC". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/TBCPADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/X9.23". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/X9.23PADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ZEROBYTE". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ZEROBYTEPADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO10126". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO10126-2". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO10126-2PADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO10126PADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO7816-4". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO7816-4PADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/NOPADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/PKCS5". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/PKCS5PADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/PKCS7". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/PKCS7PADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/TBC". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/TBCPADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/X9.23". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/X9.23PADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ZEROBYTE". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ZEROBYTEPADDING". 19:28:21,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO10126". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO10126-2". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO10126-2PADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO10126PADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO7816-4". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO7816-4PADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/NOPADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/PKCS5". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/PKCS5PADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/PKCS7". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/PKCS7PADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/TBC". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/TBCPADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/X9.23". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/X9.23PADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ZEROBYTE". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ZEROBYTEPADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO10126". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO10126-2". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO10126-2PADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO10126PADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO7816-4". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO7816-4PADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/NOPADDING". 19:28:21,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/PKCS5". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/PKCS5PADDING". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/PKCS7". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/PKCS7PADDING". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/TBC". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/TBCPADDING". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/X9.23". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/X9.23PADDING". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ZEROBYTE". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ZEROBYTEPADDING". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO10126". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO10126-2". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO10126-2PADDING". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO10126PADDING". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO7816-4". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO7816-4PADDING". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/NOPADDING". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/PKCS5". 19:28:21,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/PKCS5PADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/PKCS7". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/PKCS7PADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/TBC". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/TBCPADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/X9.23". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/X9.23PADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ZEROBYTE". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ZEROBYTEPADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO10126". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO10126-2". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO10126-2PADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO10126PADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO7816-4". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO7816-4PADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/NOPADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/PKCS5". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/PKCS5PADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/PKCS7". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/PKCS7PADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/TBC". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/TBCPADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/X9.23". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/X9.23PADDING". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ZEROBYTE". 19:28:21,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ZEROBYTEPADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO10126". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO10126-2". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO10126-2PADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO10126PADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO7816-4". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO7816-4PADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/NOPADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/PKCS5". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/PKCS5PADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/PKCS7". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/PKCS7PADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/TBC". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/TBCPADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/X9.23". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/X9.23PADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ZEROBYTE". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ZEROBYTEPADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO10126". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO10126-2". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO10126-2PADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO10126PADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO7816-4". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO7816-4PADDING". 19:28:21,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/NOPADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/PKCS5". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/PKCS5PADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/PKCS7". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/PKCS7PADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/TBC". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/TBCPADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/X9.23". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/X9.23PADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ZEROBYTE". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ZEROBYTEPADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO10126". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO10126-2". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO10126-2PADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO10126PADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO7816-4". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO7816-4PADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/NOPADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/PKCS5". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/PKCS5PADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/PKCS7". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/PKCS7PADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/TBC". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/TBCPADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/X9.23". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/X9.23PADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ZEROBYTE". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ZEROBYTEPADDING". 19:28:21,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO10126". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO10126-2". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO10126-2PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO10126PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO7816-4". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO7816-4PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/NOPADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/PKCS5". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/PKCS5PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/PKCS7". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/PKCS7PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/TBC". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/TBCPADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/X9.23". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/X9.23PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ZEROBYTE". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ZEROBYTEPADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO10126". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO10126-2". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO10126-2PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO10126PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO7816-4". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO7816-4PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/NOPADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/PKCS5". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/PKCS5PADDING". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/PKCS7". 19:28:21,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/PKCS7PADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/TBC". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/TBCPADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/X9.23". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/X9.23PADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ZEROBYTE". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ZEROBYTEPADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO10126". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO10126-2". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO10126-2PADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO10126PADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO7816-4". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO7816-4PADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/NOPADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/PKCS5". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/PKCS5PADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/PKCS7". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/PKCS7PADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/TBC". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/TBCPADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/X9.23". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/X9.23PADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ZEROBYTE". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ZEROBYTEPADDING". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO10126". 19:28:21,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO10126-2". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO10126-2PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO10126PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO7816-4". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO7816-4PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/NOPADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/PKCS5". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/PKCS5PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/PKCS7". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/PKCS7PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/TBC". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/TBCPADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/X9.23". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/X9.23PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ZEROBYTE". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ZEROBYTEPADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO10126". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO10126-2". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO10126-2PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO10126PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO7816-4". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO7816-4PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/NOPADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/PKCS5". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/PKCS5PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/PKCS7". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/PKCS7PADDING". 19:28:21,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/TBC". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/TBCPADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/X9.23". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/X9.23PADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ZEROBYTE". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ZEROBYTEPADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CTS/". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CTS/NOPADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/EAX/". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/EAX/NOPADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/ECB/". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/ECB/NOPADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/GCM/". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/GCM/NOPADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO10126". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO10126-2". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO10126-2PADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO10126PADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO7816-4". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO7816-4PADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/NOPADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/PKCS5". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/PKCS5PADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/PKCS7". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/PKCS7PADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/TBC". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/TBCPADDING". 19:28:21,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/X9.23". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/X9.23PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ZEROBYTE". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ZEROBYTEPADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO10126". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO10126-2". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO10126-2PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO10126PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO7816-4". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO7816-4PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/NOPADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/PKCS5". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/PKCS5PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/PKCS7". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/PKCS7PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/TBC". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/TBCPADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/X9.23". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/X9.23PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ZEROBYTE". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ZEROBYTEPADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO10126". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO10126-2". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO10126-2PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO10126PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO7816-4". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO7816-4PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/NOPADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/PKCS5". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/PKCS5PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/PKCS7". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/PKCS7PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/TBC". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/TBCPADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/X9.23". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/X9.23PADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ZEROBYTE". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ZEROBYTEPADDING". 19:28:21,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO10126". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO10126-2". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO10126-2PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO10126PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO7816-4". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO7816-4PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/NOPADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/PKCS5". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/PKCS5PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/PKCS7". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/PKCS7PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/TBC". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/TBCPADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/X9.23". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/X9.23PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ZEROBYTE". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ZEROBYTEPADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO10126". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO10126-2". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO10126-2PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO10126PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO7816-4". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO7816-4PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/NOPADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/PKCS5". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/PKCS5PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/PKCS7". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/PKCS7PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/TBC". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/TBCPADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/X9.23". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/X9.23PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ZEROBYTE". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ZEROBYTEPADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO10126". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO10126-2". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO10126-2PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO10126PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO7816-4". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO7816-4PADDING". 19:28:21,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/NOPADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/PKCS5". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/PKCS5PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/PKCS7". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/PKCS7PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/TBC". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/TBCPADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/X9.23". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/X9.23PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ZEROBYTE". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ZEROBYTEPADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO10126". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO10126-2". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO10126-2PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO10126PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO7816-4". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO7816-4PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/NOPADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/PKCS5". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/PKCS5PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/PKCS7". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/PKCS7PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/TBC". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/TBCPADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/X9.23". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/X9.23PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ZEROBYTE". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ZEROBYTEPADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO10126". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO10126-2". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO10126-2PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO10126PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO7816-4". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO7816-4PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/NOPADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/PKCS5". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/PKCS5PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/PKCS7". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/PKCS7PADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/TBC". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/TBCPADDING". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/X9.23". 19:28:21,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/X9.23PADDING". 19:28:21,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ZEROBYTE". 19:28:21,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ZEROBYTEPADDING". 19:28:21,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/". 19:28:21,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO10126". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO10126-2". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO10126-2PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO10126PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO7816-4". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO7816-4PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/NOPADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/PKCS5". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/PKCS5PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/PKCS7". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/PKCS7PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/TBC". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/TBCPADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/X9.23". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/X9.23PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ZEROBYTE". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ZEROBYTEPADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO10126". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO10126-2". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO10126-2PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO10126PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO7816-4". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO7816-4PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/NOPADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/PKCS5". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/PKCS5PADDING". 19:28:21,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/PKCS7". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/PKCS7PADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/TBC". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/TBCPADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/X9.23". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/X9.23PADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ZEROBYTE". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ZEROBYTEPADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO10126". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO10126-2". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO10126-2PADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO10126PADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO7816-4". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO7816-4PADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/NOPADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/PKCS5". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/PKCS5PADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/PKCS7". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/PKCS7PADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/TBC". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/TBCPADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/X9.23". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/X9.23PADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ZEROBYTE". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ZEROBYTEPADDING". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO10126". 19:28:21,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO10126-2". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO10126-2PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO10126PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO7816-4". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO7816-4PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/NOPADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/PKCS5". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/PKCS5PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/PKCS7". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/PKCS7PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/TBC". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/TBCPADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/X9.23". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/X9.23PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ZEROBYTE". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ZEROBYTEPADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO10126". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO10126-2". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO10126-2PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO10126PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO7816-4". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO7816-4PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/NOPADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/PKCS5". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/PKCS5PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/PKCS7". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/PKCS7PADDING". 19:28:21,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/TBC". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/TBCPADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/X9.23". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/X9.23PADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ZEROBYTE". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ZEROBYTEPADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO10126". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO10126-2". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO10126-2PADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO10126PADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO7816-4". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO7816-4PADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/NOPADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/PKCS5". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/PKCS5PADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/PKCS7". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/PKCS7PADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/TBC". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/TBCPADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/X9.23". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/X9.23PADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ZEROBYTE". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ZEROBYTEPADDING". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO10126". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO10126-2". 19:28:21,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO10126-2PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO10126PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO7816-4". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO7816-4PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/NOPADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/PKCS5". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/PKCS5PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/PKCS7". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/PKCS7PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/TBC". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/TBCPADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/X9.23". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/X9.23PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ZEROBYTE". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ZEROBYTEPADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO10126". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO10126-2". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO10126-2PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO10126PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO7816-4". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO7816-4PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/NOPADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/PKCS5". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/PKCS5PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/PKCS7". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/PKCS7PADDING". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/TBC". 19:28:21,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/TBCPADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/X9.23". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/X9.23PADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ZEROBYTE". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ZEROBYTEPADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO10126". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO10126-2". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO10126-2PADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO10126PADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO7816-4". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO7816-4PADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/NOPADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/PKCS5". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/PKCS5PADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/PKCS7". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/PKCS7PADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/TBC". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/TBCPADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/X9.23". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/X9.23PADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ZEROBYTE". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ZEROBYTEPADDING". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO10126". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO10126-2". 19:28:21,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO10126-2PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO10126PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO7816-4". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO7816-4PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/NOPADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/PKCS5". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/PKCS5PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/PKCS7". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/PKCS7PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/TBC". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/TBCPADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/X9.23". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/X9.23PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ZEROBYTE". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ZEROBYTEPADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO10126". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO10126-2". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO10126-2PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO10126PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO7816-4". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO7816-4PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/NOPADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/PKCS5". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/PKCS5PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/PKCS7". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/PKCS7PADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/TBC". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/TBCPADDING". 19:28:21,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/X9.23". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/X9.23PADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ZEROBYTE". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ZEROBYTEPADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO10126". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO10126-2". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO10126-2PADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO10126PADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO7816-4". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO7816-4PADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/NOPADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/PKCS5". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/PKCS5PADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/PKCS7". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/PKCS7PADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/TBC". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/TBCPADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/X9.23". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/X9.23PADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ZEROBYTE". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ZEROBYTEPADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO10126". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO10126-2". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO10126-2PADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO10126PADDING". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO7816-4". 19:28:21,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO7816-4PADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/NOPADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/PKCS5". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/PKCS5PADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/PKCS7". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/PKCS7PADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/TBC". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/TBCPADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/X9.23". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/X9.23PADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ZEROBYTE". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ZEROBYTEPADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO10126". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO10126-2". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO10126-2PADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO10126PADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO7816-4". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO7816-4PADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/NOPADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/PKCS5". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/PKCS5PADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/PKCS7". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/PKCS7PADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/TBC". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/TBCPADDING". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/X9.23". 19:28:21,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/X9.23PADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ZEROBYTE". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ZEROBYTEPADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO10126". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO10126-2". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO10126-2PADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO10126PADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO7816-4". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO7816-4PADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/NOPADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/PKCS5". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/PKCS5PADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/PKCS7". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/PKCS7PADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/TBC". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/TBCPADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/X9.23". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/X9.23PADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ZEROBYTE". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ZEROBYTEPADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO10126". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO10126-2". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO10126-2PADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO10126PADDING". 19:28:21,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO7816-4". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO7816-4PADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/NOPADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/PKCS5". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/PKCS5PADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/PKCS7". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/PKCS7PADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/TBC". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/TBCPADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/X9.23". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/X9.23PADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ZEROBYTE". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ZEROBYTEPADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO10126". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO10126-2". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO10126-2PADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO10126PADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO7816-4". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO7816-4PADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/NOPADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/PKCS5". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/PKCS5PADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/PKCS7". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/PKCS7PADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/TBC". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/TBCPADDING". 19:28:21,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/X9.23". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/X9.23PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ZEROBYTE". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ZEROBYTEPADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO10126". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO10126-2". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO10126-2PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO10126PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO7816-4". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO7816-4PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/NOPADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/PKCS5". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/PKCS5PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/PKCS7". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/PKCS7PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/TBC". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/TBCPADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/X9.23". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/X9.23PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ZEROBYTE". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ZEROBYTEPADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO10126". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO10126-2". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO10126-2PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO10126PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO7816-4". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO7816-4PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/NOPADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/PKCS5". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/PKCS5PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/PKCS7". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/PKCS7PADDING". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/TBC". 19:28:21,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/TBCPADDING". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/X9.23". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/X9.23PADDING". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ZEROBYTE". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ZEROBYTEPADDING". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO10126". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO10126-2". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO10126-2PADDING". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO10126PADDING". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO7816-4". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO7816-4PADDING". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/NOPADDING". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/PKCS5". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/PKCS5PADDING". 19:28:21,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/PKCS7". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/PKCS7PADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/TBC". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/TBCPADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/X9.23". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/X9.23PADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ZEROBYTE". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ZEROBYTEPADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO10126". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO10126-2". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO10126-2PADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO10126PADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO7816-4". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO7816-4PADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/NOPADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/PKCS5". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/PKCS5PADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/PKCS7". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/PKCS7PADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/TBC". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/TBCPADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/X9.23". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/X9.23PADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ZEROBYTE". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ZEROBYTEPADDING". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO10126". 19:28:21,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO10126-2". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO10126-2PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO10126PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO7816-4". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO7816-4PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/NOPADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/PKCS5". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/PKCS5PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/PKCS7". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/PKCS7PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/TBC". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/TBCPADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/X9.23". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/X9.23PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ZEROBYTE". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ZEROBYTEPADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO10126". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO10126-2". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO10126-2PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO10126PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO7816-4". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO7816-4PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/NOPADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/PKCS5". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/PKCS5PADDING". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/PKCS7". 19:28:21,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/PKCS7PADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/TBC". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/TBCPADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/X9.23". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/X9.23PADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ZEROBYTE". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ZEROBYTEPADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO10126". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO10126-2". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO10126-2PADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO10126PADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO7816-4". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO7816-4PADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/NOPADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/PKCS5". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/PKCS5PADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/PKCS7". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/PKCS7PADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/TBC". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/TBCPADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/X9.23". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/X9.23PADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ZEROBYTE". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ZEROBYTEPADDING". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO10126". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO10126-2". 19:28:21,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO10126-2PADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO10126PADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO7816-4". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO7816-4PADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/NOPADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/PKCS5". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/PKCS5PADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/PKCS7". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/PKCS7PADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/TBC". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/TBCPADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/X9.23". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/X9.23PADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ZEROBYTE". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ZEROBYTEPADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO10126". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO10126-2". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO10126-2PADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO10126PADDING". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO7816-4". 19:28:21,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO7816-4PADDING". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/NOPADDING". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/PKCS5". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/PKCS5PADDING". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/PKCS7". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/PKCS7PADDING". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/TBC". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/TBCPADDING". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/X9.23". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/X9.23PADDING". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ZEROBYTE". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ZEROBYTEPADDING". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES//". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES//NOPADDING". 19:28:21,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC-CTS/". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC-CTS/NOPADDING". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO10126". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO10126-2". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO10126-2PADDING". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO10126PADDING". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO7816-4". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO7816-4PADDING". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/NOPADDING". 19:28:21,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/PKCS5". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/PKCS5PADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/PKCS7". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/PKCS7PADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/TBC". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/TBCPADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/X9.23". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/X9.23PADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ZEROBYTE". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ZEROBYTEPADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CCM/". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CCM/NOPADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO10126". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO10126-2". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO10126-2PADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO10126PADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO7816-4". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO7816-4PADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/NOPADDING". 19:28:21,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/PKCS5". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/PKCS5PADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/PKCS7". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/PKCS7PADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/TBC". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/TBCPADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/X9.23". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/X9.23PADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ZEROBYTE". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ZEROBYTEPADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO10126". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO10126-2". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO10126-2PADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO10126PADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO7816-4". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO7816-4PADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/NOPADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/PKCS5". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/PKCS5PADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/PKCS7". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/PKCS7PADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/TBC". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/TBCPADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/X9.23". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/X9.23PADDING". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ZEROBYTE". 19:28:21,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ZEROBYTEPADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO10126". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO10126-2". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO10126-2PADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO10126PADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO7816-4". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO7816-4PADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/NOPADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/PKCS5". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/PKCS5PADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/PKCS7". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/PKCS7PADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/TBC". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/TBCPADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/X9.23". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/X9.23PADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ZEROBYTE". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ZEROBYTEPADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO10126". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO10126-2". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO10126-2PADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO10126PADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO7816-4". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO7816-4PADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/NOPADDING". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/PKCS5". 19:28:21,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/PKCS5PADDING". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/PKCS7". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/PKCS7PADDING". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/TBC". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/TBCPADDING". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/X9.23". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/X9.23PADDING". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ZEROBYTE". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ZEROBYTEPADDING". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/". 19:28:21,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO10126". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO10126-2". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO10126-2PADDING". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO10126PADDING". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO7816-4". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO7816-4PADDING". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/NOPADDING". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/PKCS5". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/PKCS5PADDING". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/PKCS7". 19:28:21,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/PKCS7PADDING". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/TBC". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/TBCPADDING". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/X9.23". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/X9.23PADDING". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ZEROBYTE". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ZEROBYTEPADDING". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO10126". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO10126-2". 19:28:21,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO10126-2PADDING". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO10126PADDING". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO7816-4". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO7816-4PADDING". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/NOPADDING". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/PKCS5". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/PKCS5PADDING". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/PKCS7". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/PKCS7PADDING". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/TBC". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/TBCPADDING". 19:28:21,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/X9.23". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/X9.23PADDING". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ZEROBYTE". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ZEROBYTEPADDING". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO10126". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO10126-2". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO10126-2PADDING". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO10126PADDING". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO7816-4". 19:28:21,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO7816-4PADDING". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/NOPADDING". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/PKCS5". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/PKCS5PADDING". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/PKCS7". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/PKCS7PADDING". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/TBC". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/TBCPADDING". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/X9.23". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/X9.23PADDING". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ZEROBYTE". 19:28:21,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ZEROBYTEPADDING". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO10126". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO10126-2". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO10126-2PADDING". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO10126PADDING". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO7816-4". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO7816-4PADDING". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/NOPADDING". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/PKCS5". 19:28:21,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/PKCS5PADDING". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/PKCS7". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/PKCS7PADDING". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/TBC". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/TBCPADDING". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/X9.23". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/X9.23PADDING". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ZEROBYTE". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ZEROBYTEPADDING". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO10126". 19:28:21,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO10126-2". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO10126-2PADDING". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO10126PADDING". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO7816-4". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO7816-4PADDING". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/NOPADDING". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/PKCS5". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/PKCS5PADDING". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/PKCS7". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/PKCS7PADDING". 19:28:21,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/TBC". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/TBCPADDING". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/X9.23". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/X9.23PADDING". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ZEROBYTE". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ZEROBYTEPADDING". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO10126". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO10126-2". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO10126-2PADDING". 19:28:21,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO10126PADDING". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO7816-4". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO7816-4PADDING". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/NOPADDING". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/PKCS5". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/PKCS5PADDING". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/PKCS7". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/PKCS7PADDING". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/TBC". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/TBCPADDING". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/X9.23". 19:28:21,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/X9.23PADDING". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ZEROBYTE". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ZEROBYTEPADDING". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO10126". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO10126-2". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO10126-2PADDING". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO10126PADDING". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO7816-4". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO7816-4PADDING". 19:28:21,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/NOPADDING". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/PKCS5". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/PKCS5PADDING". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/PKCS7". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/PKCS7PADDING". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/TBC". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/TBCPADDING". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/X9.23". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/X9.23PADDING". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ZEROBYTE". 19:28:21,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ZEROBYTEPADDING". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO10126". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO10126-2". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO10126-2PADDING". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO10126PADDING". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO7816-4". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO7816-4PADDING". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/NOPADDING". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/PKCS5". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/PKCS5PADDING". 19:28:21,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/PKCS7". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/PKCS7PADDING". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/TBC". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/TBCPADDING". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/X9.23". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/X9.23PADDING". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ZEROBYTE". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ZEROBYTEPADDING". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO10126". 19:28:21,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO10126-2". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO10126-2PADDING". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO10126PADDING". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO7816-4". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO7816-4PADDING". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/NOPADDING". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/PKCS5". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/PKCS5PADDING". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/PKCS7". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/PKCS7PADDING". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/TBC". 19:28:21,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/TBCPADDING". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/X9.23". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/X9.23PADDING". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ZEROBYTE". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ZEROBYTEPADDING". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO10126". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO10126-2". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO10126-2PADDING". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO10126PADDING". 19:28:21,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO7816-4". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO7816-4PADDING". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/NOPADDING". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/PKCS5". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/PKCS5PADDING". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/PKCS7". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/PKCS7PADDING". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/TBC". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/TBCPADDING". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/X9.23". 19:28:21,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/X9.23PADDING". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ZEROBYTE". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ZEROBYTEPADDING". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO10126". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO10126-2". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO10126-2PADDING". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO10126PADDING". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO7816-4". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO7816-4PADDING". 19:28:21,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/NOPADDING". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/PKCS5". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/PKCS5PADDING". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/PKCS7". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/PKCS7PADDING". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/TBC". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/TBCPADDING". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/X9.23". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/X9.23PADDING". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ZEROBYTE". 19:28:21,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ZEROBYTEPADDING". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO10126". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO10126-2". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO10126-2PADDING". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO10126PADDING". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO7816-4". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO7816-4PADDING". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/NOPADDING". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/PKCS5". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/PKCS5PADDING". 19:28:21,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/PKCS7". 19:28:21,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/PKCS7PADDING". 19:28:21,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/TBC". 19:28:21,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/TBCPADDING". 19:28:21,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/X9.23". 19:28:21,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/X9.23PADDING". 19:28:21,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ZEROBYTE". 19:28:21,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ZEROBYTEPADDING". 19:28:21,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/". 19:28:21,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO10126". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO10126-2". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO10126-2PADDING". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO10126PADDING". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO7816-4". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO7816-4PADDING". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/NOPADDING". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/PKCS5". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/PKCS5PADDING". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/PKCS7". 19:28:21,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/PKCS7PADDING". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/TBC". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/TBCPADDING". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/X9.23". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/X9.23PADDING". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ZEROBYTE". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ZEROBYTEPADDING". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO10126". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO10126-2". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO10126-2PADDING". 19:28:21,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO10126PADDING". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO7816-4". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO7816-4PADDING". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/NOPADDING". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/PKCS5". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/PKCS5PADDING". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/PKCS7". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/PKCS7PADDING". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/TBC". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/TBCPADDING". 19:28:21,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/X9.23". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/X9.23PADDING". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ZEROBYTE". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ZEROBYTEPADDING". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO10126". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO10126-2". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO10126-2PADDING". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO10126PADDING". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO7816-4". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO7816-4PADDING". 19:28:21,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/NOPADDING". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/PKCS5". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/PKCS5PADDING". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/PKCS7". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/PKCS7PADDING". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/TBC". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/TBCPADDING". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/X9.23". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/X9.23PADDING". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ZEROBYTE". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ZEROBYTEPADDING". 19:28:21,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO10126". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO10126-2". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO10126-2PADDING". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO10126PADDING". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO7816-4". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO7816-4PADDING". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/NOPADDING". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/PKCS5". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/PKCS5PADDING". 19:28:21,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/PKCS7". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/PKCS7PADDING". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/TBC". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/TBCPADDING". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/X9.23". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/X9.23PADDING". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ZEROBYTE". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ZEROBYTEPADDING". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO10126". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO10126-2". 19:28:21,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO10126-2PADDING". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO10126PADDING". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO7816-4". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO7816-4PADDING". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/NOPADDING". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/PKCS5". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/PKCS5PADDING". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/PKCS7". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/PKCS7PADDING". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/TBC". 19:28:21,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/TBCPADDING". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/X9.23". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/X9.23PADDING". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ZEROBYTE". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ZEROBYTEPADDING". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO10126". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO10126-2". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO10126-2PADDING". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO10126PADDING". 19:28:21,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO7816-4". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO7816-4PADDING". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/NOPADDING". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/PKCS5". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/PKCS5PADDING". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/PKCS7". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/PKCS7PADDING". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/TBC". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/TBCPADDING". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/X9.23". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/X9.23PADDING". 19:28:21,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ZEROBYTE". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ZEROBYTEPADDING". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO10126". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO10126-2". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO10126-2PADDING". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO10126PADDING". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO7816-4". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO7816-4PADDING". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/NOPADDING". 19:28:21,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/PKCS5". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/PKCS5PADDING". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/PKCS7". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/PKCS7PADDING". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/TBC". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/TBCPADDING". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/X9.23". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/X9.23PADDING". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ZEROBYTE". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ZEROBYTEPADDING". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/". 19:28:21,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO10126". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO10126-2". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO10126-2PADDING". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO10126PADDING". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO7816-4". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO7816-4PADDING". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/NOPADDING". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/PKCS5". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/PKCS5PADDING". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/PKCS7". 19:28:21,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/PKCS7PADDING". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/TBC". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/TBCPADDING". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/X9.23". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/X9.23PADDING". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ZEROBYTE". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ZEROBYTEPADDING". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO10126". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO10126-2". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO10126-2PADDING". 19:28:21,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO10126PADDING". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO7816-4". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO7816-4PADDING". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/NOPADDING". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/PKCS5". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/PKCS5PADDING". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/PKCS7". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/PKCS7PADDING". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/TBC". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/TBCPADDING". 19:28:21,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/X9.23". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/X9.23PADDING". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ZEROBYTE". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ZEROBYTEPADDING". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO10126". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO10126-2". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO10126-2PADDING". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO10126PADDING". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO7816-4". 19:28:21,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO7816-4PADDING". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/NOPADDING". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/PKCS5". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/PKCS5PADDING". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/PKCS7". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/PKCS7PADDING". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/TBC". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/TBCPADDING". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/X9.23". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/X9.23PADDING". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ZEROBYTE". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ZEROBYTEPADDING". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO10126". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO10126-2". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO10126-2PADDING". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO10126PADDING". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO7816-4". 19:28:21,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO7816-4PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/NOPADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/PKCS5". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/PKCS5PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/PKCS7". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/PKCS7PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/TBC". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/TBCPADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/X9.23". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/X9.23PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ZEROBYTE". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ZEROBYTEPADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO10126". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO10126-2". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO10126-2PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO10126PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO7816-4". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO7816-4PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/NOPADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/PKCS5". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/PKCS5PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/PKCS7". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/PKCS7PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/TBC". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/TBCPADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/X9.23". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/X9.23PADDING". 19:28:21,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ZEROBYTE". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ZEROBYTEPADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO10126". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO10126-2". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO10126-2PADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO10126PADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO7816-4". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO7816-4PADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/NOPADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/PKCS5". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/PKCS5PADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/PKCS7". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/PKCS7PADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/TBC". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/TBCPADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/X9.23". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/X9.23PADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ZEROBYTE". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ZEROBYTEPADDING". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO10126". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO10126-2". 19:28:21,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO10126-2PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO10126PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO7816-4". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO7816-4PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/NOPADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/PKCS5". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/PKCS5PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/PKCS7". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/PKCS7PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/TBC". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/TBCPADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/X9.23". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/X9.23PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ZEROBYTE". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ZEROBYTEPADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO10126". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO10126-2". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO10126-2PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO10126PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO7816-4". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO7816-4PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/NOPADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/PKCS5". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/PKCS5PADDING". 19:28:21,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/PKCS7". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/PKCS7PADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/TBC". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/TBCPADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/X9.23". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/X9.23PADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ZEROBYTE". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ZEROBYTEPADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO10126". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO10126-2". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO10126-2PADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO10126PADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO7816-4". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO7816-4PADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/NOPADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/PKCS5". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/PKCS5PADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/PKCS7". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/PKCS7PADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/TBC". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/TBCPADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/X9.23". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/X9.23PADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ZEROBYTE". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ZEROBYTEPADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO10126". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO10126-2". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO10126-2PADDING". 19:28:21,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO10126PADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO7816-4". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO7816-4PADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/NOPADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/PKCS5". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/PKCS5PADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/PKCS7". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/PKCS7PADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/TBC". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/TBCPADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/X9.23". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/X9.23PADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ZEROBYTE". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ZEROBYTEPADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CTS/". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CTS/NOPADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/EAX/". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/EAX/NOPADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/ECB/". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/ECB/NOPADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/GCM/". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/GCM/NOPADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO10126". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO10126-2". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO10126-2PADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO10126PADDING". 19:28:21,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO7816-4". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO7816-4PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/NOPADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/PKCS5". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/PKCS5PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/PKCS7". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/PKCS7PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/TBC". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/TBCPADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/X9.23". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/X9.23PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ZEROBYTE". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ZEROBYTEPADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO10126". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO10126-2". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO10126-2PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO10126PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO7816-4". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO7816-4PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/NOPADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/PKCS5". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/PKCS5PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/PKCS7". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/PKCS7PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/TBC". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/TBCPADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/X9.23". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/X9.23PADDING". 19:28:21,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ZEROBYTE". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ZEROBYTEPADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO10126". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO10126-2". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO10126-2PADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO10126PADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO7816-4". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO7816-4PADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/NOPADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/PKCS5". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/PKCS5PADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/PKCS7". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/PKCS7PADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/TBC". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/TBCPADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/X9.23". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/X9.23PADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ZEROBYTE". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ZEROBYTEPADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO10126". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO10126-2". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO10126-2PADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO10126PADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO7816-4". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO7816-4PADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/NOPADDING". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/PKCS5". 19:28:21,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/PKCS5PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/PKCS7". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/PKCS7PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/TBC". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/TBCPADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/X9.23". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/X9.23PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ZEROBYTE". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ZEROBYTEPADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO10126". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO10126-2". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO10126-2PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO10126PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO7816-4". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO7816-4PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/NOPADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/PKCS5". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/PKCS5PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/PKCS7". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/PKCS7PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/TBC". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/TBCPADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/X9.23". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/X9.23PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ZEROBYTE". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ZEROBYTEPADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO10126". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO10126-2". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO10126-2PADDING". 19:28:21,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO10126PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO7816-4". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO7816-4PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/NOPADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/PKCS5". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/PKCS5PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/PKCS7". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/PKCS7PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/TBC". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/TBCPADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/X9.23". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/X9.23PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ZEROBYTE". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ZEROBYTEPADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO10126". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO10126-2". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO10126-2PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO10126PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO7816-4". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO7816-4PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/NOPADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/PKCS5". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/PKCS5PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/PKCS7". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/PKCS7PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/TBC". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/TBCPADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/X9.23". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/X9.23PADDING". 19:28:21,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ZEROBYTE". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ZEROBYTEPADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO10126". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO10126-2". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO10126-2PADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO10126PADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO7816-4". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO7816-4PADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/NOPADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/PKCS5". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/PKCS5PADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/PKCS7". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/PKCS7PADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/TBC". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/TBCPADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/X9.23". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/X9.23PADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ZEROBYTE". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ZEROBYTEPADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO10126". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO10126-2". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO10126-2PADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO10126PADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO7816-4". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO7816-4PADDING". 19:28:21,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/NOPADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/PKCS5". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/PKCS5PADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/PKCS7". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/PKCS7PADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/TBC". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/TBCPADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/X9.23". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/X9.23PADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ZEROBYTE". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ZEROBYTEPADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO10126". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO10126-2". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO10126-2PADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO10126PADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO7816-4". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO7816-4PADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/NOPADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/PKCS5". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/PKCS5PADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/PKCS7". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/PKCS7PADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/TBC". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/TBCPADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/X9.23". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/X9.23PADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ZEROBYTE". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ZEROBYTEPADDING". 19:28:21,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO10126". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO10126-2". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO10126-2PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO10126PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO7816-4". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO7816-4PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/NOPADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/PKCS5". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/PKCS5PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/PKCS7". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/PKCS7PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/TBC". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/TBCPADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/X9.23". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/X9.23PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ZEROBYTE". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ZEROBYTEPADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO10126". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO10126-2". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO10126-2PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO10126PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO7816-4". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO7816-4PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/NOPADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/PKCS5". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/PKCS5PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/PKCS7". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/PKCS7PADDING". 19:28:21,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/TBC". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/TBCPADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/X9.23". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/X9.23PADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ZEROBYTE". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ZEROBYTEPADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO10126". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO10126-2". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO10126-2PADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO10126PADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO7816-4". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO7816-4PADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/NOPADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/PKCS5". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/PKCS5PADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/PKCS7". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/PKCS7PADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/TBC". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/TBCPADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/X9.23". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/X9.23PADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ZEROBYTE". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ZEROBYTEPADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO10126". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO10126-2". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO10126-2PADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO10126PADDING". 19:28:21,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO7816-4". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO7816-4PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/NOPADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/PKCS5". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/PKCS5PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/PKCS7". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/PKCS7PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/TBC". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/TBCPADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/X9.23". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/X9.23PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ZEROBYTE". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ZEROBYTEPADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO10126". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO10126-2". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO10126-2PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO10126PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO7816-4". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO7816-4PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/NOPADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/PKCS5". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/PKCS5PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/PKCS7". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/PKCS7PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/TBC". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/TBCPADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/X9.23". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/X9.23PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ZEROBYTE". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ZEROBYTEPADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO10126". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO10126-2". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO10126-2PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO10126PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO7816-4". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO7816-4PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/NOPADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/PKCS5". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/PKCS5PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/PKCS7". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/PKCS7PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/TBC". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/TBCPADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/X9.23". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/X9.23PADDING". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ZEROBYTE". 19:28:21,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ZEROBYTEPADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO10126". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO10126-2". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO10126-2PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO10126PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO7816-4". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO7816-4PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/NOPADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/PKCS5". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/PKCS5PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/PKCS7". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/PKCS7PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/TBC". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/TBCPADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/X9.23". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/X9.23PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ZEROBYTE". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ZEROBYTEPADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO10126". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO10126-2". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO10126-2PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO10126PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO7816-4". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO7816-4PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/NOPADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/PKCS5". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/PKCS5PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/PKCS7". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/PKCS7PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/TBC". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/TBCPADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/X9.23". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/X9.23PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ZEROBYTE". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ZEROBYTEPADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO10126". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO10126-2". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO10126-2PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO10126PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO7816-4". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO7816-4PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/NOPADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/PKCS5". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/PKCS5PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/PKCS7". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/PKCS7PADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/TBC". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/TBCPADDING". 19:28:21,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/X9.23". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/X9.23PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ZEROBYTE". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ZEROBYTEPADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO10126". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO10126-2". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO10126-2PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO10126PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO7816-4". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO7816-4PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/NOPADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/PKCS5". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/PKCS5PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/PKCS7". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/PKCS7PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/TBC". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/TBCPADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/X9.23". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/X9.23PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ZEROBYTE". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ZEROBYTEPADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO10126". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO10126-2". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO10126-2PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO10126PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO7816-4". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO7816-4PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/NOPADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/PKCS5". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/PKCS5PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/PKCS7". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/PKCS7PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/TBC". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/TBCPADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/X9.23". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/X9.23PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ZEROBYTE". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ZEROBYTEPADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO10126". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO10126-2". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO10126-2PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO10126PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO7816-4". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO7816-4PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/NOPADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/PKCS5". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/PKCS5PADDING". 19:28:21,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/PKCS7". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/PKCS7PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/TBC". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/TBCPADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/X9.23". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/X9.23PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ZEROBYTE". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ZEROBYTEPADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO10126". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO10126-2". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO10126-2PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO10126PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO7816-4". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO7816-4PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/NOPADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/PKCS5". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/PKCS5PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/PKCS7". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/PKCS7PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/TBC". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/TBCPADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/X9.23". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/X9.23PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ZEROBYTE". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ZEROBYTEPADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO10126". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO10126-2". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO10126-2PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO10126PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO7816-4". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO7816-4PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/NOPADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/PKCS5". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/PKCS5PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/PKCS7". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/PKCS7PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/TBC". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/TBCPADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/X9.23". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/X9.23PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ZEROBYTE". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ZEROBYTEPADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO10126". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO10126-2". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO10126-2PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO10126PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO7816-4". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO7816-4PADDING". 19:28:21,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/NOPADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/PKCS5". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/PKCS5PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/PKCS7". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/PKCS7PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/TBC". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/TBCPADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/X9.23". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/X9.23PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ZEROBYTE". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ZEROBYTEPADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO10126". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO10126-2". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO10126-2PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO10126PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO7816-4". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO7816-4PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/NOPADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/PKCS5". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/PKCS5PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/PKCS7". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/PKCS7PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/TBC". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/TBCPADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/X9.23". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/X9.23PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ZEROBYTE". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ZEROBYTEPADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO10126". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO10126-2". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO10126-2PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO10126PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO7816-4". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO7816-4PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/NOPADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/PKCS5". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/PKCS5PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/PKCS7". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/PKCS7PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/TBC". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/TBCPADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/X9.23". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/X9.23PADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ZEROBYTE". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ZEROBYTEPADDING". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO10126". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO10126-2". 19:28:21,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO10126-2PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO10126PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO7816-4". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO7816-4PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/NOPADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/PKCS5". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/PKCS5PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/PKCS7". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/PKCS7PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/TBC". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/TBCPADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/X9.23". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/X9.23PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ZEROBYTE". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ZEROBYTEPADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO10126". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO10126-2". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO10126-2PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO10126PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO7816-4". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO7816-4PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/NOPADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/PKCS5". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/PKCS5PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/PKCS7". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/PKCS7PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/TBC". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/TBCPADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/X9.23". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/X9.23PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ZEROBYTE". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ZEROBYTEPADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO10126". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO10126-2". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO10126-2PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO10126PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO7816-4". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO7816-4PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/NOPADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/PKCS5". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/PKCS5PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/PKCS7". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/PKCS7PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/TBC". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/TBCPADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/X9.23". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/X9.23PADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ZEROBYTE". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ZEROBYTEPADDING". 19:28:21,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO10126". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO10126-2". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO10126-2PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO10126PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO7816-4". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO7816-4PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/NOPADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/PKCS5". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/PKCS5PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/PKCS7". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/PKCS7PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/TBC". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/TBCPADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/X9.23". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/X9.23PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ZEROBYTE". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ZEROBYTEPADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO10126". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO10126-2". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO10126-2PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO10126PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO7816-4". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO7816-4PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/NOPADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/PKCS5". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/PKCS5PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/PKCS7". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/PKCS7PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/TBC". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/TBCPADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/X9.23". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/X9.23PADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ZEROBYTE". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ZEROBYTEPADDING". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO10126". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO10126-2". 19:28:21,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO10126-2PADDING". 19:28:21,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO10126PADDING". 19:28:21,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO7816-4". 19:28:21,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO7816-4PADDING". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/NOPADDING". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/PKCS5". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/PKCS5PADDING". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/PKCS7". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/PKCS7PADDING". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/TBC". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/TBCPADDING". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/X9.23". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/X9.23PADDING". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ZEROBYTE". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ZEROBYTEPADDING". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO10126". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO10126-2". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO10126-2PADDING". 19:28:21,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO10126PADDING". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO7816-4". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO7816-4PADDING". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/NOPADDING". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/PKCS5". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/PKCS5PADDING". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/PKCS7". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/PKCS7PADDING". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/TBC". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/TBCPADDING". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/X9.23". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/X9.23PADDING". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ZEROBYTE". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ZEROBYTEPADDING". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH//". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH//NOPADDING". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC-CTS/". 19:28:21,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC-CTS/NOPADDING". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO10126". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO10126-2". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO10126-2PADDING". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO10126PADDING". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO7816-4". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO7816-4PADDING". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/NOPADDING". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/PKCS5". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/PKCS5PADDING". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/PKCS7". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/PKCS7PADDING". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/TBC". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/TBCPADDING". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/X9.23". 19:28:21,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/X9.23PADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ZEROBYTE". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ZEROBYTEPADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO10126". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO10126-2". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO10126-2PADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO10126PADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO7816-4". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO7816-4PADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/NOPADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/PKCS5". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/PKCS5PADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/PKCS7". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/PKCS7PADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/TBC". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/TBCPADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/X9.23". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/X9.23PADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ZEROBYTE". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ZEROBYTEPADDING". 19:28:21,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO10126". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO10126-2". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO10126-2PADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO10126PADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO7816-4". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO7816-4PADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/NOPADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/PKCS5". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/PKCS5PADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/PKCS7". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/PKCS7PADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/TBC". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/TBCPADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/X9.23". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/X9.23PADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ZEROBYTE". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ZEROBYTEPADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO10126". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO10126-2". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO10126-2PADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO10126PADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO7816-4". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO7816-4PADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/NOPADDING". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/PKCS5". 19:28:21,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/PKCS5PADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/PKCS7". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/PKCS7PADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/TBC". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/TBCPADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/X9.23". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/X9.23PADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ZEROBYTE". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ZEROBYTEPADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO10126". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO10126-2". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO10126-2PADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO10126PADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO7816-4". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO7816-4PADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/NOPADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/PKCS5". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/PKCS5PADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/PKCS7". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/PKCS7PADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/TBC". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/TBCPADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/X9.23". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/X9.23PADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ZEROBYTE". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ZEROBYTEPADDING". 19:28:21,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO10126". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO10126-2". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO10126-2PADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO10126PADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO7816-4". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO7816-4PADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/NOPADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/PKCS5". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/PKCS5PADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/PKCS7". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/PKCS7PADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/TBC". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/TBCPADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/X9.23". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/X9.23PADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ZEROBYTE". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ZEROBYTEPADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO10126". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO10126-2". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO10126-2PADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO10126PADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO7816-4". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO7816-4PADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/NOPADDING". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/PKCS5". 19:28:21,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/PKCS5PADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/PKCS7". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/PKCS7PADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/TBC". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/TBCPADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/X9.23". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/X9.23PADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ZEROBYTE". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ZEROBYTEPADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO10126". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO10126-2". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO10126-2PADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO10126PADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO7816-4". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO7816-4PADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/NOPADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/PKCS5". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/PKCS5PADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/PKCS7". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/PKCS7PADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/TBC". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/TBCPADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/X9.23". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/X9.23PADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ZEROBYTE". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ZEROBYTEPADDING". 19:28:21,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO10126". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO10126-2". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO10126-2PADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO10126PADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO7816-4". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO7816-4PADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/NOPADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/PKCS5". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/PKCS5PADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/PKCS7". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/PKCS7PADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/TBC". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/TBCPADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/X9.23". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/X9.23PADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ZEROBYTE". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ZEROBYTEPADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO10126". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO10126-2". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO10126-2PADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO10126PADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO7816-4". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO7816-4PADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/NOPADDING". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/PKCS5". 19:28:21,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/PKCS5PADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/PKCS7". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/PKCS7PADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/TBC". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/TBCPADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/X9.23". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/X9.23PADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ZEROBYTE". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ZEROBYTEPADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO10126". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO10126-2". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO10126-2PADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO10126PADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO7816-4". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO7816-4PADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/NOPADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/PKCS5". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/PKCS5PADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/PKCS7". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/PKCS7PADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/TBC". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/TBCPADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/X9.23". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/X9.23PADDING". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ZEROBYTE". 19:28:21,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ZEROBYTEPADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO10126". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO10126-2". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO10126-2PADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO10126PADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO7816-4". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO7816-4PADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/NOPADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/PKCS5". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/PKCS5PADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/PKCS7". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/PKCS7PADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/TBC". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/TBCPADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/X9.23". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/X9.23PADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ZEROBYTE". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ZEROBYTEPADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO10126". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO10126-2". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO10126-2PADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO10126PADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO7816-4". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO7816-4PADDING". 19:28:21,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/NOPADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/PKCS5". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/PKCS5PADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/PKCS7". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/PKCS7PADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/TBC". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/TBCPADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/X9.23". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/X9.23PADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ZEROBYTE". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ZEROBYTEPADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO10126". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO10126-2". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO10126-2PADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO10126PADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO7816-4". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO7816-4PADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/NOPADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/PKCS5". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/PKCS5PADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/PKCS7". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/PKCS7PADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/TBC". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/TBCPADDING". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/X9.23". 19:28:21,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/X9.23PADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ZEROBYTE". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ZEROBYTEPADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO10126". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO10126-2". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO10126-2PADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO10126PADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO7816-4". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO7816-4PADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/NOPADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/PKCS5". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/PKCS5PADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/PKCS7". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/PKCS7PADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/TBC". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/TBCPADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/X9.23". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/X9.23PADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ZEROBYTE". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ZEROBYTEPADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO10126". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO10126-2". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO10126-2PADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO10126PADDING". 19:28:21,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO7816-4". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO7816-4PADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/NOPADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/PKCS5". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/PKCS5PADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/PKCS7". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/PKCS7PADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/TBC". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/TBCPADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/X9.23". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/X9.23PADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ZEROBYTE". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ZEROBYTEPADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO10126". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO10126-2". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO10126-2PADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO10126PADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO7816-4". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO7816-4PADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/NOPADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/PKCS5". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/PKCS5PADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/PKCS7". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/PKCS7PADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/TBC". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/TBCPADDING". 19:28:21,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/X9.23". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/X9.23PADDING". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ZEROBYTE". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ZEROBYTEPADDING". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO10126". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO10126-2". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO10126-2PADDING". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO10126PADDING". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO7816-4". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO7816-4PADDING". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/NOPADDING". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/PKCS5". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/PKCS5PADDING". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/PKCS7". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/PKCS7PADDING". 19:28:21,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/TBC". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/TBCPADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/X9.23". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/X9.23PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ZEROBYTE". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ZEROBYTEPADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO10126". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO10126-2". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO10126-2PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO10126PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO7816-4". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO7816-4PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/NOPADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/PKCS5". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/PKCS5PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/PKCS7". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/PKCS7PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/TBC". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/TBCPADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/X9.23". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/X9.23PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ZEROBYTE". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ZEROBYTEPADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO10126". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO10126-2". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO10126-2PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO10126PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO7816-4". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO7816-4PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/NOPADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/PKCS5". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/PKCS5PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/PKCS7". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/PKCS7PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/TBC". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/TBCPADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/X9.23". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/X9.23PADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ZEROBYTE". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ZEROBYTEPADDING". 19:28:21,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO10126". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO10126-2". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO10126-2PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO10126PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO7816-4". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO7816-4PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/NOPADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/PKCS5". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/PKCS5PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/PKCS7". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/PKCS7PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/TBC". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/TBCPADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/X9.23". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/X9.23PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ZEROBYTE". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ZEROBYTEPADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO10126". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO10126-2". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO10126-2PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO10126PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO7816-4". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO7816-4PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/NOPADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/PKCS5". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/PKCS5PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/PKCS7". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/PKCS7PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/TBC". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/TBCPADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/X9.23". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/X9.23PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ZEROBYTE". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ZEROBYTEPADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO10126". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO10126-2". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO10126-2PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO10126PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO7816-4". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO7816-4PADDING". 19:28:21,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/NOPADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/PKCS5". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/PKCS5PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/PKCS7". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/PKCS7PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/TBC". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/TBCPADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/X9.23". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/X9.23PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ZEROBYTE". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ZEROBYTEPADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO10126". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO10126-2". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO10126-2PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO10126PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO7816-4". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO7816-4PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/NOPADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/PKCS5". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/PKCS5PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/PKCS7". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/PKCS7PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/TBC". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/TBCPADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/X9.23". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/X9.23PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ZEROBYTE". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ZEROBYTEPADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO10126". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO10126-2". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO10126-2PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO10126PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO7816-4". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO7816-4PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/NOPADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/PKCS5". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/PKCS5PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/PKCS7". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/PKCS7PADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/TBC". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/TBCPADDING". 19:28:21,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/X9.23". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/X9.23PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ZEROBYTE". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ZEROBYTEPADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO10126". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO10126-2". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO10126-2PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO10126PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO7816-4". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO7816-4PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/NOPADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/PKCS5". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/PKCS5PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/PKCS7". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/PKCS7PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/TBC". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/TBCPADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/X9.23". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/X9.23PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ZEROBYTE". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ZEROBYTEPADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO10126". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO10126-2". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO10126-2PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO10126PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO7816-4". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO7816-4PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/NOPADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/PKCS5". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/PKCS5PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/PKCS7". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/PKCS7PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/TBC". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/TBCPADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/X9.23". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/X9.23PADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ZEROBYTE". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ZEROBYTEPADDING". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO10126". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO10126-2". 19:28:21,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO10126-2PADDING". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO10126PADDING". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO7816-4". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO7816-4PADDING". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/NOPADDING". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/PKCS5". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/PKCS5PADDING". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/PKCS7". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/PKCS7PADDING". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/TBC". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/TBCPADDING". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/X9.23". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/X9.23PADDING". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ZEROBYTE". 19:28:21,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ZEROBYTEPADDING". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO10126". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO10126-2". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO10126-2PADDING". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO10126PADDING". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO7816-4". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO7816-4PADDING". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/NOPADDING". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/PKCS5". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/PKCS5PADDING". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/PKCS7". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/PKCS7PADDING". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/TBC". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/TBCPADDING". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/X9.23". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/X9.23PADDING". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ZEROBYTE". 19:28:21,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ZEROBYTEPADDING". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO10126". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO10126-2". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO10126-2PADDING". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO10126PADDING". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO7816-4". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO7816-4PADDING". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/NOPADDING". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/PKCS5". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/PKCS5PADDING". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/PKCS7". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/PKCS7PADDING". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/TBC". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/TBCPADDING". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/X9.23". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/X9.23PADDING". 19:28:21,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ZEROBYTE". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ZEROBYTEPADDING". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO10126". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO10126-2". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO10126-2PADDING". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO10126PADDING". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO7816-4". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO7816-4PADDING". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/NOPADDING". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/PKCS5". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/PKCS5PADDING". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/PKCS7". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/PKCS7PADDING". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/TBC". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/TBCPADDING". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/X9.23". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/X9.23PADDING". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ZEROBYTE". 19:28:21,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ZEROBYTEPADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO10126". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO10126-2". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO10126-2PADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO10126PADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO7816-4". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO7816-4PADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/NOPADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/PKCS5". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/PKCS5PADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/PKCS7". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/PKCS7PADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/TBC". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/TBCPADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/X9.23". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/X9.23PADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ZEROBYTE". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ZEROBYTEPADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO10126". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO10126-2". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO10126-2PADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO10126PADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO7816-4". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO7816-4PADDING". 19:28:21,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/NOPADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/PKCS5". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/PKCS5PADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/PKCS7". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/PKCS7PADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/TBC". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/TBCPADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/X9.23". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/X9.23PADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ZEROBYTE". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ZEROBYTEPADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO10126". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO10126-2". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO10126-2PADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO10126PADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO7816-4". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO7816-4PADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/NOPADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/PKCS5". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/PKCS5PADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/PKCS7". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/PKCS7PADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/TBC". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/TBCPADDING". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/X9.23". 19:28:21,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/X9.23PADDING". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ZEROBYTE". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ZEROBYTEPADDING". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CTS/". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CTS/NOPADDING". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/EAX/". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/EAX/NOPADDING". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/ECB/". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/ECB/NOPADDING". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO10126". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO10126-2". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO10126-2PADDING". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO10126PADDING". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO7816-4". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO7816-4PADDING". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/NOPADDING". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/PKCS5". 19:28:21,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/PKCS5PADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/PKCS7". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/PKCS7PADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/TBC". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/TBCPADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/X9.23". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/X9.23PADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ZEROBYTE". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ZEROBYTEPADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO10126". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO10126-2". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO10126-2PADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO10126PADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO7816-4". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO7816-4PADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/NOPADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/PKCS5". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/PKCS5PADDING". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/PKCS7". 19:28:21,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/PKCS7PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/TBC". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/TBCPADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/X9.23". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/X9.23PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ZEROBYTE". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ZEROBYTEPADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO10126". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO10126-2". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO10126-2PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO10126PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO7816-4". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO7816-4PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/NOPADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/PKCS5". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/PKCS5PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/PKCS7". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/PKCS7PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/TBC". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/TBCPADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/X9.23". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/X9.23PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ZEROBYTE". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ZEROBYTEPADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO10126". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO10126-2". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO10126-2PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO10126PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO7816-4". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO7816-4PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/NOPADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/PKCS5". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/PKCS5PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/PKCS7". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/PKCS7PADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/TBC". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/TBCPADDING". 19:28:21,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/X9.23". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/X9.23PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ZEROBYTE". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ZEROBYTEPADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO10126". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO10126-2". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO10126-2PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO10126PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO7816-4". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO7816-4PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/NOPADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/PKCS5". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/PKCS5PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/PKCS7". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/PKCS7PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/TBC". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/TBCPADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/X9.23". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/X9.23PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ZEROBYTE". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ZEROBYTEPADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO10126". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO10126-2". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO10126-2PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO10126PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO7816-4". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO7816-4PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/NOPADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/PKCS5". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/PKCS5PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/PKCS7". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/PKCS7PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/TBC". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/TBCPADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/X9.23". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/X9.23PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ZEROBYTE". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ZEROBYTEPADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO10126". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO10126-2". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO10126-2PADDING". 19:28:21,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO10126PADDING". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO7816-4". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO7816-4PADDING". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/NOPADDING". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/PKCS5". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/PKCS5PADDING". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/PKCS7". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/PKCS7PADDING". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/TBC". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/TBCPADDING". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/X9.23". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/X9.23PADDING". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ZEROBYTE". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ZEROBYTEPADDING". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/". 19:28:21,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO10126". 19:28:21,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO10126-2". 19:28:21,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO10126-2PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO10126PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO7816-4". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO7816-4PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/NOPADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/PKCS5". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/PKCS5PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/PKCS7". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/PKCS7PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/TBC". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/TBCPADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/X9.23". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/X9.23PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ZEROBYTE". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ZEROBYTEPADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO10126". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO10126-2". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO10126-2PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO10126PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO7816-4". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO7816-4PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/NOPADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/PKCS5". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/PKCS5PADDING". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/PKCS7". 19:28:21,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/PKCS7PADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/TBC". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/TBCPADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/X9.23". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/X9.23PADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ZEROBYTE". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ZEROBYTEPADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO10126". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO10126-2". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO10126-2PADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO10126PADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO7816-4". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO7816-4PADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/NOPADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/PKCS5". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/PKCS5PADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/PKCS7". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/PKCS7PADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/TBC". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/TBCPADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/X9.23". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/X9.23PADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ZEROBYTE". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ZEROBYTEPADDING". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO10126". 19:28:21,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO10126-2". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO10126-2PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO10126PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO7816-4". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO7816-4PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/NOPADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/PKCS5". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/PKCS5PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/PKCS7". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/PKCS7PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/TBC". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/TBCPADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/X9.23". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/X9.23PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ZEROBYTE". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ZEROBYTEPADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO10126". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO10126-2". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO10126-2PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO10126PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO7816-4". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO7816-4PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/NOPADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/PKCS5". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/PKCS5PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/PKCS7". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/PKCS7PADDING". 19:28:21,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/TBC". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/TBCPADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/X9.23". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/X9.23PADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ZEROBYTE". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ZEROBYTEPADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO10126". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO10126-2". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO10126-2PADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO10126PADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO7816-4". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO7816-4PADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/NOPADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/PKCS5". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/PKCS5PADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/PKCS7". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/PKCS7PADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/TBC". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/TBCPADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/X9.23". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/X9.23PADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ZEROBYTE". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ZEROBYTEPADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO10126". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO10126-2". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO10126-2PADDING". 19:28:21,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO10126PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO7816-4". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO7816-4PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/NOPADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/PKCS5". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/PKCS5PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/PKCS7". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/PKCS7PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/TBC". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/TBCPADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/X9.23". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/X9.23PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ZEROBYTE". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ZEROBYTEPADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO10126". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO10126-2". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO10126-2PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO10126PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO7816-4". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO7816-4PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/NOPADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/PKCS5". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/PKCS5PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/PKCS7". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/PKCS7PADDING". 19:28:21,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/TBC". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/TBCPADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/X9.23". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/X9.23PADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ZEROBYTE". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ZEROBYTEPADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO10126". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO10126-2". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO10126-2PADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO10126PADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO7816-4". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO7816-4PADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/NOPADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/PKCS5". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/PKCS5PADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/PKCS7". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/PKCS7PADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/TBC". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/TBCPADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/X9.23". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/X9.23PADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ZEROBYTE". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ZEROBYTEPADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO10126". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO10126-2". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO10126-2PADDING". 19:28:21,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO10126PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO7816-4". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO7816-4PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/NOPADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/PKCS5". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/PKCS5PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/PKCS7". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/PKCS7PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/TBC". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/TBCPADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/X9.23". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/X9.23PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ZEROBYTE". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ZEROBYTEPADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO10126". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO10126-2". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO10126-2PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO10126PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO7816-4". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO7816-4PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/NOPADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/PKCS5". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/PKCS5PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/PKCS7". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/PKCS7PADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/TBC". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/TBCPADDING". 19:28:21,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/X9.23". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/X9.23PADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ZEROBYTE". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ZEROBYTEPADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO10126". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO10126-2". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO10126-2PADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO10126PADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO7816-4". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO7816-4PADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/NOPADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/PKCS5". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/PKCS5PADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/PKCS7". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/PKCS7PADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/TBC". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/TBCPADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/X9.23". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/X9.23PADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ZEROBYTE". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ZEROBYTEPADDING". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO10126". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO10126-2". 19:28:21,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO10126-2PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO10126PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO7816-4". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO7816-4PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/NOPADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/PKCS5". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/PKCS5PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/PKCS7". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/PKCS7PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/TBC". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/TBCPADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/X9.23". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/X9.23PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ZEROBYTE". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ZEROBYTEPADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO10126". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO10126-2". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO10126-2PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO10126PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO7816-4". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO7816-4PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/NOPADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/PKCS5". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/PKCS5PADDING". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/PKCS7". 19:28:21,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/PKCS7PADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/TBC". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/TBCPADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/X9.23". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/X9.23PADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ZEROBYTE". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ZEROBYTEPADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO10126". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO10126-2". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO10126-2PADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO10126PADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO7816-4". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO7816-4PADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/NOPADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/PKCS5". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/PKCS5PADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/PKCS7". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/PKCS7PADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/TBC". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/TBCPADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/X9.23". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/X9.23PADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ZEROBYTE". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ZEROBYTEPADDING". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO10126". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO10126-2". 19:28:21,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO10126-2PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO10126PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO7816-4". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO7816-4PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/NOPADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/PKCS5". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/PKCS5PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/PKCS7". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/PKCS7PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/TBC". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/TBCPADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/X9.23". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/X9.23PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ZEROBYTE". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ZEROBYTEPADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO10126". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO10126-2". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO10126-2PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO10126PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO7816-4". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO7816-4PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/NOPADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/PKCS5". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/PKCS5PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/PKCS7". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/PKCS7PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/TBC". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/TBCPADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/X9.23". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/X9.23PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ZEROBYTE". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ZEROBYTEPADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO10126". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO10126-2". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO10126-2PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO10126PADDING". 19:28:21,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO7816-4". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO7816-4PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/NOPADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/PKCS5". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/PKCS5PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/PKCS7". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/PKCS7PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/TBC". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/TBCPADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/X9.23". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/X9.23PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ZEROBYTE". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ZEROBYTEPADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO10126". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO10126-2". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO10126-2PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO10126PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO7816-4". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO7816-4PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/NOPADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/PKCS5". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/PKCS5PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/PKCS7". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/PKCS7PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/TBC". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/TBCPADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/X9.23". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/X9.23PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ZEROBYTE". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ZEROBYTEPADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO10126". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO10126-2". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO10126-2PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO10126PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO7816-4". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO7816-4PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/NOPADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/PKCS5". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/PKCS5PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/PKCS7". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/PKCS7PADDING". 19:28:21,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/TBC". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/TBCPADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/X9.23". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/X9.23PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ZEROBYTE". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ZEROBYTEPADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO10126". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO10126-2". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO10126-2PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO10126PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO7816-4". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO7816-4PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/NOPADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/PKCS5". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/PKCS5PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/PKCS7". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/PKCS7PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/TBC". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/TBCPADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/X9.23". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/X9.23PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ZEROBYTE". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ZEROBYTEPADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO10126". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO10126-2". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO10126-2PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO10126PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO7816-4". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO7816-4PADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/NOPADDING". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/PKCS5". 19:28:21,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/PKCS5PADDING". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/PKCS7". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/PKCS7PADDING". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/TBC". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/TBCPADDING". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/X9.23". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/X9.23PADDING". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ZEROBYTE". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ZEROBYTEPADDING". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO10126". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO10126-2". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO10126-2PADDING". 19:28:21,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO10126PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO7816-4". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO7816-4PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/NOPADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/PKCS5". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/PKCS5PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/PKCS7". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/PKCS7PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/TBC". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/TBCPADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/X9.23". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/X9.23PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ZEROBYTE". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ZEROBYTEPADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO10126". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO10126-2". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO10126-2PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO10126PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO7816-4". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO7816-4PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/NOPADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/PKCS5". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/PKCS5PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/PKCS7". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/PKCS7PADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/TBC". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/TBCPADDING". 19:28:21,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/X9.23". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/X9.23PADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ZEROBYTE". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ZEROBYTEPADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO10126". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO10126-2". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO10126-2PADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO10126PADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO7816-4". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO7816-4PADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/NOPADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/PKCS5". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/PKCS5PADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/PKCS7". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/PKCS7PADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/TBC". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/TBCPADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/X9.23". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/X9.23PADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ZEROBYTE". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ZEROBYTEPADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO10126". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO10126-2". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO10126-2PADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO10126PADDING". 19:28:21,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO7816-4". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO7816-4PADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/NOPADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/PKCS5". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/PKCS5PADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/PKCS7". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/PKCS7PADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/TBC". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/TBCPADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/X9.23". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/X9.23PADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ZEROBYTE". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ZEROBYTEPADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO10126". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO10126-2". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO10126-2PADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO10126PADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO7816-4". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO7816-4PADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/NOPADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/PKCS5". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/PKCS5PADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/PKCS7". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/PKCS7PADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/TBC". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/TBCPADDING". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/X9.23". 19:28:21,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/X9.23PADDING". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ZEROBYTE". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ZEROBYTEPADDING". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO10126". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO10126-2". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO10126-2PADDING". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO10126PADDING". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO7816-4". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO7816-4PADDING". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/NOPADDING". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/PKCS5". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/PKCS5PADDING". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/PKCS7". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/PKCS7PADDING". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/TBC". 19:28:21,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/TBCPADDING". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/X9.23". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/X9.23PADDING". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ZEROBYTE". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ZEROBYTEPADDING". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT//". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT//NOPADDING". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC-CTS/". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC-CTS/NOPADDING". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO10126". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO10126-2". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO10126-2PADDING". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO10126PADDING". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO7816-4". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO7816-4PADDING". 19:28:21,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/NOPADDING". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/PKCS5". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/PKCS5PADDING". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/PKCS7". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/PKCS7PADDING". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/TBC". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/TBCPADDING". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/X9.23". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/X9.23PADDING". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ZEROBYTE". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ZEROBYTEPADDING". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CCM/". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CCM/NOPADDING". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO10126". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO10126-2". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO10126-2PADDING". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO10126PADDING". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO7816-4". 19:28:21,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO7816-4PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/NOPADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/PKCS5". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/PKCS5PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/PKCS7". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/PKCS7PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/TBC". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/TBCPADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/X9.23". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/X9.23PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ZEROBYTE". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ZEROBYTEPADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO10126". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO10126-2". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO10126-2PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO10126PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO7816-4". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO7816-4PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/NOPADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/PKCS5". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/PKCS5PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/PKCS7". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/PKCS7PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/TBC". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/TBCPADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/X9.23". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/X9.23PADDING". 19:28:21,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ZEROBYTE". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ZEROBYTEPADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO10126". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO10126-2". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO10126-2PADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO10126PADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO7816-4". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO7816-4PADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/NOPADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/PKCS5". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/PKCS5PADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/PKCS7". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/PKCS7PADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/TBC". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/TBCPADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/X9.23". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/X9.23PADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ZEROBYTE". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ZEROBYTEPADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO10126". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO10126-2". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO10126-2PADDING". 19:28:21,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO10126PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO7816-4". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO7816-4PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/NOPADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/PKCS5". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/PKCS5PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/PKCS7". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/PKCS7PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/TBC". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/TBCPADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/X9.23". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/X9.23PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ZEROBYTE". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ZEROBYTEPADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO10126". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO10126-2". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO10126-2PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO10126PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO7816-4". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO7816-4PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/NOPADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/PKCS5". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/PKCS5PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/PKCS7". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/PKCS7PADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/TBC". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/TBCPADDING". 19:28:21,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/X9.23". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/X9.23PADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ZEROBYTE". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ZEROBYTEPADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO10126". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO10126-2". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO10126-2PADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO10126PADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO7816-4". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO7816-4PADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/NOPADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/PKCS5". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/PKCS5PADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/PKCS7". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/PKCS7PADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/TBC". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/TBCPADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/X9.23". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/X9.23PADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ZEROBYTE". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ZEROBYTEPADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO10126". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO10126-2". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO10126-2PADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO10126PADDING". 19:28:21,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO7816-4". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO7816-4PADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/NOPADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/PKCS5". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/PKCS5PADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/PKCS7". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/PKCS7PADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/TBC". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/TBCPADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/X9.23". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/X9.23PADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ZEROBYTE". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ZEROBYTEPADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO10126". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO10126-2". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO10126-2PADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO10126PADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO7816-4". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO7816-4PADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/NOPADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/PKCS5". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/PKCS5PADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/PKCS7". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/PKCS7PADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/TBC". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/TBCPADDING". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/X9.23". 19:28:21,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/X9.23PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ZEROBYTE". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ZEROBYTEPADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO10126". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO10126-2". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO10126-2PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO10126PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO7816-4". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO7816-4PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/NOPADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/PKCS5". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/PKCS5PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/PKCS7". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/PKCS7PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/TBC". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/TBCPADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/X9.23". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/X9.23PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ZEROBYTE". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ZEROBYTEPADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO10126". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO10126-2". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO10126-2PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO10126PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO7816-4". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO7816-4PADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/NOPADDING". 19:28:21,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/PKCS5". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/PKCS5PADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/PKCS7". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/PKCS7PADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/TBC". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/TBCPADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/X9.23". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/X9.23PADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ZEROBYTE". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ZEROBYTEPADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO10126". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO10126-2". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO10126-2PADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO10126PADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO7816-4". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO7816-4PADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/NOPADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/PKCS5". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/PKCS5PADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/PKCS7". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/PKCS7PADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/TBC". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/TBCPADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/X9.23". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/X9.23PADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ZEROBYTE". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ZEROBYTEPADDING". 19:28:21,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO10126". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO10126-2". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO10126-2PADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO10126PADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO7816-4". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO7816-4PADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/NOPADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/PKCS5". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/PKCS5PADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/PKCS7". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/PKCS7PADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/TBC". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/TBCPADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/X9.23". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/X9.23PADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ZEROBYTE". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ZEROBYTEPADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO10126". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO10126-2". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO10126-2PADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO10126PADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO7816-4". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO7816-4PADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/NOPADDING". 19:28:21,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/PKCS5". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/PKCS5PADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/PKCS7". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/PKCS7PADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/TBC". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/TBCPADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/X9.23". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/X9.23PADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ZEROBYTE". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ZEROBYTEPADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO10126". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO10126-2". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO10126-2PADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO10126PADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO7816-4". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO7816-4PADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/NOPADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/PKCS5". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/PKCS5PADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/PKCS7". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/PKCS7PADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/TBC". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/TBCPADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/X9.23". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/X9.23PADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ZEROBYTE". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ZEROBYTEPADDING". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO10126". 19:28:21,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO10126-2". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO10126-2PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO10126PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO7816-4". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO7816-4PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/NOPADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/PKCS5". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/PKCS5PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/PKCS7". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/PKCS7PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/TBC". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/TBCPADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/X9.23". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/X9.23PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ZEROBYTE". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ZEROBYTEPADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO10126". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO10126-2". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO10126-2PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO10126PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO7816-4". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO7816-4PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/NOPADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/PKCS5". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/PKCS5PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/PKCS7". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/PKCS7PADDING". 19:28:21,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/TBC". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/TBCPADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/X9.23". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/X9.23PADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ZEROBYTE". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ZEROBYTEPADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO10126". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO10126-2". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO10126-2PADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO10126PADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO7816-4". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO7816-4PADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/NOPADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/PKCS5". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/PKCS5PADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/PKCS7". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/PKCS7PADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/TBC". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/TBCPADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/X9.23". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/X9.23PADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ZEROBYTE". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ZEROBYTEPADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO10126". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO10126-2". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO10126-2PADDING". 19:28:21,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO10126PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO7816-4". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO7816-4PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/NOPADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/PKCS5". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/PKCS5PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/PKCS7". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/PKCS7PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/TBC". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/TBCPADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/X9.23". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/X9.23PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ZEROBYTE". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ZEROBYTEPADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO10126". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO10126-2". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO10126-2PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO10126PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO7816-4". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO7816-4PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/NOPADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/PKCS5". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/PKCS5PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/PKCS7". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/PKCS7PADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/TBC". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/TBCPADDING". 19:28:21,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/X9.23". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/X9.23PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ZEROBYTE". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ZEROBYTEPADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO10126". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO10126-2". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO10126-2PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO10126PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO7816-4". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO7816-4PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/NOPADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/PKCS5". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/PKCS5PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/PKCS7". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/PKCS7PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/TBC". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/TBCPADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/X9.23". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/X9.23PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ZEROBYTE". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ZEROBYTEPADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO10126". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO10126-2". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO10126-2PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO10126PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO7816-4". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO7816-4PADDING". 19:28:21,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/NOPADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/PKCS5". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/PKCS5PADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/PKCS7". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/PKCS7PADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/TBC". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/TBCPADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/X9.23". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/X9.23PADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ZEROBYTE". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ZEROBYTEPADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO10126". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO10126-2". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO10126-2PADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO10126PADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO7816-4". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO7816-4PADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/NOPADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/PKCS5". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/PKCS5PADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/PKCS7". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/PKCS7PADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/TBC". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/TBCPADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/X9.23". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/X9.23PADDING". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ZEROBYTE". 19:28:21,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ZEROBYTEPADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO10126". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO10126-2". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO10126-2PADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO10126PADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO7816-4". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO7816-4PADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/NOPADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/PKCS5". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/PKCS5PADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/PKCS7". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/PKCS7PADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/TBC". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/TBCPADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/X9.23". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/X9.23PADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ZEROBYTE". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ZEROBYTEPADDING". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/". 19:28:21,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO10126". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO10126-2". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO10126-2PADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO10126PADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO7816-4". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO7816-4PADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/NOPADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/PKCS5". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/PKCS5PADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/PKCS7". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/PKCS7PADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/TBC". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/TBCPADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/X9.23". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/X9.23PADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ZEROBYTE". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ZEROBYTEPADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO10126". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO10126-2". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO10126-2PADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO10126PADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO7816-4". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO7816-4PADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/NOPADDING". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/PKCS5". 19:28:21,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/PKCS5PADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/PKCS7". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/PKCS7PADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/TBC". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/TBCPADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/X9.23". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/X9.23PADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ZEROBYTE". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ZEROBYTEPADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO10126". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO10126-2". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO10126-2PADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO10126PADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO7816-4". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO7816-4PADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/NOPADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/PKCS5". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/PKCS5PADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/PKCS7". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/PKCS7PADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/TBC". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/TBCPADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/X9.23". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/X9.23PADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ZEROBYTE". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ZEROBYTEPADDING". 19:28:21,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO10126". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO10126-2". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO10126-2PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO10126PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO7816-4". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO7816-4PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/NOPADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/PKCS5". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/PKCS5PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/PKCS7". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/PKCS7PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/TBC". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/TBCPADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/X9.23". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/X9.23PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ZEROBYTE". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ZEROBYTEPADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO10126". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO10126-2". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO10126-2PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO10126PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO7816-4". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO7816-4PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/NOPADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/PKCS5". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/PKCS5PADDING". 19:28:21,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/PKCS7". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/PKCS7PADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/TBC". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/TBCPADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/X9.23". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/X9.23PADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ZEROBYTE". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ZEROBYTEPADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO10126". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO10126-2". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO10126-2PADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO10126PADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO7816-4". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO7816-4PADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/NOPADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/PKCS5". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/PKCS5PADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/PKCS7". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/PKCS7PADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/TBC". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/TBCPADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/X9.23". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/X9.23PADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ZEROBYTE". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ZEROBYTEPADDING". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO10126". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO10126-2". 19:28:21,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO10126-2PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO10126PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO7816-4". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO7816-4PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/NOPADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/PKCS5". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/PKCS5PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/PKCS7". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/PKCS7PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/TBC". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/TBCPADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/X9.23". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/X9.23PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ZEROBYTE". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ZEROBYTEPADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO10126". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO10126-2". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO10126-2PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO10126PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO7816-4". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO7816-4PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/NOPADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/PKCS5". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/PKCS5PADDING". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/PKCS7". 19:28:21,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/PKCS7PADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/TBC". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/TBCPADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/X9.23". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/X9.23PADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ZEROBYTE". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ZEROBYTEPADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO10126". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO10126-2". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO10126-2PADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO10126PADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO7816-4". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO7816-4PADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/NOPADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/PKCS5". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/PKCS5PADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/PKCS7". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/PKCS7PADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/TBC". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/TBCPADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/X9.23". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/X9.23PADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ZEROBYTE". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ZEROBYTEPADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO10126". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO10126-2". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO10126-2PADDING". 19:28:21,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO10126PADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO7816-4". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO7816-4PADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/NOPADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/PKCS5". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/PKCS5PADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/PKCS7". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/PKCS7PADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/TBC". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/TBCPADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/X9.23". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/X9.23PADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ZEROBYTE". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ZEROBYTEPADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CTS/". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CTS/NOPADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/EAX/". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/EAX/NOPADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/ECB/". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/ECB/NOPADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/GCM/". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/GCM/NOPADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO10126". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO10126-2". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO10126-2PADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO10126PADDING". 19:28:21,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO7816-4". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO7816-4PADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/NOPADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/PKCS5". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/PKCS5PADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/PKCS7". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/PKCS7PADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/TBC". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/TBCPADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/X9.23". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/X9.23PADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ZEROBYTE". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ZEROBYTEPADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO10126". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO10126-2". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO10126-2PADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO10126PADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO7816-4". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO7816-4PADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/NOPADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/PKCS5". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/PKCS5PADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/PKCS7". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/PKCS7PADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/TBC". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/TBCPADDING". 19:28:21,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/X9.23". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/X9.23PADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ZEROBYTE". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ZEROBYTEPADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO10126". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO10126-2". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO10126-2PADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO10126PADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO7816-4". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO7816-4PADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/NOPADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/PKCS5". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/PKCS5PADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/PKCS7". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/PKCS7PADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/TBC". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/TBCPADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/X9.23". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/X9.23PADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ZEROBYTE". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ZEROBYTEPADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO10126". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO10126-2". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO10126-2PADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO10126PADDING". 19:28:21,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO7816-4". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO7816-4PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/NOPADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/PKCS5". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/PKCS5PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/PKCS7". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/PKCS7PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/TBC". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/TBCPADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/X9.23". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/X9.23PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ZEROBYTE". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ZEROBYTEPADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO10126". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO10126-2". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO10126-2PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO10126PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO7816-4". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO7816-4PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/NOPADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/PKCS5". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/PKCS5PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/PKCS7". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/PKCS7PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/TBC". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/TBCPADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/X9.23". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/X9.23PADDING". 19:28:21,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ZEROBYTE". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ZEROBYTEPADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO10126". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO10126-2". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO10126-2PADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO10126PADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO7816-4". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO7816-4PADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/NOPADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/PKCS5". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/PKCS5PADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/PKCS7". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/PKCS7PADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/TBC". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/TBCPADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/X9.23". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/X9.23PADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ZEROBYTE". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ZEROBYTEPADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO10126". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO10126-2". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO10126-2PADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO10126PADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO7816-4". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO7816-4PADDING". 19:28:21,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/NOPADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/PKCS5". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/PKCS5PADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/PKCS7". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/PKCS7PADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/TBC". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/TBCPADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/X9.23". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/X9.23PADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ZEROBYTE". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ZEROBYTEPADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO10126". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO10126-2". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO10126-2PADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO10126PADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO7816-4". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO7816-4PADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/NOPADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/PKCS5". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/PKCS5PADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/PKCS7". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/PKCS7PADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/TBC". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/TBCPADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/X9.23". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/X9.23PADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ZEROBYTE". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ZEROBYTEPADDING". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/". 19:28:21,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO10126". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO10126-2". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO10126-2PADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO10126PADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO7816-4". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO7816-4PADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/NOPADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/PKCS5". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/PKCS5PADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/PKCS7". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/PKCS7PADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/TBC". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/TBCPADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/X9.23". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/X9.23PADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ZEROBYTE". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ZEROBYTEPADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO10126". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO10126-2". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO10126-2PADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO10126PADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO7816-4". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO7816-4PADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/NOPADDING". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/PKCS5". 19:28:21,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/PKCS5PADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/PKCS7". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/PKCS7PADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/TBC". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/TBCPADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/X9.23". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/X9.23PADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ZEROBYTE". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ZEROBYTEPADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO10126". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO10126-2". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO10126-2PADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO10126PADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO7816-4". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO7816-4PADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/NOPADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/PKCS5". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/PKCS5PADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/PKCS7". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/PKCS7PADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/TBC". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/TBCPADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/X9.23". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/X9.23PADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ZEROBYTE". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ZEROBYTEPADDING". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO10126". 19:28:21,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO10126-2". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO10126-2PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO10126PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO7816-4". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO7816-4PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/NOPADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/PKCS5". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/PKCS5PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/PKCS7". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/PKCS7PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/TBC". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/TBCPADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/X9.23". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/X9.23PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ZEROBYTE". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ZEROBYTEPADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO10126". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO10126-2". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO10126-2PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO10126PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO7816-4". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO7816-4PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/NOPADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/PKCS5". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/PKCS5PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/PKCS7". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/PKCS7PADDING". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/TBC". 19:28:21,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/TBCPADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/X9.23". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/X9.23PADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ZEROBYTE". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ZEROBYTEPADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO10126". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO10126-2". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO10126-2PADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO10126PADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO7816-4". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO7816-4PADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/NOPADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/PKCS5". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/PKCS5PADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/PKCS7". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/PKCS7PADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/TBC". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/TBCPADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/X9.23". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/X9.23PADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ZEROBYTE". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ZEROBYTEPADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO10126". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO10126-2". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO10126-2PADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO10126PADDING". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO7816-4". 19:28:21,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO7816-4PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/NOPADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/PKCS5". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/PKCS5PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/PKCS7". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/PKCS7PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/TBC". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/TBCPADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/X9.23". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/X9.23PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ZEROBYTE". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ZEROBYTEPADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO10126". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO10126-2". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO10126-2PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO10126PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO7816-4". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO7816-4PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/NOPADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/PKCS5". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/PKCS5PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/PKCS7". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/PKCS7PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/TBC". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/TBCPADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/X9.23". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/X9.23PADDING". 19:28:21,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ZEROBYTE". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ZEROBYTEPADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO10126". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO10126-2". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO10126-2PADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO10126PADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO7816-4". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO7816-4PADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/NOPADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/PKCS5". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/PKCS5PADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/PKCS7". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/PKCS7PADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/TBC". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/TBCPADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/X9.23". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/X9.23PADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ZEROBYTE". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ZEROBYTEPADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO10126". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO10126-2". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO10126-2PADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO10126PADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO7816-4". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO7816-4PADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/NOPADDING". 19:28:21,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/PKCS5". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/PKCS5PADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/PKCS7". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/PKCS7PADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/TBC". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/TBCPADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/X9.23". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/X9.23PADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ZEROBYTE". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ZEROBYTEPADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO10126". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO10126-2". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO10126-2PADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO10126PADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO7816-4". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO7816-4PADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/NOPADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/PKCS5". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/PKCS5PADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/PKCS7". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/PKCS7PADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/TBC". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/TBCPADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/X9.23". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/X9.23PADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ZEROBYTE". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ZEROBYTEPADDING". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/". 19:28:21,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO10126". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO10126-2". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO10126-2PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO10126PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO7816-4". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO7816-4PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/NOPADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/PKCS5". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/PKCS5PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/PKCS7". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/PKCS7PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/TBC". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/TBCPADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/X9.23". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/X9.23PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ZEROBYTE". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ZEROBYTEPADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO10126". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO10126-2". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO10126-2PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO10126PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO7816-4". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO7816-4PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/NOPADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/PKCS5". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/PKCS5PADDING". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/PKCS7". 19:28:21,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/PKCS7PADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/TBC". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/TBCPADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/X9.23". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/X9.23PADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ZEROBYTE". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ZEROBYTEPADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO10126". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO10126-2". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO10126-2PADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO10126PADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO7816-4". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO7816-4PADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/NOPADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/PKCS5". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/PKCS5PADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/PKCS7". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/PKCS7PADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/TBC". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/TBCPADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/X9.23". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/X9.23PADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ZEROBYTE". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ZEROBYTEPADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO10126". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO10126-2". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO10126-2PADDING". 19:28:21,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO10126PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO7816-4". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO7816-4PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/NOPADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/PKCS5". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/PKCS5PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/PKCS7". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/PKCS7PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/TBC". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/TBCPADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/X9.23". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/X9.23PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ZEROBYTE". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ZEROBYTEPADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO10126". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO10126-2". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO10126-2PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO10126PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO7816-4". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO7816-4PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/NOPADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/PKCS5". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/PKCS5PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/PKCS7". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/PKCS7PADDING". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/TBC". 19:28:21,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/TBCPADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/X9.23". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/X9.23PADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ZEROBYTE". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ZEROBYTEPADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO10126". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO10126-2". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO10126-2PADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO10126PADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO7816-4". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO7816-4PADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/NOPADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/PKCS5". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/PKCS5PADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/PKCS7". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/PKCS7PADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/TBC". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/TBCPADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/X9.23". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/X9.23PADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ZEROBYTE". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ZEROBYTEPADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO10126". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO10126-2". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO10126-2PADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO10126PADDING". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO7816-4". 19:28:21,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO7816-4PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/NOPADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/PKCS5". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/PKCS5PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/PKCS7". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/PKCS7PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/TBC". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/TBCPADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/X9.23". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/X9.23PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ZEROBYTE". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ZEROBYTEPADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO10126". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO10126-2". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO10126-2PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO10126PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO7816-4". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO7816-4PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/NOPADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/PKCS5". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/PKCS5PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/PKCS7". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/PKCS7PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/TBC". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/TBCPADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/X9.23". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/X9.23PADDING". 19:28:21,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ZEROBYTE". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ZEROBYTEPADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO10126". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO10126-2". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO10126-2PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO10126PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO7816-4". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO7816-4PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/NOPADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/PKCS5". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/PKCS5PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/PKCS7". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/PKCS7PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/TBC". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/TBCPADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/X9.23". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/X9.23PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ZEROBYTE". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ZEROBYTEPADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO10126". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO10126-2". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO10126-2PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO10126PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO7816-4". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO7816-4PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/NOPADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/PKCS5". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/PKCS5PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/PKCS7". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/PKCS7PADDING". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/TBC". 19:28:21,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/TBCPADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/X9.23". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/X9.23PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ZEROBYTE". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ZEROBYTEPADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO10126". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO10126-2". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO10126-2PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO10126PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO7816-4". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO7816-4PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/NOPADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/PKCS5". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/PKCS5PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/PKCS7". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/PKCS7PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/TBC". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/TBCPADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/X9.23". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/X9.23PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ZEROBYTE". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ZEROBYTEPADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO10126". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO10126-2". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO10126-2PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO10126PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO7816-4". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO7816-4PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/NOPADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/PKCS5". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/PKCS5PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/PKCS7". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/PKCS7PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/TBC". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/TBCPADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/X9.23". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/X9.23PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ZEROBYTE". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ZEROBYTEPADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO10126". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO10126-2". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO10126-2PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO10126PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO7816-4". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO7816-4PADDING". 19:28:21,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/NOPADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/PKCS5". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/PKCS5PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/PKCS7". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/PKCS7PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/TBC". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/TBCPADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/X9.23". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/X9.23PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ZEROBYTE". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ZEROBYTEPADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO10126". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO10126-2". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO10126-2PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO10126PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO7816-4". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO7816-4PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/NOPADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/PKCS5". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/PKCS5PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/PKCS7". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/PKCS7PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/TBC". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/TBCPADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/X9.23". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/X9.23PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ZEROBYTE". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ZEROBYTEPADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO10126". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO10126-2". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO10126-2PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO10126PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO7816-4". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO7816-4PADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/NOPADDING". 19:28:21,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/PKCS5". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/PKCS5PADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/PKCS7". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/PKCS7PADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/TBC". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/TBCPADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/X9.23". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/X9.23PADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ZEROBYTE". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ZEROBYTEPADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA//". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA//NOPADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC-CTS/". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC-CTS/NOPADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO10126". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO10126-2". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO10126-2PADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO10126PADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO7816-4". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO7816-4PADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/NOPADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/PKCS5". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/PKCS5PADDING". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/PKCS7". 19:28:21,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/PKCS7PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/TBC". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/TBCPADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/X9.23". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/X9.23PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ZEROBYTE". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ZEROBYTEPADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CCM/". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CCM/NOPADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO10126". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO10126-2". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO10126-2PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO10126PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO7816-4". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO7816-4PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/NOPADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/PKCS5". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/PKCS5PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/PKCS7". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/PKCS7PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/TBC". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/TBCPADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/X9.23". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/X9.23PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ZEROBYTE". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ZEROBYTEPADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO10126". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO10126-2". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO10126-2PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO10126PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO7816-4". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO7816-4PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/NOPADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/PKCS5". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/PKCS5PADDING". 19:28:21,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/PKCS7". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/PKCS7PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/TBC". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/TBCPADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/X9.23". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/X9.23PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ZEROBYTE". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ZEROBYTEPADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO10126". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO10126-2". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO10126-2PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO10126PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO7816-4". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO7816-4PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/NOPADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/PKCS5". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/PKCS5PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/PKCS7". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/PKCS7PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/TBC". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/TBCPADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/X9.23". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/X9.23PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ZEROBYTE". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ZEROBYTEPADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO10126". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO10126-2". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO10126-2PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO10126PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO7816-4". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO7816-4PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/NOPADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/PKCS5". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/PKCS5PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/PKCS7". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/PKCS7PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/TBC". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/TBCPADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/X9.23". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/X9.23PADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ZEROBYTE". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ZEROBYTEPADDING". 19:28:21,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO10126". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO10126-2". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO10126-2PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO10126PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO7816-4". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO7816-4PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/NOPADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/PKCS5". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/PKCS5PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/PKCS7". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/PKCS7PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/TBC". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/TBCPADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/X9.23". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/X9.23PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ZEROBYTE". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ZEROBYTEPADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO10126". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO10126-2". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO10126-2PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO10126PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO7816-4". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO7816-4PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/NOPADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/PKCS5". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/PKCS5PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/PKCS7". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/PKCS7PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/TBC". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/TBCPADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/X9.23". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/X9.23PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ZEROBYTE". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ZEROBYTEPADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO10126". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO10126-2". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO10126-2PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO10126PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO7816-4". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO7816-4PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/NOPADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/PKCS5". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/PKCS5PADDING". 19:28:21,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/PKCS7". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/PKCS7PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/TBC". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/TBCPADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/X9.23". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/X9.23PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ZEROBYTE". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ZEROBYTEPADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO10126". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO10126-2". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO10126-2PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO10126PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO7816-4". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO7816-4PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/NOPADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/PKCS5". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/PKCS5PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/PKCS7". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/PKCS7PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/TBC". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/TBCPADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/X9.23". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/X9.23PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ZEROBYTE". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ZEROBYTEPADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO10126". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO10126-2". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO10126-2PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO10126PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO7816-4". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO7816-4PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/NOPADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/PKCS5". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/PKCS5PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/PKCS7". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/PKCS7PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/TBC". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/TBCPADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/X9.23". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/X9.23PADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ZEROBYTE". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ZEROBYTEPADDING". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/". 19:28:21,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO10126". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO10126-2". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO10126-2PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO10126PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO7816-4". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO7816-4PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/NOPADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/PKCS5". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/PKCS5PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/PKCS7". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/PKCS7PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/TBC". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/TBCPADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/X9.23". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/X9.23PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ZEROBYTE". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ZEROBYTEPADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO10126". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO10126-2". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO10126-2PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO10126PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO7816-4". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO7816-4PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/NOPADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/PKCS5". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/PKCS5PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/PKCS7". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/PKCS7PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/TBC". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/TBCPADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/X9.23". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/X9.23PADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ZEROBYTE". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ZEROBYTEPADDING". 19:28:21,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/". 19:28:21,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO10126". 19:28:21,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO10126-2". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO10126-2PADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO10126PADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO7816-4". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO7816-4PADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/NOPADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/PKCS5". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/PKCS5PADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/PKCS7". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/PKCS7PADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/TBC". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/TBCPADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/X9.23". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/X9.23PADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ZEROBYTE". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ZEROBYTEPADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO10126". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO10126-2". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO10126-2PADDING". 19:28:21,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO10126PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO7816-4". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO7816-4PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/NOPADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/PKCS5". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/PKCS5PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/PKCS7". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/PKCS7PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/TBC". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/TBCPADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/X9.23". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/X9.23PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ZEROBYTE". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ZEROBYTEPADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO10126". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO10126-2". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO10126-2PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO10126PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO7816-4". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO7816-4PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/NOPADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/PKCS5". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/PKCS5PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/PKCS7". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/PKCS7PADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/TBC". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/TBCPADDING". 19:28:21,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/X9.23". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/X9.23PADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ZEROBYTE". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ZEROBYTEPADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO10126". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO10126-2". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO10126-2PADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO10126PADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO7816-4". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO7816-4PADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/NOPADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/PKCS5". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/PKCS5PADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/PKCS7". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/PKCS7PADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/TBC". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/TBCPADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/X9.23". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/X9.23PADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ZEROBYTE". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ZEROBYTEPADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO10126". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO10126-2". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO10126-2PADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO10126PADDING". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO7816-4". 19:28:21,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO7816-4PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/NOPADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/PKCS5". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/PKCS5PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/PKCS7". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/PKCS7PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/TBC". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/TBCPADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/X9.23". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/X9.23PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ZEROBYTE". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ZEROBYTEPADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO10126". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO10126-2". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO10126-2PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO10126PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO7816-4". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO7816-4PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/NOPADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/PKCS5". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/PKCS5PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/PKCS7". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/PKCS7PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/TBC". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/TBCPADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/X9.23". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/X9.23PADDING". 19:28:21,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ZEROBYTE". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ZEROBYTEPADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO10126". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO10126-2". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO10126-2PADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO10126PADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO7816-4". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO7816-4PADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/NOPADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/PKCS5". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/PKCS5PADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/PKCS7". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/PKCS7PADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/TBC". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/TBCPADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/X9.23". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/X9.23PADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ZEROBYTE". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ZEROBYTEPADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO10126". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO10126-2". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO10126-2PADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO10126PADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO7816-4". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO7816-4PADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/NOPADDING". 19:28:21,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/PKCS5". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/PKCS5PADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/PKCS7". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/PKCS7PADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/TBC". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/TBCPADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/X9.23". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/X9.23PADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ZEROBYTE". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ZEROBYTEPADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO10126". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO10126-2". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO10126-2PADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO10126PADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO7816-4". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO7816-4PADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/NOPADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/PKCS5". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/PKCS5PADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/PKCS7". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/PKCS7PADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/TBC". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/TBCPADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/X9.23". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/X9.23PADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ZEROBYTE". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ZEROBYTEPADDING". 19:28:21,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO10126". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO10126-2". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO10126-2PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO10126PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO7816-4". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO7816-4PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/NOPADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/PKCS5". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/PKCS5PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/PKCS7". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/PKCS7PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/TBC". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/TBCPADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/X9.23". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/X9.23PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ZEROBYTE". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ZEROBYTEPADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO10126". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO10126-2". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO10126-2PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO10126PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO7816-4". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO7816-4PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/NOPADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/PKCS5". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/PKCS5PADDING". 19:28:21,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/PKCS7". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/PKCS7PADDING". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/TBC". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/TBCPADDING". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/X9.23". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/X9.23PADDING". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ZEROBYTE". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ZEROBYTEPADDING". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO10126". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO10126-2". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO10126-2PADDING". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO10126PADDING". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO7816-4". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO7816-4PADDING". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/NOPADDING". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/PKCS5". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/PKCS5PADDING". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/PKCS7". 19:28:21,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/PKCS7PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/TBC". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/TBCPADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/X9.23". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/X9.23PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ZEROBYTE". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ZEROBYTEPADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO10126". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO10126-2". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO10126-2PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO10126PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO7816-4". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO7816-4PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/NOPADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/PKCS5". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/PKCS5PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/PKCS7". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/PKCS7PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/TBC". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/TBCPADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/X9.23". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/X9.23PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ZEROBYTE". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ZEROBYTEPADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO10126". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO10126-2". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO10126-2PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO10126PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO7816-4". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO7816-4PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/NOPADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/PKCS5". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/PKCS5PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/PKCS7". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/PKCS7PADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/TBC". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/TBCPADDING". 19:28:21,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/X9.23". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/X9.23PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ZEROBYTE". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ZEROBYTEPADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO10126". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO10126-2". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO10126-2PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO10126PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO7816-4". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO7816-4PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/NOPADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/PKCS5". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/PKCS5PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/PKCS7". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/PKCS7PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/TBC". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/TBCPADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/X9.23". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/X9.23PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ZEROBYTE". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ZEROBYTEPADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO10126". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO10126-2". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO10126-2PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO10126PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO7816-4". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO7816-4PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/NOPADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/PKCS5". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/PKCS5PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/PKCS7". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/PKCS7PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/TBC". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/TBCPADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/X9.23". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/X9.23PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ZEROBYTE". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ZEROBYTEPADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO10126". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO10126-2". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO10126-2PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO10126PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO7816-4". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO7816-4PADDING". 19:28:21,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/NOPADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/PKCS5". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/PKCS5PADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/PKCS7". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/PKCS7PADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/TBC". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/TBCPADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/X9.23". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/X9.23PADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ZEROBYTE". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ZEROBYTEPADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO10126". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO10126-2". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO10126-2PADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO10126PADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO7816-4". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO7816-4PADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/NOPADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/PKCS5". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/PKCS5PADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/PKCS7". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/PKCS7PADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/TBC". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/TBCPADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/X9.23". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/X9.23PADDING". 19:28:21,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ZEROBYTE". 19:28:21,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ZEROBYTEPADDING". 19:28:21,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO10126". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO10126-2". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO10126-2PADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO10126PADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO7816-4". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO7816-4PADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/NOPADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/PKCS5". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/PKCS5PADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/PKCS7". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/PKCS7PADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/TBC". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/TBCPADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/X9.23". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/X9.23PADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ZEROBYTE". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ZEROBYTEPADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO10126". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO10126-2". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO10126-2PADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO10126PADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO7816-4". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO7816-4PADDING". 19:28:21,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/NOPADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/PKCS5". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/PKCS5PADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/PKCS7". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/PKCS7PADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/TBC". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/TBCPADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/X9.23". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/X9.23PADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ZEROBYTE". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ZEROBYTEPADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO10126". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO10126-2". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO10126-2PADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO10126PADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO7816-4". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO7816-4PADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/NOPADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/PKCS5". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/PKCS5PADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/PKCS7". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/PKCS7PADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/TBC". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/TBCPADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/X9.23". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/X9.23PADDING". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ZEROBYTE". 19:28:21,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ZEROBYTEPADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO10126". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO10126-2". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO10126-2PADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO10126PADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO7816-4". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO7816-4PADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/NOPADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/PKCS5". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/PKCS5PADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/PKCS7". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/PKCS7PADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/TBC". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/TBCPADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/X9.23". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/X9.23PADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ZEROBYTE". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ZEROBYTEPADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CTS/". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CTS/NOPADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/EAX/". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/EAX/NOPADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/ECB/". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/ECB/NOPADDING". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/GCM/". 19:28:21,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/GCM/NOPADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO10126". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO10126-2". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO10126-2PADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO10126PADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO7816-4". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO7816-4PADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/NOPADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/PKCS5". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/PKCS5PADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/PKCS7". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/PKCS7PADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/TBC". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/TBCPADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/X9.23". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/X9.23PADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ZEROBYTE". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ZEROBYTEPADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO10126". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO10126-2". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO10126-2PADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO10126PADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO7816-4". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO7816-4PADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/NOPADDING". 19:28:21,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/PKCS5". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/PKCS5PADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/PKCS7". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/PKCS7PADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/TBC". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/TBCPADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/X9.23". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/X9.23PADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ZEROBYTE". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ZEROBYTEPADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO10126". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO10126-2". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO10126-2PADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO10126PADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO7816-4". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO7816-4PADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/NOPADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/PKCS5". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/PKCS5PADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/PKCS7". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/PKCS7PADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/TBC". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/TBCPADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/X9.23". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/X9.23PADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ZEROBYTE". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ZEROBYTEPADDING". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/". 19:28:21,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO10126". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO10126-2". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO10126-2PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO10126PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO7816-4". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO7816-4PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/NOPADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/PKCS5". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/PKCS5PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/PKCS7". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/PKCS7PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/TBC". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/TBCPADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/X9.23". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/X9.23PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ZEROBYTE". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ZEROBYTEPADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO10126". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO10126-2". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO10126-2PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO10126PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO7816-4". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO7816-4PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/NOPADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/PKCS5". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/PKCS5PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/PKCS7". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/PKCS7PADDING". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/TBC". 19:28:21,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/TBCPADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/X9.23". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/X9.23PADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ZEROBYTE". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ZEROBYTEPADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO10126". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO10126-2". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO10126-2PADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO10126PADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO7816-4". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO7816-4PADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/NOPADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/PKCS5". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/PKCS5PADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/PKCS7". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/PKCS7PADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/TBC". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/TBCPADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/X9.23". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/X9.23PADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ZEROBYTE". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ZEROBYTEPADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO10126". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO10126-2". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO10126-2PADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO10126PADDING". 19:28:21,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO7816-4". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO7816-4PADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/NOPADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/PKCS5". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/PKCS5PADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/PKCS7". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/PKCS7PADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/TBC". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/TBCPADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/X9.23". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/X9.23PADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ZEROBYTE". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ZEROBYTEPADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO10126". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO10126-2". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO10126-2PADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO10126PADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO7816-4". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO7816-4PADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/NOPADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/PKCS5". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/PKCS5PADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/PKCS7". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/PKCS7PADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/TBC". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/TBCPADDING". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/X9.23". 19:28:21,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/X9.23PADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ZEROBYTE". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ZEROBYTEPADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO10126". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO10126-2". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO10126-2PADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO10126PADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO7816-4". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO7816-4PADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/NOPADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/PKCS5". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/PKCS5PADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/PKCS7". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/PKCS7PADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/TBC". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/TBCPADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/X9.23". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/X9.23PADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ZEROBYTE". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ZEROBYTEPADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO10126". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO10126-2". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO10126-2PADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO10126PADDING". 19:28:21,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO7816-4". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO7816-4PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/NOPADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/PKCS5". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/PKCS5PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/PKCS7". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/PKCS7PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/TBC". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/TBCPADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/X9.23". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/X9.23PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ZEROBYTE". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ZEROBYTEPADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO10126". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO10126-2". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO10126-2PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO10126PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO7816-4". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO7816-4PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/NOPADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/PKCS5". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/PKCS5PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/PKCS7". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/PKCS7PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/TBC". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/TBCPADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/X9.23". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/X9.23PADDING". 19:28:21,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ZEROBYTE". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ZEROBYTEPADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO10126". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO10126-2". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO10126-2PADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO10126PADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO7816-4". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO7816-4PADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/NOPADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/PKCS5". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/PKCS5PADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/PKCS7". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/PKCS7PADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/TBC". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/TBCPADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/X9.23". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/X9.23PADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ZEROBYTE". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ZEROBYTEPADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO10126". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO10126-2". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO10126-2PADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO10126PADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO7816-4". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO7816-4PADDING". 19:28:21,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/NOPADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/PKCS5". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/PKCS5PADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/PKCS7". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/PKCS7PADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/TBC". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/TBCPADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/X9.23". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/X9.23PADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ZEROBYTE". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ZEROBYTEPADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO10126". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO10126-2". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO10126-2PADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO10126PADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO7816-4". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO7816-4PADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/NOPADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/PKCS5". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/PKCS5PADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/PKCS7". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/PKCS7PADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/TBC". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/TBCPADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/X9.23". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/X9.23PADDING". 19:28:21,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ZEROBYTE". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ZEROBYTEPADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO10126". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO10126-2". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO10126-2PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO10126PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO7816-4". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO7816-4PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/NOPADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/PKCS5". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/PKCS5PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/PKCS7". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/PKCS7PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/TBC". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/TBCPADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/X9.23". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/X9.23PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ZEROBYTE". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ZEROBYTEPADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO10126". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO10126-2". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO10126-2PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO10126PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO7816-4". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO7816-4PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/NOPADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/PKCS5". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/PKCS5PADDING". 19:28:21,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/PKCS7". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/PKCS7PADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/TBC". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/TBCPADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/X9.23". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/X9.23PADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ZEROBYTE". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ZEROBYTEPADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO10126". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO10126-2". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO10126-2PADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO10126PADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO7816-4". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO7816-4PADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/NOPADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/PKCS5". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/PKCS5PADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/PKCS7". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/PKCS7PADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/TBC". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/TBCPADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/X9.23". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/X9.23PADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ZEROBYTE". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ZEROBYTEPADDING". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO10126". 19:28:21,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO10126-2". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO10126-2PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO10126PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO7816-4". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO7816-4PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/NOPADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/PKCS5". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/PKCS5PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/PKCS7". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/PKCS7PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/TBC". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/TBCPADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/X9.23". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/X9.23PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ZEROBYTE". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ZEROBYTEPADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO10126". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO10126-2". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO10126-2PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO10126PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO7816-4". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO7816-4PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/NOPADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/PKCS5". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/PKCS5PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/PKCS7". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/PKCS7PADDING". 19:28:21,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/TBC". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/TBCPADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/X9.23". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/X9.23PADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ZEROBYTE". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ZEROBYTEPADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO10126". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO10126-2". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO10126-2PADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO10126PADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO7816-4". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO7816-4PADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/NOPADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/PKCS5". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/PKCS5PADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/PKCS7". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/PKCS7PADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/TBC". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/TBCPADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/X9.23". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/X9.23PADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ZEROBYTE". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ZEROBYTEPADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO10126". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO10126-2". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO10126-2PADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO10126PADDING". 19:28:21,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO7816-4". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO7816-4PADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/NOPADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/PKCS5". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/PKCS5PADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/PKCS7". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/PKCS7PADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/TBC". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/TBCPADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/X9.23". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/X9.23PADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ZEROBYTE". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ZEROBYTEPADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO10126". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO10126-2". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO10126-2PADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO10126PADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO7816-4". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO7816-4PADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/NOPADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/PKCS5". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/PKCS5PADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/PKCS7". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/PKCS7PADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/TBC". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/TBCPADDING". 19:28:21,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/X9.23". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/X9.23PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ZEROBYTE". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ZEROBYTEPADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO10126". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO10126-2". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO10126-2PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO10126PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO7816-4". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO7816-4PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/NOPADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/PKCS5". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/PKCS5PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/PKCS7". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/PKCS7PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/TBC". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/TBCPADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/X9.23". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/X9.23PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ZEROBYTE". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ZEROBYTEPADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO10126". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO10126-2". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO10126-2PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO10126PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO7816-4". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO7816-4PADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/NOPADDING". 19:28:21,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/PKCS5". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/PKCS5PADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/PKCS7". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/PKCS7PADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/TBC". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/TBCPADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/X9.23". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/X9.23PADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ZEROBYTE". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ZEROBYTEPADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO10126". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO10126-2". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO10126-2PADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO10126PADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO7816-4". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO7816-4PADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/NOPADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/PKCS5". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/PKCS5PADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/PKCS7". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/PKCS7PADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/TBC". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/TBCPADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/X9.23". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/X9.23PADDING". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ZEROBYTE". 19:28:21,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ZEROBYTEPADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO10126". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO10126-2". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO10126-2PADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO10126PADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO7816-4". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO7816-4PADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/NOPADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/PKCS5". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/PKCS5PADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/PKCS7". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/PKCS7PADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/TBC". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/TBCPADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/X9.23". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/X9.23PADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ZEROBYTE". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ZEROBYTEPADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO10126". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO10126-2". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO10126-2PADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO10126PADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO7816-4". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO7816-4PADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/NOPADDING". 19:28:21,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/PKCS5". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/PKCS5PADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/PKCS7". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/PKCS7PADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/TBC". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/TBCPADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/X9.23". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/X9.23PADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ZEROBYTE". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ZEROBYTEPADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO10126". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO10126-2". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO10126-2PADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO10126PADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO7816-4". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO7816-4PADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/NOPADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/PKCS5". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/PKCS5PADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/PKCS7". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/PKCS7PADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/TBC". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/TBCPADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/X9.23". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/X9.23PADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ZEROBYTE". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ZEROBYTEPADDING". 19:28:21,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO10126". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO10126-2". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO10126-2PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO10126PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO7816-4". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO7816-4PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/NOPADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/PKCS5". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/PKCS5PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/PKCS7". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/PKCS7PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/TBC". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/TBCPADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/X9.23". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/X9.23PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ZEROBYTE". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ZEROBYTEPADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO10126". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO10126-2". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO10126-2PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO10126PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO7816-4". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO7816-4PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/NOPADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/PKCS5". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/PKCS5PADDING". 19:28:21,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/PKCS7". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/PKCS7PADDING". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/TBC". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/TBCPADDING". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/X9.23". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/X9.23PADDING". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ZEROBYTE". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ZEROBYTEPADDING". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO10126". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO10126-2". 19:28:21,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO10126-2PADDING". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO10126PADDING". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO7816-4". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO7816-4PADDING". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/NOPADDING". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/PKCS5". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/PKCS5PADDING". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/PKCS7". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/PKCS7PADDING". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/TBC". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/TBCPADDING". 19:28:21,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/X9.23". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/X9.23PADDING". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ZEROBYTE". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ZEROBYTEPADDING". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO10126". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO10126-2". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO10126-2PADDING". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO10126PADDING". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO7816-4". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO7816-4PADDING". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/NOPADDING". 19:28:21,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/PKCS5". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/PKCS5PADDING". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/PKCS7". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/PKCS7PADDING". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/TBC". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/TBCPADDING". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/X9.23". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/X9.23PADDING". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ZEROBYTE". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ZEROBYTEPADDING". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO10126". 19:28:21,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO10126-2". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO10126-2PADDING". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO10126PADDING". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO7816-4". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO7816-4PADDING". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/NOPADDING". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/PKCS5". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/PKCS5PADDING". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/PKCS7". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/PKCS7PADDING". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/TBC". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/TBCPADDING". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/X9.23". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/X9.23PADDING". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ZEROBYTE". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ZEROBYTEPADDING". 19:28:21,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO10126". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO10126-2". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO10126-2PADDING". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO10126PADDING". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO7816-4". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO7816-4PADDING". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/NOPADDING". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/PKCS5". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/PKCS5PADDING". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/PKCS7". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/PKCS7PADDING". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/TBC". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/TBCPADDING". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/X9.23". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/X9.23PADDING". 19:28:21,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ZEROBYTE". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ZEROBYTEPADDING". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5//". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5//NOPADDING". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC-CTS/". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC-CTS/NOPADDING". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO10126". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO10126-2". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO10126-2PADDING". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO10126PADDING". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO7816-4". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO7816-4PADDING". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/NOPADDING". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/PKCS5". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/PKCS5PADDING". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/PKCS7". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/PKCS7PADDING". 19:28:21,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/TBC". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/TBCPADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/X9.23". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/X9.23PADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ZEROBYTE". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ZEROBYTEPADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO10126". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO10126-2". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO10126-2PADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO10126PADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO7816-4". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO7816-4PADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/NOPADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/PKCS5". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/PKCS5PADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/PKCS7". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/PKCS7PADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/TBC". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/TBCPADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/X9.23". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/X9.23PADDING". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ZEROBYTE". 19:28:21,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ZEROBYTEPADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO10126". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO10126-2". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO10126-2PADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO10126PADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO7816-4". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO7816-4PADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/NOPADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/PKCS5". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/PKCS5PADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/PKCS7". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/PKCS7PADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/TBC". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/TBCPADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/X9.23". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/X9.23PADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ZEROBYTE". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ZEROBYTEPADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO10126". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO10126-2". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO10126-2PADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO10126PADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO7816-4". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO7816-4PADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/NOPADDING". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/PKCS5". 19:28:21,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/PKCS5PADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/PKCS7". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/PKCS7PADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/TBC". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/TBCPADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/X9.23". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/X9.23PADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ZEROBYTE". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ZEROBYTEPADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO10126". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO10126-2". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO10126-2PADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO10126PADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO7816-4". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO7816-4PADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/NOPADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/PKCS5". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/PKCS5PADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/PKCS7". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/PKCS7PADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/TBC". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/TBCPADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/X9.23". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/X9.23PADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ZEROBYTE". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ZEROBYTEPADDING". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/". 19:28:21,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO10126". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO10126-2". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO10126-2PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO10126PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO7816-4". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO7816-4PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/NOPADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/PKCS5". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/PKCS5PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/PKCS7". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/PKCS7PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/TBC". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/TBCPADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/X9.23". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/X9.23PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ZEROBYTE". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ZEROBYTEPADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO10126". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO10126-2". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO10126-2PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO10126PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO7816-4". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO7816-4PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/NOPADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/PKCS5". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/PKCS5PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/PKCS7". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/PKCS7PADDING". 19:28:21,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/TBC". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/TBCPADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/X9.23". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/X9.23PADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ZEROBYTE". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ZEROBYTEPADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO10126". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO10126-2". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO10126-2PADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO10126PADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO7816-4". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO7816-4PADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/NOPADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/PKCS5". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/PKCS5PADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/PKCS7". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/PKCS7PADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/TBC". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/TBCPADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/X9.23". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/X9.23PADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ZEROBYTE". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ZEROBYTEPADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO10126". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO10126-2". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO10126-2PADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO10126PADDING". 19:28:21,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO7816-4". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO7816-4PADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/NOPADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/PKCS5". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/PKCS5PADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/PKCS7". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/PKCS7PADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/TBC". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/TBCPADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/X9.23". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/X9.23PADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ZEROBYTE". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ZEROBYTEPADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO10126". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO10126-2". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO10126-2PADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO10126PADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO7816-4". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO7816-4PADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/NOPADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/PKCS5". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/PKCS5PADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/PKCS7". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/PKCS7PADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/TBC". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/TBCPADDING". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/X9.23". 19:28:21,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/X9.23PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ZEROBYTE". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ZEROBYTEPADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO10126". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO10126-2". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO10126-2PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO10126PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO7816-4". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO7816-4PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/NOPADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/PKCS5". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/PKCS5PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/PKCS7". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/PKCS7PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/TBC". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/TBCPADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/X9.23". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/X9.23PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ZEROBYTE". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ZEROBYTEPADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO10126". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO10126-2". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO10126-2PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO10126PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO7816-4". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO7816-4PADDING". 19:28:21,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/NOPADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/PKCS5". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/PKCS5PADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/PKCS7". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/PKCS7PADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/TBC". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/TBCPADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/X9.23". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/X9.23PADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ZEROBYTE". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ZEROBYTEPADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO10126". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO10126-2". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO10126-2PADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO10126PADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO7816-4". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO7816-4PADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/NOPADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/PKCS5". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/PKCS5PADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/PKCS7". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/PKCS7PADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/TBC". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/TBCPADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/X9.23". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/X9.23PADDING". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ZEROBYTE". 19:28:21,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ZEROBYTEPADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO10126". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO10126-2". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO10126-2PADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO10126PADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO7816-4". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO7816-4PADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/NOPADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/PKCS5". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/PKCS5PADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/PKCS7". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/PKCS7PADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/TBC". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/TBCPADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/X9.23". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/X9.23PADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ZEROBYTE". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ZEROBYTEPADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO10126". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO10126-2". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO10126-2PADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO10126PADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO7816-4". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO7816-4PADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/NOPADDING". 19:28:21,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/PKCS5". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/PKCS5PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/PKCS7". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/PKCS7PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/TBC". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/TBCPADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/X9.23". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/X9.23PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ZEROBYTE". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ZEROBYTEPADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO10126". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO10126-2". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO10126-2PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO10126PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO7816-4". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO7816-4PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/NOPADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/PKCS5". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/PKCS5PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/PKCS7". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/PKCS7PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/TBC". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/TBCPADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/X9.23". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/X9.23PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ZEROBYTE". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ZEROBYTEPADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO10126". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO10126-2". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO10126-2PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO10126PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO7816-4". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO7816-4PADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/NOPADDING". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/PKCS5". 19:28:21,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/PKCS5PADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/PKCS7". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/PKCS7PADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/TBC". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/TBCPADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/X9.23". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/X9.23PADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ZEROBYTE". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ZEROBYTEPADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO10126". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO10126-2". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO10126-2PADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO10126PADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO7816-4". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO7816-4PADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/NOPADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/PKCS5". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/PKCS5PADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/PKCS7". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/PKCS7PADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/TBC". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/TBCPADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/X9.23". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/X9.23PADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ZEROBYTE". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ZEROBYTEPADDING". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO10126". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO10126-2". 19:28:21,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO10126-2PADDING". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO10126PADDING". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO7816-4". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO7816-4PADDING". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/NOPADDING". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/PKCS5". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/PKCS5PADDING". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/PKCS7". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/PKCS7PADDING". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/TBC". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/TBCPADDING". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/X9.23". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/X9.23PADDING". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ZEROBYTE". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ZEROBYTEPADDING". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO10126". 19:28:21,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO10126-2". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO10126-2PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO10126PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO7816-4". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO7816-4PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/NOPADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/PKCS5". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/PKCS5PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/PKCS7". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/PKCS7PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/TBC". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/TBCPADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/X9.23". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/X9.23PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ZEROBYTE". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ZEROBYTEPADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO10126". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO10126-2". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO10126-2PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO10126PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO7816-4". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO7816-4PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/NOPADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/PKCS5". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/PKCS5PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/PKCS7". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/PKCS7PADDING". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/TBC". 19:28:21,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/TBCPADDING". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/X9.23". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/X9.23PADDING". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ZEROBYTE". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ZEROBYTEPADDING". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO10126". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO10126-2". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO10126-2PADDING". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO10126PADDING". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO7816-4". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO7816-4PADDING". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/NOPADDING". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/PKCS5". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/PKCS5PADDING". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/PKCS7". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/PKCS7PADDING". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/TBC". 19:28:21,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/TBCPADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/X9.23". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/X9.23PADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ZEROBYTE". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ZEROBYTEPADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO10126". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO10126-2". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO10126-2PADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO10126PADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO7816-4". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO7816-4PADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/NOPADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/PKCS5". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/PKCS5PADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/PKCS7". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/PKCS7PADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/TBC". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/TBCPADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/X9.23". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/X9.23PADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ZEROBYTE". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ZEROBYTEPADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO10126". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO10126-2". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO10126-2PADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO10126PADDING". 19:28:21,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO7816-4". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO7816-4PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/NOPADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/PKCS5". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/PKCS5PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/PKCS7". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/PKCS7PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/TBC". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/TBCPADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/X9.23". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/X9.23PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ZEROBYTE". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ZEROBYTEPADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO10126". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO10126-2". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO10126-2PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO10126PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO7816-4". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO7816-4PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/NOPADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/PKCS5". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/PKCS5PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/PKCS7". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/PKCS7PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/TBC". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/TBCPADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/X9.23". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/X9.23PADDING". 19:28:21,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ZEROBYTE". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ZEROBYTEPADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO10126". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO10126-2". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO10126-2PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO10126PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO7816-4". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO7816-4PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/NOPADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/PKCS5". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/PKCS5PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/PKCS7". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/PKCS7PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/TBC". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/TBCPADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/X9.23". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/X9.23PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ZEROBYTE". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ZEROBYTEPADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO10126". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO10126-2". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO10126-2PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO10126PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO7816-4". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO7816-4PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/NOPADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/PKCS5". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/PKCS5PADDING". 19:28:21,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/PKCS7". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/PKCS7PADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/TBC". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/TBCPADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/X9.23". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/X9.23PADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ZEROBYTE". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ZEROBYTEPADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO10126". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO10126-2". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO10126-2PADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO10126PADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO7816-4". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO7816-4PADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/NOPADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/PKCS5". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/PKCS5PADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/PKCS7". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/PKCS7PADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/TBC". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/TBCPADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/X9.23". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/X9.23PADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ZEROBYTE". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ZEROBYTEPADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO10126". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO10126-2". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO10126-2PADDING". 19:28:21,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO10126PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO7816-4". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO7816-4PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/NOPADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/PKCS5". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/PKCS5PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/PKCS7". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/PKCS7PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/TBC". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/TBCPADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/X9.23". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/X9.23PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ZEROBYTE". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ZEROBYTEPADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO10126". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO10126-2". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO10126-2PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO10126PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO7816-4". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO7816-4PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/NOPADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/PKCS5". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/PKCS5PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/PKCS7". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/PKCS7PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/TBC". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/TBCPADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/X9.23". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/X9.23PADDING". 19:28:21,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ZEROBYTE". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ZEROBYTEPADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO10126". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO10126-2". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO10126-2PADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO10126PADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO7816-4". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO7816-4PADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/NOPADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/PKCS5". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/PKCS5PADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/PKCS7". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/PKCS7PADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/TBC". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/TBCPADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/X9.23". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/X9.23PADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ZEROBYTE". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ZEROBYTEPADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO10126". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO10126-2". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO10126-2PADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO10126PADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO7816-4". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO7816-4PADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/NOPADDING". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/PKCS5". 19:28:21,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/PKCS5PADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/PKCS7". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/PKCS7PADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/TBC". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/TBCPADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/X9.23". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/X9.23PADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ZEROBYTE". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ZEROBYTEPADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO10126". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO10126-2". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO10126-2PADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO10126PADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO7816-4". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO7816-4PADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/NOPADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/PKCS5". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/PKCS5PADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/PKCS7". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/PKCS7PADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/TBC". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/TBCPADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/X9.23". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/X9.23PADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ZEROBYTE". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ZEROBYTEPADDING". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO10126". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO10126-2". 19:28:21,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO10126-2PADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO10126PADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO7816-4". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO7816-4PADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/NOPADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/PKCS5". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/PKCS5PADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/PKCS7". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/PKCS7PADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/TBC". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/TBCPADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/X9.23". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/X9.23PADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ZEROBYTE". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ZEROBYTEPADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CTS/". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CTS/NOPADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/EAX/". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/EAX/NOPADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/ECB/". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/ECB/NOPADDING". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO10126". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO10126-2". 19:28:21,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO10126-2PADDING". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO10126PADDING". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO7816-4". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO7816-4PADDING". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/NOPADDING". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/PKCS5". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/PKCS5PADDING". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/PKCS7". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/PKCS7PADDING". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/TBC". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/TBCPADDING". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/X9.23". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/X9.23PADDING". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ZEROBYTE". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ZEROBYTEPADDING". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO10126". 19:28:21,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO10126-2". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO10126-2PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO10126PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO7816-4". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO7816-4PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/NOPADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/PKCS5". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/PKCS5PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/PKCS7". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/PKCS7PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/TBC". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/TBCPADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/X9.23". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/X9.23PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ZEROBYTE". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ZEROBYTEPADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO10126". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO10126-2". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO10126-2PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO10126PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO7816-4". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO7816-4PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/NOPADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/PKCS5". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/PKCS5PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/PKCS7". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/PKCS7PADDING". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/TBC". 19:28:21,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/TBCPADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/X9.23". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/X9.23PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ZEROBYTE". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ZEROBYTEPADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO10126". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO10126-2". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO10126-2PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO10126PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO7816-4". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO7816-4PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/NOPADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/PKCS5". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/PKCS5PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/PKCS7". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/PKCS7PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/TBC". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/TBCPADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/X9.23". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/X9.23PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ZEROBYTE". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ZEROBYTEPADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO10126". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO10126-2". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO10126-2PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO10126PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO7816-4". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO7816-4PADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/NOPADDING". 19:28:21,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/PKCS5". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/PKCS5PADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/PKCS7". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/PKCS7PADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/TBC". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/TBCPADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/X9.23". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/X9.23PADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ZEROBYTE". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ZEROBYTEPADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO10126". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO10126-2". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO10126-2PADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO10126PADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO7816-4". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO7816-4PADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/NOPADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/PKCS5". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/PKCS5PADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/PKCS7". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/PKCS7PADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/TBC". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/TBCPADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/X9.23". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/X9.23PADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ZEROBYTE". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ZEROBYTEPADDING". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/". 19:28:21,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO10126". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO10126-2". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO10126-2PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO10126PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO7816-4". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO7816-4PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/NOPADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/PKCS5". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/PKCS5PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/PKCS7". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/PKCS7PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/TBC". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/TBCPADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/X9.23". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/X9.23PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ZEROBYTE". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ZEROBYTEPADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO10126". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO10126-2". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO10126-2PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO10126PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO7816-4". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO7816-4PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/NOPADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/PKCS5". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/PKCS5PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/PKCS7". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/PKCS7PADDING". 19:28:21,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/TBC". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/TBCPADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/X9.23". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/X9.23PADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ZEROBYTE". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ZEROBYTEPADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO10126". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO10126-2". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO10126-2PADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO10126PADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO7816-4". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO7816-4PADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/NOPADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/PKCS5". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/PKCS5PADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/PKCS7". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/PKCS7PADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/TBC". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/TBCPADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/X9.23". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/X9.23PADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ZEROBYTE". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ZEROBYTEPADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO10126". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO10126-2". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO10126-2PADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO10126PADDING". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO7816-4". 19:28:21,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO7816-4PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/NOPADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/PKCS5". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/PKCS5PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/PKCS7". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/PKCS7PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/TBC". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/TBCPADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/X9.23". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/X9.23PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ZEROBYTE". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ZEROBYTEPADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO10126". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO10126-2". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO10126-2PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO10126PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO7816-4". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO7816-4PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/NOPADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/PKCS5". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/PKCS5PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/PKCS7". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/PKCS7PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/TBC". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/TBCPADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/X9.23". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/X9.23PADDING". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ZEROBYTE". 19:28:21,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ZEROBYTEPADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO10126". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO10126-2". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO10126-2PADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO10126PADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO7816-4". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO7816-4PADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/NOPADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/PKCS5". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/PKCS5PADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/PKCS7". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/PKCS7PADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/TBC". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/TBCPADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/X9.23". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/X9.23PADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ZEROBYTE". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ZEROBYTEPADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO10126". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO10126-2". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO10126-2PADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO10126PADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO7816-4". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO7816-4PADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/NOPADDING". 19:28:21,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/PKCS5". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/PKCS5PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/PKCS7". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/PKCS7PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/TBC". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/TBCPADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/X9.23". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/X9.23PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ZEROBYTE". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ZEROBYTEPADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO10126". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO10126-2". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO10126-2PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO10126PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO7816-4". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO7816-4PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/NOPADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/PKCS5". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/PKCS5PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/PKCS7". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/PKCS7PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/TBC". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/TBCPADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/X9.23". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/X9.23PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ZEROBYTE". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ZEROBYTEPADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO10126". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO10126-2". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO10126-2PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO10126PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO7816-4". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO7816-4PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/NOPADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/PKCS5". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/PKCS5PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/PKCS7". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/PKCS7PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/TBC". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/TBCPADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/X9.23". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/X9.23PADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ZEROBYTE". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ZEROBYTEPADDING". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/". 19:28:21,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO10126". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO10126-2". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO10126-2PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO10126PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO7816-4". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO7816-4PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/NOPADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/PKCS5". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/PKCS5PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/PKCS7". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/PKCS7PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/TBC". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/TBCPADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/X9.23". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/X9.23PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ZEROBYTE". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ZEROBYTEPADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO10126". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO10126-2". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO10126-2PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO10126PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO7816-4". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO7816-4PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/NOPADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/PKCS5". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/PKCS5PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/PKCS7". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/PKCS7PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/TBC". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/TBCPADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/X9.23". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/X9.23PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ZEROBYTE". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ZEROBYTEPADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO10126". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO10126-2". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO10126-2PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO10126PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO7816-4". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO7816-4PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/NOPADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/PKCS5". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/PKCS5PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/PKCS7". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/PKCS7PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/TBC". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/TBCPADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/X9.23". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/X9.23PADDING". 19:28:21,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ZEROBYTE". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ZEROBYTEPADDING". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO10126". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO10126-2". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO10126-2PADDING". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO10126PADDING". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO7816-4". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO7816-4PADDING". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/NOPADDING". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/PKCS5". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/PKCS5PADDING". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/PKCS7". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/PKCS7PADDING". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/TBC". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/TBCPADDING". 19:28:21,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/X9.23". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/X9.23PADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ZEROBYTE". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ZEROBYTEPADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO10126". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO10126-2". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO10126-2PADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO10126PADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO7816-4". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO7816-4PADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/NOPADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/PKCS5". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/PKCS5PADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/PKCS7". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/PKCS7PADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/TBC". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/TBCPADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/X9.23". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/X9.23PADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ZEROBYTE". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ZEROBYTEPADDING". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/". 19:28:21,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO10126". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO10126-2". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO10126-2PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO10126PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO7816-4". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO7816-4PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/NOPADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/PKCS5". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/PKCS5PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/PKCS7". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/PKCS7PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/TBC". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/TBCPADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/X9.23". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/X9.23PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ZEROBYTE". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ZEROBYTEPADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO10126". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO10126-2". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO10126-2PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO10126PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO7816-4". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO7816-4PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/NOPADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/PKCS5". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/PKCS5PADDING". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/PKCS7". 19:28:21,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/PKCS7PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/TBC". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/TBCPADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/X9.23". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/X9.23PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ZEROBYTE". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ZEROBYTEPADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO10126". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO10126-2". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO10126-2PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO10126PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO7816-4". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO7816-4PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/NOPADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/PKCS5". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/PKCS5PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/PKCS7". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/PKCS7PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/TBC". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/TBCPADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/X9.23". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/X9.23PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ZEROBYTE". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ZEROBYTEPADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO10126". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO10126-2". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO10126-2PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO10126PADDING". 19:28:21,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO7816-4". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO7816-4PADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/NOPADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/PKCS5". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/PKCS5PADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/PKCS7". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/PKCS7PADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/TBC". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/TBCPADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/X9.23". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/X9.23PADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ZEROBYTE". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ZEROBYTEPADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO10126". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO10126-2". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO10126-2PADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO10126PADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO7816-4". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO7816-4PADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/NOPADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/PKCS5". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/PKCS5PADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/PKCS7". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/PKCS7PADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/TBC". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/TBCPADDING". 19:28:21,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/X9.23". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/X9.23PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ZEROBYTE". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ZEROBYTEPADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO10126". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO10126-2". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO10126-2PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO10126PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO7816-4". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO7816-4PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/NOPADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/PKCS5". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/PKCS5PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/PKCS7". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/PKCS7PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/TBC". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/TBCPADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/X9.23". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/X9.23PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ZEROBYTE". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ZEROBYTEPADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO10126". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO10126-2". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO10126-2PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO10126PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO7816-4". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO7816-4PADDING". 19:28:21,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/NOPADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/PKCS5". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/PKCS5PADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/PKCS7". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/PKCS7PADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/TBC". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/TBCPADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/X9.23". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/X9.23PADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ZEROBYTE". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ZEROBYTEPADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO10126". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO10126-2". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO10126-2PADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO10126PADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO7816-4". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO7816-4PADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/NOPADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/PKCS5". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/PKCS5PADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/PKCS7". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/PKCS7PADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/TBC". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/TBCPADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/X9.23". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/X9.23PADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ZEROBYTE". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ZEROBYTEPADDING". 19:28:21,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO10126". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO10126-2". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO10126-2PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO10126PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO7816-4". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO7816-4PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/NOPADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/PKCS5". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/PKCS5PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/PKCS7". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/PKCS7PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/TBC". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/TBCPADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/X9.23". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/X9.23PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ZEROBYTE". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ZEROBYTEPADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO10126". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO10126-2". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO10126-2PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO10126PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO7816-4". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO7816-4PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/NOPADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/PKCS5". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/PKCS5PADDING". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/PKCS7". 19:28:21,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/PKCS7PADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/TBC". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/TBCPADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/X9.23". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/X9.23PADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ZEROBYTE". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ZEROBYTEPADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO10126". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO10126-2". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO10126-2PADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO10126PADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO7816-4". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO7816-4PADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/NOPADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/PKCS5". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/PKCS5PADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/PKCS7". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/PKCS7PADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/TBC". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/TBCPADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/X9.23". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/X9.23PADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ZEROBYTE". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ZEROBYTEPADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO10126". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO10126-2". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO10126-2PADDING". 19:28:21,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO10126PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO7816-4". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO7816-4PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/NOPADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/PKCS5". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/PKCS5PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/PKCS7". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/PKCS7PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/TBC". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/TBCPADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/X9.23". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/X9.23PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ZEROBYTE". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ZEROBYTEPADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO10126". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO10126-2". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO10126-2PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO10126PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO7816-4". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO7816-4PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/NOPADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/PKCS5". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/PKCS5PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/PKCS7". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/PKCS7PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/TBC". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/TBCPADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/X9.23". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/X9.23PADDING". 19:28:21,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ZEROBYTE". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ZEROBYTEPADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO10126". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO10126-2". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO10126-2PADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO10126PADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO7816-4". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO7816-4PADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/NOPADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/PKCS5". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/PKCS5PADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/PKCS7". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/PKCS7PADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/TBC". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/TBCPADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/X9.23". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/X9.23PADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ZEROBYTE". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ZEROBYTEPADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO10126". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO10126-2". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO10126-2PADDING". 19:28:21,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO10126PADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO7816-4". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO7816-4PADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/NOPADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/PKCS5". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/PKCS5PADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/PKCS7". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/PKCS7PADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/TBC". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/TBCPADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/X9.23". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/X9.23PADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ZEROBYTE". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ZEROBYTEPADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6//". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6//NOPADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC-CTS/". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC-CTS/NOPADDING". 19:28:21,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO10126". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO10126-2". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO10126-2PADDING". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO10126PADDING". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO7816-4". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO7816-4PADDING". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/NOPADDING". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/PKCS5". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/PKCS5PADDING". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/PKCS7". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/PKCS7PADDING". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/TBC". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/TBCPADDING". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/X9.23". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/X9.23PADDING". 19:28:21,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ZEROBYTE". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ZEROBYTEPADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CCM/". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CCM/NOPADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO10126". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO10126-2". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO10126-2PADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO10126PADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO7816-4". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO7816-4PADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/NOPADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/PKCS5". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/PKCS5PADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/PKCS7". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/PKCS7PADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/TBC". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/TBCPADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/X9.23". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/X9.23PADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ZEROBYTE". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ZEROBYTEPADDING". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO10126". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO10126-2". 19:28:21,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO10126-2PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO10126PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO7816-4". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO7816-4PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/NOPADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/PKCS5". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/PKCS5PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/PKCS7". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/PKCS7PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/TBC". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/TBCPADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/X9.23". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/X9.23PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ZEROBYTE". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ZEROBYTEPADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO10126". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO10126-2". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO10126-2PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO10126PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO7816-4". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO7816-4PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/NOPADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/PKCS5". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/PKCS5PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/PKCS7". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/PKCS7PADDING". 19:28:21,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/TBC". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/TBCPADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/X9.23". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/X9.23PADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ZEROBYTE". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ZEROBYTEPADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO10126". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO10126-2". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO10126-2PADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO10126PADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO7816-4". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO7816-4PADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/NOPADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/PKCS5". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/PKCS5PADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/PKCS7". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/PKCS7PADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/TBC". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/TBCPADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/X9.23". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/X9.23PADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ZEROBYTE". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ZEROBYTEPADDING". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO10126". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO10126-2". 19:28:21,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO10126-2PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO10126PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO7816-4". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO7816-4PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/NOPADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/PKCS5". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/PKCS5PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/PKCS7". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/PKCS7PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/TBC". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/TBCPADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/X9.23". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/X9.23PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ZEROBYTE". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ZEROBYTEPADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO10126". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO10126-2". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO10126-2PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO10126PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO7816-4". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO7816-4PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/NOPADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/PKCS5". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/PKCS5PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/PKCS7". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/PKCS7PADDING". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/TBC". 19:28:21,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/TBCPADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/X9.23". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/X9.23PADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ZEROBYTE". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ZEROBYTEPADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO10126". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO10126-2". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO10126-2PADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO10126PADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO7816-4". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO7816-4PADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/NOPADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/PKCS5". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/PKCS5PADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/PKCS7". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/PKCS7PADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/TBC". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/TBCPADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/X9.23". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/X9.23PADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ZEROBYTE". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ZEROBYTEPADDING". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO10126". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO10126-2". 19:28:21,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO10126-2PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO10126PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO7816-4". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO7816-4PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/NOPADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/PKCS5". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/PKCS5PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/PKCS7". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/PKCS7PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/TBC". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/TBCPADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/X9.23". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/X9.23PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ZEROBYTE". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ZEROBYTEPADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO10126". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO10126-2". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO10126-2PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO10126PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO7816-4". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO7816-4PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/NOPADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/PKCS5". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/PKCS5PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/PKCS7". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/PKCS7PADDING". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/TBC". 19:28:21,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/TBCPADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/X9.23". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/X9.23PADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ZEROBYTE". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ZEROBYTEPADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO10126". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO10126-2". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO10126-2PADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO10126PADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO7816-4". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO7816-4PADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/NOPADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/PKCS5". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/PKCS5PADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/PKCS7". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/PKCS7PADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/TBC". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/TBCPADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/X9.23". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/X9.23PADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ZEROBYTE". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ZEROBYTEPADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO10126". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO10126-2". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO10126-2PADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO10126PADDING". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO7816-4". 19:28:21,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO7816-4PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/NOPADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/PKCS5". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/PKCS5PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/PKCS7". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/PKCS7PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/TBC". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/TBCPADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/X9.23". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/X9.23PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ZEROBYTE". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ZEROBYTEPADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO10126". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO10126-2". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO10126-2PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO10126PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO7816-4". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO7816-4PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/NOPADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/PKCS5". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/PKCS5PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/PKCS7". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/PKCS7PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/TBC". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/TBCPADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/X9.23". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/X9.23PADDING". 19:28:21,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ZEROBYTE". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ZEROBYTEPADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO10126". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO10126-2". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO10126-2PADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO10126PADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO7816-4". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO7816-4PADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/NOPADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/PKCS5". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/PKCS5PADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/PKCS7". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/PKCS7PADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/TBC". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/TBCPADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/X9.23". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/X9.23PADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ZEROBYTE". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ZEROBYTEPADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO10126". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO10126-2". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO10126-2PADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO10126PADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO7816-4". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO7816-4PADDING". 19:28:21,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/NOPADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/PKCS5". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/PKCS5PADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/PKCS7". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/PKCS7PADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/TBC". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/TBCPADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/X9.23". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/X9.23PADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ZEROBYTE". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ZEROBYTEPADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO10126". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO10126-2". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO10126-2PADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO10126PADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO7816-4". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO7816-4PADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/NOPADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/PKCS5". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/PKCS5PADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/PKCS7". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/PKCS7PADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/TBC". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/TBCPADDING". 19:28:21,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/X9.23". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/X9.23PADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ZEROBYTE". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ZEROBYTEPADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO10126". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO10126-2". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO10126-2PADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO10126PADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO7816-4". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO7816-4PADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/NOPADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/PKCS5". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/PKCS5PADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/PKCS7". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/PKCS7PADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/TBC". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/TBCPADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/X9.23". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/X9.23PADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ZEROBYTE". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ZEROBYTEPADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO10126". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO10126-2". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO10126-2PADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO10126PADDING". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO7816-4". 19:28:21,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO7816-4PADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/NOPADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/PKCS5". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/PKCS5PADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/PKCS7". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/PKCS7PADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/TBC". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/TBCPADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/X9.23". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/X9.23PADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ZEROBYTE". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ZEROBYTEPADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO10126". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO10126-2". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO10126-2PADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO10126PADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO7816-4". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO7816-4PADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/NOPADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/PKCS5". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/PKCS5PADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/PKCS7". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/PKCS7PADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/TBC". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/TBCPADDING". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/X9.23". 19:28:21,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/X9.23PADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ZEROBYTE". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ZEROBYTEPADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO10126". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO10126-2". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO10126-2PADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO10126PADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO7816-4". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO7816-4PADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/NOPADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/PKCS5". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/PKCS5PADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/PKCS7". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/PKCS7PADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/TBC". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/TBCPADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/X9.23". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/X9.23PADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ZEROBYTE". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ZEROBYTEPADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO10126". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO10126-2". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO10126-2PADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO10126PADDING". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO7816-4". 19:28:21,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO7816-4PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/NOPADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/PKCS5". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/PKCS5PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/PKCS7". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/PKCS7PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/TBC". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/TBCPADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/X9.23". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/X9.23PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ZEROBYTE". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ZEROBYTEPADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO10126". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO10126-2". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO10126-2PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO10126PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO7816-4". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO7816-4PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/NOPADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/PKCS5". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/PKCS5PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/PKCS7". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/PKCS7PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/TBC". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/TBCPADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/X9.23". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/X9.23PADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ZEROBYTE". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ZEROBYTEPADDING". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/". 19:28:21,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO10126". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO10126-2". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO10126-2PADDING". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO10126PADDING". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO7816-4". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO7816-4PADDING". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/NOPADDING". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/PKCS5". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/PKCS5PADDING". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/PKCS7". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/PKCS7PADDING". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/TBC". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/TBCPADDING". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/X9.23". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/X9.23PADDING". 19:28:21,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ZEROBYTE". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ZEROBYTEPADDING". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO10126". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO10126-2". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO10126-2PADDING". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO10126PADDING". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO7816-4". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO7816-4PADDING". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/NOPADDING". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/PKCS5". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/PKCS5PADDING". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/PKCS7". 19:28:21,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/PKCS7PADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/TBC". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/TBCPADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/X9.23". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/X9.23PADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ZEROBYTE". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ZEROBYTEPADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO10126". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO10126-2". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO10126-2PADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO10126PADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO7816-4". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO7816-4PADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/NOPADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/PKCS5". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/PKCS5PADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/PKCS7". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/PKCS7PADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/TBC". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/TBCPADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/X9.23". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/X9.23PADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ZEROBYTE". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ZEROBYTEPADDING". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO10126". 19:28:21,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO10126-2". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO10126-2PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO10126PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO7816-4". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO7816-4PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/NOPADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/PKCS5". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/PKCS5PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/PKCS7". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/PKCS7PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/TBC". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/TBCPADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/X9.23". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/X9.23PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ZEROBYTE". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ZEROBYTEPADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO10126". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO10126-2". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO10126-2PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO10126PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO7816-4". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO7816-4PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/NOPADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/PKCS5". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/PKCS5PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/PKCS7". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/PKCS7PADDING". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/TBC". 19:28:21,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/TBCPADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/X9.23". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/X9.23PADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ZEROBYTE". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ZEROBYTEPADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO10126". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO10126-2". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO10126-2PADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO10126PADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO7816-4". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO7816-4PADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/NOPADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/PKCS5". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/PKCS5PADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/PKCS7". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/PKCS7PADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/TBC". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/TBCPADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/X9.23". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/X9.23PADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ZEROBYTE". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ZEROBYTEPADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO10126". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO10126-2". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO10126-2PADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO10126PADDING". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO7816-4". 19:28:21,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO7816-4PADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/NOPADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/PKCS5". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/PKCS5PADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/PKCS7". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/PKCS7PADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/TBC". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/TBCPADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/X9.23". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/X9.23PADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ZEROBYTE". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ZEROBYTEPADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO10126". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO10126-2". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO10126-2PADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO10126PADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO7816-4". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO7816-4PADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/NOPADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/PKCS5". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/PKCS5PADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/PKCS7". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/PKCS7PADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/TBC". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/TBCPADDING". 19:28:21,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/X9.23". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/X9.23PADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ZEROBYTE". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ZEROBYTEPADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO10126". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO10126-2". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO10126-2PADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO10126PADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO7816-4". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO7816-4PADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/NOPADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/PKCS5". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/PKCS5PADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/PKCS7". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/PKCS7PADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/TBC". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/TBCPADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/X9.23". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/X9.23PADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ZEROBYTE". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ZEROBYTEPADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO10126". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO10126-2". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO10126-2PADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO10126PADDING". 19:28:21,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO7816-4". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO7816-4PADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/NOPADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/PKCS5". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/PKCS5PADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/PKCS7". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/PKCS7PADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/TBC". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/TBCPADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/X9.23". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/X9.23PADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ZEROBYTE". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ZEROBYTEPADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO10126". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO10126-2". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO10126-2PADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO10126PADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO7816-4". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO7816-4PADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/NOPADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/PKCS5". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/PKCS5PADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/PKCS7". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/PKCS7PADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/TBC". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/TBCPADDING". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/X9.23". 19:28:21,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/X9.23PADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ZEROBYTE". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ZEROBYTEPADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO10126". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO10126-2". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO10126-2PADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO10126PADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO7816-4". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO7816-4PADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/NOPADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/PKCS5". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/PKCS5PADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/PKCS7". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/PKCS7PADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/TBC". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/TBCPADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/X9.23". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/X9.23PADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ZEROBYTE". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ZEROBYTEPADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CTS/". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CTS/NOPADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/EAX/". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/EAX/NOPADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/ECB/". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/ECB/NOPADDING". 19:28:21,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/GCM/". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/GCM/NOPADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO10126". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO10126-2". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO10126-2PADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO10126PADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO7816-4". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO7816-4PADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/NOPADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/PKCS5". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/PKCS5PADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/PKCS7". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/PKCS7PADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/TBC". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/TBCPADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/X9.23". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/X9.23PADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ZEROBYTE". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ZEROBYTEPADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO10126". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO10126-2". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO10126-2PADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO10126PADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO7816-4". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO7816-4PADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/NOPADDING". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/PKCS5". 19:28:21,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/PKCS5PADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/PKCS7". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/PKCS7PADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/TBC". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/TBCPADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/X9.23". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/X9.23PADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ZEROBYTE". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ZEROBYTEPADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO10126". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO10126-2". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO10126-2PADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO10126PADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO7816-4". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO7816-4PADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/NOPADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/PKCS5". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/PKCS5PADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/PKCS7". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/PKCS7PADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/TBC". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/TBCPADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/X9.23". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/X9.23PADDING". 19:28:21,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ZEROBYTE". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ZEROBYTEPADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO10126". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO10126-2". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO10126-2PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO10126PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO7816-4". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO7816-4PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/NOPADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/PKCS5". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/PKCS5PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/PKCS7". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/PKCS7PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/TBC". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/TBCPADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/X9.23". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/X9.23PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ZEROBYTE". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ZEROBYTEPADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO10126". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO10126-2". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO10126-2PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO10126PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO7816-4". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO7816-4PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/NOPADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/PKCS5". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/PKCS5PADDING". 19:28:21,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/PKCS7". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/PKCS7PADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/TBC". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/TBCPADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/X9.23". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/X9.23PADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ZEROBYTE". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ZEROBYTEPADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO10126". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO10126-2". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO10126-2PADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO10126PADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO7816-4". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO7816-4PADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/NOPADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/PKCS5". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/PKCS5PADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/PKCS7". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/PKCS7PADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/TBC". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/TBCPADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/X9.23". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/X9.23PADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ZEROBYTE". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ZEROBYTEPADDING". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO10126". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO10126-2". 19:28:21,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO10126-2PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO10126PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO7816-4". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO7816-4PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/NOPADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/PKCS5". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/PKCS5PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/PKCS7". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/PKCS7PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/TBC". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/TBCPADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/X9.23". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/X9.23PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ZEROBYTE". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ZEROBYTEPADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO10126". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO10126-2". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO10126-2PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO10126PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO7816-4". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO7816-4PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/NOPADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/PKCS5". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/PKCS5PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/PKCS7". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/PKCS7PADDING". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/TBC". 19:28:21,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/TBCPADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/X9.23". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/X9.23PADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ZEROBYTE". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ZEROBYTEPADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO10126". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO10126-2". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO10126-2PADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO10126PADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO7816-4". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO7816-4PADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/NOPADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/PKCS5". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/PKCS5PADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/PKCS7". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/PKCS7PADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/TBC". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/TBCPADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/X9.23". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/X9.23PADDING". 19:28:21,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ZEROBYTE". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ZEROBYTEPADDING". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO10126". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO10126-2". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO10126-2PADDING". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO10126PADDING". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO7816-4". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO7816-4PADDING". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/NOPADDING". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/PKCS5". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/PKCS5PADDING". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/PKCS7". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/PKCS7PADDING". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/TBC". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/TBCPADDING". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/X9.23". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/X9.23PADDING". 19:28:21,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ZEROBYTE". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ZEROBYTEPADDING". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO10126". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO10126-2". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO10126-2PADDING". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO10126PADDING". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO7816-4". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO7816-4PADDING". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/NOPADDING". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/PKCS5". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/PKCS5PADDING". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/PKCS7". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/PKCS7PADDING". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/TBC". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/TBCPADDING". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/X9.23". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/X9.23PADDING". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ZEROBYTE". 19:28:21,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ZEROBYTEPADDING". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO10126". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO10126-2". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO10126-2PADDING". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO10126PADDING". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO7816-4". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO7816-4PADDING". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/NOPADDING". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/PKCS5". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/PKCS5PADDING". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/PKCS7". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/PKCS7PADDING". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/TBC". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/TBCPADDING". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/X9.23". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/X9.23PADDING". 19:28:21,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ZEROBYTE". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ZEROBYTEPADDING". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO10126". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO10126-2". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO10126-2PADDING". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO10126PADDING". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO7816-4". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO7816-4PADDING". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/NOPADDING". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/PKCS5". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/PKCS5PADDING". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/PKCS7". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/PKCS7PADDING". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/TBC". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/TBCPADDING". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/X9.23". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/X9.23PADDING". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ZEROBYTE". 19:28:21,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ZEROBYTEPADDING". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO10126". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO10126-2". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO10126-2PADDING". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO10126PADDING". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO7816-4". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO7816-4PADDING". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/NOPADDING". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/PKCS5". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/PKCS5PADDING". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/PKCS7". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/PKCS7PADDING". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/TBC". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/TBCPADDING". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/X9.23". 19:28:21,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/X9.23PADDING". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ZEROBYTE". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ZEROBYTEPADDING". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO10126". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO10126-2". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO10126-2PADDING". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO10126PADDING". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO7816-4". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO7816-4PADDING". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/NOPADDING". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/PKCS5". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/PKCS5PADDING". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/PKCS7". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/PKCS7PADDING". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/TBC". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/TBCPADDING". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/X9.23". 19:28:21,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/X9.23PADDING". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ZEROBYTE". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ZEROBYTEPADDING". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO10126". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO10126-2". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO10126-2PADDING". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO10126PADDING". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO7816-4". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO7816-4PADDING". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/NOPADDING". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/PKCS5". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/PKCS5PADDING". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/PKCS7". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/PKCS7PADDING". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/TBC". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/TBCPADDING". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/X9.23". 19:28:21,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/X9.23PADDING". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ZEROBYTE". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ZEROBYTEPADDING". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO10126". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO10126-2". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO10126-2PADDING". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO10126PADDING". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO7816-4". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO7816-4PADDING". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/NOPADDING". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/PKCS5". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/PKCS5PADDING". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/PKCS7". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/PKCS7PADDING". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/TBC". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/TBCPADDING". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/X9.23". 19:28:21,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/X9.23PADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ZEROBYTE". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ZEROBYTEPADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO10126". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO10126-2". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO10126-2PADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO10126PADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO7816-4". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO7816-4PADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/NOPADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/PKCS5". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/PKCS5PADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/PKCS7". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/PKCS7PADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/TBC". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/TBCPADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/X9.23". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/X9.23PADDING". 19:28:21,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ZEROBYTE". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ZEROBYTEPADDING". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO10126". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO10126-2". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO10126-2PADDING". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO10126PADDING". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO7816-4". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO7816-4PADDING". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/NOPADDING". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/PKCS5". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/PKCS5PADDING". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/PKCS7". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/PKCS7PADDING". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/TBC". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/TBCPADDING". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/X9.23". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/X9.23PADDING". 19:28:21,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ZEROBYTE". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ZEROBYTEPADDING". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO10126". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO10126-2". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO10126-2PADDING". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO10126PADDING". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO7816-4". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO7816-4PADDING". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/NOPADDING". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/PKCS5". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/PKCS5PADDING". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/PKCS7". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/PKCS7PADDING". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/TBC". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/TBCPADDING". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/X9.23". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/X9.23PADDING". 19:28:21,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ZEROBYTE". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ZEROBYTEPADDING". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO10126". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO10126-2". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO10126-2PADDING". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO10126PADDING". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO7816-4". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO7816-4PADDING". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/NOPADDING". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/PKCS5". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/PKCS5PADDING". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/PKCS7". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/PKCS7PADDING". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/TBC". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/TBCPADDING". 19:28:21,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/X9.23". 19:28:21,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/X9.23PADDING". 19:28:21,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ZEROBYTE". 19:28:21,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ZEROBYTEPADDING". 19:28:21,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/". 19:28:21,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO10126". 19:28:21,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO10126-2". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO10126-2PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO10126PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO7816-4". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO7816-4PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/NOPADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/PKCS5". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/PKCS5PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/PKCS7". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/PKCS7PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/TBC". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/TBCPADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/X9.23". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/X9.23PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ZEROBYTE". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ZEROBYTEPADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO10126". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO10126-2". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO10126-2PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO10126PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO7816-4". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO7816-4PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/NOPADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/PKCS5". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/PKCS5PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/PKCS7". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/PKCS7PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/TBC". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/TBCPADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/X9.23". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/X9.23PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ZEROBYTE". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ZEROBYTEPADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO10126". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO10126-2". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO10126-2PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO10126PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO7816-4". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO7816-4PADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/NOPADDING". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/PKCS5". 19:28:21,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/PKCS5PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/PKCS7". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/PKCS7PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/TBC". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/TBCPADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/X9.23". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/X9.23PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ZEROBYTE". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ZEROBYTEPADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO10126". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO10126-2". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO10126-2PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO10126PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO7816-4". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO7816-4PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/NOPADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/PKCS5". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/PKCS5PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/PKCS7". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/PKCS7PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/TBC". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/TBCPADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/X9.23". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/X9.23PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ZEROBYTE". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ZEROBYTEPADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO10126". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO10126-2". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO10126-2PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO10126PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO7816-4". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO7816-4PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/NOPADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/PKCS5". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/PKCS5PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/PKCS7". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/PKCS7PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/TBC". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/TBCPADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/X9.23". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/X9.23PADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ZEROBYTE". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ZEROBYTEPADDING". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO10126". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO10126-2". 19:28:21,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO10126-2PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO10126PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO7816-4". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO7816-4PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/NOPADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/PKCS5". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/PKCS5PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/PKCS7". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/PKCS7PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/TBC". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/TBCPADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/X9.23". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/X9.23PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ZEROBYTE". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ZEROBYTEPADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO10126". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO10126-2". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO10126-2PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO10126PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO7816-4". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO7816-4PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/NOPADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/PKCS5". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/PKCS5PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/PKCS7". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/PKCS7PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/TBC". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/TBCPADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/X9.23". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/X9.23PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ZEROBYTE". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ZEROBYTEPADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO10126". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO10126-2". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO10126-2PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO10126PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO7816-4". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO7816-4PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/NOPADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/PKCS5". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/PKCS5PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/PKCS7". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/PKCS7PADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/TBC". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/TBCPADDING". 19:28:21,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/X9.23". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/X9.23PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ZEROBYTE". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ZEROBYTEPADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO10126". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO10126-2". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO10126-2PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO10126PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO7816-4". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO7816-4PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/NOPADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/PKCS5". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/PKCS5PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/PKCS7". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/PKCS7PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/TBC". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/TBCPADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/X9.23". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/X9.23PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ZEROBYTE". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ZEROBYTEPADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO10126". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO10126-2". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO10126-2PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO10126PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO7816-4". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO7816-4PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/NOPADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/PKCS5". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/PKCS5PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/PKCS7". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/PKCS7PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/TBC". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/TBCPADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/X9.23". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/X9.23PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ZEROBYTE". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ZEROBYTEPADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO10126". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO10126-2". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO10126-2PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO10126PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO7816-4". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO7816-4PADDING". 19:28:21,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/NOPADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/PKCS5". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/PKCS5PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/PKCS7". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/PKCS7PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/TBC". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/TBCPADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/X9.23". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/X9.23PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ZEROBYTE". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ZEROBYTEPADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO10126". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO10126-2". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO10126-2PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO10126PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO7816-4". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO7816-4PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/NOPADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/PKCS5". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/PKCS5PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/PKCS7". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/PKCS7PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/TBC". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/TBCPADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/X9.23". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/X9.23PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ZEROBYTE". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ZEROBYTEPADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO10126". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO10126-2". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO10126-2PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO10126PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO7816-4". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO7816-4PADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/NOPADDING". 19:28:21,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/PKCS5". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/PKCS5PADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/PKCS7". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/PKCS7PADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/TBC". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/TBCPADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/X9.23". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/X9.23PADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ZEROBYTE". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ZEROBYTEPADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES//". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES//NOPADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC-CTS/". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC-CTS/NOPADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO10126". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO10126-2". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO10126-2PADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO10126PADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO7816-4". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO7816-4PADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/NOPADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/PKCS5". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/PKCS5PADDING". 19:28:21,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/PKCS7". 19:28:21,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/PKCS7PADDING". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/TBC". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/TBCPADDING". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/X9.23". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/X9.23PADDING". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ZEROBYTE". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ZEROBYTEPADDING". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO10126". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO10126-2". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO10126-2PADDING". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO10126PADDING". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO7816-4". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO7816-4PADDING". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/NOPADDING". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/PKCS5". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/PKCS5PADDING". 19:28:21,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/PKCS7". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/PKCS7PADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/TBC". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/TBCPADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/X9.23". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/X9.23PADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ZEROBYTE". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ZEROBYTEPADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO10126". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO10126-2". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO10126-2PADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO10126PADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO7816-4". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO7816-4PADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/NOPADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/PKCS5". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/PKCS5PADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/PKCS7". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/PKCS7PADDING". 19:28:21,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/TBC". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/TBCPADDING". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/X9.23". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/X9.23PADDING". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ZEROBYTE". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ZEROBYTEPADDING". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO10126". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO10126-2". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO10126-2PADDING". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO10126PADDING". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO7816-4". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO7816-4PADDING". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/NOPADDING". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/PKCS5". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/PKCS5PADDING". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/PKCS7". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/PKCS7PADDING". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/TBC". 19:28:21,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/TBCPADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/X9.23". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/X9.23PADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ZEROBYTE". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ZEROBYTEPADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO10126". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO10126-2". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO10126-2PADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO10126PADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO7816-4". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO7816-4PADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/NOPADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/PKCS5". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/PKCS5PADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/PKCS7". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/PKCS7PADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/TBC". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/TBCPADDING". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/X9.23". 19:28:21,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/X9.23PADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ZEROBYTE". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ZEROBYTEPADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO10126". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO10126-2". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO10126-2PADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO10126PADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO7816-4". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO7816-4PADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/NOPADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/PKCS5". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/PKCS5PADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/PKCS7". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/PKCS7PADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/TBC". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/TBCPADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/X9.23". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/X9.23PADDING". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ZEROBYTE". 19:28:21,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ZEROBYTEPADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO10126". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO10126-2". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO10126-2PADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO10126PADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO7816-4". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO7816-4PADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/NOPADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/PKCS5". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/PKCS5PADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/PKCS7". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/PKCS7PADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/TBC". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/TBCPADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/X9.23". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/X9.23PADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ZEROBYTE". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ZEROBYTEPADDING". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/". 19:28:21,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO10126". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO10126-2". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO10126-2PADDING". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO10126PADDING". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO7816-4". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO7816-4PADDING". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/NOPADDING". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/PKCS5". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/PKCS5PADDING". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/PKCS7". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/PKCS7PADDING". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/TBC". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/TBCPADDING". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/X9.23". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/X9.23PADDING". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ZEROBYTE". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ZEROBYTEPADDING". 19:28:21,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO10126". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO10126-2". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO10126-2PADDING". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO10126PADDING". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO7816-4". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO7816-4PADDING". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/NOPADDING". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/PKCS5". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/PKCS5PADDING". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/PKCS7". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/PKCS7PADDING". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/TBC". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/TBCPADDING". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/X9.23". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/X9.23PADDING". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ZEROBYTE". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ZEROBYTEPADDING". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO10126". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO10126-2". 19:28:21,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO10126-2PADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO10126PADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO7816-4". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO7816-4PADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/NOPADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/PKCS5". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/PKCS5PADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/PKCS7". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/PKCS7PADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/TBC". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/TBCPADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/X9.23". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/X9.23PADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ZEROBYTE". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ZEROBYTEPADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO10126". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO10126-2". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO10126-2PADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO10126PADDING". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO7816-4". 19:28:21,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO7816-4PADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/NOPADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/PKCS5". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/PKCS5PADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/PKCS7". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/PKCS7PADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/TBC". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/TBCPADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/X9.23". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/X9.23PADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ZEROBYTE". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ZEROBYTEPADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO10126". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO10126-2". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO10126-2PADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO10126PADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO7816-4". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO7816-4PADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/NOPADDING". 19:28:21,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/PKCS5". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/PKCS5PADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/PKCS7". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/PKCS7PADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/TBC". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/TBCPADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/X9.23". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/X9.23PADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ZEROBYTE". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ZEROBYTEPADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO10126". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO10126-2". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO10126-2PADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO10126PADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO7816-4". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO7816-4PADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/NOPADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/PKCS5". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/PKCS5PADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/PKCS7". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/PKCS7PADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/TBC". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/TBCPADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/X9.23". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/X9.23PADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ZEROBYTE". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ZEROBYTEPADDING". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO10126". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO10126-2". 19:28:21,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO10126-2PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO10126PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO7816-4". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO7816-4PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/NOPADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/PKCS5". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/PKCS5PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/PKCS7". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/PKCS7PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/TBC". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/TBCPADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/X9.23". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/X9.23PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ZEROBYTE". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ZEROBYTEPADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO10126". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO10126-2". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO10126-2PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO10126PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO7816-4". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO7816-4PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/NOPADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/PKCS5". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/PKCS5PADDING". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/PKCS7". 19:28:21,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/PKCS7PADDING". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/TBC". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/TBCPADDING". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/X9.23". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/X9.23PADDING". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ZEROBYTE". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ZEROBYTEPADDING". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO10126". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO10126-2". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO10126-2PADDING". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO10126PADDING". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO7816-4". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO7816-4PADDING". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/NOPADDING". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/PKCS5". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/PKCS5PADDING". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/PKCS7". 19:28:21,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/PKCS7PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/TBC". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/TBCPADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/X9.23". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/X9.23PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ZEROBYTE". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ZEROBYTEPADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO10126". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO10126-2". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO10126-2PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO10126PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO7816-4". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO7816-4PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/NOPADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/PKCS5". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/PKCS5PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/PKCS7". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/PKCS7PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/TBC". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/TBCPADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/X9.23". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/X9.23PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ZEROBYTE". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ZEROBYTEPADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO10126". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO10126-2". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO10126-2PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO10126PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO7816-4". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO7816-4PADDING". 19:28:21,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/NOPADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/PKCS5". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/PKCS5PADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/PKCS7". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/PKCS7PADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/TBC". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/TBCPADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/X9.23". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/X9.23PADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ZEROBYTE". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ZEROBYTEPADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO10126". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO10126-2". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO10126-2PADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO10126PADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO7816-4". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO7816-4PADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/NOPADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/PKCS5". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/PKCS5PADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/PKCS7". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/PKCS7PADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/TBC". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/TBCPADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/X9.23". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/X9.23PADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ZEROBYTE". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ZEROBYTEPADDING". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO10126". 19:28:21,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO10126-2". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO10126-2PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO10126PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO7816-4". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO7816-4PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/NOPADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/PKCS5". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/PKCS5PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/PKCS7". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/PKCS7PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/TBC". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/TBCPADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/X9.23". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/X9.23PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ZEROBYTE". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ZEROBYTEPADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO10126". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO10126-2". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO10126-2PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO10126PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO7816-4". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO7816-4PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/NOPADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/PKCS5". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/PKCS5PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/PKCS7". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/PKCS7PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/TBC". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/TBCPADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/X9.23". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/X9.23PADDING". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ZEROBYTE". 19:28:21,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ZEROBYTEPADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO10126". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO10126-2". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO10126-2PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO10126PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO7816-4". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO7816-4PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/NOPADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/PKCS5". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/PKCS5PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/PKCS7". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/PKCS7PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/TBC". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/TBCPADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/X9.23". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/X9.23PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ZEROBYTE". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ZEROBYTEPADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO10126". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO10126-2". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO10126-2PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO10126PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO7816-4". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO7816-4PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/NOPADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/PKCS5". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/PKCS5PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/PKCS7". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/PKCS7PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/TBC". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/TBCPADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/X9.23". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/X9.23PADDING". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ZEROBYTE". 19:28:21,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ZEROBYTEPADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO10126". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO10126-2". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO10126-2PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO10126PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO7816-4". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO7816-4PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/NOPADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/PKCS5". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/PKCS5PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/PKCS7". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/PKCS7PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/TBC". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/TBCPADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/X9.23". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/X9.23PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ZEROBYTE". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ZEROBYTEPADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO10126". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO10126-2". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO10126-2PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO10126PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO7816-4". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO7816-4PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/NOPADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/PKCS5". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/PKCS5PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/PKCS7". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/PKCS7PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/TBC". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/TBCPADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/X9.23". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/X9.23PADDING". 19:28:21,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ZEROBYTE". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ZEROBYTEPADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO10126". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO10126-2". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO10126-2PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO10126PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO7816-4". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO7816-4PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/NOPADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/PKCS5". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/PKCS5PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/PKCS7". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/PKCS7PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/TBC". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/TBCPADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/X9.23". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/X9.23PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ZEROBYTE". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ZEROBYTEPADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO10126". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO10126-2". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO10126-2PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO10126PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO7816-4". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO7816-4PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/NOPADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/PKCS5". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/PKCS5PADDING". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/PKCS7". 19:28:21,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/PKCS7PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/TBC". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/TBCPADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/X9.23". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/X9.23PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ZEROBYTE". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ZEROBYTEPADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO10126". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO10126-2". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO10126-2PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO10126PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO7816-4". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO7816-4PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/NOPADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/PKCS5". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/PKCS5PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/PKCS7". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/PKCS7PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/TBC". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/TBCPADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/X9.23". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/X9.23PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ZEROBYTE". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ZEROBYTEPADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO10126". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO10126-2". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO10126-2PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO10126PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO7816-4". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO7816-4PADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/NOPADDING". 19:28:21,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/PKCS5". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/PKCS5PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/PKCS7". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/PKCS7PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/TBC". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/TBCPADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/X9.23". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/X9.23PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ZEROBYTE". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ZEROBYTEPADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO10126". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO10126-2". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO10126-2PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO10126PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO7816-4". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO7816-4PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/NOPADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/PKCS5". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/PKCS5PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/PKCS7". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/PKCS7PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/TBC". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/TBCPADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/X9.23". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/X9.23PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ZEROBYTE". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ZEROBYTEPADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO10126". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO10126-2". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO10126-2PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO10126PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO7816-4". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO7816-4PADDING". 19:28:21,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/NOPADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/PKCS5". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/PKCS5PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/PKCS7". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/PKCS7PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/TBC". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/TBCPADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/X9.23". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/X9.23PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ZEROBYTE". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ZEROBYTEPADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO10126". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO10126-2". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO10126-2PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO10126PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO7816-4". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO7816-4PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/NOPADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/PKCS5". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/PKCS5PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/PKCS7". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/PKCS7PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/TBC". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/TBCPADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/X9.23". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/X9.23PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ZEROBYTE". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ZEROBYTEPADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO10126". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO10126-2". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO10126-2PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO10126PADDING". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO7816-4". 19:28:21,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO7816-4PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/NOPADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/PKCS5". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/PKCS5PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/PKCS7". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/PKCS7PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/TBC". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/TBCPADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/X9.23". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/X9.23PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ZEROBYTE". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ZEROBYTEPADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO10126". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO10126-2". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO10126-2PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO10126PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO7816-4". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO7816-4PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/NOPADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/PKCS5". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/PKCS5PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/PKCS7". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/PKCS7PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/TBC". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/TBCPADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/X9.23". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/X9.23PADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ZEROBYTE". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ZEROBYTEPADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CTS/". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CTS/NOPADDING". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/EAX/". 19:28:21,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/EAX/NOPADDING". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/ECB/". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/ECB/NOPADDING". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO10126". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO10126-2". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO10126-2PADDING". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO10126PADDING". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO7816-4". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO7816-4PADDING". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/NOPADDING". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/PKCS5". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/PKCS5PADDING". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/PKCS7". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/PKCS7PADDING". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/TBC". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/TBCPADDING". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/X9.23". 19:28:21,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/X9.23PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ZEROBYTE". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ZEROBYTEPADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO10126". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO10126-2". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO10126-2PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO10126PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO7816-4". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO7816-4PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/NOPADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/PKCS5". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/PKCS5PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/PKCS7". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/PKCS7PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/TBC". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/TBCPADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/X9.23". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/X9.23PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ZEROBYTE". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ZEROBYTEPADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO10126". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO10126-2". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO10126-2PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO10126PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO7816-4". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO7816-4PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/NOPADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/PKCS5". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/PKCS5PADDING". 19:28:21,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/PKCS7". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/PKCS7PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/TBC". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/TBCPADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/X9.23". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/X9.23PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ZEROBYTE". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ZEROBYTEPADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO10126". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO10126-2". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO10126-2PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO10126PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO7816-4". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO7816-4PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/NOPADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/PKCS5". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/PKCS5PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/PKCS7". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/PKCS7PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/TBC". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/TBCPADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/X9.23". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/X9.23PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ZEROBYTE". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ZEROBYTEPADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO10126". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO10126-2". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO10126-2PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO10126PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO7816-4". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO7816-4PADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/NOPADDING". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/PKCS5". 19:28:21,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/PKCS5PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/PKCS7". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/PKCS7PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/TBC". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/TBCPADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/X9.23". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/X9.23PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ZEROBYTE". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ZEROBYTEPADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO10126". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO10126-2". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO10126-2PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO10126PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO7816-4". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO7816-4PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/NOPADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/PKCS5". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/PKCS5PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/PKCS7". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/PKCS7PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/TBC". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/TBCPADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/X9.23". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/X9.23PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ZEROBYTE". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ZEROBYTEPADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO10126". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO10126-2". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO10126-2PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO10126PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO7816-4". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO7816-4PADDING". 19:28:21,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/NOPADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/PKCS5". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/PKCS5PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/PKCS7". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/PKCS7PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/TBC". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/TBCPADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/X9.23". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/X9.23PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ZEROBYTE". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ZEROBYTEPADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO10126". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO10126-2". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO10126-2PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO10126PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO7816-4". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO7816-4PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/NOPADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/PKCS5". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/PKCS5PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/PKCS7". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/PKCS7PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/TBC". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/TBCPADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/X9.23". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/X9.23PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ZEROBYTE". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ZEROBYTEPADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO10126". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO10126-2". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO10126-2PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO10126PADDING". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO7816-4". 19:28:21,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO7816-4PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/NOPADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/PKCS5". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/PKCS5PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/PKCS7". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/PKCS7PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/TBC". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/TBCPADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/X9.23". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/X9.23PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ZEROBYTE". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ZEROBYTEPADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO10126". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO10126-2". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO10126-2PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO10126PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO7816-4". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO7816-4PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/NOPADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/PKCS5". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/PKCS5PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/PKCS7". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/PKCS7PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/TBC". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/TBCPADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/X9.23". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/X9.23PADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ZEROBYTE". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ZEROBYTEPADDING". 19:28:21,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO10126". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO10126-2". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO10126-2PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO10126PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO7816-4". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO7816-4PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/NOPADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/PKCS5". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/PKCS5PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/PKCS7". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/PKCS7PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/TBC". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/TBCPADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/X9.23". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/X9.23PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ZEROBYTE". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ZEROBYTEPADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO10126". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO10126-2". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO10126-2PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO10126PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO7816-4". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO7816-4PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/NOPADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/PKCS5". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/PKCS5PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/PKCS7". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/PKCS7PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/TBC". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/TBCPADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/X9.23". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/X9.23PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ZEROBYTE". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ZEROBYTEPADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO10126". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO10126-2". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO10126-2PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO10126PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO7816-4". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO7816-4PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/NOPADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/PKCS5". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/PKCS5PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/PKCS7". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/PKCS7PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/TBC". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/TBCPADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/X9.23". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/X9.23PADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ZEROBYTE". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ZEROBYTEPADDING". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO10126". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO10126-2". 19:28:21,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO10126-2PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO10126PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO7816-4". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO7816-4PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/NOPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/PKCS5". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/PKCS5PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/PKCS7". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/PKCS7PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/TBC". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/TBCPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/X9.23". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/X9.23PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ZEROBYTE". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ZEROBYTEPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO10126". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO10126-2". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO10126-2PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO10126PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO7816-4". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO7816-4PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/NOPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/PKCS5". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/PKCS5PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/PKCS7". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/PKCS7PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/TBC". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/TBCPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/X9.23". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/X9.23PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ZEROBYTE". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ZEROBYTEPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO10126". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO10126-2". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO10126-2PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO10126PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO7816-4". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO7816-4PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/NOPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/PKCS5". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/PKCS5PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/PKCS7". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/PKCS7PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/TBC". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/TBCPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/X9.23". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/X9.23PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ZEROBYTE". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ZEROBYTEPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO10126". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO10126-2". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO10126-2PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO10126PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO7816-4". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO7816-4PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/NOPADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/PKCS5". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/PKCS5PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/PKCS7". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/PKCS7PADDING". 19:28:21,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/TBC". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/TBCPADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/X9.23". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/X9.23PADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ZEROBYTE". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ZEROBYTEPADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO10126". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO10126-2". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO10126-2PADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO10126PADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO7816-4". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO7816-4PADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/NOPADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/PKCS5". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/PKCS5PADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/PKCS7". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/PKCS7PADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/TBC". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/TBCPADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/X9.23". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/X9.23PADDING". 19:28:21,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ZEROBYTE". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ZEROBYTEPADDING". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO10126". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO10126-2". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO10126-2PADDING". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO10126PADDING". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO7816-4". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO7816-4PADDING". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/NOPADDING". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/PKCS5". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/PKCS5PADDING". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/PKCS7". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/PKCS7PADDING". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/TBC". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/TBCPADDING". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/X9.23". 19:28:21,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/X9.23PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ZEROBYTE". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ZEROBYTEPADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO10126". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO10126-2". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO10126-2PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO10126PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO7816-4". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO7816-4PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/NOPADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/PKCS5". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/PKCS5PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/PKCS7". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/PKCS7PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/TBC". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/TBCPADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/X9.23". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/X9.23PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ZEROBYTE". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ZEROBYTEPADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO10126". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO10126-2". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO10126-2PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO10126PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO7816-4". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO7816-4PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/NOPADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/PKCS5". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/PKCS5PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/PKCS7". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/PKCS7PADDING". 19:28:21,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/TBC". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/TBCPADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/X9.23". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/X9.23PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ZEROBYTE". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ZEROBYTEPADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO10126". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO10126-2". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO10126-2PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO10126PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO7816-4". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO7816-4PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/NOPADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/PKCS5". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/PKCS5PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/PKCS7". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/PKCS7PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/TBC". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/TBCPADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/X9.23". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/X9.23PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ZEROBYTE". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ZEROBYTEPADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO10126". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO10126-2". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO10126-2PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO10126PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO7816-4". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO7816-4PADDING". 19:28:21,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/NOPADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/PKCS5". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/PKCS5PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/PKCS7". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/PKCS7PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/TBC". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/TBCPADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/X9.23". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/X9.23PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ZEROBYTE". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ZEROBYTEPADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO10126". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO10126-2". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO10126-2PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO10126PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO7816-4". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO7816-4PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/NOPADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/PKCS5". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/PKCS5PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/PKCS7". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/PKCS7PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/TBC". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/TBCPADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/X9.23". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/X9.23PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ZEROBYTE". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ZEROBYTEPADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO10126". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO10126-2". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO10126-2PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO10126PADDING". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO7816-4". 19:28:21,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO7816-4PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/NOPADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/PKCS5". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/PKCS5PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/PKCS7". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/PKCS7PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/TBC". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/TBCPADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/X9.23". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/X9.23PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ZEROBYTE". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ZEROBYTEPADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO10126". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO10126-2". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO10126-2PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO10126PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO7816-4". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO7816-4PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/NOPADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/PKCS5". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/PKCS5PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/PKCS7". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/PKCS7PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/TBC". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/TBCPADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/X9.23". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/X9.23PADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ZEROBYTE". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ZEROBYTEPADDING". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO10126". 19:28:21,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO10126-2". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO10126-2PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO10126PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO7816-4". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO7816-4PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/NOPADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/PKCS5". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/PKCS5PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/PKCS7". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/PKCS7PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/TBC". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/TBCPADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/X9.23". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/X9.23PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ZEROBYTE". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ZEROBYTEPADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO10126". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO10126-2". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO10126-2PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO10126PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO7816-4". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO7816-4PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/NOPADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/PKCS5". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/PKCS5PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/PKCS7". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/PKCS7PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/TBC". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/TBCPADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/X9.23". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/X9.23PADDING". 19:28:21,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ZEROBYTE". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ZEROBYTEPADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO10126". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO10126-2". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO10126-2PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO10126PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO7816-4". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO7816-4PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/NOPADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/PKCS5". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/PKCS5PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/PKCS7". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/PKCS7PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/TBC". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/TBCPADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/X9.23". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/X9.23PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ZEROBYTE". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ZEROBYTEPADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO10126". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO10126-2". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO10126-2PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO10126PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO7816-4". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO7816-4PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/NOPADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/PKCS5". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/PKCS5PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/PKCS7". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/PKCS7PADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/TBC". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/TBCPADDING". 19:28:21,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/X9.23". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/X9.23PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ZEROBYTE". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ZEROBYTEPADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO10126". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO10126-2". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO10126-2PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO10126PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO7816-4". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO7816-4PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/NOPADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/PKCS5". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/PKCS5PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/PKCS7". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/PKCS7PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/TBC". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/TBCPADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/X9.23". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/X9.23PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ZEROBYTE". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ZEROBYTEPADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO10126". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO10126-2". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO10126-2PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO10126PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO7816-4". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO7816-4PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/NOPADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/PKCS5". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/PKCS5PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/PKCS7". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/PKCS7PADDING". 19:28:21,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/TBC". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/TBCPADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/X9.23". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/X9.23PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ZEROBYTE". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ZEROBYTEPADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO10126". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO10126-2". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO10126-2PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO10126PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO7816-4". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO7816-4PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/NOPADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/PKCS5". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/PKCS5PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/PKCS7". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/PKCS7PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/TBC". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/TBCPADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/X9.23". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/X9.23PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ZEROBYTE". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ZEROBYTEPADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO10126". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO10126-2". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO10126-2PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO10126PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO7816-4". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO7816-4PADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/NOPADDING". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/PKCS5". 19:28:21,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/PKCS5PADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/PKCS7". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/PKCS7PADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/TBC". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/TBCPADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/X9.23". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/X9.23PADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ZEROBYTE". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ZEROBYTEPADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO10126". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO10126-2". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO10126-2PADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO10126PADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO7816-4". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO7816-4PADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/NOPADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/PKCS5". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/PKCS5PADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/PKCS7". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/PKCS7PADDING". 19:28:21,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/TBC". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/TBCPADDING". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/X9.23". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/X9.23PADDING". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ZEROBYTE". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ZEROBYTEPADDING". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE//". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE//NOPADDING". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC-CTS/". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC-CTS/NOPADDING". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO10126". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO10126-2". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO10126-2PADDING". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO10126PADDING". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO7816-4". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO7816-4PADDING". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/NOPADDING". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/PKCS5". 19:28:21,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/PKCS5PADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/PKCS7". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/PKCS7PADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/TBC". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/TBCPADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/X9.23". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/X9.23PADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ZEROBYTE". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ZEROBYTEPADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO10126". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO10126-2". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO10126-2PADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO10126PADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO7816-4". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO7816-4PADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/NOPADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/PKCS5". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/PKCS5PADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/PKCS7". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/PKCS7PADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/TBC". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/TBCPADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/X9.23". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/X9.23PADDING". 19:28:21,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ZEROBYTE". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ZEROBYTEPADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO10126". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO10126-2". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO10126-2PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO10126PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO7816-4". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO7816-4PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/NOPADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/PKCS5". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/PKCS5PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/PKCS7". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/PKCS7PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/TBC". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/TBCPADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/X9.23". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/X9.23PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ZEROBYTE". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ZEROBYTEPADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO10126". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO10126-2". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO10126-2PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO10126PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO7816-4". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO7816-4PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/NOPADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/PKCS5". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/PKCS5PADDING". 19:28:21,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/PKCS7". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/PKCS7PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/TBC". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/TBCPADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/X9.23". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/X9.23PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ZEROBYTE". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ZEROBYTEPADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO10126". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO10126-2". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO10126-2PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO10126PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO7816-4". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO7816-4PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/NOPADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/PKCS5". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/PKCS5PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/PKCS7". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/PKCS7PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/TBC". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/TBCPADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/X9.23". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/X9.23PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ZEROBYTE". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ZEROBYTEPADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO10126". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO10126-2". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO10126-2PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO10126PADDING". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO7816-4". 19:28:21,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO7816-4PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/NOPADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/PKCS5". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/PKCS5PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/PKCS7". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/PKCS7PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/TBC". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/TBCPADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/X9.23". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/X9.23PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ZEROBYTE". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ZEROBYTEPADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO10126". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO10126-2". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO10126-2PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO10126PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO7816-4". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO7816-4PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/NOPADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/PKCS5". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/PKCS5PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/PKCS7". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/PKCS7PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/TBC". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/TBCPADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/X9.23". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/X9.23PADDING". 19:28:21,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ZEROBYTE". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ZEROBYTEPADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO10126". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO10126-2". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO10126-2PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO10126PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO7816-4". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO7816-4PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/NOPADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/PKCS5". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/PKCS5PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/PKCS7". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/PKCS7PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/TBC". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/TBCPADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/X9.23". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/X9.23PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ZEROBYTE". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ZEROBYTEPADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO10126". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO10126-2". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO10126-2PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO10126PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO7816-4". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO7816-4PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/NOPADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/PKCS5". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/PKCS5PADDING". 19:28:21,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/PKCS7". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/PKCS7PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/TBC". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/TBCPADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/X9.23". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/X9.23PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ZEROBYTE". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ZEROBYTEPADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO10126". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO10126-2". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO10126-2PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO10126PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO7816-4". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO7816-4PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/NOPADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/PKCS5". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/PKCS5PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/PKCS7". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/PKCS7PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/TBC". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/TBCPADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/X9.23". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/X9.23PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ZEROBYTE". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ZEROBYTEPADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO10126". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO10126-2". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO10126-2PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO10126PADDING". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO7816-4". 19:28:21,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO7816-4PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/NOPADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/PKCS5". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/PKCS5PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/PKCS7". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/PKCS7PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/TBC". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/TBCPADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/X9.23". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/X9.23PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ZEROBYTE". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ZEROBYTEPADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO10126". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO10126-2". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO10126-2PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO10126PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO7816-4". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO7816-4PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/NOPADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/PKCS5". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/PKCS5PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/PKCS7". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/PKCS7PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/TBC". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/TBCPADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/X9.23". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/X9.23PADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ZEROBYTE". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ZEROBYTEPADDING". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO10126". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO10126-2". 19:28:21,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO10126-2PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO10126PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO7816-4". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO7816-4PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/NOPADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/PKCS5". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/PKCS5PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/PKCS7". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/PKCS7PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/TBC". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/TBCPADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/X9.23". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/X9.23PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ZEROBYTE". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ZEROBYTEPADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO10126". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO10126-2". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO10126-2PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO10126PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO7816-4". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO7816-4PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/NOPADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/PKCS5". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/PKCS5PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/PKCS7". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/PKCS7PADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/TBC". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/TBCPADDING". 19:28:21,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/X9.23". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/X9.23PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ZEROBYTE". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ZEROBYTEPADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO10126". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO10126-2". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO10126-2PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO10126PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO7816-4". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO7816-4PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/NOPADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/PKCS5". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/PKCS5PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/PKCS7". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/PKCS7PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/TBC". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/TBCPADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/X9.23". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/X9.23PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ZEROBYTE". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ZEROBYTEPADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO10126". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO10126-2". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO10126-2PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO10126PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO7816-4". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO7816-4PADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/NOPADDING". 19:28:21,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/PKCS5". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/PKCS5PADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/PKCS7". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/PKCS7PADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/TBC". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/TBCPADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/X9.23". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/X9.23PADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ZEROBYTE". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ZEROBYTEPADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO10126". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO10126-2". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO10126-2PADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO10126PADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO7816-4". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO7816-4PADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/NOPADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/PKCS5". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/PKCS5PADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/PKCS7". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/PKCS7PADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/TBC". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/TBCPADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/X9.23". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/X9.23PADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ZEROBYTE". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ZEROBYTEPADDING". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO10126". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO10126-2". 19:28:21,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO10126-2PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO10126PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO7816-4". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO7816-4PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/NOPADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/PKCS5". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/PKCS5PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/PKCS7". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/PKCS7PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/TBC". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/TBCPADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/X9.23". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/X9.23PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ZEROBYTE". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ZEROBYTEPADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO10126". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO10126-2". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO10126-2PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO10126PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO7816-4". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO7816-4PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/NOPADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/PKCS5". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/PKCS5PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/PKCS7". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/PKCS7PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/TBC". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/TBCPADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/X9.23". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/X9.23PADDING". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ZEROBYTE". 19:28:21,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ZEROBYTEPADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO10126". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO10126-2". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO10126-2PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO10126PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO7816-4". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO7816-4PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/NOPADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/PKCS5". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/PKCS5PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/PKCS7". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/PKCS7PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/TBC". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/TBCPADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/X9.23". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/X9.23PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ZEROBYTE". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ZEROBYTEPADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO10126". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO10126-2". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO10126-2PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO10126PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO7816-4". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO7816-4PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/NOPADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/PKCS5". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/PKCS5PADDING". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/PKCS7". 19:28:21,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/PKCS7PADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/TBC". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/TBCPADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/X9.23". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/X9.23PADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ZEROBYTE". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ZEROBYTEPADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO10126". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO10126-2". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO10126-2PADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO10126PADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO7816-4". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO7816-4PADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/NOPADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/PKCS5". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/PKCS5PADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/PKCS7". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/PKCS7PADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/TBC". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/TBCPADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/X9.23". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/X9.23PADDING". 19:28:21,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ZEROBYTE". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ZEROBYTEPADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO10126". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO10126-2". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO10126-2PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO10126PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO7816-4". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO7816-4PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/NOPADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/PKCS5". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/PKCS5PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/PKCS7". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/PKCS7PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/TBC". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/TBCPADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/X9.23". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/X9.23PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ZEROBYTE". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ZEROBYTEPADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO10126". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO10126-2". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO10126-2PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO10126PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO7816-4". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO7816-4PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/NOPADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/PKCS5". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/PKCS5PADDING". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/PKCS7". 19:28:21,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/PKCS7PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/TBC". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/TBCPADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/X9.23". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/X9.23PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ZEROBYTE". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ZEROBYTEPADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO10126". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO10126-2". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO10126-2PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO10126PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO7816-4". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO7816-4PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/NOPADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/PKCS5". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/PKCS5PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/PKCS7". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/PKCS7PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/TBC". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/TBCPADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/X9.23". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/X9.23PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ZEROBYTE". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ZEROBYTEPADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO10126". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO10126-2". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO10126-2PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO10126PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO7816-4". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO7816-4PADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/NOPADDING". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/PKCS5". 19:28:21,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/PKCS5PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/PKCS7". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/PKCS7PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/TBC". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/TBCPADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/X9.23". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/X9.23PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ZEROBYTE". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ZEROBYTEPADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO10126". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO10126-2". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO10126-2PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO10126PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO7816-4". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO7816-4PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/NOPADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/PKCS5". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/PKCS5PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/PKCS7". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/PKCS7PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/TBC". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/TBCPADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/X9.23". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/X9.23PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ZEROBYTE". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ZEROBYTEPADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO10126". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO10126-2". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO10126-2PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO10126PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO7816-4". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO7816-4PADDING". 19:28:21,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/NOPADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/PKCS5". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/PKCS5PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/PKCS7". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/PKCS7PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/TBC". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/TBCPADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/X9.23". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/X9.23PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ZEROBYTE". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ZEROBYTEPADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO10126". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO10126-2". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO10126-2PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO10126PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO7816-4". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO7816-4PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/NOPADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/PKCS5". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/PKCS5PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/PKCS7". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/PKCS7PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/TBC". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/TBCPADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/X9.23". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/X9.23PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ZEROBYTE". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ZEROBYTEPADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO10126". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO10126-2". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO10126-2PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO10126PADDING". 19:28:21,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO7816-4". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO7816-4PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/NOPADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/PKCS5". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/PKCS5PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/PKCS7". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/PKCS7PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/TBC". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/TBCPADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/X9.23". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/X9.23PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ZEROBYTE". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ZEROBYTEPADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO10126". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO10126-2". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO10126-2PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO10126PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO7816-4". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO7816-4PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/NOPADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/PKCS5". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/PKCS5PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/PKCS7". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/PKCS7PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/TBC". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/TBCPADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/X9.23". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/X9.23PADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ZEROBYTE". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ZEROBYTEPADDING". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO10126". 19:28:21,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO10126-2". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO10126-2PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO10126PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO7816-4". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO7816-4PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/NOPADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/PKCS5". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/PKCS5PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/PKCS7". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/PKCS7PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/TBC". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/TBCPADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/X9.23". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/X9.23PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ZEROBYTE". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ZEROBYTEPADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO10126". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO10126-2". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO10126-2PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO10126PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO7816-4". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO7816-4PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/NOPADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/PKCS5". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/PKCS5PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/PKCS7". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/PKCS7PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/TBC". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/TBCPADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/X9.23". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/X9.23PADDING". 19:28:21,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ZEROBYTE". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ZEROBYTEPADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO10126". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO10126-2". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO10126-2PADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO10126PADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO7816-4". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO7816-4PADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/NOPADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/PKCS5". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/PKCS5PADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/PKCS7". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/PKCS7PADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/TBC". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/TBCPADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/X9.23". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/X9.23PADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ZEROBYTE". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ZEROBYTEPADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CTS/". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CTS/NOPADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/EAX/". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/EAX/NOPADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/ECB/". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/ECB/NOPADDING". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO10126". 19:28:21,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO10126-2". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO10126-2PADDING". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO10126PADDING". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO7816-4". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO7816-4PADDING". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/NOPADDING". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/PKCS5". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/PKCS5PADDING". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/PKCS7". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/PKCS7PADDING". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/TBC". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/TBCPADDING". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/X9.23". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/X9.23PADDING". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ZEROBYTE". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ZEROBYTEPADDING". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO10126". 19:28:21,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO10126-2". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO10126-2PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO10126PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO7816-4". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO7816-4PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/NOPADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/PKCS5". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/PKCS5PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/PKCS7". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/PKCS7PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/TBC". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/TBCPADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/X9.23". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/X9.23PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ZEROBYTE". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ZEROBYTEPADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO10126". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO10126-2". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO10126-2PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO10126PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO7816-4". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO7816-4PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/NOPADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/PKCS5". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/PKCS5PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/PKCS7". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/PKCS7PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/TBC". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/TBCPADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/X9.23". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/X9.23PADDING". 19:28:21,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ZEROBYTE". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ZEROBYTEPADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO10126". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO10126-2". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO10126-2PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO10126PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO7816-4". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO7816-4PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/NOPADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/PKCS5". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/PKCS5PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/PKCS7". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/PKCS7PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/TBC". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/TBCPADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/X9.23". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/X9.23PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ZEROBYTE". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ZEROBYTEPADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO10126". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO10126-2". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO10126-2PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO10126PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO7816-4". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO7816-4PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/NOPADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/PKCS5". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/PKCS5PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/PKCS7". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/PKCS7PADDING". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/TBC". 19:28:21,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/TBCPADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/X9.23". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/X9.23PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ZEROBYTE". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ZEROBYTEPADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO10126". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO10126-2". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO10126-2PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO10126PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO7816-4". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO7816-4PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/NOPADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/PKCS5". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/PKCS5PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/PKCS7". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/PKCS7PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/TBC". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/TBCPADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/X9.23". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/X9.23PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ZEROBYTE". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ZEROBYTEPADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO10126". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO10126-2". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO10126-2PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO10126PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO7816-4". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO7816-4PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/NOPADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/PKCS5". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/PKCS5PADDING". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/PKCS7". 19:28:21,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/PKCS7PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/TBC". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/TBCPADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/X9.23". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/X9.23PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ZEROBYTE". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ZEROBYTEPADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO10126". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO10126-2". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO10126-2PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO10126PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO7816-4". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO7816-4PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/NOPADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/PKCS5". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/PKCS5PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/PKCS7". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/PKCS7PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/TBC". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/TBCPADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/X9.23". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/X9.23PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ZEROBYTE". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ZEROBYTEPADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO10126". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO10126-2". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO10126-2PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO10126PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO7816-4". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO7816-4PADDING". 19:28:21,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/NOPADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/PKCS5". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/PKCS5PADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/PKCS7". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/PKCS7PADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/TBC". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/TBCPADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/X9.23". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/X9.23PADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ZEROBYTE". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ZEROBYTEPADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO10126". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO10126-2". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO10126-2PADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO10126PADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO7816-4". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO7816-4PADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/NOPADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/PKCS5". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/PKCS5PADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/PKCS7". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/PKCS7PADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/TBC". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/TBCPADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/X9.23". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/X9.23PADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ZEROBYTE". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ZEROBYTEPADDING". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO10126". 19:28:21,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO10126-2". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO10126-2PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO10126PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO7816-4". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO7816-4PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/NOPADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/PKCS5". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/PKCS5PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/PKCS7". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/PKCS7PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/TBC". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/TBCPADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/X9.23". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/X9.23PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ZEROBYTE". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ZEROBYTEPADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO10126". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO10126-2". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO10126-2PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO10126PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO7816-4". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO7816-4PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/NOPADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/PKCS5". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/PKCS5PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/PKCS7". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/PKCS7PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/TBC". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/TBCPADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/X9.23". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/X9.23PADDING". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ZEROBYTE". 19:28:21,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ZEROBYTEPADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO10126". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO10126-2". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO10126-2PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO10126PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO7816-4". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO7816-4PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/NOPADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/PKCS5". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/PKCS5PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/PKCS7". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/PKCS7PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/TBC". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/TBCPADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/X9.23". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/X9.23PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ZEROBYTE". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ZEROBYTEPADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO10126". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO10126-2". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO10126-2PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO10126PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO7816-4". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO7816-4PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/NOPADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/PKCS5". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/PKCS5PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/PKCS7". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/PKCS7PADDING". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/TBC". 19:28:21,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/TBCPADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/X9.23". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/X9.23PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ZEROBYTE". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ZEROBYTEPADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO10126". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO10126-2". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO10126-2PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO10126PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO7816-4". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO7816-4PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/NOPADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/PKCS5". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/PKCS5PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/PKCS7". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/PKCS7PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/TBC". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/TBCPADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/X9.23". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/X9.23PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ZEROBYTE". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ZEROBYTEPADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO10126". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO10126-2". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO10126-2PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO10126PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO7816-4". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO7816-4PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/NOPADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/PKCS5". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/PKCS5PADDING". 19:28:21,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/PKCS7". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/PKCS7PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/TBC". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/TBCPADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/X9.23". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/X9.23PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ZEROBYTE". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ZEROBYTEPADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO10126". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO10126-2". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO10126-2PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO10126PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO7816-4". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO7816-4PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/NOPADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/PKCS5". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/PKCS5PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/PKCS7". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/PKCS7PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/TBC". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/TBCPADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/X9.23". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/X9.23PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ZEROBYTE". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ZEROBYTEPADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO10126". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO10126-2". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO10126-2PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO10126PADDING". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO7816-4". 19:28:21,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO7816-4PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/NOPADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/PKCS5". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/PKCS5PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/PKCS7". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/PKCS7PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/TBC". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/TBCPADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/X9.23". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/X9.23PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ZEROBYTE". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ZEROBYTEPADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO10126". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO10126-2". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO10126-2PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO10126PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO7816-4". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO7816-4PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/NOPADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/PKCS5". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/PKCS5PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/PKCS7". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/PKCS7PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/TBC". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/TBCPADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/X9.23". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/X9.23PADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ZEROBYTE". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ZEROBYTEPADDING". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO10126". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO10126-2". 19:28:21,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO10126-2PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO10126PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO7816-4". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO7816-4PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/NOPADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/PKCS5". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/PKCS5PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/PKCS7". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/PKCS7PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/TBC". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/TBCPADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/X9.23". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/X9.23PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ZEROBYTE". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ZEROBYTEPADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO10126". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO10126-2". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO10126-2PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO10126PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO7816-4". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO7816-4PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/NOPADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/PKCS5". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/PKCS5PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/PKCS7". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/PKCS7PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/TBC". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/TBCPADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/X9.23". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/X9.23PADDING". 19:28:21,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ZEROBYTE". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ZEROBYTEPADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO10126". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO10126-2". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO10126-2PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO10126PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO7816-4". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO7816-4PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/NOPADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/PKCS5". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/PKCS5PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/PKCS7". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/PKCS7PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/TBC". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/TBCPADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/X9.23". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/X9.23PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ZEROBYTE". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ZEROBYTEPADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO10126". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO10126-2". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO10126-2PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO10126PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO7816-4". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO7816-4PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/NOPADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/PKCS5". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/PKCS5PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/PKCS7". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/PKCS7PADDING". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/TBC". 19:28:21,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/TBCPADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/X9.23". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/X9.23PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ZEROBYTE". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ZEROBYTEPADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO10126". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO10126-2". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO10126-2PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO10126PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO7816-4". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO7816-4PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/NOPADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/PKCS5". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/PKCS5PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/PKCS7". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/PKCS7PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/TBC". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/TBCPADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/X9.23". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/X9.23PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ZEROBYTE". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ZEROBYTEPADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO10126". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO10126-2". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO10126-2PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO10126PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO7816-4". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO7816-4PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/NOPADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/PKCS5". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/PKCS5PADDING". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/PKCS7". 19:28:21,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/PKCS7PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/TBC". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/TBCPADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/X9.23". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/X9.23PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ZEROBYTE". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ZEROBYTEPADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO10126". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO10126-2". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO10126-2PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO10126PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO7816-4". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO7816-4PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/NOPADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/PKCS5". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/PKCS5PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/PKCS7". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/PKCS7PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/TBC". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/TBCPADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/X9.23". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/X9.23PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ZEROBYTE". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ZEROBYTEPADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO10126". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO10126-2". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO10126-2PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO10126PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO7816-4". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO7816-4PADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/NOPADDING". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/PKCS5". 19:28:21,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/PKCS5PADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/PKCS7". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/PKCS7PADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/TBC". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/TBCPADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/X9.23". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/X9.23PADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ZEROBYTE". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ZEROBYTEPADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO10126". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO10126-2". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO10126-2PADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO10126PADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO7816-4". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO7816-4PADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/NOPADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/PKCS5". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/PKCS5PADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/PKCS7". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/PKCS7PADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/TBC". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/TBCPADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/X9.23". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/X9.23PADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ZEROBYTE". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ZEROBYTEPADDING". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO10126". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO10126-2". 19:28:21,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO10126-2PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO10126PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO7816-4". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO7816-4PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/NOPADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/PKCS5". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/PKCS5PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/PKCS7". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/PKCS7PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/TBC". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/TBCPADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/X9.23". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/X9.23PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ZEROBYTE". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ZEROBYTEPADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO10126". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO10126-2". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO10126-2PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO10126PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO7816-4". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO7816-4PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/NOPADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/PKCS5". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/PKCS5PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/PKCS7". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/PKCS7PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/TBC". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/TBCPADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/X9.23". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/X9.23PADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ZEROBYTE". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ZEROBYTEPADDING". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/". 19:28:21,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO10126". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO10126-2". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO10126-2PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO10126PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO7816-4". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO7816-4PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/NOPADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/PKCS5". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/PKCS5PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/PKCS7". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/PKCS7PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/TBC". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/TBCPADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/X9.23". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/X9.23PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ZEROBYTE". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ZEROBYTEPADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO10126". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO10126-2". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO10126-2PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO10126PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO7816-4". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO7816-4PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/NOPADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/PKCS5". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/PKCS5PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/PKCS7". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/PKCS7PADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/TBC". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/TBCPADDING". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/X9.23". 19:28:21,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/X9.23PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ZEROBYTE". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ZEROBYTEPADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO10126". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO10126-2". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO10126-2PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO10126PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO7816-4". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO7816-4PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/NOPADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/PKCS5". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/PKCS5PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/PKCS7". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/PKCS7PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/TBC". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/TBCPADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/X9.23". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/X9.23PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ZEROBYTE". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ZEROBYTEPADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO10126". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO10126-2". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO10126-2PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO10126PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO7816-4". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO7816-4PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/NOPADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/PKCS5". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/PKCS5PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/PKCS7". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/PKCS7PADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/TBC". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/TBCPADDING". 19:28:21,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/X9.23". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/X9.23PADDING". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ZEROBYTE". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ZEROBYTEPADDING". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO10126". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO10126-2". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO10126-2PADDING". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO10126PADDING". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO7816-4". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO7816-4PADDING". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/NOPADDING". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/PKCS5". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/PKCS5PADDING". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/PKCS7". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/PKCS7PADDING". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/TBC". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/TBCPADDING". 19:28:21,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/X9.23". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/X9.23PADDING". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ZEROBYTE". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ZEROBYTEPADDING". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//ISO9796-1". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//ISO9796-1PADDING". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//NOPADDING". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//OAEP". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//OAEPPADDING". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//OAEPWITHSHA1ANDMGF1". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//OAEPWITHSHA1ANDMGF1PADDING". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//PKCS1". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//PKCS1PADDING". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/ISO9796-1". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/ISO9796-1PADDING". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/NOPADDING". 19:28:21,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/OAEP". 19:28:21,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/OAEPPADDING". 19:28:21,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/OAEPWITHSHA1ANDMGF1". 19:28:21,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/OAEPWITHSHA1ANDMGF1PADDING". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/PKCS1". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/PKCS1PADDING". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147//". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147//NOPADDING". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC-CTS/". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC-CTS/NOPADDING". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO10126". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO10126-2". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO10126-2PADDING". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO10126PADDING". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO7816-4". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO7816-4PADDING". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/NOPADDING". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/PKCS5". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/PKCS5PADDING". 19:28:21,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/PKCS7". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/PKCS7PADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/TBC". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/TBCPADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/X9.23". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/X9.23PADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ZEROBYTE". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ZEROBYTEPADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO10126". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO10126-2". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO10126-2PADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO10126PADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO7816-4". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO7816-4PADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/NOPADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/PKCS5". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/PKCS5PADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/PKCS7". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/PKCS7PADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/TBC". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/TBCPADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/X9.23". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/X9.23PADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ZEROBYTE". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ZEROBYTEPADDING". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/". 19:28:21,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO10126". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO10126-2". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO10126-2PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO10126PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO7816-4". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO7816-4PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/NOPADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/PKCS5". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/PKCS5PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/PKCS7". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/PKCS7PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/TBC". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/TBCPADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/X9.23". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/X9.23PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ZEROBYTE". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ZEROBYTEPADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO10126". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO10126-2". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO10126-2PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO10126PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO7816-4". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO7816-4PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/NOPADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/PKCS5". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/PKCS5PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/PKCS7". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/PKCS7PADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/TBC". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/TBCPADDING". 19:28:21,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/X9.23". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/X9.23PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ZEROBYTE". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ZEROBYTEPADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO10126". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO10126-2". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO10126-2PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO10126PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO7816-4". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO7816-4PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/NOPADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/PKCS5". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/PKCS5PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/PKCS7". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/PKCS7PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/TBC". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/TBCPADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/X9.23". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/X9.23PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ZEROBYTE". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ZEROBYTEPADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO10126". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO10126-2". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO10126-2PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO10126PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO7816-4". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO7816-4PADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/NOPADDING". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/PKCS5". 19:28:21,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/PKCS5PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/PKCS7". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/PKCS7PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/TBC". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/TBCPADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/X9.23". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/X9.23PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ZEROBYTE". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ZEROBYTEPADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO10126". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO10126-2". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO10126-2PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO10126PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO7816-4". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO7816-4PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/NOPADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/PKCS5". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/PKCS5PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/PKCS7". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/PKCS7PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/TBC". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/TBCPADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/X9.23". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/X9.23PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ZEROBYTE". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ZEROBYTEPADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO10126". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO10126-2". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO10126-2PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO10126PADDING". 19:28:21,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO7816-4". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO7816-4PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/NOPADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/PKCS5". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/PKCS5PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/PKCS7". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/PKCS7PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/TBC". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/TBCPADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/X9.23". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/X9.23PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ZEROBYTE". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ZEROBYTEPADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO10126". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO10126-2". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO10126-2PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO10126PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO7816-4". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO7816-4PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/NOPADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/PKCS5". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/PKCS5PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/PKCS7". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/PKCS7PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/TBC". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/TBCPADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/X9.23". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/X9.23PADDING". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ZEROBYTE". 19:28:21,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ZEROBYTEPADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO10126". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO10126-2". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO10126-2PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO10126PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO7816-4". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO7816-4PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/NOPADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/PKCS5". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/PKCS5PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/PKCS7". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/PKCS7PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/TBC". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/TBCPADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/X9.23". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/X9.23PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ZEROBYTE". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ZEROBYTEPADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO10126". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO10126-2". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO10126-2PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO10126PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO7816-4". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO7816-4PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/NOPADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/PKCS5". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/PKCS5PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/PKCS7". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/PKCS7PADDING". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/TBC". 19:28:21,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/TBCPADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/X9.23". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/X9.23PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ZEROBYTE". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ZEROBYTEPADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO10126". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO10126-2". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO10126-2PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO10126PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO7816-4". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO7816-4PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/NOPADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/PKCS5". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/PKCS5PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/PKCS7". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/PKCS7PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/TBC". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/TBCPADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/X9.23". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/X9.23PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ZEROBYTE". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ZEROBYTEPADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO10126". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO10126-2". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO10126-2PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO10126PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO7816-4". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO7816-4PADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/NOPADDING". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/PKCS5". 19:28:21,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/PKCS5PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/PKCS7". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/PKCS7PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/TBC". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/TBCPADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/X9.23". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/X9.23PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ZEROBYTE". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ZEROBYTEPADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO10126". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO10126-2". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO10126-2PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO10126PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO7816-4". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO7816-4PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/NOPADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/PKCS5". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/PKCS5PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/PKCS7". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/PKCS7PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/TBC". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/TBCPADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/X9.23". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/X9.23PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ZEROBYTE". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ZEROBYTEPADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO10126". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO10126-2". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO10126-2PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO10126PADDING". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO7816-4". 19:28:21,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO7816-4PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/NOPADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/PKCS5". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/PKCS5PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/PKCS7". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/PKCS7PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/TBC". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/TBCPADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/X9.23". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/X9.23PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ZEROBYTE". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ZEROBYTEPADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO10126". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO10126-2". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO10126-2PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO10126PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO7816-4". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO7816-4PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/NOPADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/PKCS5". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/PKCS5PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/PKCS7". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/PKCS7PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/TBC". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/TBCPADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/X9.23". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/X9.23PADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ZEROBYTE". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ZEROBYTEPADDING". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO10126". 19:28:21,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO10126-2". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO10126-2PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO10126PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO7816-4". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO7816-4PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/NOPADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/PKCS5". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/PKCS5PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/PKCS7". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/PKCS7PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/TBC". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/TBCPADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/X9.23". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/X9.23PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ZEROBYTE". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ZEROBYTEPADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO10126". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO10126-2". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO10126-2PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO10126PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO7816-4". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO7816-4PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/NOPADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/PKCS5". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/PKCS5PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/PKCS7". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/PKCS7PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/TBC". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/TBCPADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/X9.23". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/X9.23PADDING". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ZEROBYTE". 19:28:21,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ZEROBYTEPADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO10126". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO10126-2". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO10126-2PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO10126PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO7816-4". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO7816-4PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/NOPADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/PKCS5". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/PKCS5PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/PKCS7". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/PKCS7PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/TBC". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/TBCPADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/X9.23". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/X9.23PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ZEROBYTE". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ZEROBYTEPADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO10126". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO10126-2". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO10126-2PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO10126PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO7816-4". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO7816-4PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/NOPADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/PKCS5". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/PKCS5PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/PKCS7". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/PKCS7PADDING". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/TBC". 19:28:21,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/TBCPADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/X9.23". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/X9.23PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ZEROBYTE". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ZEROBYTEPADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO10126". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO10126-2". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO10126-2PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO10126PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO7816-4". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO7816-4PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/NOPADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/PKCS5". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/PKCS5PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/PKCS7". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/PKCS7PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/TBC". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/TBCPADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/X9.23". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/X9.23PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ZEROBYTE". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ZEROBYTEPADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO10126". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO10126-2". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO10126-2PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO10126PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO7816-4". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO7816-4PADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/NOPADDING". 19:28:21,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/PKCS5". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/PKCS5PADDING". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/PKCS7". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/PKCS7PADDING". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/TBC". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/TBCPADDING". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/X9.23". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/X9.23PADDING". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ZEROBYTE". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ZEROBYTEPADDING". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO10126". 19:28:21,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO10126-2". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO10126-2PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO10126PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO7816-4". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO7816-4PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/NOPADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/PKCS5". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/PKCS5PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/PKCS7". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/PKCS7PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/TBC". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/TBCPADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/X9.23". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/X9.23PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ZEROBYTE". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ZEROBYTEPADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO10126". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO10126-2". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO10126-2PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO10126PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO7816-4". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO7816-4PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/NOPADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/PKCS5". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/PKCS5PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/PKCS7". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/PKCS7PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/TBC". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/TBCPADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/X9.23". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/X9.23PADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ZEROBYTE". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ZEROBYTEPADDING". 19:28:21,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO10126". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO10126-2". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO10126-2PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO10126PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO7816-4". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO7816-4PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/NOPADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/PKCS5". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/PKCS5PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/PKCS7". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/PKCS7PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/TBC". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/TBCPADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/X9.23". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/X9.23PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ZEROBYTE". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ZEROBYTEPADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO10126". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO10126-2". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO10126-2PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO10126PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO7816-4". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO7816-4PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/NOPADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/PKCS5". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/PKCS5PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/PKCS7". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/PKCS7PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/TBC". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/TBCPADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/X9.23". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/X9.23PADDING". 19:28:21,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ZEROBYTE". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ZEROBYTEPADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO10126". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO10126-2". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO10126-2PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO10126PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO7816-4". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO7816-4PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/NOPADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/PKCS5". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/PKCS5PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/PKCS7". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/PKCS7PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/TBC". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/TBCPADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/X9.23". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/X9.23PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ZEROBYTE". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ZEROBYTEPADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO10126". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO10126-2". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO10126-2PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO10126PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO7816-4". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO7816-4PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/NOPADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/PKCS5". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/PKCS5PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/PKCS7". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/PKCS7PADDING". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/TBC". 19:28:21,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/TBCPADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/X9.23". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/X9.23PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ZEROBYTE". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ZEROBYTEPADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO10126". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO10126-2". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO10126-2PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO10126PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO7816-4". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO7816-4PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/NOPADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/PKCS5". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/PKCS5PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/PKCS7". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/PKCS7PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/TBC". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/TBCPADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/X9.23". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/X9.23PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ZEROBYTE". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ZEROBYTEPADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO10126". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO10126-2". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO10126-2PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO10126PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO7816-4". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO7816-4PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/NOPADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/PKCS5". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/PKCS5PADDING". 19:28:21,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/PKCS7". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/PKCS7PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/TBC". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/TBCPADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/X9.23". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/X9.23PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ZEROBYTE". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ZEROBYTEPADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO10126". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO10126-2". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO10126-2PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO10126PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO7816-4". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO7816-4PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/NOPADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/PKCS5". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/PKCS5PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/PKCS7". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/PKCS7PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/TBC". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/TBCPADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/X9.23". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/X9.23PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ZEROBYTE". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ZEROBYTEPADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO10126". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO10126-2". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO10126-2PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO10126PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO7816-4". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO7816-4PADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/NOPADDING". 19:28:21,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/PKCS5". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/PKCS5PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/PKCS7". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/PKCS7PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/TBC". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/TBCPADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/X9.23". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/X9.23PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ZEROBYTE". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ZEROBYTEPADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO10126". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO10126-2". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO10126-2PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO10126PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO7816-4". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO7816-4PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/NOPADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/PKCS5". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/PKCS5PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/PKCS7". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/PKCS7PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/TBC". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/TBCPADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/X9.23". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/X9.23PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ZEROBYTE". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ZEROBYTEPADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO10126". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO10126-2". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO10126-2PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO10126PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO7816-4". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO7816-4PADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/NOPADDING". 19:28:21,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/PKCS5". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/PKCS5PADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/PKCS7". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/PKCS7PADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/TBC". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/TBCPADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/X9.23". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/X9.23PADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ZEROBYTE". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ZEROBYTEPADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CTS/". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CTS/NOPADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/EAX/". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/EAX/NOPADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/ECB/". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/ECB/NOPADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO10126". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO10126-2". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO10126-2PADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO10126PADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO7816-4". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO7816-4PADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/NOPADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/PKCS5". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/PKCS5PADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/PKCS7". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/PKCS7PADDING". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/TBC". 19:28:21,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/TBCPADDING". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/X9.23". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/X9.23PADDING". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ZEROBYTE". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ZEROBYTEPADDING". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO10126". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO10126-2". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO10126-2PADDING". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO10126PADDING". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO7816-4". 19:28:21,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO7816-4PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/NOPADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/PKCS5". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/PKCS5PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/PKCS7". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/PKCS7PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/TBC". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/TBCPADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/X9.23". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/X9.23PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ZEROBYTE". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ZEROBYTEPADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO10126". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO10126-2". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO10126-2PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO10126PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO7816-4". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO7816-4PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/NOPADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/PKCS5". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/PKCS5PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/PKCS7". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/PKCS7PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/TBC". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/TBCPADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/X9.23". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/X9.23PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ZEROBYTE". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ZEROBYTEPADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO10126". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO10126-2". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO10126-2PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO10126PADDING". 19:28:21,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO7816-4". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO7816-4PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/NOPADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/PKCS5". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/PKCS5PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/PKCS7". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/PKCS7PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/TBC". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/TBCPADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/X9.23". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/X9.23PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ZEROBYTE". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ZEROBYTEPADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO10126". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO10126-2". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO10126-2PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO10126PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO7816-4". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO7816-4PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/NOPADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/PKCS5". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/PKCS5PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/PKCS7". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/PKCS7PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/TBC". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/TBCPADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/X9.23". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/X9.23PADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ZEROBYTE". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ZEROBYTEPADDING". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO10126". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO10126-2". 19:28:21,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO10126-2PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO10126PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO7816-4". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO7816-4PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/NOPADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/PKCS5". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/PKCS5PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/PKCS7". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/PKCS7PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/TBC". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/TBCPADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/X9.23". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/X9.23PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ZEROBYTE". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ZEROBYTEPADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO10126". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO10126-2". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO10126-2PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO10126PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO7816-4". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO7816-4PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/NOPADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/PKCS5". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/PKCS5PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/PKCS7". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/PKCS7PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/TBC". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/TBCPADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/X9.23". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/X9.23PADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ZEROBYTE". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ZEROBYTEPADDING". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/". 19:28:21,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO10126". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO10126-2". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO10126-2PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO10126PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO7816-4". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO7816-4PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/NOPADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/PKCS5". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/PKCS5PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/PKCS7". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/PKCS7PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/TBC". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/TBCPADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/X9.23". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/X9.23PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ZEROBYTE". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ZEROBYTEPADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO10126". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO10126-2". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO10126-2PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO10126PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO7816-4". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO7816-4PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/NOPADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/PKCS5". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/PKCS5PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/PKCS7". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/PKCS7PADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/TBC". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/TBCPADDING". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/X9.23". 19:28:21,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/X9.23PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ZEROBYTE". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ZEROBYTEPADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO10126". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO10126-2". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO10126-2PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO10126PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO7816-4". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO7816-4PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/NOPADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/PKCS5". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/PKCS5PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/PKCS7". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/PKCS7PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/TBC". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/TBCPADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/X9.23". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/X9.23PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ZEROBYTE". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ZEROBYTEPADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO10126". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO10126-2". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO10126-2PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO10126PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO7816-4". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO7816-4PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/NOPADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/PKCS5". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/PKCS5PADDING". 19:28:21,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/PKCS7". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/PKCS7PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/TBC". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/TBCPADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/X9.23". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/X9.23PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ZEROBYTE". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ZEROBYTEPADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO10126". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO10126-2". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO10126-2PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO10126PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO7816-4". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO7816-4PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/NOPADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/PKCS5". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/PKCS5PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/PKCS7". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/PKCS7PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/TBC". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/TBCPADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/X9.23". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/X9.23PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ZEROBYTE". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ZEROBYTEPADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO10126". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO10126-2". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO10126-2PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO10126PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO7816-4". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO7816-4PADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/NOPADDING". 19:28:21,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/PKCS5". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/PKCS5PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/PKCS7". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/PKCS7PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/TBC". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/TBCPADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/X9.23". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/X9.23PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ZEROBYTE". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ZEROBYTEPADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO10126". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO10126-2". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO10126-2PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO10126PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO7816-4". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO7816-4PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/NOPADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/PKCS5". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/PKCS5PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/PKCS7". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/PKCS7PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/TBC". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/TBCPADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/X9.23". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/X9.23PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ZEROBYTE". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ZEROBYTEPADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO10126". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO10126-2". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO10126-2PADDING". 19:28:21,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO10126PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO7816-4". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO7816-4PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/NOPADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/PKCS5". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/PKCS5PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/PKCS7". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/PKCS7PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/TBC". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/TBCPADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/X9.23". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/X9.23PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ZEROBYTE". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ZEROBYTEPADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO10126". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO10126-2". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO10126-2PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO10126PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO7816-4". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO7816-4PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/NOPADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/PKCS5". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/PKCS5PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/PKCS7". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/PKCS7PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/TBC". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/TBCPADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/X9.23". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/X9.23PADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ZEROBYTE". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ZEROBYTEPADDING". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO10126". 19:28:21,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO10126-2". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO10126-2PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO10126PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO7816-4". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO7816-4PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/NOPADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/PKCS5". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/PKCS5PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/PKCS7". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/PKCS7PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/TBC". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/TBCPADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/X9.23". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/X9.23PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ZEROBYTE". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ZEROBYTEPADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO10126". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO10126-2". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO10126-2PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO10126PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO7816-4". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO7816-4PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/NOPADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/PKCS5". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/PKCS5PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/PKCS7". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/PKCS7PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/TBC". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/TBCPADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/X9.23". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/X9.23PADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ZEROBYTE". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ZEROBYTEPADDING". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/". 19:28:21,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO10126". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO10126-2". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO10126-2PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO10126PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO7816-4". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO7816-4PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/NOPADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/PKCS5". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/PKCS5PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/PKCS7". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/PKCS7PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/TBC". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/TBCPADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/X9.23". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/X9.23PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ZEROBYTE". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ZEROBYTEPADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO10126". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO10126-2". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO10126-2PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO10126PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO7816-4". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO7816-4PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/NOPADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/PKCS5". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/PKCS5PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/PKCS7". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/PKCS7PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/TBC". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/TBCPADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/X9.23". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/X9.23PADDING". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ZEROBYTE". 19:28:21,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ZEROBYTEPADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO10126". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO10126-2". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO10126-2PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO10126PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO7816-4". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO7816-4PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/NOPADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/PKCS5". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/PKCS5PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/PKCS7". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/PKCS7PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/TBC". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/TBCPADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/X9.23". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/X9.23PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ZEROBYTE". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ZEROBYTEPADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO10126". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO10126-2". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO10126-2PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO10126PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO7816-4". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO7816-4PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/NOPADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/PKCS5". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/PKCS5PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/PKCS7". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/PKCS7PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/TBC". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/TBCPADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/X9.23". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/X9.23PADDING". 19:28:21,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ZEROBYTE". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ZEROBYTEPADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO10126". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO10126-2". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO10126-2PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO10126PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO7816-4". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO7816-4PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/NOPADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/PKCS5". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/PKCS5PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/PKCS7". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/PKCS7PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/TBC". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/TBCPADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/X9.23". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/X9.23PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ZEROBYTE". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ZEROBYTEPADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO10126". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO10126-2". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO10126-2PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO10126PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO7816-4". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO7816-4PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/NOPADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/PKCS5". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/PKCS5PADDING". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/PKCS7". 19:28:21,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/PKCS7PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/TBC". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/TBCPADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/X9.23". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/X9.23PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ZEROBYTE". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ZEROBYTEPADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO10126". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO10126-2". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO10126-2PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO10126PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO7816-4". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO7816-4PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/NOPADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/PKCS5". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/PKCS5PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/PKCS7". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/PKCS7PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/TBC". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/TBCPADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/X9.23". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/X9.23PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ZEROBYTE". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ZEROBYTEPADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO10126". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO10126-2". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO10126-2PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO10126PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO7816-4". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO7816-4PADDING". 19:28:21,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/NOPADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/PKCS5". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/PKCS5PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/PKCS7". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/PKCS7PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/TBC". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/TBCPADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/X9.23". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/X9.23PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ZEROBYTE". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ZEROBYTEPADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO10126". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO10126-2". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO10126-2PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO10126PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO7816-4". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO7816-4PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/NOPADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/PKCS5". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/PKCS5PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/PKCS7". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/PKCS7PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/TBC". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/TBCPADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/X9.23". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/X9.23PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ZEROBYTE". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ZEROBYTEPADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO10126". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO10126-2". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO10126-2PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO10126PADDING". 19:28:21,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO7816-4". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO7816-4PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/NOPADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/PKCS5". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/PKCS5PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/PKCS7". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/PKCS7PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/TBC". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/TBCPADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/X9.23". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/X9.23PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ZEROBYTE". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ZEROBYTEPADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO10126". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO10126-2". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO10126-2PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO10126PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO7816-4". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO7816-4PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/NOPADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/PKCS5". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/PKCS5PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/PKCS7". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/PKCS7PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/TBC". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/TBCPADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/X9.23". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/X9.23PADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ZEROBYTE". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ZEROBYTEPADDING". 19:28:21,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO10126". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO10126-2". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO10126-2PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO10126PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO7816-4". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO7816-4PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/NOPADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/PKCS5". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/PKCS5PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/PKCS7". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/PKCS7PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/TBC". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/TBCPADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/X9.23". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/X9.23PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ZEROBYTE". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ZEROBYTEPADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO10126". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO10126-2". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO10126-2PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO10126PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO7816-4". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO7816-4PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/NOPADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/PKCS5". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/PKCS5PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/PKCS7". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/PKCS7PADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/TBC". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/TBCPADDING". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/X9.23". 19:28:21,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/X9.23PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ZEROBYTE". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ZEROBYTEPADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO10126". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO10126-2". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO10126-2PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO10126PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO7816-4". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO7816-4PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/NOPADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/PKCS5". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/PKCS5PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/PKCS7". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/PKCS7PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/TBC". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/TBCPADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/X9.23". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/X9.23PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ZEROBYTE". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ZEROBYTEPADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO10126". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO10126-2". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO10126-2PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO10126PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO7816-4". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO7816-4PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/NOPADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/PKCS5". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/PKCS5PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/PKCS7". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/PKCS7PADDING". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/TBC". 19:28:21,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/TBCPADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/X9.23". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/X9.23PADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ZEROBYTE". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ZEROBYTEPADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO10126". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO10126-2". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO10126-2PADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO10126PADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO7816-4". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO7816-4PADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/NOPADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/PKCS5". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/PKCS5PADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/PKCS7". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/PKCS7PADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/TBC". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/TBCPADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/X9.23". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/X9.23PADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ZEROBYTE". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ZEROBYTEPADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO10126". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO10126-2". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO10126-2PADDING". 19:28:21,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO10126PADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO7816-4". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO7816-4PADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/NOPADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/PKCS5". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/PKCS5PADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/PKCS7". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/PKCS7PADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/TBC". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/TBCPADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/X9.23". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/X9.23PADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ZEROBYTE". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ZEROBYTEPADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-128//". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-128//NOPADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-128/ECB/". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-128/ECB/NOPADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-V1//". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-V1//NOPADDING". 19:28:21,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-V1/ECB/". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-V1/ECB/NOPADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-128//". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-128//NOPADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-128/ECB/". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-128/ECB/NOPADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-256//". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-256//NOPADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-256/ECB/". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-256/ECB/NOPADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ISAAC//". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ISAAC//NOPADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ISAAC/ECB/". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ISAAC/ECB/NOPADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//ISO9796-1". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//ISO9796-1PADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//NOPADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//OAEP". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//OAEPPADDING". 19:28:21,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//OAEPWITHSHA1ANDMGF1". 19:28:21,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//OAEPWITHSHA1ANDMGF1PADDING". 19:28:21,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//PKCS1". 19:28:21,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//PKCS1PADDING". 19:28:21,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/". 19:28:21,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/ISO9796-1". 19:28:21,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/ISO9796-1PADDING". 19:28:21,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/NOPADDING". 19:28:21,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/OAEP". 19:28:21,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/OAEPPADDING". 19:28:21,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/OAEPWITHSHA1ANDMGF1". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/OAEPWITHSHA1ANDMGF1PADDING". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/PKCS1". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/PKCS1PADDING". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON//". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON//NOPADDING". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC-CTS/". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC-CTS/NOPADDING". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO10126". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO10126-2". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO10126-2PADDING". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO10126PADDING". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO7816-4". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO7816-4PADDING". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/NOPADDING". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/PKCS5". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/PKCS5PADDING". 19:28:21,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/PKCS7". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/PKCS7PADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/TBC". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/TBCPADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/X9.23". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/X9.23PADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ZEROBYTE". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ZEROBYTEPADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CCM/". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CCM/NOPADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO10126". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO10126-2". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO10126-2PADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO10126PADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO7816-4". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO7816-4PADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/NOPADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/PKCS5". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/PKCS5PADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/PKCS7". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/PKCS7PADDING". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/TBC". 19:28:21,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/TBCPADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/X9.23". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/X9.23PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ZEROBYTE". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ZEROBYTEPADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO10126". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO10126-2". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO10126-2PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO10126PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO7816-4". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO7816-4PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/NOPADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/PKCS5". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/PKCS5PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/PKCS7". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/PKCS7PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/TBC". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/TBCPADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/X9.23". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/X9.23PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ZEROBYTE". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ZEROBYTEPADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO10126". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO10126-2". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO10126-2PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO10126PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO7816-4". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO7816-4PADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/NOPADDING". 19:28:21,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/PKCS5". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/PKCS5PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/PKCS7". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/PKCS7PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/TBC". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/TBCPADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/X9.23". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/X9.23PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ZEROBYTE". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ZEROBYTEPADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO10126". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO10126-2". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO10126-2PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO10126PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO7816-4". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO7816-4PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/NOPADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/PKCS5". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/PKCS5PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/PKCS7". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/PKCS7PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/TBC". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/TBCPADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/X9.23". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/X9.23PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ZEROBYTE". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ZEROBYTEPADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO10126". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO10126-2". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO10126-2PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO10126PADDING". 19:28:21,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO7816-4". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO7816-4PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/NOPADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/PKCS5". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/PKCS5PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/PKCS7". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/PKCS7PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/TBC". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/TBCPADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/X9.23". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/X9.23PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ZEROBYTE". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ZEROBYTEPADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO10126". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO10126-2". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO10126-2PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO10126PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO7816-4". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO7816-4PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/NOPADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/PKCS5". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/PKCS5PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/PKCS7". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/PKCS7PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/TBC". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/TBCPADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/X9.23". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/X9.23PADDING". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ZEROBYTE". 19:28:21,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ZEROBYTEPADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO10126". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO10126-2". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO10126-2PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO10126PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO7816-4". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO7816-4PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/NOPADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/PKCS5". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/PKCS5PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/PKCS7". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/PKCS7PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/TBC". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/TBCPADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/X9.23". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/X9.23PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ZEROBYTE". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ZEROBYTEPADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO10126". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO10126-2". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO10126-2PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO10126PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO7816-4". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO7816-4PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/NOPADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/PKCS5". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/PKCS5PADDING". 19:28:21,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/PKCS7". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/PKCS7PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/TBC". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/TBCPADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/X9.23". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/X9.23PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ZEROBYTE". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ZEROBYTEPADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO10126". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO10126-2". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO10126-2PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO10126PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO7816-4". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO7816-4PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/NOPADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/PKCS5". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/PKCS5PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/PKCS7". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/PKCS7PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/TBC". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/TBCPADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/X9.23". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/X9.23PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ZEROBYTE". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ZEROBYTEPADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO10126". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO10126-2". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO10126-2PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO10126PADDING". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO7816-4". 19:28:21,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO7816-4PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/NOPADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/PKCS5". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/PKCS5PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/PKCS7". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/PKCS7PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/TBC". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/TBCPADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/X9.23". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/X9.23PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ZEROBYTE". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ZEROBYTEPADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO10126". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO10126-2". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO10126-2PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO10126PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO7816-4". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO7816-4PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/NOPADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/PKCS5". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/PKCS5PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/PKCS7". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/PKCS7PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/TBC". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/TBCPADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/X9.23". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/X9.23PADDING". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ZEROBYTE". 19:28:21,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ZEROBYTEPADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO10126". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO10126-2". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO10126-2PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO10126PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO7816-4". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO7816-4PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/NOPADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/PKCS5". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/PKCS5PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/PKCS7". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/PKCS7PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/TBC". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/TBCPADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/X9.23". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/X9.23PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ZEROBYTE". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ZEROBYTEPADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO10126". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO10126-2". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO10126-2PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO10126PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO7816-4". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO7816-4PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/NOPADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/PKCS5". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/PKCS5PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/PKCS7". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/PKCS7PADDING". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/TBC". 19:28:21,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/TBCPADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/X9.23". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/X9.23PADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ZEROBYTE". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ZEROBYTEPADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO10126". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO10126-2". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO10126-2PADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO10126PADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO7816-4". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO7816-4PADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/NOPADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/PKCS5". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/PKCS5PADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/PKCS7". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/PKCS7PADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/TBC". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/TBCPADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/X9.23". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/X9.23PADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ZEROBYTE". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ZEROBYTEPADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO10126". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO10126-2". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO10126-2PADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO10126PADDING". 19:28:21,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO7816-4". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO7816-4PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/NOPADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/PKCS5". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/PKCS5PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/PKCS7". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/PKCS7PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/TBC". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/TBCPADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/X9.23". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/X9.23PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ZEROBYTE". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ZEROBYTEPADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO10126". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO10126-2". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO10126-2PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO10126PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO7816-4". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO7816-4PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/NOPADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/PKCS5". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/PKCS5PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/PKCS7". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/PKCS7PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/TBC". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/TBCPADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/X9.23". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/X9.23PADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ZEROBYTE". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ZEROBYTEPADDING". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO10126". 19:28:21,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO10126-2". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO10126-2PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO10126PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO7816-4". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO7816-4PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/NOPADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/PKCS5". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/PKCS5PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/PKCS7". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/PKCS7PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/TBC". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/TBCPADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/X9.23". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/X9.23PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ZEROBYTE". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ZEROBYTEPADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO10126". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO10126-2". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO10126-2PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO10126PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO7816-4". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO7816-4PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/NOPADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/PKCS5". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/PKCS5PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/PKCS7". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/PKCS7PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/TBC". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/TBCPADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/X9.23". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/X9.23PADDING". 19:28:21,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ZEROBYTE". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ZEROBYTEPADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO10126". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO10126-2". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO10126-2PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO10126PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO7816-4". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO7816-4PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/NOPADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/PKCS5". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/PKCS5PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/PKCS7". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/PKCS7PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/TBC". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/TBCPADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/X9.23". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/X9.23PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ZEROBYTE". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ZEROBYTEPADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO10126". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO10126-2". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO10126-2PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO10126PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO7816-4". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO7816-4PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/NOPADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/PKCS5". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/PKCS5PADDING". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/PKCS7". 19:28:21,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/PKCS7PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/TBC". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/TBCPADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/X9.23". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/X9.23PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ZEROBYTE". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ZEROBYTEPADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO10126". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO10126-2". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO10126-2PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO10126PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO7816-4". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO7816-4PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/NOPADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/PKCS5". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/PKCS5PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/PKCS7". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/PKCS7PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/TBC". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/TBCPADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/X9.23". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/X9.23PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ZEROBYTE". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ZEROBYTEPADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO10126". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO10126-2". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO10126-2PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO10126PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO7816-4". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO7816-4PADDING". 19:28:21,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/NOPADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/PKCS5". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/PKCS5PADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/PKCS7". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/PKCS7PADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/TBC". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/TBCPADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/X9.23". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/X9.23PADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ZEROBYTE". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ZEROBYTEPADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO10126". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO10126-2". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO10126-2PADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO10126PADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO7816-4". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO7816-4PADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/NOPADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/PKCS5". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/PKCS5PADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/PKCS7". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/PKCS7PADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/TBC". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/TBCPADDING". 19:28:21,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/X9.23". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/X9.23PADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ZEROBYTE". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ZEROBYTEPADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO10126". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO10126-2". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO10126-2PADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO10126PADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO7816-4". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO7816-4PADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/NOPADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/PKCS5". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/PKCS5PADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/PKCS7". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/PKCS7PADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/TBC". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/TBCPADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/X9.23". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/X9.23PADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ZEROBYTE". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ZEROBYTEPADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO10126". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO10126-2". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO10126-2PADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO10126PADDING". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO7816-4". 19:28:21,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO7816-4PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/NOPADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/PKCS5". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/PKCS5PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/PKCS7". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/PKCS7PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/TBC". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/TBCPADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/X9.23". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/X9.23PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ZEROBYTE". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ZEROBYTEPADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO10126". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO10126-2". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO10126-2PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO10126PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO7816-4". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO7816-4PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/NOPADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/PKCS5". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/PKCS5PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/PKCS7". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/PKCS7PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/TBC". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/TBCPADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/X9.23". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/X9.23PADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ZEROBYTE". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ZEROBYTEPADDING". 19:28:21,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO10126". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO10126-2". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO10126-2PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO10126PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO7816-4". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO7816-4PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/NOPADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/PKCS5". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/PKCS5PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/PKCS7". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/PKCS7PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/TBC". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/TBCPADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/X9.23". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/X9.23PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ZEROBYTE". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ZEROBYTEPADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO10126". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO10126-2". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO10126-2PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO10126PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO7816-4". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO7816-4PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/NOPADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/PKCS5". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/PKCS5PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/PKCS7". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/PKCS7PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/TBC". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/TBCPADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/X9.23". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/X9.23PADDING". 19:28:21,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ZEROBYTE". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ZEROBYTEPADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO10126". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO10126-2". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO10126-2PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO10126PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO7816-4". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO7816-4PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/NOPADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/PKCS5". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/PKCS5PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/PKCS7". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/PKCS7PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/TBC". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/TBCPADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/X9.23". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/X9.23PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ZEROBYTE". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ZEROBYTEPADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO10126". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO10126-2". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO10126-2PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO10126PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO7816-4". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO7816-4PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/NOPADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/PKCS5". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/PKCS5PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/PKCS7". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/PKCS7PADDING". 19:28:21,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/TBC". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/TBCPADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/X9.23". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/X9.23PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ZEROBYTE". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ZEROBYTEPADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO10126". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO10126-2". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO10126-2PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO10126PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO7816-4". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO7816-4PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/NOPADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/PKCS5". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/PKCS5PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/PKCS7". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/PKCS7PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/TBC". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/TBCPADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/X9.23". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/X9.23PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ZEROBYTE". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ZEROBYTEPADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO10126". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO10126-2". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO10126-2PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO10126PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO7816-4". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO7816-4PADDING". 19:28:21,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/NOPADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/PKCS5". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/PKCS5PADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/PKCS7". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/PKCS7PADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/TBC". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/TBCPADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/X9.23". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/X9.23PADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ZEROBYTE". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ZEROBYTEPADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO10126". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO10126-2". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO10126-2PADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO10126PADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO7816-4". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO7816-4PADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/NOPADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/PKCS5". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/PKCS5PADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/PKCS7". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/PKCS7PADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/TBC". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/TBCPADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/X9.23". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/X9.23PADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ZEROBYTE". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ZEROBYTEPADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CTS/". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CTS/NOPADDING". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/EAX/". 19:28:21,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/EAX/NOPADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/ECB/". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/ECB/NOPADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/GCM/". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/GCM/NOPADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO10126". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO10126-2". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO10126-2PADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO10126PADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO7816-4". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO7816-4PADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/NOPADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/PKCS5". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/PKCS5PADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/PKCS7". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/PKCS7PADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/TBC". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/TBCPADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/X9.23". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/X9.23PADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ZEROBYTE". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ZEROBYTEPADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO10126". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO10126-2". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO10126-2PADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO10126PADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO7816-4". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO7816-4PADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/NOPADDING". 19:28:21,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/PKCS5". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/PKCS5PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/PKCS7". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/PKCS7PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/TBC". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/TBCPADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/X9.23". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/X9.23PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ZEROBYTE". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ZEROBYTEPADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO10126". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO10126-2". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO10126-2PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO10126PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO7816-4". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO7816-4PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/NOPADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/PKCS5". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/PKCS5PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/PKCS7". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/PKCS7PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/TBC". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/TBCPADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/X9.23". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/X9.23PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ZEROBYTE". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ZEROBYTEPADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO10126". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO10126-2". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO10126-2PADDING". 19:28:21,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO10126PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO7816-4". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO7816-4PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/NOPADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/PKCS5". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/PKCS5PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/PKCS7". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/PKCS7PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/TBC". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/TBCPADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/X9.23". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/X9.23PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ZEROBYTE". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ZEROBYTEPADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO10126". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO10126-2". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO10126-2PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO10126PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO7816-4". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO7816-4PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/NOPADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/PKCS5". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/PKCS5PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/PKCS7". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/PKCS7PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/TBC". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/TBCPADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/X9.23". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/X9.23PADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ZEROBYTE". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ZEROBYTEPADDING". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO10126". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO10126-2". 19:28:21,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO10126-2PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO10126PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO7816-4". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO7816-4PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/NOPADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/PKCS5". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/PKCS5PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/PKCS7". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/PKCS7PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/TBC". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/TBCPADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/X9.23". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/X9.23PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ZEROBYTE". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ZEROBYTEPADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO10126". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO10126-2". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO10126-2PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO10126PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO7816-4". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO7816-4PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/NOPADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/PKCS5". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/PKCS5PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/PKCS7". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/PKCS7PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/TBC". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/TBCPADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/X9.23". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/X9.23PADDING". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ZEROBYTE". 19:28:21,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ZEROBYTEPADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO10126". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO10126-2". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO10126-2PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO10126PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO7816-4". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO7816-4PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/NOPADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/PKCS5". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/PKCS5PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/PKCS7". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/PKCS7PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/TBC". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/TBCPADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/X9.23". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/X9.23PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ZEROBYTE". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ZEROBYTEPADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO10126". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO10126-2". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO10126-2PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO10126PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO7816-4". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO7816-4PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/NOPADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/PKCS5". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/PKCS5PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/PKCS7". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/PKCS7PADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/TBC". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/TBCPADDING". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/X9.23". 19:28:21,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/X9.23PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ZEROBYTE". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ZEROBYTEPADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO10126". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO10126-2". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO10126-2PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO10126PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO7816-4". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO7816-4PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/NOPADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/PKCS5". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/PKCS5PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/PKCS7". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/PKCS7PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/TBC". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/TBCPADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/X9.23". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/X9.23PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ZEROBYTE". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ZEROBYTEPADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO10126". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO10126-2". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO10126-2PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO10126PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO7816-4". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO7816-4PADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/NOPADDING". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/PKCS5". 19:28:21,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/PKCS5PADDING". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/PKCS7". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/PKCS7PADDING". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/TBC". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/TBCPADDING". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/X9.23". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/X9.23PADDING". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ZEROBYTE". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ZEROBYTEPADDING". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO10126". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO10126-2". 19:28:21,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO10126-2PADDING". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO10126PADDING". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO7816-4". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO7816-4PADDING". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/NOPADDING". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/PKCS5". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/PKCS5PADDING". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/PKCS7". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/PKCS7PADDING". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/TBC". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/TBCPADDING". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/X9.23". 19:28:21,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/X9.23PADDING". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ZEROBYTE". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ZEROBYTEPADDING". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO10126". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO10126-2". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO10126-2PADDING". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO10126PADDING". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO7816-4". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO7816-4PADDING". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/NOPADDING". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/PKCS5". 19:28:21,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/PKCS5PADDING". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/PKCS7". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/PKCS7PADDING". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/TBC". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/TBCPADDING". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/X9.23". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/X9.23PADDING". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ZEROBYTE". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ZEROBYTEPADDING". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO10126". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO10126-2". 19:28:21,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO10126-2PADDING". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO10126PADDING". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO7816-4". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO7816-4PADDING". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/NOPADDING". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/PKCS5". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/PKCS5PADDING". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/PKCS7". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/PKCS7PADDING". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/TBC". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/TBCPADDING". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/X9.23". 19:28:21,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/X9.23PADDING". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ZEROBYTE". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ZEROBYTEPADDING". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO10126". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO10126-2". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO10126-2PADDING". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO10126PADDING". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO7816-4". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO7816-4PADDING". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/NOPADDING". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/PKCS5". 19:28:21,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/PKCS5PADDING". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/PKCS7". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/PKCS7PADDING". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/TBC". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/TBCPADDING". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/X9.23". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/X9.23PADDING". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ZEROBYTE". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ZEROBYTEPADDING". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO10126". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO10126-2". 19:28:21,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO10126-2PADDING". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO10126PADDING". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO7816-4". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO7816-4PADDING". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/NOPADDING". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/PKCS5". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/PKCS5PADDING". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/PKCS7". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/PKCS7PADDING". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/TBC". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/TBCPADDING". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/X9.23". 19:28:21,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/X9.23PADDING". 19:28:21,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ZEROBYTE". 19:28:21,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ZEROBYTEPADDING". 19:28:21,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/". 19:28:21,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO10126". 19:28:21,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO10126-2". 19:28:21,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO10126-2PADDING". 19:28:21,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO10126PADDING". 19:28:21,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO7816-4". 19:28:21,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO7816-4PADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/NOPADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/PKCS5". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/PKCS5PADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/PKCS7". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/PKCS7PADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/TBC". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/TBCPADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/X9.23". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/X9.23PADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ZEROBYTE". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ZEROBYTEPADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO10126". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO10126-2". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO10126-2PADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO10126PADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO7816-4". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO7816-4PADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/NOPADDING". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/PKCS5". 19:28:21,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/PKCS5PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/PKCS7". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/PKCS7PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/TBC". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/TBCPADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/X9.23". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/X9.23PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ZEROBYTE". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ZEROBYTEPADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO10126". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO10126-2". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO10126-2PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO10126PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO7816-4". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO7816-4PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/NOPADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/PKCS5". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/PKCS5PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/PKCS7". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/PKCS7PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/TBC". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/TBCPADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/X9.23". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/X9.23PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ZEROBYTE". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ZEROBYTEPADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO10126". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO10126-2". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO10126-2PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO10126PADDING". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO7816-4". 19:28:21,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO7816-4PADDING". 19:28:21,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/NOPADDING". 19:28:21,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/PKCS5". 19:28:21,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/PKCS5PADDING". 19:28:21,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/PKCS7". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/PKCS7PADDING". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/TBC". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/TBCPADDING". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/X9.23". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/X9.23PADDING". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ZEROBYTE". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ZEROBYTEPADDING". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO10126". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO10126-2". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO10126-2PADDING". 19:28:21,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO10126PADDING". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO7816-4". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO7816-4PADDING". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/NOPADDING". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/PKCS5". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/PKCS5PADDING". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/PKCS7". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/PKCS7PADDING". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/TBC". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/TBCPADDING". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/X9.23". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/X9.23PADDING". 19:28:21,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ZEROBYTE". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ZEROBYTEPADDING". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO10126". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO10126-2". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO10126-2PADDING". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO10126PADDING". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO7816-4". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO7816-4PADDING". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/NOPADDING". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/PKCS5". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/PKCS5PADDING". 19:28:21,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/PKCS7". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/PKCS7PADDING". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/TBC". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/TBCPADDING". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/X9.23". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/X9.23PADDING". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ZEROBYTE". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ZEROBYTEPADDING". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO10126". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO10126-2". 19:28:21,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO10126-2PADDING". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO10126PADDING". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO7816-4". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO7816-4PADDING". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/NOPADDING". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/PKCS5". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/PKCS5PADDING". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/PKCS7". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/PKCS7PADDING". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/TBC". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/TBCPADDING". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/X9.23". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/X9.23PADDING". 19:28:21,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ZEROBYTE". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ZEROBYTEPADDING". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO10126". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO10126-2". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO10126-2PADDING". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO10126PADDING". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO7816-4". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO7816-4PADDING". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/NOPADDING". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/PKCS5". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/PKCS5PADDING". 19:28:21,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/PKCS7". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/PKCS7PADDING". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/TBC". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/TBCPADDING". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/X9.23". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/X9.23PADDING". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ZEROBYTE". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ZEROBYTEPADDING". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO10126". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO10126-2". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO10126-2PADDING". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO10126PADDING". 19:28:21,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO7816-4". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO7816-4PADDING". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/NOPADDING". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/PKCS5". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/PKCS5PADDING". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/PKCS7". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/PKCS7PADDING". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/TBC". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/TBCPADDING". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/X9.23". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/X9.23PADDING". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ZEROBYTE". 19:28:21,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ZEROBYTEPADDING". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO10126". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO10126-2". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO10126-2PADDING". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO10126PADDING". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO7816-4". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO7816-4PADDING". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/NOPADDING". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/PKCS5". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/PKCS5PADDING". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/PKCS7". 19:28:21,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/PKCS7PADDING". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/TBC". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/TBCPADDING". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/X9.23". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/X9.23PADDING". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ZEROBYTE". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ZEROBYTEPADDING". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO10126". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO10126-2". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO10126-2PADDING". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO10126PADDING". 19:28:21,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO7816-4". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO7816-4PADDING". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/NOPADDING". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/PKCS5". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/PKCS5PADDING". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/PKCS7". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/PKCS7PADDING". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/TBC". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/TBCPADDING". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/X9.23". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/X9.23PADDING". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ZEROBYTE". 19:28:21,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ZEROBYTEPADDING". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO10126". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO10126-2". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO10126-2PADDING". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO10126PADDING". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO7816-4". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO7816-4PADDING". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/NOPADDING". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/PKCS5". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/PKCS5PADDING". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/PKCS7". 19:28:21,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/PKCS7PADDING". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/TBC". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/TBCPADDING". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/X9.23". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/X9.23PADDING". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ZEROBYTE". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ZEROBYTEPADDING". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO10126". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO10126-2". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO10126-2PADDING". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO10126PADDING". 19:28:21,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO7816-4". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO7816-4PADDING". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/NOPADDING". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/PKCS5". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/PKCS5PADDING". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/PKCS7". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/PKCS7PADDING". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/TBC". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/TBCPADDING". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/X9.23". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/X9.23PADDING". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ZEROBYTE". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ZEROBYTEPADDING". 19:28:21,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO10126". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO10126-2". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO10126-2PADDING". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO10126PADDING". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO7816-4". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO7816-4PADDING". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/NOPADDING". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/PKCS5". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/PKCS5PADDING". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/PKCS7". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/PKCS7PADDING". 19:28:21,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/TBC". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/TBCPADDING". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/X9.23". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/X9.23PADDING". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ZEROBYTE". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ZEROBYTEPADDING". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO10126". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO10126-2". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO10126-2PADDING". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO10126PADDING". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO7816-4". 19:28:21,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO7816-4PADDING". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/NOPADDING". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/PKCS5". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/PKCS5PADDING". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/PKCS7". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/PKCS7PADDING". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/TBC". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/TBCPADDING". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/X9.23". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/X9.23PADDING". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ZEROBYTE". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ZEROBYTEPADDING". 19:28:21,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/". 19:28:21,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO10126". 19:28:21,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO10126-2". 19:28:21,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO10126-2PADDING". 19:28:21,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO10126PADDING". 19:28:21,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO7816-4". 19:28:21,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO7816-4PADDING". 19:28:21,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/NOPADDING". 19:28:21,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/PKCS5". 19:28:21,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/PKCS5PADDING". 19:28:21,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/PKCS7". 19:28:21,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/PKCS7PADDING". 19:28:21,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/TBC". 19:28:21,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/TBCPADDING". 19:28:21,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/X9.23". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/X9.23PADDING". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ZEROBYTE". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ZEROBYTEPADDING". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO10126". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO10126-2". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO10126-2PADDING". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO10126PADDING". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO7816-4". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO7816-4PADDING". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/NOPADDING". 19:28:21,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/PKCS5". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/PKCS5PADDING". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/PKCS7". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/PKCS7PADDING". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/TBC". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/TBCPADDING". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/X9.23". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/X9.23PADDING". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ZEROBYTE". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ZEROBYTEPADDING". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/". 19:28:21,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO10126". 19:28:21,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO10126-2". 19:28:21,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO10126-2PADDING". 19:28:21,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO10126PADDING". 19:28:21,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO7816-4". 19:28:21,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO7816-4PADDING". 19:28:21,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/NOPADDING". 19:28:21,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/PKCS5". 19:28:21,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/PKCS5PADDING". 19:28:21,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/PKCS7". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/PKCS7PADDING". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/TBC". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/TBCPADDING". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/X9.23". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/X9.23PADDING". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ZEROBYTE". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ZEROBYTEPADDING". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL//". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL//NOPADDING". 19:28:21,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC-CTS/". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC-CTS/NOPADDING". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO10126". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO10126-2". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO10126-2PADDING". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO10126PADDING". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO7816-4". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO7816-4PADDING". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/NOPADDING". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/PKCS5". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/PKCS5PADDING". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/PKCS7". 19:28:21,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/PKCS7PADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/TBC". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/TBCPADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/X9.23". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/X9.23PADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ZEROBYTE". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ZEROBYTEPADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO10126". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO10126-2". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO10126-2PADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO10126PADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO7816-4". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO7816-4PADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/NOPADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/PKCS5". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/PKCS5PADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/PKCS7". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/PKCS7PADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/TBC". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/TBCPADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/X9.23". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/X9.23PADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ZEROBYTE". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ZEROBYTEPADDING". 19:28:21,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO10126". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO10126-2". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO10126-2PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO10126PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO7816-4". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO7816-4PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/NOPADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/PKCS5". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/PKCS5PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/PKCS7". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/PKCS7PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/TBC". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/TBCPADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/X9.23". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/X9.23PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ZEROBYTE". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ZEROBYTEPADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO10126". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO10126-2". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO10126-2PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO10126PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO7816-4". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO7816-4PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/NOPADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/PKCS5". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/PKCS5PADDING". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/PKCS7". 19:28:21,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/PKCS7PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/TBC". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/TBCPADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/X9.23". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/X9.23PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ZEROBYTE". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ZEROBYTEPADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO10126". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO10126-2". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO10126-2PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO10126PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO7816-4". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO7816-4PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/NOPADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/PKCS5". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/PKCS5PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/PKCS7". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/PKCS7PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/TBC". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/TBCPADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/X9.23". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/X9.23PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ZEROBYTE". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ZEROBYTEPADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO10126". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO10126-2". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO10126-2PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO10126PADDING". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO7816-4". 19:28:21,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO7816-4PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/NOPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/PKCS5". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/PKCS5PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/PKCS7". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/PKCS7PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/TBC". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/TBCPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/X9.23". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/X9.23PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ZEROBYTE". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ZEROBYTEPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO10126". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO10126-2". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO10126-2PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO10126PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO7816-4". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO7816-4PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/NOPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/PKCS5". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/PKCS5PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/PKCS7". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/PKCS7PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/TBC". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/TBCPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/X9.23". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/X9.23PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ZEROBYTE". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ZEROBYTEPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO10126". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO10126-2". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO10126-2PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO10126PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO7816-4". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO7816-4PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/NOPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/PKCS5". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/PKCS5PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/PKCS7". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/PKCS7PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/TBC". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/TBCPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/X9.23". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/X9.23PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ZEROBYTE". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ZEROBYTEPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO10126". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO10126-2". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO10126-2PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO10126PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO7816-4". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO7816-4PADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/NOPADDING". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/PKCS5". 19:28:21,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/PKCS5PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/PKCS7". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/PKCS7PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/TBC". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/TBCPADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/X9.23". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/X9.23PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ZEROBYTE". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ZEROBYTEPADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO10126". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO10126-2". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO10126-2PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO10126PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO7816-4". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO7816-4PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/NOPADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/PKCS5". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/PKCS5PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/PKCS7". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/PKCS7PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/TBC". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/TBCPADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/X9.23". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/X9.23PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ZEROBYTE". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ZEROBYTEPADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO10126". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO10126-2". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO10126-2PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO10126PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO7816-4". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO7816-4PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/NOPADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/PKCS5". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/PKCS5PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/PKCS7". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/PKCS7PADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/TBC". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/TBCPADDING". 19:28:21,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/X9.23". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/X9.23PADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ZEROBYTE". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ZEROBYTEPADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO10126". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO10126-2". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO10126-2PADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO10126PADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO7816-4". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO7816-4PADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/NOPADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/PKCS5". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/PKCS5PADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/PKCS7". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/PKCS7PADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/TBC". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/TBCPADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/X9.23". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/X9.23PADDING". 19:28:21,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ZEROBYTE". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ZEROBYTEPADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO10126". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO10126-2". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO10126-2PADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO10126PADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO7816-4". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO7816-4PADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/NOPADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/PKCS5". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/PKCS5PADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/PKCS7". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/PKCS7PADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/TBC". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/TBCPADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/X9.23". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/X9.23PADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ZEROBYTE". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ZEROBYTEPADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO10126". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO10126-2". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO10126-2PADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO10126PADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO7816-4". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO7816-4PADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/NOPADDING". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/PKCS5". 19:28:21,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/PKCS5PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/PKCS7". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/PKCS7PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/TBC". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/TBCPADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/X9.23". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/X9.23PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ZEROBYTE". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ZEROBYTEPADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO10126". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO10126-2". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO10126-2PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO10126PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO7816-4". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO7816-4PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/NOPADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/PKCS5". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/PKCS5PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/PKCS7". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/PKCS7PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/TBC". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/TBCPADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/X9.23". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/X9.23PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ZEROBYTE". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ZEROBYTEPADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO10126". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO10126-2". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO10126-2PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO10126PADDING". 19:28:21,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO7816-4". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO7816-4PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/NOPADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/PKCS5". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/PKCS5PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/PKCS7". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/PKCS7PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/TBC". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/TBCPADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/X9.23". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/X9.23PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ZEROBYTE". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ZEROBYTEPADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO10126". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO10126-2". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO10126-2PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO10126PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO7816-4". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO7816-4PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/NOPADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/PKCS5". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/PKCS5PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/PKCS7". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/PKCS7PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/TBC". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/TBCPADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/X9.23". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/X9.23PADDING". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ZEROBYTE". 19:28:21,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ZEROBYTEPADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO10126". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO10126-2". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO10126-2PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO10126PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO7816-4". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO7816-4PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/NOPADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/PKCS5". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/PKCS5PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/PKCS7". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/PKCS7PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/TBC". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/TBCPADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/X9.23". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/X9.23PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ZEROBYTE". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ZEROBYTEPADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO10126". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO10126-2". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO10126-2PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO10126PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO7816-4". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO7816-4PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/NOPADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/PKCS5". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/PKCS5PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/PKCS7". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/PKCS7PADDING". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/TBC". 19:28:21,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/TBCPADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/X9.23". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/X9.23PADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ZEROBYTE". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ZEROBYTEPADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO10126". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO10126-2". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO10126-2PADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO10126PADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO7816-4". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO7816-4PADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/NOPADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/PKCS5". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/PKCS5PADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/PKCS7". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/PKCS7PADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/TBC". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/TBCPADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/X9.23". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/X9.23PADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ZEROBYTE". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ZEROBYTEPADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO10126". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO10126-2". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO10126-2PADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO10126PADDING". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO7816-4". 19:28:21,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO7816-4PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/NOPADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/PKCS5". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/PKCS5PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/PKCS7". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/PKCS7PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/TBC". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/TBCPADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/X9.23". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/X9.23PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ZEROBYTE". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ZEROBYTEPADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO10126". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO10126-2". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO10126-2PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO10126PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO7816-4". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO7816-4PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/NOPADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/PKCS5". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/PKCS5PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/PKCS7". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/PKCS7PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/TBC". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/TBCPADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/X9.23". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/X9.23PADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ZEROBYTE". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ZEROBYTEPADDING". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/". 19:28:21,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO10126". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO10126-2". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO10126-2PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO10126PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO7816-4". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO7816-4PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/NOPADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/PKCS5". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/PKCS5PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/PKCS7". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/PKCS7PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/TBC". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/TBCPADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/X9.23". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/X9.23PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ZEROBYTE". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ZEROBYTEPADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO10126". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO10126-2". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO10126-2PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO10126PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO7816-4". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO7816-4PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/NOPADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/PKCS5". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/PKCS5PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/PKCS7". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/PKCS7PADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/TBC". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/TBCPADDING". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/X9.23". 19:28:21,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/X9.23PADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ZEROBYTE". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ZEROBYTEPADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO10126". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO10126-2". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO10126-2PADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO10126PADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO7816-4". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO7816-4PADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/NOPADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/PKCS5". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/PKCS5PADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/PKCS7". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/PKCS7PADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/TBC". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/TBCPADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/X9.23". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/X9.23PADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ZEROBYTE". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ZEROBYTEPADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO10126". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO10126-2". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO10126-2PADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO10126PADDING". 19:28:21,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO7816-4". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO7816-4PADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/NOPADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/PKCS5". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/PKCS5PADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/PKCS7". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/PKCS7PADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/TBC". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/TBCPADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/X9.23". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/X9.23PADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ZEROBYTE". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ZEROBYTEPADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO10126". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO10126-2". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO10126-2PADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO10126PADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO7816-4". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO7816-4PADDING". 19:28:21,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/NOPADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/PKCS5". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/PKCS5PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/PKCS7". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/PKCS7PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/TBC". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/TBCPADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/X9.23". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/X9.23PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ZEROBYTE". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ZEROBYTEPADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO10126". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO10126-2". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO10126-2PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO10126PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO7816-4". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO7816-4PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/NOPADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/PKCS5". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/PKCS5PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/PKCS7". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/PKCS7PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/TBC". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/TBCPADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/X9.23". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/X9.23PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ZEROBYTE". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ZEROBYTEPADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO10126". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO10126-2". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO10126-2PADDING". 19:28:21,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO10126PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO7816-4". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO7816-4PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/NOPADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/PKCS5". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/PKCS5PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/PKCS7". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/PKCS7PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/TBC". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/TBCPADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/X9.23". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/X9.23PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ZEROBYTE". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ZEROBYTEPADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO10126". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO10126-2". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO10126-2PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO10126PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO7816-4". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO7816-4PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/NOPADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/PKCS5". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/PKCS5PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/PKCS7". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/PKCS7PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/TBC". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/TBCPADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/X9.23". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/X9.23PADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ZEROBYTE". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ZEROBYTEPADDING". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/". 19:28:21,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO10126". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO10126-2". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO10126-2PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO10126PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO7816-4". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO7816-4PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/NOPADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/PKCS5". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/PKCS5PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/PKCS7". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/PKCS7PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/TBC". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/TBCPADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/X9.23". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/X9.23PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ZEROBYTE". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ZEROBYTEPADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO10126". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO10126-2". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO10126-2PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO10126PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO7816-4". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO7816-4PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/NOPADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/PKCS5". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/PKCS5PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/PKCS7". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/PKCS7PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/TBC". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/TBCPADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/X9.23". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/X9.23PADDING". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ZEROBYTE". 19:28:21,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ZEROBYTEPADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO10126". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO10126-2". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO10126-2PADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO10126PADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO7816-4". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO7816-4PADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/NOPADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/PKCS5". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/PKCS5PADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/PKCS7". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/PKCS7PADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/TBC". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/TBCPADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/X9.23". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/X9.23PADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ZEROBYTE". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ZEROBYTEPADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO10126". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO10126-2". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO10126-2PADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO10126PADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO7816-4". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO7816-4PADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/NOPADDING". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/PKCS5". 19:28:21,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/PKCS5PADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/PKCS7". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/PKCS7PADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/TBC". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/TBCPADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/X9.23". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/X9.23PADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ZEROBYTE". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ZEROBYTEPADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CTS/". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CTS/NOPADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/ECB/". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/ECB/NOPADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO10126". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO10126-2". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO10126-2PADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO10126PADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO7816-4". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO7816-4PADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/NOPADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/PKCS5". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/PKCS5PADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/PKCS7". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/PKCS7PADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/TBC". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/TBCPADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/X9.23". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/X9.23PADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ZEROBYTE". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ZEROBYTEPADDING". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO10126". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO10126-2". 19:28:21,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO10126-2PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO10126PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO7816-4". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO7816-4PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/NOPADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/PKCS5". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/PKCS5PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/PKCS7". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/PKCS7PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/TBC". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/TBCPADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/X9.23". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/X9.23PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ZEROBYTE". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ZEROBYTEPADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO10126". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO10126-2". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO10126-2PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO10126PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO7816-4". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO7816-4PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/NOPADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/PKCS5". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/PKCS5PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/PKCS7". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/PKCS7PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/TBC". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/TBCPADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/X9.23". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/X9.23PADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ZEROBYTE". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ZEROBYTEPADDING". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/". 19:28:21,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO10126". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO10126-2". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO10126-2PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO10126PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO7816-4". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO7816-4PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/NOPADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/PKCS5". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/PKCS5PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/PKCS7". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/PKCS7PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/TBC". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/TBCPADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/X9.23". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/X9.23PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ZEROBYTE". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ZEROBYTEPADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO10126". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO10126-2". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO10126-2PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO10126PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO7816-4". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO7816-4PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/NOPADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/PKCS5". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/PKCS5PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/PKCS7". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/PKCS7PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/TBC". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/TBCPADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/X9.23". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/X9.23PADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ZEROBYTE". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ZEROBYTEPADDING". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/". 19:28:21,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO10126". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO10126-2". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO10126-2PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO10126PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO7816-4". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO7816-4PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/NOPADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/PKCS5". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/PKCS5PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/PKCS7". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/PKCS7PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/TBC". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/TBCPADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/X9.23". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/X9.23PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ZEROBYTE". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ZEROBYTEPADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO10126". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO10126-2". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO10126-2PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO10126PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO7816-4". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO7816-4PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/NOPADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/PKCS5". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/PKCS5PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/PKCS7". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/PKCS7PADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/TBC". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/TBCPADDING". 19:28:21,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/X9.23". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/X9.23PADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ZEROBYTE". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ZEROBYTEPADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO10126". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO10126-2". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO10126-2PADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO10126PADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO7816-4". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO7816-4PADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/NOPADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/PKCS5". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/PKCS5PADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/PKCS7". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/PKCS7PADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/TBC". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/TBCPADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/X9.23". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/X9.23PADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ZEROBYTE". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ZEROBYTEPADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO10126". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO10126-2". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO10126-2PADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO10126PADDING". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO7816-4". 19:28:21,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO7816-4PADDING". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/NOPADDING". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/PKCS5". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/PKCS5PADDING". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/PKCS7". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/PKCS7PADDING". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/TBC". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/TBCPADDING". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/X9.23". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/X9.23PADDING". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ZEROBYTE". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ZEROBYTEPADDING". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO10126". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO10126-2". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO10126-2PADDING". 19:28:21,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO10126PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO7816-4". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO7816-4PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/NOPADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/PKCS5". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/PKCS5PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/PKCS7". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/PKCS7PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/TBC". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/TBCPADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/X9.23". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/X9.23PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ZEROBYTE". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ZEROBYTEPADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO10126". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO10126-2". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO10126-2PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO10126PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO7816-4". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO7816-4PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/NOPADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/PKCS5". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/PKCS5PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/PKCS7". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/PKCS7PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/TBC". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/TBCPADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/X9.23". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/X9.23PADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ZEROBYTE". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ZEROBYTEPADDING". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO10126". 19:28:21,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO10126-2". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO10126-2PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO10126PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO7816-4". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO7816-4PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/NOPADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/PKCS5". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/PKCS5PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/PKCS7". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/PKCS7PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/TBC". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/TBCPADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/X9.23". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/X9.23PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ZEROBYTE". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ZEROBYTEPADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO10126". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO10126-2". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO10126-2PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO10126PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO7816-4". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO7816-4PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/NOPADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/PKCS5". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/PKCS5PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/PKCS7". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/PKCS7PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/TBC". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/TBCPADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/X9.23". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/X9.23PADDING". 19:28:21,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ZEROBYTE". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ZEROBYTEPADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO10126". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO10126-2". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO10126-2PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO10126PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO7816-4". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO7816-4PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/NOPADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/PKCS5". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/PKCS5PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/PKCS7". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/PKCS7PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/TBC". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/TBCPADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/X9.23". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/X9.23PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ZEROBYTE". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ZEROBYTEPADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO10126". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO10126-2". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO10126-2PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO10126PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO7816-4". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO7816-4PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/NOPADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/PKCS5". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/PKCS5PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/PKCS7". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/PKCS7PADDING". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/TBC". 19:28:21,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/TBCPADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/X9.23". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/X9.23PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ZEROBYTE". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ZEROBYTEPADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO10126". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO10126-2". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO10126-2PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO10126PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO7816-4". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO7816-4PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/NOPADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/PKCS5". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/PKCS5PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/PKCS7". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/PKCS7PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/TBC". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/TBCPADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/X9.23". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/X9.23PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ZEROBYTE". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ZEROBYTEPADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO10126". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO10126-2". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO10126-2PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO10126PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO7816-4". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO7816-4PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/NOPADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/PKCS5". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/PKCS5PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/PKCS7". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/PKCS7PADDING". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/TBC". 19:28:21,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/TBCPADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/X9.23". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/X9.23PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ZEROBYTE". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ZEROBYTEPADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO10126". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO10126-2". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO10126-2PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO10126PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO7816-4". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO7816-4PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/NOPADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/PKCS5". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/PKCS5PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/PKCS7". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/PKCS7PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/TBC". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/TBCPADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/X9.23". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/X9.23PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ZEROBYTE". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ZEROBYTEPADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO10126". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO10126-2". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO10126-2PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO10126PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO7816-4". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO7816-4PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/NOPADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/PKCS5". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/PKCS5PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/PKCS7". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/PKCS7PADDING". 19:28:21,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/TBC". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/TBCPADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/X9.23". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/X9.23PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ZEROBYTE". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ZEROBYTEPADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO10126". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO10126-2". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO10126-2PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO10126PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO7816-4". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO7816-4PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/NOPADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/PKCS5". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/PKCS5PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/PKCS7". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/PKCS7PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/TBC". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/TBCPADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/X9.23". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/X9.23PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ZEROBYTE". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ZEROBYTEPADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO10126". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO10126-2". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO10126-2PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO10126PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO7816-4". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO7816-4PADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/NOPADDING". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/PKCS5". 19:28:21,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/PKCS5PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/PKCS7". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/PKCS7PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/TBC". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/TBCPADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/X9.23". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/X9.23PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ZEROBYTE". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ZEROBYTEPADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO10126". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO10126-2". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO10126-2PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO10126PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO7816-4". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO7816-4PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/NOPADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/PKCS5". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/PKCS5PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/PKCS7". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/PKCS7PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/TBC". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/TBCPADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/X9.23". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/X9.23PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ZEROBYTE". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ZEROBYTEPADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO10126". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO10126-2". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO10126-2PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO10126PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO7816-4". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO7816-4PADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/NOPADDING". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/PKCS5". 19:28:21,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/PKCS5PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/PKCS7". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/PKCS7PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/TBC". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/TBCPADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/X9.23". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/X9.23PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ZEROBYTE". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ZEROBYTEPADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO10126". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO10126-2". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO10126-2PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO10126PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO7816-4". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO7816-4PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/NOPADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/PKCS5". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/PKCS5PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/PKCS7". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/PKCS7PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/TBC". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/TBCPADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/X9.23". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/X9.23PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ZEROBYTE". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ZEROBYTEPADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO10126". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO10126-2". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO10126-2PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO10126PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO7816-4". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO7816-4PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/NOPADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/PKCS5". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/PKCS5PADDING". 19:28:21,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/PKCS7". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/PKCS7PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/TBC". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/TBCPADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/X9.23". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/X9.23PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ZEROBYTE". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ZEROBYTEPADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO10126". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO10126-2". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO10126-2PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO10126PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO7816-4". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO7816-4PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/NOPADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/PKCS5". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/PKCS5PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/PKCS7". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/PKCS7PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/TBC". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/TBCPADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/X9.23". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/X9.23PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ZEROBYTE". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ZEROBYTEPADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO10126". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO10126-2". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO10126-2PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO10126PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO7816-4". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO7816-4PADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/NOPADDING". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/PKCS5". 19:28:21,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/PKCS5PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/PKCS7". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/PKCS7PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/TBC". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/TBCPADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/X9.23". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/X9.23PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ZEROBYTE". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ZEROBYTEPADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO10126". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO10126-2". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO10126-2PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO10126PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO7816-4". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO7816-4PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/NOPADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/PKCS5". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/PKCS5PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/PKCS7". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/PKCS7PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/TBC". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/TBCPADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/X9.23". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/X9.23PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ZEROBYTE". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ZEROBYTEPADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO10126". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO10126-2". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO10126-2PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO10126PADDING". 19:28:21,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO7816-4". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO7816-4PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/NOPADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/PKCS5". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/PKCS5PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/PKCS7". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/PKCS7PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/TBC". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/TBCPADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/X9.23". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/X9.23PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ZEROBYTE". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ZEROBYTEPADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO10126". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO10126-2". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO10126-2PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO10126PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO7816-4". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO7816-4PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/NOPADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/PKCS5". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/PKCS5PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/PKCS7". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/PKCS7PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/TBC". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/TBCPADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/X9.23". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/X9.23PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ZEROBYTE". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ZEROBYTEPADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO10126". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO10126-2". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO10126-2PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO10126PADDING". 19:28:21,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO7816-4". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO7816-4PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/NOPADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/PKCS5". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/PKCS5PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/PKCS7". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/PKCS7PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/TBC". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/TBCPADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/X9.23". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/X9.23PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ZEROBYTE". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ZEROBYTEPADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO10126". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO10126-2". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO10126-2PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO10126PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO7816-4". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO7816-4PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/NOPADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/PKCS5". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/PKCS5PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/PKCS7". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/PKCS7PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/TBC". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/TBCPADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/X9.23". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/X9.23PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ZEROBYTE". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ZEROBYTEPADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO10126". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO10126-2". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO10126-2PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO10126PADDING". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO7816-4". 19:28:21,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO7816-4PADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/NOPADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/PKCS5". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/PKCS5PADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/PKCS7". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/PKCS7PADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/TBC". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/TBCPADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/X9.23". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/X9.23PADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ZEROBYTE". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ZEROBYTEPADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO10126". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO10126-2". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO10126-2PADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO10126PADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO7816-4". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO7816-4PADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/NOPADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/PKCS5". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/PKCS5PADDING". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/PKCS7". 19:28:21,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/PKCS7PADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/TBC". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/TBCPADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/X9.23". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/X9.23PADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ZEROBYTE". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ZEROBYTEPADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2//". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2//NOPADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC-CTS/". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC-CTS/NOPADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO10126". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO10126-2". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO10126-2PADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO10126PADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO7816-4". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO7816-4PADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/NOPADDING". 19:28:21,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/PKCS5". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/PKCS5PADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/PKCS7". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/PKCS7PADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/TBC". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/TBCPADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/X9.23". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/X9.23PADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ZEROBYTE". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ZEROBYTEPADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO10126". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO10126-2". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO10126-2PADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO10126PADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO7816-4". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO7816-4PADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/NOPADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/PKCS5". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/PKCS5PADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/PKCS7". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/PKCS7PADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/TBC". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/TBCPADDING". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/X9.23". 19:28:21,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/X9.23PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ZEROBYTE". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ZEROBYTEPADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO10126". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO10126-2". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO10126-2PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO10126PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO7816-4". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO7816-4PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/NOPADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/PKCS5". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/PKCS5PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/PKCS7". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/PKCS7PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/TBC". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/TBCPADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/X9.23". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/X9.23PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ZEROBYTE". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ZEROBYTEPADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO10126". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO10126-2". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO10126-2PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO10126PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO7816-4". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO7816-4PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/NOPADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/PKCS5". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/PKCS5PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/PKCS7". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/PKCS7PADDING". 19:28:21,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/TBC". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/TBCPADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/X9.23". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/X9.23PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ZEROBYTE". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ZEROBYTEPADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO10126". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO10126-2". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO10126-2PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO10126PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO7816-4". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO7816-4PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/NOPADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/PKCS5". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/PKCS5PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/PKCS7". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/PKCS7PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/TBC". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/TBCPADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/X9.23". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/X9.23PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ZEROBYTE". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ZEROBYTEPADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO10126". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO10126-2". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO10126-2PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO10126PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO7816-4". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO7816-4PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/NOPADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/PKCS5". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/PKCS5PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/PKCS7". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/PKCS7PADDING". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/TBC". 19:28:21,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/TBCPADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/X9.23". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/X9.23PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ZEROBYTE". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ZEROBYTEPADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO10126". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO10126-2". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO10126-2PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO10126PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO7816-4". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO7816-4PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/NOPADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/PKCS5". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/PKCS5PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/PKCS7". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/PKCS7PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/TBC". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/TBCPADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/X9.23". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/X9.23PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ZEROBYTE". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ZEROBYTEPADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO10126". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO10126-2". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO10126-2PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO10126PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO7816-4". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO7816-4PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/NOPADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/PKCS5". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/PKCS5PADDING". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/PKCS7". 19:28:21,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/PKCS7PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/TBC". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/TBCPADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/X9.23". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/X9.23PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ZEROBYTE". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ZEROBYTEPADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO10126". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO10126-2". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO10126-2PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO10126PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO7816-4". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO7816-4PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/NOPADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/PKCS5". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/PKCS5PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/PKCS7". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/PKCS7PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/TBC". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/TBCPADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/X9.23". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/X9.23PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ZEROBYTE". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ZEROBYTEPADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO10126". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO10126-2". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO10126-2PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO10126PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO7816-4". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO7816-4PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/NOPADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/PKCS5". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/PKCS5PADDING". 19:28:21,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/PKCS7". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/PKCS7PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/TBC". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/TBCPADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/X9.23". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/X9.23PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ZEROBYTE". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ZEROBYTEPADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO10126". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO10126-2". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO10126-2PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO10126PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO7816-4". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO7816-4PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/NOPADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/PKCS5". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/PKCS5PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/PKCS7". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/PKCS7PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/TBC". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/TBCPADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/X9.23". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/X9.23PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ZEROBYTE". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ZEROBYTEPADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO10126". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO10126-2". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO10126-2PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO10126PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO7816-4". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO7816-4PADDING". 19:28:21,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/NOPADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/PKCS5". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/PKCS5PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/PKCS7". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/PKCS7PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/TBC". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/TBCPADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/X9.23". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/X9.23PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ZEROBYTE". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ZEROBYTEPADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO10126". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO10126-2". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO10126-2PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO10126PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO7816-4". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO7816-4PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/NOPADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/PKCS5". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/PKCS5PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/PKCS7". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/PKCS7PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/TBC". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/TBCPADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/X9.23". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/X9.23PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ZEROBYTE". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ZEROBYTEPADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO10126". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO10126-2". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO10126-2PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO10126PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO7816-4". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO7816-4PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/NOPADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/PKCS5". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/PKCS5PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/PKCS7". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/PKCS7PADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/TBC". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/TBCPADDING". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/X9.23". 19:28:21,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/X9.23PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ZEROBYTE". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ZEROBYTEPADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO10126". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO10126-2". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO10126-2PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO10126PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO7816-4". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO7816-4PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/NOPADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/PKCS5". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/PKCS5PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/PKCS7". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/PKCS7PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/TBC". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/TBCPADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/X9.23". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/X9.23PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ZEROBYTE". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ZEROBYTEPADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO10126". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO10126-2". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO10126-2PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO10126PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO7816-4". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO7816-4PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/NOPADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/PKCS5". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/PKCS5PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/PKCS7". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/PKCS7PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/TBC". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/TBCPADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/X9.23". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/X9.23PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ZEROBYTE". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ZEROBYTEPADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO10126". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO10126-2". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO10126-2PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO10126PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO7816-4". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO7816-4PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/NOPADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/PKCS5". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/PKCS5PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/PKCS7". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/PKCS7PADDING". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/TBC". 19:28:21,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/TBCPADDING". 19:28:21,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/X9.23". 19:28:21,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/X9.23PADDING". 19:28:21,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ZEROBYTE". 19:28:21,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ZEROBYTEPADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO10126". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO10126-2". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO10126-2PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO10126PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO7816-4". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO7816-4PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/NOPADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/PKCS5". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/PKCS5PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/PKCS7". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/PKCS7PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/TBC". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/TBCPADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/X9.23". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/X9.23PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ZEROBYTE". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ZEROBYTEPADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO10126". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO10126-2". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO10126-2PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO10126PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO7816-4". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO7816-4PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/NOPADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/PKCS5". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/PKCS5PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/PKCS7". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/PKCS7PADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/TBC". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/TBCPADDING". 19:28:21,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/X9.23". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/X9.23PADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ZEROBYTE". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ZEROBYTEPADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO10126". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO10126-2". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO10126-2PADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO10126PADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO7816-4". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO7816-4PADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/NOPADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/PKCS5". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/PKCS5PADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/PKCS7". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/PKCS7PADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/TBC". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/TBCPADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/X9.23". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/X9.23PADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ZEROBYTE". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ZEROBYTEPADDING". 19:28:21,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO10126". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO10126-2". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO10126-2PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO10126PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO7816-4". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO7816-4PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/NOPADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/PKCS5". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/PKCS5PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/PKCS7". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/PKCS7PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/TBC". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/TBCPADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/X9.23". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/X9.23PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ZEROBYTE". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ZEROBYTEPADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO10126". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO10126-2". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO10126-2PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO10126PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO7816-4". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO7816-4PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/NOPADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/PKCS5". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/PKCS5PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/PKCS7". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/PKCS7PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/TBC". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/TBCPADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/X9.23". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/X9.23PADDING". 19:28:21,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ZEROBYTE". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ZEROBYTEPADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO10126". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO10126-2". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO10126-2PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO10126PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO7816-4". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO7816-4PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/NOPADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/PKCS5". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/PKCS5PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/PKCS7". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/PKCS7PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/TBC". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/TBCPADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/X9.23". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/X9.23PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ZEROBYTE". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ZEROBYTEPADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO10126". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO10126-2". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO10126-2PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO10126PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO7816-4". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO7816-4PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/NOPADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/PKCS5". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/PKCS5PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/PKCS7". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/PKCS7PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/TBC". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/TBCPADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/X9.23". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/X9.23PADDING". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ZEROBYTE". 19:28:21,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ZEROBYTEPADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO10126". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO10126-2". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO10126-2PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO10126PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO7816-4". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO7816-4PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/NOPADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/PKCS5". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/PKCS5PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/PKCS7". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/PKCS7PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/TBC". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/TBCPADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/X9.23". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/X9.23PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ZEROBYTE". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ZEROBYTEPADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO10126". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO10126-2". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO10126-2PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO10126PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO7816-4". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO7816-4PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/NOPADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/PKCS5". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/PKCS5PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/PKCS7". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/PKCS7PADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/TBC". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/TBCPADDING". 19:28:21,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/X9.23". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/X9.23PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ZEROBYTE". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ZEROBYTEPADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO10126". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO10126-2". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO10126-2PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO10126PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO7816-4". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO7816-4PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/NOPADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/PKCS5". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/PKCS5PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/PKCS7". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/PKCS7PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/TBC". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/TBCPADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/X9.23". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/X9.23PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ZEROBYTE". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ZEROBYTEPADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO10126". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO10126-2". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO10126-2PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO10126PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO7816-4". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO7816-4PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/NOPADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/PKCS5". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/PKCS5PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/PKCS7". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/PKCS7PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/TBC". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/TBCPADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/X9.23". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/X9.23PADDING". 19:28:21,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ZEROBYTE". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ZEROBYTEPADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO10126". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO10126-2". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO10126-2PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO10126PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO7816-4". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO7816-4PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/NOPADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/PKCS5". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/PKCS5PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/PKCS7". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/PKCS7PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/TBC". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/TBCPADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/X9.23". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/X9.23PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ZEROBYTE". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ZEROBYTEPADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO10126". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO10126-2". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO10126-2PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO10126PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO7816-4". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO7816-4PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/NOPADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/PKCS5". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/PKCS5PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/PKCS7". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/PKCS7PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/TBC". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/TBCPADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/X9.23". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/X9.23PADDING". 19:28:21,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ZEROBYTE". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ZEROBYTEPADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO10126". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO10126-2". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO10126-2PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO10126PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO7816-4". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO7816-4PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/NOPADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/PKCS5". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/PKCS5PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/PKCS7". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/PKCS7PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/TBC". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/TBCPADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/X9.23". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/X9.23PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ZEROBYTE". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ZEROBYTEPADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO10126". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO10126-2". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO10126-2PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO10126PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO7816-4". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO7816-4PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/NOPADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/PKCS5". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/PKCS5PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/PKCS7". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/PKCS7PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/TBC". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/TBCPADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/X9.23". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/X9.23PADDING". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ZEROBYTE". 19:28:21,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ZEROBYTEPADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO10126". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO10126-2". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO10126-2PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO10126PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO7816-4". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO7816-4PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/NOPADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/PKCS5". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/PKCS5PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/PKCS7". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/PKCS7PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/TBC". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/TBCPADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/X9.23". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/X9.23PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ZEROBYTE". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ZEROBYTEPADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO10126". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO10126-2". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO10126-2PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO10126PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO7816-4". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO7816-4PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/NOPADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/PKCS5". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/PKCS5PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/PKCS7". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/PKCS7PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/TBC". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/TBCPADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/X9.23". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/X9.23PADDING". 19:28:21,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ZEROBYTE". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ZEROBYTEPADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CTS/". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CTS/NOPADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/EAX/". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/EAX/NOPADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/ECB/". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/ECB/NOPADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO10126". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO10126-2". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO10126-2PADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO10126PADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO7816-4". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO7816-4PADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/NOPADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/PKCS5". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/PKCS5PADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/PKCS7". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/PKCS7PADDING". 19:28:21,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/TBC". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/TBCPADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/X9.23". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/X9.23PADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ZEROBYTE". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ZEROBYTEPADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO10126". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO10126-2". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO10126-2PADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO10126PADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO7816-4". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO7816-4PADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/NOPADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/PKCS5". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/PKCS5PADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/PKCS7". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/PKCS7PADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/TBC". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/TBCPADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/X9.23". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/X9.23PADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ZEROBYTE". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ZEROBYTEPADDING". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO10126". 19:28:21,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO10126-2". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO10126-2PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO10126PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO7816-4". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO7816-4PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/NOPADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/PKCS5". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/PKCS5PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/PKCS7". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/PKCS7PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/TBC". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/TBCPADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/X9.23". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/X9.23PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ZEROBYTE". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ZEROBYTEPADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO10126". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO10126-2". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO10126-2PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO10126PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO7816-4". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO7816-4PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/NOPADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/PKCS5". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/PKCS5PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/PKCS7". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/PKCS7PADDING". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/TBC". 19:28:21,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/TBCPADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/X9.23". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/X9.23PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ZEROBYTE". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ZEROBYTEPADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO10126". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO10126-2". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO10126-2PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO10126PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO7816-4". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO7816-4PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/NOPADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/PKCS5". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/PKCS5PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/PKCS7". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/PKCS7PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/TBC". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/TBCPADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/X9.23". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/X9.23PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ZEROBYTE". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ZEROBYTEPADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO10126". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO10126-2". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO10126-2PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO10126PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO7816-4". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO7816-4PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/NOPADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/PKCS5". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/PKCS5PADDING". 19:28:21,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/PKCS7". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/PKCS7PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/TBC". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/TBCPADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/X9.23". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/X9.23PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ZEROBYTE". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ZEROBYTEPADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO10126". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO10126-2". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO10126-2PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO10126PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO7816-4". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO7816-4PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/NOPADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/PKCS5". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/PKCS5PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/PKCS7". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/PKCS7PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/TBC". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/TBCPADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/X9.23". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/X9.23PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ZEROBYTE". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ZEROBYTEPADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO10126". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO10126-2". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO10126-2PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO10126PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO7816-4". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO7816-4PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/NOPADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/PKCS5". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/PKCS5PADDING". 19:28:21,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/PKCS7". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/PKCS7PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/TBC". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/TBCPADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/X9.23". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/X9.23PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ZEROBYTE". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ZEROBYTEPADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO10126". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO10126-2". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO10126-2PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO10126PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO7816-4". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO7816-4PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/NOPADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/PKCS5". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/PKCS5PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/PKCS7". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/PKCS7PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/TBC". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/TBCPADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/X9.23". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/X9.23PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ZEROBYTE". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ZEROBYTEPADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO10126". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO10126-2". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO10126-2PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO10126PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO7816-4". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO7816-4PADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/NOPADDING". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/PKCS5". 19:28:21,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/PKCS5PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/PKCS7". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/PKCS7PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/TBC". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/TBCPADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/X9.23". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/X9.23PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ZEROBYTE". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ZEROBYTEPADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO10126". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO10126-2". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO10126-2PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO10126PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO7816-4". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO7816-4PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/NOPADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/PKCS5". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/PKCS5PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/PKCS7". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/PKCS7PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/TBC". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/TBCPADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/X9.23". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/X9.23PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ZEROBYTE". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ZEROBYTEPADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO10126". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO10126-2". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO10126-2PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO10126PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO7816-4". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO7816-4PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/NOPADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/PKCS5". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/PKCS5PADDING". 19:28:21,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/PKCS7". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/PKCS7PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/TBC". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/TBCPADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/X9.23". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/X9.23PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ZEROBYTE". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ZEROBYTEPADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO10126". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO10126-2". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO10126-2PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO10126PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO7816-4". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO7816-4PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/NOPADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/PKCS5". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/PKCS5PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/PKCS7". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/PKCS7PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/TBC". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/TBCPADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/X9.23". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/X9.23PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ZEROBYTE". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ZEROBYTEPADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO10126". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO10126-2". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO10126-2PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO10126PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO7816-4". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO7816-4PADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/NOPADDING". 19:28:21,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/PKCS5". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/PKCS5PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/PKCS7". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/PKCS7PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/TBC". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/TBCPADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/X9.23". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/X9.23PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ZEROBYTE". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ZEROBYTEPADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO10126". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO10126-2". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO10126-2PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO10126PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO7816-4". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO7816-4PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/NOPADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/PKCS5". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/PKCS5PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/PKCS7". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/PKCS7PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/TBC". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/TBCPADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/X9.23". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/X9.23PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ZEROBYTE". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ZEROBYTEPADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO10126". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO10126-2". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO10126-2PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO10126PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO7816-4". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO7816-4PADDING". 19:28:21,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/NOPADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/PKCS5". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/PKCS5PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/PKCS7". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/PKCS7PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/TBC". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/TBCPADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/X9.23". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/X9.23PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ZEROBYTE". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ZEROBYTEPADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO10126". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO10126-2". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO10126-2PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO10126PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO7816-4". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO7816-4PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/NOPADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/PKCS5". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/PKCS5PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/PKCS7". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/PKCS7PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/TBC". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/TBCPADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/X9.23". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/X9.23PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ZEROBYTE". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ZEROBYTEPADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO10126". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO10126-2". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO10126-2PADDING". 19:28:21,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO10126PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO7816-4". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO7816-4PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/NOPADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/PKCS5". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/PKCS5PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/PKCS7". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/PKCS7PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/TBC". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/TBCPADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/X9.23". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/X9.23PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ZEROBYTE". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ZEROBYTEPADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO10126". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO10126-2". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO10126-2PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO10126PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO7816-4". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO7816-4PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/NOPADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/PKCS5". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/PKCS5PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/PKCS7". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/PKCS7PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/TBC". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/TBCPADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/X9.23". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/X9.23PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ZEROBYTE". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ZEROBYTEPADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO10126". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO10126-2". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO10126-2PADDING". 19:28:21,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO10126PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO7816-4". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO7816-4PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/NOPADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/PKCS5". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/PKCS5PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/PKCS7". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/PKCS7PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/TBC". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/TBCPADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/X9.23". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/X9.23PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ZEROBYTE". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ZEROBYTEPADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO10126". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO10126-2". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO10126-2PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO10126PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO7816-4". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO7816-4PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/NOPADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/PKCS5". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/PKCS5PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/PKCS7". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/PKCS7PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/TBC". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/TBCPADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/X9.23". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/X9.23PADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ZEROBYTE". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ZEROBYTEPADDING". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO10126". 19:28:21,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO10126-2". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO10126-2PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO10126PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO7816-4". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO7816-4PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/NOPADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/PKCS5". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/PKCS5PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/PKCS7". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/PKCS7PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/TBC". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/TBCPADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/X9.23". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/X9.23PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ZEROBYTE". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ZEROBYTEPADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO10126". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO10126-2". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO10126-2PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO10126PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO7816-4". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO7816-4PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/NOPADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/PKCS5". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/PKCS5PADDING". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/PKCS7". 19:28:21,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/PKCS7PADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/TBC". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/TBCPADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/X9.23". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/X9.23PADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ZEROBYTE". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ZEROBYTEPADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO10126". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO10126-2". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO10126-2PADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO10126PADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO7816-4". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO7816-4PADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/NOPADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/PKCS5". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/PKCS5PADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/PKCS7". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/PKCS7PADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/TBC". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/TBCPADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/X9.23". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/X9.23PADDING". 19:28:21,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ZEROBYTE". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ZEROBYTEPADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO10126". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO10126-2". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO10126-2PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO10126PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO7816-4". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO7816-4PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/NOPADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/PKCS5". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/PKCS5PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/PKCS7". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/PKCS7PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/TBC". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/TBCPADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/X9.23". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/X9.23PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ZEROBYTE". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ZEROBYTEPADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO10126". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO10126-2". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO10126-2PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO10126PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO7816-4". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO7816-4PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/NOPADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/PKCS5". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/PKCS5PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/PKCS7". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/PKCS7PADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/TBC". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/TBCPADDING". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/X9.23". 19:28:21,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/X9.23PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ZEROBYTE". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ZEROBYTEPADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO10126". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO10126-2". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO10126-2PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO10126PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO7816-4". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO7816-4PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/NOPADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/PKCS5". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/PKCS5PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/PKCS7". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/PKCS7PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/TBC". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/TBCPADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/X9.23". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/X9.23PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ZEROBYTE". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ZEROBYTEPADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO10126". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO10126-2". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO10126-2PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO10126PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO7816-4". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO7816-4PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/NOPADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/PKCS5". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/PKCS5PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/PKCS7". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/PKCS7PADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/TBC". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/TBCPADDING". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/X9.23". 19:28:21,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/X9.23PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ZEROBYTE". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ZEROBYTEPADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO10126". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO10126-2". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO10126-2PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO10126PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO7816-4". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO7816-4PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/NOPADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/PKCS5". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/PKCS5PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/PKCS7". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/PKCS7PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/TBC". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/TBCPADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/X9.23". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/X9.23PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ZEROBYTE". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ZEROBYTEPADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO10126". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO10126-2". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO10126-2PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO10126PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO7816-4". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO7816-4PADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/NOPADDING". 19:28:21,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/PKCS5". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/PKCS5PADDING". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/PKCS7". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/PKCS7PADDING". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/TBC". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/TBCPADDING". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/X9.23". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/X9.23PADDING". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ZEROBYTE". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ZEROBYTEPADDING". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO10126". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO10126-2". 19:28:21,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO10126-2PADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO10126PADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO7816-4". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO7816-4PADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/NOPADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/PKCS5". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/PKCS5PADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/PKCS7". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/PKCS7PADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/TBC". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/TBCPADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/X9.23". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/X9.23PADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ZEROBYTE". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ZEROBYTEPADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO10126". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO10126-2". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO10126-2PADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO10126PADDING". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO7816-4". 19:28:21,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO7816-4PADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/NOPADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/PKCS5". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/PKCS5PADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/PKCS7". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/PKCS7PADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/TBC". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/TBCPADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/X9.23". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/X9.23PADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ZEROBYTE". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ZEROBYTEPADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO10126". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO10126-2". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO10126-2PADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO10126PADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO7816-4". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO7816-4PADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/NOPADDING". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/PKCS5". 19:28:21,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/PKCS5PADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/PKCS7". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/PKCS7PADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/TBC". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/TBCPADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/X9.23". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/X9.23PADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ZEROBYTE". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ZEROBYTEPADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO10126". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO10126-2". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO10126-2PADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO10126PADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO7816-4". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO7816-4PADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/NOPADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/PKCS5". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/PKCS5PADDING". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/PKCS7". 19:28:21,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/PKCS7PADDING". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/TBC". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/TBCPADDING". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/X9.23". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/X9.23PADDING". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ZEROBYTE". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ZEROBYTEPADDING". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO10126". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO10126-2". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO10126-2PADDING". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO10126PADDING". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO7816-4". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO7816-4PADDING". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/NOPADDING". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/PKCS5". 19:28:21,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/PKCS5PADDING". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/PKCS7". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/PKCS7PADDING". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/TBC". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/TBCPADDING". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/X9.23". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/X9.23PADDING". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ZEROBYTE". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ZEROBYTEPADDING". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC4//". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC4//NOPADDING". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC4/ECB/". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC4/ECB/NOPADDING". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32//". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32//NOPADDING". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC-CTS/". 19:28:21,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC-CTS/NOPADDING". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO10126". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO10126-2". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO10126-2PADDING". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO10126PADDING". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO7816-4". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO7816-4PADDING". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/NOPADDING". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/PKCS5". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/PKCS5PADDING". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/PKCS7". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/PKCS7PADDING". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/TBC". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/TBCPADDING". 19:28:21,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/X9.23". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/X9.23PADDING". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ZEROBYTE". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ZEROBYTEPADDING". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO10126". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO10126-2". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO10126-2PADDING". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO10126PADDING". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO7816-4". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO7816-4PADDING". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/NOPADDING". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/PKCS5". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/PKCS5PADDING". 19:28:21,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/PKCS7". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/PKCS7PADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/TBC". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/TBCPADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/X9.23". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/X9.23PADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ZEROBYTE". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ZEROBYTEPADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO10126". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO10126-2". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO10126-2PADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO10126PADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO7816-4". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO7816-4PADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/NOPADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/PKCS5". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/PKCS5PADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/PKCS7". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/PKCS7PADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/TBC". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/TBCPADDING". 19:28:21,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/X9.23". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/X9.23PADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ZEROBYTE". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ZEROBYTEPADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO10126". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO10126-2". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO10126-2PADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO10126PADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO7816-4". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO7816-4PADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/NOPADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/PKCS5". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/PKCS5PADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/PKCS7". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/PKCS7PADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/TBC". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/TBCPADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/X9.23". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/X9.23PADDING". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ZEROBYTE". 19:28:21,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ZEROBYTEPADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO10126". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO10126-2". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO10126-2PADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO10126PADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO7816-4". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO7816-4PADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/NOPADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/PKCS5". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/PKCS5PADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/PKCS7". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/PKCS7PADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/TBC". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/TBCPADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/X9.23". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/X9.23PADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ZEROBYTE". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ZEROBYTEPADDING". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO10126". 19:28:21,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO10126-2". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO10126-2PADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO10126PADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO7816-4". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO7816-4PADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/NOPADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/PKCS5". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/PKCS5PADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/PKCS7". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/PKCS7PADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/TBC". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/TBCPADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/X9.23". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/X9.23PADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ZEROBYTE". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ZEROBYTEPADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO10126". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO10126-2". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO10126-2PADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO10126PADDING". 19:28:21,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO7816-4". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO7816-4PADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/NOPADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/PKCS5". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/PKCS5PADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/PKCS7". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/PKCS7PADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/TBC". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/TBCPADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/X9.23". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/X9.23PADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ZEROBYTE". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ZEROBYTEPADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO10126". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO10126-2". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO10126-2PADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO10126PADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO7816-4". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO7816-4PADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/NOPADDING". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/PKCS5". 19:28:21,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/PKCS5PADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/PKCS7". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/PKCS7PADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/TBC". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/TBCPADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/X9.23". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/X9.23PADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ZEROBYTE". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ZEROBYTEPADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO10126". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO10126-2". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO10126-2PADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO10126PADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO7816-4". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO7816-4PADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/NOPADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/PKCS5". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/PKCS5PADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/PKCS7". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/PKCS7PADDING". 19:28:21,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/TBC". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/TBCPADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/X9.23". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/X9.23PADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ZEROBYTE". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ZEROBYTEPADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO10126". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO10126-2". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO10126-2PADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO10126PADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO7816-4". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO7816-4PADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/NOPADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/PKCS5". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/PKCS5PADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/PKCS7". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/PKCS7PADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/TBC". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/TBCPADDING". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/X9.23". 19:28:21,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/X9.23PADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ZEROBYTE". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ZEROBYTEPADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO10126". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO10126-2". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO10126-2PADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO10126PADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO7816-4". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO7816-4PADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/NOPADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/PKCS5". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/PKCS5PADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/PKCS7". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/PKCS7PADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/TBC". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/TBCPADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/X9.23". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/X9.23PADDING". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ZEROBYTE". 19:28:21,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ZEROBYTEPADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO10126". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO10126-2". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO10126-2PADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO10126PADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO7816-4". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO7816-4PADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/NOPADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/PKCS5". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/PKCS5PADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/PKCS7". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/PKCS7PADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/TBC". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/TBCPADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/X9.23". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/X9.23PADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ZEROBYTE". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ZEROBYTEPADDING". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO10126". 19:28:21,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO10126-2". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO10126-2PADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO10126PADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO7816-4". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO7816-4PADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/NOPADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/PKCS5". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/PKCS5PADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/PKCS7". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/PKCS7PADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/TBC". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/TBCPADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/X9.23". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/X9.23PADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ZEROBYTE". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ZEROBYTEPADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO10126". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO10126-2". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO10126-2PADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO10126PADDING". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO7816-4". 19:28:21,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO7816-4PADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/NOPADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/PKCS5". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/PKCS5PADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/PKCS7". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/PKCS7PADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/TBC". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/TBCPADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/X9.23". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/X9.23PADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ZEROBYTE". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ZEROBYTEPADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO10126". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO10126-2". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO10126-2PADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO10126PADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO7816-4". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO7816-4PADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/NOPADDING". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/PKCS5". 19:28:21,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/PKCS5PADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/PKCS7". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/PKCS7PADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/TBC". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/TBCPADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/X9.23". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/X9.23PADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ZEROBYTE". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ZEROBYTEPADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO10126". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO10126-2". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO10126-2PADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO10126PADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO7816-4". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO7816-4PADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/NOPADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/PKCS5". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/PKCS5PADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/PKCS7". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/PKCS7PADDING". 19:28:21,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/TBC". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/TBCPADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/X9.23". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/X9.23PADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ZEROBYTE". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ZEROBYTEPADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO10126". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO10126-2". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO10126-2PADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO10126PADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO7816-4". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO7816-4PADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/NOPADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/PKCS5". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/PKCS5PADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/PKCS7". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/PKCS7PADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/TBC". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/TBCPADDING". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/X9.23". 19:28:21,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/X9.23PADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ZEROBYTE". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ZEROBYTEPADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO10126". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO10126-2". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO10126-2PADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO10126PADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO7816-4". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO7816-4PADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/NOPADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/PKCS5". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/PKCS5PADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/PKCS7". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/PKCS7PADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/TBC". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/TBCPADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/X9.23". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/X9.23PADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ZEROBYTE". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ZEROBYTEPADDING". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/". 19:28:21,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO10126". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO10126-2". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO10126-2PADDING". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO10126PADDING". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO7816-4". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO7816-4PADDING". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/NOPADDING". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/PKCS5". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/PKCS5PADDING". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/PKCS7". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/PKCS7PADDING". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/TBC". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/TBCPADDING". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/X9.23". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/X9.23PADDING". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ZEROBYTE". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ZEROBYTEPADDING". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO10126". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO10126-2". 19:28:21,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO10126-2PADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO10126PADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO7816-4". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO7816-4PADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/NOPADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/PKCS5". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/PKCS5PADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/PKCS7". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/PKCS7PADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/TBC". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/TBCPADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/X9.23". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/X9.23PADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ZEROBYTE". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ZEROBYTEPADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO10126". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO10126-2". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO10126-2PADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO10126PADDING". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO7816-4". 19:28:21,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO7816-4PADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/NOPADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/PKCS5". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/PKCS5PADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/PKCS7". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/PKCS7PADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/TBC". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/TBCPADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/X9.23". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/X9.23PADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ZEROBYTE". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ZEROBYTEPADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO10126". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO10126-2". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO10126-2PADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO10126PADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO7816-4". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO7816-4PADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/NOPADDING". 19:28:21,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/PKCS5". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/PKCS5PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/PKCS7". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/PKCS7PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/TBC". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/TBCPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/X9.23". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/X9.23PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ZEROBYTE". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ZEROBYTEPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO10126". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO10126-2". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO10126-2PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO10126PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO7816-4". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO7816-4PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/NOPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/PKCS5". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/PKCS5PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/PKCS7". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/PKCS7PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/TBC". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/TBCPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/X9.23". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/X9.23PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ZEROBYTE". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ZEROBYTEPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO10126". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO10126-2". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO10126-2PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO10126PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO7816-4". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO7816-4PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/NOPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/PKCS5". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/PKCS5PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/PKCS7". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/PKCS7PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/TBC". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/TBCPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/X9.23". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/X9.23PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ZEROBYTE". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ZEROBYTEPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO10126". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO10126-2". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO10126-2PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO10126PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO7816-4". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO7816-4PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/NOPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/PKCS5". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/PKCS5PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/PKCS7". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/PKCS7PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/TBC". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/TBCPADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/X9.23". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/X9.23PADDING". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ZEROBYTE". 19:28:21,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ZEROBYTEPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO10126". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO10126-2". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO10126-2PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO10126PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO7816-4". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO7816-4PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/NOPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/PKCS5". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/PKCS5PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/PKCS7". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/PKCS7PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/TBC". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/TBCPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/X9.23". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/X9.23PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ZEROBYTE". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ZEROBYTEPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO10126". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO10126-2". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO10126-2PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO10126PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO7816-4". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO7816-4PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/NOPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/PKCS5". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/PKCS5PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/PKCS7". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/PKCS7PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/TBC". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/TBCPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/X9.23". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/X9.23PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ZEROBYTE". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ZEROBYTEPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO10126". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO10126-2". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO10126-2PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO10126PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO7816-4". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO7816-4PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/NOPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/PKCS5". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/PKCS5PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/PKCS7". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/PKCS7PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/TBC". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/TBCPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/X9.23". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/X9.23PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ZEROBYTE". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ZEROBYTEPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO10126". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO10126-2". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO10126-2PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO10126PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO7816-4". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO7816-4PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/NOPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/PKCS5". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/PKCS5PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/PKCS7". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/PKCS7PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/TBC". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/TBCPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/X9.23". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/X9.23PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ZEROBYTE". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ZEROBYTEPADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO10126". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO10126-2". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO10126-2PADDING". 19:28:21,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO10126PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO7816-4". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO7816-4PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/NOPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/PKCS5". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/PKCS5PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/PKCS7". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/PKCS7PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/TBC". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/TBCPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/X9.23". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/X9.23PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ZEROBYTE". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ZEROBYTEPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO10126". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO10126-2". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO10126-2PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO10126PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO7816-4". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO7816-4PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/NOPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/PKCS5". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/PKCS5PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/PKCS7". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/PKCS7PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/TBC". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/TBCPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/X9.23". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/X9.23PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ZEROBYTE". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ZEROBYTEPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO10126". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO10126-2". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO10126-2PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO10126PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO7816-4". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO7816-4PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/NOPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/PKCS5". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/PKCS5PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/PKCS7". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/PKCS7PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/TBC". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/TBCPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/X9.23". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/X9.23PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ZEROBYTE". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ZEROBYTEPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO10126". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO10126-2". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO10126-2PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO10126PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO7816-4". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO7816-4PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/NOPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/PKCS5". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/PKCS5PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/PKCS7". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/PKCS7PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/TBC". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/TBCPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/X9.23". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/X9.23PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ZEROBYTE". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ZEROBYTEPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO10126". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO10126-2". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO10126-2PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO10126PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO7816-4". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO7816-4PADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/NOPADDING". 19:28:21,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/PKCS5". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/PKCS5PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/PKCS7". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/PKCS7PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/TBC". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/TBCPADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/X9.23". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/X9.23PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ZEROBYTE". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ZEROBYTEPADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CTS/". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CTS/NOPADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/EAX/". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/EAX/NOPADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/ECB/". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/ECB/NOPADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO10126". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO10126-2". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO10126-2PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO10126PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO7816-4". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO7816-4PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/NOPADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/PKCS5". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/PKCS5PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/PKCS7". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/PKCS7PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/TBC". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/TBCPADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/X9.23". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/X9.23PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ZEROBYTE". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ZEROBYTEPADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO10126". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO10126-2". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO10126-2PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO10126PADDING". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO7816-4". 19:28:21,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO7816-4PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/NOPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/PKCS5". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/PKCS5PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/PKCS7". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/PKCS7PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/TBC". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/TBCPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/X9.23". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/X9.23PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ZEROBYTE". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ZEROBYTEPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO10126". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO10126-2". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO10126-2PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO10126PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO7816-4". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO7816-4PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/NOPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/PKCS5". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/PKCS5PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/PKCS7". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/PKCS7PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/TBC". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/TBCPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/X9.23". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/X9.23PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ZEROBYTE". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ZEROBYTEPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO10126". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO10126-2". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO10126-2PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO10126PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO7816-4". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO7816-4PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/NOPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/PKCS5". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/PKCS5PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/PKCS7". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/PKCS7PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/TBC". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/TBCPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/X9.23". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/X9.23PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ZEROBYTE". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ZEROBYTEPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO10126". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO10126-2". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO10126-2PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO10126PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO7816-4". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO7816-4PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/NOPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/PKCS5". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/PKCS5PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/PKCS7". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/PKCS7PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/TBC". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/TBCPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/X9.23". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/X9.23PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ZEROBYTE". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ZEROBYTEPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO10126". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO10126-2". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO10126-2PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO10126PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO7816-4". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO7816-4PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/NOPADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/PKCS5". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/PKCS5PADDING". 19:28:21,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/PKCS7". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/PKCS7PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/TBC". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/TBCPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/X9.23". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/X9.23PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ZEROBYTE". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ZEROBYTEPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO10126". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO10126-2". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO10126-2PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO10126PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO7816-4". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO7816-4PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/NOPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/PKCS5". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/PKCS5PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/PKCS7". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/PKCS7PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/TBC". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/TBCPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/X9.23". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/X9.23PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ZEROBYTE". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ZEROBYTEPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO10126". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO10126-2". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO10126-2PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO10126PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO7816-4". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO7816-4PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/NOPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/PKCS5". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/PKCS5PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/PKCS7". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/PKCS7PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/TBC". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/TBCPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/X9.23". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/X9.23PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ZEROBYTE". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ZEROBYTEPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO10126". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO10126-2". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO10126-2PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO10126PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO7816-4". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO7816-4PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/NOPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/PKCS5". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/PKCS5PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/PKCS7". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/PKCS7PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/TBC". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/TBCPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/X9.23". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/X9.23PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ZEROBYTE". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ZEROBYTEPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO10126". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO10126-2". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO10126-2PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO10126PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO7816-4". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO7816-4PADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/NOPADDING". 19:28:21,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/PKCS5". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/PKCS5PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/PKCS7". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/PKCS7PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/TBC". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/TBCPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/X9.23". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/X9.23PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ZEROBYTE". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ZEROBYTEPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO10126". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO10126-2". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO10126-2PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO10126PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO7816-4". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO7816-4PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/NOPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/PKCS5". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/PKCS5PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/PKCS7". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/PKCS7PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/TBC". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/TBCPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/X9.23". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/X9.23PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ZEROBYTE". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ZEROBYTEPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO10126". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO10126-2". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO10126-2PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO10126PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO7816-4". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO7816-4PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/NOPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/PKCS5". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/PKCS5PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/PKCS7". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/PKCS7PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/TBC". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/TBCPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/X9.23". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/X9.23PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ZEROBYTE". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ZEROBYTEPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO10126". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO10126-2". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO10126-2PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO10126PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO7816-4". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO7816-4PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/NOPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/PKCS5". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/PKCS5PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/PKCS7". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/PKCS7PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/TBC". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/TBCPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/X9.23". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/X9.23PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ZEROBYTE". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ZEROBYTEPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO10126". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO10126-2". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO10126-2PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO10126PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO7816-4". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO7816-4PADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/NOPADDING". 19:28:21,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/PKCS5". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/PKCS5PADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/PKCS7". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/PKCS7PADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/TBC". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/TBCPADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/X9.23". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/X9.23PADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ZEROBYTE". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ZEROBYTEPADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO10126". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO10126-2". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO10126-2PADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO10126PADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO7816-4". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO7816-4PADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/NOPADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/PKCS5". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/PKCS5PADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/PKCS7". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/PKCS7PADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/TBC". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/TBCPADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/X9.23". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/X9.23PADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ZEROBYTE". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ZEROBYTEPADDING". 19:28:21,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO10126". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO10126-2". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO10126-2PADDING". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO10126PADDING". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO7816-4". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO7816-4PADDING". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/NOPADDING". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/PKCS5". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/PKCS5PADDING". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/PKCS7". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/PKCS7PADDING". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/TBC". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/TBCPADDING". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/X9.23". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/X9.23PADDING". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ZEROBYTE". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ZEROBYTEPADDING". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO10126". 19:28:21,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO10126-2". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO10126-2PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO10126PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO7816-4". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO7816-4PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/NOPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/PKCS5". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/PKCS5PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/PKCS7". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/PKCS7PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/TBC". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/TBCPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/X9.23". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/X9.23PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ZEROBYTE". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ZEROBYTEPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO10126". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO10126-2". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO10126-2PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO10126PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO7816-4". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO7816-4PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/NOPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/PKCS5". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/PKCS5PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/PKCS7". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/PKCS7PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/TBC". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/TBCPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/X9.23". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/X9.23PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ZEROBYTE". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ZEROBYTEPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO10126". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO10126-2". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO10126-2PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO10126PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO7816-4". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO7816-4PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/NOPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/PKCS5". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/PKCS5PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/PKCS7". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/PKCS7PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/TBC". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/TBCPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/X9.23". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/X9.23PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ZEROBYTE". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ZEROBYTEPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO10126". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO10126-2". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO10126-2PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO10126PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO7816-4". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO7816-4PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/NOPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/PKCS5". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/PKCS5PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/PKCS7". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/PKCS7PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/TBC". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/TBCPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/X9.23". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/X9.23PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ZEROBYTE". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ZEROBYTEPADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO10126". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO10126-2". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO10126-2PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO10126PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO7816-4". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO7816-4PADDING". 19:28:21,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/NOPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/PKCS5". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/PKCS5PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/PKCS7". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/PKCS7PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/TBC". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/TBCPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/X9.23". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/X9.23PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ZEROBYTE". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ZEROBYTEPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO10126". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO10126-2". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO10126-2PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO10126PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO7816-4". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO7816-4PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/NOPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/PKCS5". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/PKCS5PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/PKCS7". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/PKCS7PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/TBC". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/TBCPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/X9.23". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/X9.23PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ZEROBYTE". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ZEROBYTEPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO10126". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO10126-2". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO10126-2PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO10126PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO7816-4". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO7816-4PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/NOPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/PKCS5". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/PKCS5PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/PKCS7". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/PKCS7PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/TBC". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/TBCPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/X9.23". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/X9.23PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ZEROBYTE". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ZEROBYTEPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO10126". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO10126-2". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO10126-2PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO10126PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO7816-4". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO7816-4PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/NOPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/PKCS5". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/PKCS5PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/PKCS7". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/PKCS7PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/TBC". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/TBCPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/X9.23". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/X9.23PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ZEROBYTE". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ZEROBYTEPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO10126". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO10126-2". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO10126-2PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO10126PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO7816-4". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO7816-4PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/NOPADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/PKCS5". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/PKCS5PADDING". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/PKCS7". 19:28:21,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/PKCS7PADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/TBC". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/TBCPADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/X9.23". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/X9.23PADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ZEROBYTE". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ZEROBYTEPADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO10126". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO10126-2". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO10126-2PADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO10126PADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO7816-4". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO7816-4PADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/NOPADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/PKCS5". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/PKCS5PADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/PKCS7". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/PKCS7PADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/TBC". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/TBCPADDING". 19:28:21,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/X9.23". 19:28:21,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/X9.23PADDING". 19:28:21,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ZEROBYTE". 19:28:21,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ZEROBYTEPADDING". 19:28:21,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/". 19:28:21,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO10126". 19:28:21,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO10126-2". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO10126-2PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO10126PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO7816-4". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO7816-4PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/NOPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/PKCS5". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/PKCS5PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/PKCS7". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/PKCS7PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/TBC". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/TBCPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/X9.23". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/X9.23PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ZEROBYTE". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ZEROBYTEPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO10126". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO10126-2". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO10126-2PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO10126PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO7816-4". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO7816-4PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/NOPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/PKCS5". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/PKCS5PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/PKCS7". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/PKCS7PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/TBC". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/TBCPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/X9.23". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/X9.23PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ZEROBYTE". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ZEROBYTEPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO10126". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO10126-2". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO10126-2PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO10126PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO7816-4". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO7816-4PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/NOPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/PKCS5". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/PKCS5PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/PKCS7". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/PKCS7PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/TBC". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/TBCPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/X9.23". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/X9.23PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ZEROBYTE". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ZEROBYTEPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO10126". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO10126-2". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO10126-2PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO10126PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO7816-4". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO7816-4PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/NOPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/PKCS5". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/PKCS5PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/PKCS7". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/PKCS7PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/TBC". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/TBCPADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/X9.23". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/X9.23PADDING". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ZEROBYTE". 19:28:21,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ZEROBYTEPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO10126". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO10126-2". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO10126-2PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO10126PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO7816-4". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO7816-4PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/NOPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/PKCS5". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/PKCS5PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/PKCS7". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/PKCS7PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/TBC". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/TBCPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/X9.23". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/X9.23PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ZEROBYTE". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ZEROBYTEPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO10126". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO10126-2". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO10126-2PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO10126PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO7816-4". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO7816-4PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/NOPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/PKCS5". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/PKCS5PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/PKCS7". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/PKCS7PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/TBC". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/TBCPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/X9.23". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/X9.23PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ZEROBYTE". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ZEROBYTEPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO10126". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO10126-2". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO10126-2PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO10126PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO7816-4". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO7816-4PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/NOPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/PKCS5". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/PKCS5PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/PKCS7". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/PKCS7PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/TBC". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/TBCPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/X9.23". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/X9.23PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ZEROBYTE". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ZEROBYTEPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO10126". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO10126-2". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO10126-2PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO10126PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO7816-4". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO7816-4PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/NOPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/PKCS5". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/PKCS5PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/PKCS7". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/PKCS7PADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/TBC". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/TBCPADDING". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/X9.23". 19:28:21,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/X9.23PADDING". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ZEROBYTE". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ZEROBYTEPADDING". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO10126". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO10126-2". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO10126-2PADDING". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO10126PADDING". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO7816-4". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO7816-4PADDING". 19:28:21,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/NOPADDING". 19:28:21,854 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/PKCS5". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/PKCS5PADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/PKCS7". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/PKCS7PADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/TBC". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/TBCPADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/X9.23". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/X9.23PADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ZEROBYTE". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ZEROBYTEPADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64//". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64//NOPADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC-CTS/". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC-CTS/NOPADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO10126". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO10126-2". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO10126-2PADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO10126PADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO7816-4". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO7816-4PADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/NOPADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/PKCS5". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/PKCS5PADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/PKCS7". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/PKCS7PADDING". 19:28:21,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/TBC". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/TBCPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/X9.23". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/X9.23PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ZEROBYTE". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ZEROBYTEPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CCM/". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CCM/NOPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO10126". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO10126-2". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO10126-2PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO10126PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO7816-4". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO7816-4PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/NOPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/PKCS5". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/PKCS5PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/PKCS7". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/PKCS7PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/TBC". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/TBCPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/X9.23". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/X9.23PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ZEROBYTE". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ZEROBYTEPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO10126". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO10126-2". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO10126-2PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO10126PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO7816-4". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO7816-4PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/NOPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/PKCS5". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/PKCS5PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/PKCS7". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/PKCS7PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/TBC". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/TBCPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/X9.23". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/X9.23PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ZEROBYTE". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ZEROBYTEPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO10126". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO10126-2". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO10126-2PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO10126PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO7816-4". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO7816-4PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/NOPADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/PKCS5". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/PKCS5PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/PKCS7". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/PKCS7PADDING". 19:28:21,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/TBC". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/TBCPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/X9.23". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/X9.23PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ZEROBYTE". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ZEROBYTEPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO10126". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO10126-2". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO10126-2PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO10126PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO7816-4". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO7816-4PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/NOPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/PKCS5". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/PKCS5PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/PKCS7". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/PKCS7PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/TBC". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/TBCPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/X9.23". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/X9.23PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ZEROBYTE". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ZEROBYTEPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO10126". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO10126-2". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO10126-2PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO10126PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO7816-4". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO7816-4PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/NOPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/PKCS5". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/PKCS5PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/PKCS7". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/PKCS7PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/TBC". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/TBCPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/X9.23". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/X9.23PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ZEROBYTE". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ZEROBYTEPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO10126". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO10126-2". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO10126-2PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO10126PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO7816-4". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO7816-4PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/NOPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/PKCS5". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/PKCS5PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/PKCS7". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/PKCS7PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/TBC". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/TBCPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/X9.23". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/X9.23PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ZEROBYTE". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ZEROBYTEPADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO10126". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO10126-2". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO10126-2PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO10126PADDING". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO7816-4". 19:28:21,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO7816-4PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/NOPADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/PKCS5". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/PKCS5PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/PKCS7". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/PKCS7PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/TBC". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/TBCPADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/X9.23". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/X9.23PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ZEROBYTE". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ZEROBYTEPADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO10126". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO10126-2". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO10126-2PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO10126PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO7816-4". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO7816-4PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/NOPADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/PKCS5". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/PKCS5PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/PKCS7". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/PKCS7PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/TBC". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/TBCPADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/X9.23". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/X9.23PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ZEROBYTE". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ZEROBYTEPADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO10126". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO10126-2". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO10126-2PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO10126PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO7816-4". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO7816-4PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/NOPADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/PKCS5". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/PKCS5PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/PKCS7". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/PKCS7PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/TBC". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/TBCPADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/X9.23". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/X9.23PADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ZEROBYTE". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ZEROBYTEPADDING". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO10126". 19:28:21,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO10126-2". 19:28:21,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO10126-2PADDING". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO10126PADDING". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO7816-4". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO7816-4PADDING". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/NOPADDING". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/PKCS5". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/PKCS5PADDING". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/PKCS7". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/PKCS7PADDING". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/TBC". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/TBCPADDING". 19:28:21,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/X9.23". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/X9.23PADDING". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ZEROBYTE". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ZEROBYTEPADDING". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO10126". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO10126-2". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO10126-2PADDING". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO10126PADDING". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO7816-4". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO7816-4PADDING". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/NOPADDING". 19:28:21,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/PKCS5". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/PKCS5PADDING". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/PKCS7". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/PKCS7PADDING". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/TBC". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/TBCPADDING". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/X9.23". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/X9.23PADDING". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ZEROBYTE". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ZEROBYTEPADDING". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO10126". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO10126-2". 19:28:21,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO10126-2PADDING". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO10126PADDING". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO7816-4". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO7816-4PADDING". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/NOPADDING". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/PKCS5". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/PKCS5PADDING". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/PKCS7". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/PKCS7PADDING". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/TBC". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/TBCPADDING". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/X9.23". 19:28:21,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/X9.23PADDING". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ZEROBYTE". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ZEROBYTEPADDING". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO10126". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO10126-2". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO10126-2PADDING". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO10126PADDING". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO7816-4". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO7816-4PADDING". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/NOPADDING". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/PKCS5". 19:28:21,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/PKCS5PADDING". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/PKCS7". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/PKCS7PADDING". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/TBC". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/TBCPADDING". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/X9.23". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/X9.23PADDING". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ZEROBYTE". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ZEROBYTEPADDING". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO10126". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO10126-2". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO10126-2PADDING". 19:28:21,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO10126PADDING". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO7816-4". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO7816-4PADDING". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/NOPADDING". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/PKCS5". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/PKCS5PADDING". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/PKCS7". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/PKCS7PADDING". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/TBC". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/TBCPADDING". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/X9.23". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/X9.23PADDING". 19:28:21,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ZEROBYTE". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ZEROBYTEPADDING". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO10126". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO10126-2". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO10126-2PADDING". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO10126PADDING". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO7816-4". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO7816-4PADDING". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/NOPADDING". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/PKCS5". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/PKCS5PADDING". 19:28:21,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/PKCS7". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/PKCS7PADDING". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/TBC". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/TBCPADDING". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/X9.23". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/X9.23PADDING". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ZEROBYTE". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ZEROBYTEPADDING". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO10126". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO10126-2". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO10126-2PADDING". 19:28:21,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO10126PADDING". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO7816-4". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO7816-4PADDING". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/NOPADDING". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/PKCS5". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/PKCS5PADDING". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/PKCS7". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/PKCS7PADDING". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/TBC". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/TBCPADDING". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/X9.23". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/X9.23PADDING". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ZEROBYTE". 19:28:21,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ZEROBYTEPADDING". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO10126". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO10126-2". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO10126-2PADDING". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO10126PADDING". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO7816-4". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO7816-4PADDING". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/NOPADDING". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/PKCS5". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/PKCS5PADDING". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/PKCS7". 19:28:21,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/PKCS7PADDING". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/TBC". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/TBCPADDING". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/X9.23". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/X9.23PADDING". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ZEROBYTE". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ZEROBYTEPADDING". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO10126". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO10126-2". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO10126-2PADDING". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO10126PADDING". 19:28:21,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO7816-4". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO7816-4PADDING". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/NOPADDING". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/PKCS5". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/PKCS5PADDING". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/PKCS7". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/PKCS7PADDING". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/TBC". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/TBCPADDING". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/X9.23". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/X9.23PADDING". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ZEROBYTE". 19:28:21,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ZEROBYTEPADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO10126". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO10126-2". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO10126-2PADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO10126PADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO7816-4". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO7816-4PADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/NOPADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/PKCS5". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/PKCS5PADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/PKCS7". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/PKCS7PADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/TBC". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/TBCPADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/X9.23". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/X9.23PADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ZEROBYTE". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ZEROBYTEPADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO10126". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO10126-2". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO10126-2PADDING". 19:28:21,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO10126PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO7816-4". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO7816-4PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/NOPADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/PKCS5". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/PKCS5PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/PKCS7". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/PKCS7PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/TBC". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/TBCPADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/X9.23". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/X9.23PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ZEROBYTE". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ZEROBYTEPADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO10126". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO10126-2". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO10126-2PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO10126PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO7816-4". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO7816-4PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/NOPADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/PKCS5". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/PKCS5PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/PKCS7". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/PKCS7PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/TBC". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/TBCPADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/X9.23". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/X9.23PADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ZEROBYTE". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ZEROBYTEPADDING". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO10126". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO10126-2". 19:28:21,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO10126-2PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO10126PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO7816-4". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO7816-4PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/NOPADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/PKCS5". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/PKCS5PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/PKCS7". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/PKCS7PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/TBC". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/TBCPADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/X9.23". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/X9.23PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ZEROBYTE". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ZEROBYTEPADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO10126". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO10126-2". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO10126-2PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO10126PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO7816-4". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO7816-4PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/NOPADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/PKCS5". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/PKCS5PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/PKCS7". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/PKCS7PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/TBC". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/TBCPADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/X9.23". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/X9.23PADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ZEROBYTE". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ZEROBYTEPADDING". 19:28:21,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO10126". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO10126-2". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO10126-2PADDING". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO10126PADDING". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO7816-4". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO7816-4PADDING". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/NOPADDING". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/PKCS5". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/PKCS5PADDING". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/PKCS7". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/PKCS7PADDING". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/TBC". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/TBCPADDING". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/X9.23". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/X9.23PADDING". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ZEROBYTE". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ZEROBYTEPADDING". 19:28:21,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO10126". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO10126-2". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO10126-2PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO10126PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO7816-4". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO7816-4PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/NOPADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/PKCS5". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/PKCS5PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/PKCS7". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/PKCS7PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/TBC". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/TBCPADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/X9.23". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/X9.23PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ZEROBYTE". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ZEROBYTEPADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO10126". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO10126-2". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO10126-2PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO10126PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO7816-4". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO7816-4PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/NOPADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/PKCS5". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/PKCS5PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/PKCS7". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/PKCS7PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/TBC". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/TBCPADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/X9.23". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/X9.23PADDING". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ZEROBYTE". 19:28:21,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ZEROBYTEPADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO10126". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO10126-2". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO10126-2PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO10126PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO7816-4". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO7816-4PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/NOPADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/PKCS5". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/PKCS5PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/PKCS7". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/PKCS7PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/TBC". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/TBCPADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/X9.23". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/X9.23PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ZEROBYTE". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ZEROBYTEPADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO10126". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO10126-2". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO10126-2PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO10126PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO7816-4". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO7816-4PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/NOPADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/PKCS5". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/PKCS5PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/PKCS7". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/PKCS7PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/TBC". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/TBCPADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/X9.23". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/X9.23PADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ZEROBYTE". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ZEROBYTEPADDING". 19:28:21,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO10126". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO10126-2". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO10126-2PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO10126PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO7816-4". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO7816-4PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/NOPADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/PKCS5". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/PKCS5PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/PKCS7". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/PKCS7PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/TBC". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/TBCPADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/X9.23". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/X9.23PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ZEROBYTE". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ZEROBYTEPADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO10126". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO10126-2". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO10126-2PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO10126PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO7816-4". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO7816-4PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/NOPADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/PKCS5". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/PKCS5PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/PKCS7". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/PKCS7PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/TBC". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/TBCPADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/X9.23". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/X9.23PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ZEROBYTE". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ZEROBYTEPADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO10126". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO10126-2". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO10126-2PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO10126PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO7816-4". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO7816-4PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/NOPADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/PKCS5". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/PKCS5PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/PKCS7". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/PKCS7PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/TBC". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/TBCPADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/X9.23". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/X9.23PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ZEROBYTE". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ZEROBYTEPADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO10126". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO10126-2". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO10126-2PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO10126PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO7816-4". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO7816-4PADDING". 19:28:21,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/NOPADDING". 19:28:21,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/PKCS5". 19:28:21,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/PKCS5PADDING". 19:28:21,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/PKCS7". 19:28:21,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/PKCS7PADDING". 19:28:21,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/TBC". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/TBCPADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/X9.23". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/X9.23PADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ZEROBYTE". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ZEROBYTEPADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO10126". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO10126-2". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO10126-2PADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO10126PADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO7816-4". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO7816-4PADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/NOPADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/PKCS5". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/PKCS5PADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/PKCS7". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/PKCS7PADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/TBC". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/TBCPADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/X9.23". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/X9.23PADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ZEROBYTE". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ZEROBYTEPADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CTS/". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CTS/NOPADDING". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/EAX/". 19:28:21,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/EAX/NOPADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/ECB/". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/ECB/NOPADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/GCM/". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/GCM/NOPADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO10126". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO10126-2". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO10126-2PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO10126PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO7816-4". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO7816-4PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/NOPADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/PKCS5". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/PKCS5PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/PKCS7". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/PKCS7PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/TBC". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/TBCPADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/X9.23". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/X9.23PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ZEROBYTE". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ZEROBYTEPADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO10126". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO10126-2". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO10126-2PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO10126PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO7816-4". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO7816-4PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/NOPADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/PKCS5". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/PKCS5PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/PKCS7". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/PKCS7PADDING". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/TBC". 19:28:21,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/TBCPADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/X9.23". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/X9.23PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ZEROBYTE". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ZEROBYTEPADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO10126". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO10126-2". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO10126-2PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO10126PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO7816-4". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO7816-4PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/NOPADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/PKCS5". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/PKCS5PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/PKCS7". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/PKCS7PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/TBC". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/TBCPADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/X9.23". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/X9.23PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ZEROBYTE". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ZEROBYTEPADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO10126". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO10126-2". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO10126-2PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO10126PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO7816-4". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO7816-4PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/NOPADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/PKCS5". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/PKCS5PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/PKCS7". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/PKCS7PADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/TBC". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/TBCPADDING". 19:28:21,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/X9.23". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/X9.23PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ZEROBYTE". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ZEROBYTEPADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO10126". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO10126-2". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO10126-2PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO10126PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO7816-4". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO7816-4PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/NOPADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/PKCS5". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/PKCS5PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/PKCS7". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/PKCS7PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/TBC". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/TBCPADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/X9.23". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/X9.23PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ZEROBYTE". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ZEROBYTEPADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO10126". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO10126-2". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO10126-2PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO10126PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO7816-4". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO7816-4PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/NOPADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/PKCS5". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/PKCS5PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/PKCS7". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/PKCS7PADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/TBC". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/TBCPADDING". 19:28:21,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/X9.23". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/X9.23PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ZEROBYTE". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ZEROBYTEPADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO10126". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO10126-2". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO10126-2PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO10126PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO7816-4". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO7816-4PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/NOPADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/PKCS5". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/PKCS5PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/PKCS7". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/PKCS7PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/TBC". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/TBCPADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/X9.23". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/X9.23PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ZEROBYTE". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ZEROBYTEPADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO10126". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO10126-2". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO10126-2PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO10126PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO7816-4". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO7816-4PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/NOPADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/PKCS5". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/PKCS5PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/PKCS7". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/PKCS7PADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/TBC". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/TBCPADDING". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/X9.23". 19:28:21,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/X9.23PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ZEROBYTE". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ZEROBYTEPADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO10126". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO10126-2". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO10126-2PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO10126PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO7816-4". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO7816-4PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/NOPADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/PKCS5". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/PKCS5PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/PKCS7". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/PKCS7PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/TBC". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/TBCPADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/X9.23". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/X9.23PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ZEROBYTE". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ZEROBYTEPADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO10126". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO10126-2". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO10126-2PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO10126PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO7816-4". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO7816-4PADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/NOPADDING". 19:28:21,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/PKCS5". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/PKCS5PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/PKCS7". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/PKCS7PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/TBC". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/TBCPADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/X9.23". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/X9.23PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ZEROBYTE". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ZEROBYTEPADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO10126". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO10126-2". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO10126-2PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO10126PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO7816-4". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO7816-4PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/NOPADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/PKCS5". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/PKCS5PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/PKCS7". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/PKCS7PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/TBC". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/TBCPADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/X9.23". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/X9.23PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ZEROBYTE". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ZEROBYTEPADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO10126". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO10126-2". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO10126-2PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO10126PADDING". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO7816-4". 19:28:21,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO7816-4PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/NOPADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/PKCS5". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/PKCS5PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/PKCS7". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/PKCS7PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/TBC". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/TBCPADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/X9.23". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/X9.23PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ZEROBYTE". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ZEROBYTEPADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO10126". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO10126-2". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO10126-2PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO10126PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO7816-4". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO7816-4PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/NOPADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/PKCS5". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/PKCS5PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/PKCS7". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/PKCS7PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/TBC". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/TBCPADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/X9.23". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/X9.23PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ZEROBYTE". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ZEROBYTEPADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO10126". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO10126-2". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO10126-2PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO10126PADDING". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO7816-4". 19:28:21,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO7816-4PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/NOPADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/PKCS5". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/PKCS5PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/PKCS7". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/PKCS7PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/TBC". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/TBCPADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/X9.23". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/X9.23PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ZEROBYTE". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ZEROBYTEPADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO10126". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO10126-2". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO10126-2PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO10126PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO7816-4". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO7816-4PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/NOPADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/PKCS5". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/PKCS5PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/PKCS7". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/PKCS7PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/TBC". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/TBCPADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/X9.23". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/X9.23PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ZEROBYTE". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ZEROBYTEPADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO10126". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO10126-2". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO10126-2PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO10126PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO7816-4". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO7816-4PADDING". 19:28:21,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/NOPADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/PKCS5". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/PKCS5PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/PKCS7". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/PKCS7PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/TBC". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/TBCPADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/X9.23". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/X9.23PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ZEROBYTE". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ZEROBYTEPADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO10126". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO10126-2". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO10126-2PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO10126PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO7816-4". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO7816-4PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/NOPADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/PKCS5". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/PKCS5PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/PKCS7". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/PKCS7PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/TBC". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/TBCPADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/X9.23". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/X9.23PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ZEROBYTE". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ZEROBYTEPADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO10126". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO10126-2". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO10126-2PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO10126PADDING". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO7816-4". 19:28:21,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO7816-4PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/NOPADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/PKCS5". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/PKCS5PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/PKCS7". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/PKCS7PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/TBC". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/TBCPADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/X9.23". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/X9.23PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ZEROBYTE". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ZEROBYTEPADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO10126". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO10126-2". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO10126-2PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO10126PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO7816-4". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO7816-4PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/NOPADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/PKCS5". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/PKCS5PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/PKCS7". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/PKCS7PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/TBC". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/TBCPADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/X9.23". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/X9.23PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ZEROBYTE". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ZEROBYTEPADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO10126". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO10126-2". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO10126-2PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO10126PADDING". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO7816-4". 19:28:21,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO7816-4PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/NOPADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/PKCS5". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/PKCS5PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/PKCS7". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/PKCS7PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/TBC". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/TBCPADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/X9.23". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/X9.23PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ZEROBYTE". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ZEROBYTEPADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO10126". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO10126-2". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO10126-2PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO10126PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO7816-4". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO7816-4PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/NOPADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/PKCS5". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/PKCS5PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/PKCS7". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/PKCS7PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/TBC". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/TBCPADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/X9.23". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/X9.23PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ZEROBYTE". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ZEROBYTEPADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO10126". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO10126-2". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO10126-2PADDING". 19:28:21,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO10126PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO7816-4". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO7816-4PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/NOPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/PKCS5". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/PKCS5PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/PKCS7". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/PKCS7PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/TBC". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/TBCPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/X9.23". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/X9.23PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ZEROBYTE". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ZEROBYTEPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO10126". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO10126-2". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO10126-2PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO10126PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO7816-4". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO7816-4PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/NOPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/PKCS5". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/PKCS5PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/PKCS7". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/PKCS7PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/TBC". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/TBCPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/X9.23". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/X9.23PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ZEROBYTE". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ZEROBYTEPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO10126". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO10126-2". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO10126-2PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO10126PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO7816-4". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO7816-4PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/NOPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/PKCS5". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/PKCS5PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/PKCS7". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/PKCS7PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/TBC". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/TBCPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/X9.23". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/X9.23PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ZEROBYTE". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ZEROBYTEPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO10126". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO10126-2". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO10126-2PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO10126PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO7816-4". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO7816-4PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/NOPADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/PKCS5". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/PKCS5PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/PKCS7". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/PKCS7PADDING". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/TBC". 19:28:21,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/TBCPADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/X9.23". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/X9.23PADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ZEROBYTE". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ZEROBYTEPADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO10126". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO10126-2". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO10126-2PADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO10126PADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO7816-4". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO7816-4PADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/NOPADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/PKCS5". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/PKCS5PADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/PKCS7". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/PKCS7PADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/TBC". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/TBCPADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/X9.23". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/X9.23PADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ZEROBYTE". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ZEROBYTEPADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO10126". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO10126-2". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO10126-2PADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO10126PADDING". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO7816-4". 19:28:21,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO7816-4PADDING". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/NOPADDING". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/PKCS5". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/PKCS5PADDING". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/PKCS7". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/PKCS7PADDING". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/TBC". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/TBCPADDING". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/X9.23". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/X9.23PADDING". 19:28:21,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ZEROBYTE". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ZEROBYTEPADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO10126". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO10126-2". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO10126-2PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO10126PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO7816-4". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO7816-4PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/NOPADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/PKCS5". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/PKCS5PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/PKCS7". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/PKCS7PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/TBC". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/TBCPADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/X9.23". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/X9.23PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ZEROBYTE". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ZEROBYTEPADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO10126". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO10126-2". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO10126-2PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO10126PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO7816-4". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO7816-4PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/NOPADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/PKCS5". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/PKCS5PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/PKCS7". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/PKCS7PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/TBC". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/TBCPADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/X9.23". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/X9.23PADDING". 19:28:21,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ZEROBYTE". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ZEROBYTEPADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO10126". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO10126-2". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO10126-2PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO10126PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO7816-4". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO7816-4PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/NOPADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/PKCS5". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/PKCS5PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/PKCS7". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/PKCS7PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/TBC". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/TBCPADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/X9.23". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/X9.23PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ZEROBYTE". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ZEROBYTEPADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO10126". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO10126-2". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO10126-2PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO10126PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO7816-4". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO7816-4PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/NOPADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/PKCS5". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/PKCS5PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/PKCS7". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/PKCS7PADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/TBC". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/TBCPADDING". 19:28:21,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/X9.23". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/X9.23PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ZEROBYTE". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ZEROBYTEPADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO10126". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO10126-2". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO10126-2PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO10126PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO7816-4". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO7816-4PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/NOPADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/PKCS5". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/PKCS5PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/PKCS7". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/PKCS7PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/TBC". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/TBCPADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/X9.23". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/X9.23PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ZEROBYTE". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ZEROBYTEPADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO10126". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO10126-2". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO10126-2PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO10126PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO7816-4". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO7816-4PADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/NOPADDING". 19:28:21,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/PKCS5". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/PKCS5PADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/PKCS7". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/PKCS7PADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/TBC". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/TBCPADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/X9.23". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/X9.23PADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ZEROBYTE". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ZEROBYTEPADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO10126". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO10126-2". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO10126-2PADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO10126PADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO7816-4". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO7816-4PADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/NOPADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/PKCS5". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/PKCS5PADDING". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/PKCS7". 19:28:21,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/PKCS7PADDING". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/TBC". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/TBCPADDING". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/X9.23". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/X9.23PADDING". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ZEROBYTE". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ZEROBYTEPADDING". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6//". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6//NOPADDING". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC-CTS/". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC-CTS/NOPADDING". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO10126". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO10126-2". 19:28:21,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO10126-2PADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO10126PADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO7816-4". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO7816-4PADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/NOPADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/PKCS5". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/PKCS5PADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/PKCS7". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/PKCS7PADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/TBC". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/TBCPADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/X9.23". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/X9.23PADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ZEROBYTE". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ZEROBYTEPADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CCM/". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CCM/NOPADDING". 19:28:21,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO10126". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO10126-2". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO10126-2PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO10126PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO7816-4". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO7816-4PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/NOPADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/PKCS5". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/PKCS5PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/PKCS7". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/PKCS7PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/TBC". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/TBCPADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/X9.23". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/X9.23PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ZEROBYTE". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ZEROBYTEPADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO10126". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO10126-2". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO10126-2PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO10126PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO7816-4". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO7816-4PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/NOPADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/PKCS5". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/PKCS5PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/PKCS7". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/PKCS7PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/TBC". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/TBCPADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/X9.23". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/X9.23PADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ZEROBYTE". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ZEROBYTEPADDING". 19:28:21,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO10126". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO10126-2". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO10126-2PADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO10126PADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO7816-4". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO7816-4PADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/NOPADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/PKCS5". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/PKCS5PADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/PKCS7". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/PKCS7PADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/TBC". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/TBCPADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/X9.23". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/X9.23PADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ZEROBYTE". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ZEROBYTEPADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO10126". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO10126-2". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO10126-2PADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO10126PADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO7816-4". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO7816-4PADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/NOPADDING". 19:28:21,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/PKCS5". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/PKCS5PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/PKCS7". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/PKCS7PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/TBC". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/TBCPADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/X9.23". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/X9.23PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ZEROBYTE". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ZEROBYTEPADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO10126". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO10126-2". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO10126-2PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO10126PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO7816-4". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO7816-4PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/NOPADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/PKCS5". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/PKCS5PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/PKCS7". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/PKCS7PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/TBC". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/TBCPADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/X9.23". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/X9.23PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ZEROBYTE". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ZEROBYTEPADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO10126". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO10126-2". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO10126-2PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO10126PADDING". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO7816-4". 19:28:21,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO7816-4PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/NOPADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/PKCS5". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/PKCS5PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/PKCS7". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/PKCS7PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/TBC". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/TBCPADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/X9.23". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/X9.23PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ZEROBYTE". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ZEROBYTEPADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO10126". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO10126-2". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO10126-2PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO10126PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO7816-4". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO7816-4PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/NOPADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/PKCS5". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/PKCS5PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/PKCS7". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/PKCS7PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/TBC". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/TBCPADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/X9.23". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/X9.23PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ZEROBYTE". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ZEROBYTEPADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO10126". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO10126-2". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO10126-2PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO10126PADDING". 19:28:21,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO7816-4". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO7816-4PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/NOPADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/PKCS5". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/PKCS5PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/PKCS7". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/PKCS7PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/TBC". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/TBCPADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/X9.23". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/X9.23PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ZEROBYTE". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ZEROBYTEPADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO10126". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO10126-2". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO10126-2PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO10126PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO7816-4". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO7816-4PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/NOPADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/PKCS5". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/PKCS5PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/PKCS7". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/PKCS7PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/TBC". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/TBCPADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/X9.23". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/X9.23PADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ZEROBYTE". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ZEROBYTEPADDING". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO10126". 19:28:21,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO10126-2". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO10126-2PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO10126PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO7816-4". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO7816-4PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/NOPADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/PKCS5". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/PKCS5PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/PKCS7". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/PKCS7PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/TBC". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/TBCPADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/X9.23". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/X9.23PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ZEROBYTE". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ZEROBYTEPADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO10126". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO10126-2". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO10126-2PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO10126PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO7816-4". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO7816-4PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/NOPADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/PKCS5". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/PKCS5PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/PKCS7". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/PKCS7PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/TBC". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/TBCPADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/X9.23". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/X9.23PADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ZEROBYTE". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ZEROBYTEPADDING". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/". 19:28:21,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO10126". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO10126-2". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO10126-2PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO10126PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO7816-4". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO7816-4PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/NOPADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/PKCS5". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/PKCS5PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/PKCS7". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/PKCS7PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/TBC". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/TBCPADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/X9.23". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/X9.23PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ZEROBYTE". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ZEROBYTEPADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO10126". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO10126-2". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO10126-2PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO10126PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO7816-4". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO7816-4PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/NOPADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/PKCS5". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/PKCS5PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/PKCS7". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/PKCS7PADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/TBC". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/TBCPADDING". 19:28:21,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/X9.23". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/X9.23PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ZEROBYTE". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ZEROBYTEPADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO10126". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO10126-2". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO10126-2PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO10126PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO7816-4". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO7816-4PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/NOPADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/PKCS5". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/PKCS5PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/PKCS7". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/PKCS7PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/TBC". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/TBCPADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/X9.23". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/X9.23PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ZEROBYTE". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ZEROBYTEPADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO10126". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO10126-2". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO10126-2PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO10126PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO7816-4". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO7816-4PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/NOPADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/PKCS5". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/PKCS5PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/PKCS7". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/PKCS7PADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/TBC". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/TBCPADDING". 19:28:21,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/X9.23". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/X9.23PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ZEROBYTE". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ZEROBYTEPADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO10126". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO10126-2". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO10126-2PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO10126PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO7816-4". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO7816-4PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/NOPADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/PKCS5". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/PKCS5PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/PKCS7". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/PKCS7PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/TBC". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/TBCPADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/X9.23". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/X9.23PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ZEROBYTE". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ZEROBYTEPADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO10126". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO10126-2". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO10126-2PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO10126PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO7816-4". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO7816-4PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/NOPADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/PKCS5". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/PKCS5PADDING". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/PKCS7". 19:28:21,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/PKCS7PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/TBC". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/TBCPADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/X9.23". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/X9.23PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ZEROBYTE". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ZEROBYTEPADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO10126". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO10126-2". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO10126-2PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO10126PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO7816-4". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO7816-4PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/NOPADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/PKCS5". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/PKCS5PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/PKCS7". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/PKCS7PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/TBC". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/TBCPADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/X9.23". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/X9.23PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ZEROBYTE". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ZEROBYTEPADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO10126". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO10126-2". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO10126-2PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO10126PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO7816-4". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO7816-4PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/NOPADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/PKCS5". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/PKCS5PADDING". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/PKCS7". 19:28:21,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/PKCS7PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/TBC". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/TBCPADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/X9.23". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/X9.23PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ZEROBYTE". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ZEROBYTEPADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO10126". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO10126-2". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO10126-2PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO10126PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO7816-4". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO7816-4PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/NOPADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/PKCS5". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/PKCS5PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/PKCS7". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/PKCS7PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/TBC". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/TBCPADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/X9.23". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/X9.23PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ZEROBYTE". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ZEROBYTEPADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO10126". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO10126-2". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO10126-2PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO10126PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO7816-4". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO7816-4PADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/NOPADDING". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/PKCS5". 19:28:21,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/PKCS5PADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/PKCS7". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/PKCS7PADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/TBC". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/TBCPADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/X9.23". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/X9.23PADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ZEROBYTE". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ZEROBYTEPADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO10126". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO10126-2". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO10126-2PADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO10126PADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO7816-4". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO7816-4PADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/NOPADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/PKCS5". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/PKCS5PADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/PKCS7". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/PKCS7PADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/TBC". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/TBCPADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/X9.23". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/X9.23PADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ZEROBYTE". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ZEROBYTEPADDING". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO10126". 19:28:21,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO10126-2". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO10126-2PADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO10126PADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO7816-4". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO7816-4PADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/NOPADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/PKCS5". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/PKCS5PADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/PKCS7". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/PKCS7PADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/TBC". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/TBCPADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/X9.23". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/X9.23PADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ZEROBYTE". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ZEROBYTEPADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO10126". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO10126-2". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO10126-2PADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO10126PADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO7816-4". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO7816-4PADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/NOPADDING". 19:28:21,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/PKCS5". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/PKCS5PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/PKCS7". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/PKCS7PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/TBC". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/TBCPADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/X9.23". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/X9.23PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ZEROBYTE". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ZEROBYTEPADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO10126". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO10126-2". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO10126-2PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO10126PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO7816-4". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO7816-4PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/NOPADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/PKCS5". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/PKCS5PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/PKCS7". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/PKCS7PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/TBC". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/TBCPADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/X9.23". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/X9.23PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ZEROBYTE". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ZEROBYTEPADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO10126". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO10126-2". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO10126-2PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO10126PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO7816-4". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO7816-4PADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/NOPADDING". 19:28:21,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/PKCS5". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/PKCS5PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/PKCS7". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/PKCS7PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/TBC". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/TBCPADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/X9.23". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/X9.23PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ZEROBYTE". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ZEROBYTEPADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO10126". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO10126-2". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO10126-2PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO10126PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO7816-4". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO7816-4PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/NOPADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/PKCS5". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/PKCS5PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/PKCS7". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/PKCS7PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/TBC". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/TBCPADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/X9.23". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/X9.23PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ZEROBYTE". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ZEROBYTEPADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO10126". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO10126-2". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO10126-2PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO10126PADDING". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO7816-4". 19:28:21,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO7816-4PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/NOPADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/PKCS5". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/PKCS5PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/PKCS7". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/PKCS7PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/TBC". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/TBCPADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/X9.23". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/X9.23PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ZEROBYTE". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ZEROBYTEPADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO10126". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO10126-2". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO10126-2PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO10126PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO7816-4". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO7816-4PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/NOPADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/PKCS5". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/PKCS5PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/PKCS7". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/PKCS7PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/TBC". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/TBCPADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/X9.23". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/X9.23PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ZEROBYTE". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ZEROBYTEPADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO10126". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO10126-2". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO10126-2PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO10126PADDING". 19:28:21,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO7816-4". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO7816-4PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/NOPADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/PKCS5". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/PKCS5PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/PKCS7". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/PKCS7PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/TBC". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/TBCPADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/X9.23". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/X9.23PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ZEROBYTE". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ZEROBYTEPADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO10126". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO10126-2". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO10126-2PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO10126PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO7816-4". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO7816-4PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/NOPADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/PKCS5". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/PKCS5PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/PKCS7". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/PKCS7PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/TBC". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/TBCPADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/X9.23". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/X9.23PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ZEROBYTE". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ZEROBYTEPADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO10126". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO10126-2". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO10126-2PADDING". 19:28:21,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO10126PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO7816-4". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO7816-4PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/NOPADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/PKCS5". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/PKCS5PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/PKCS7". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/PKCS7PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/TBC". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/TBCPADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/X9.23". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/X9.23PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ZEROBYTE". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ZEROBYTEPADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO10126". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO10126-2". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO10126-2PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO10126PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO7816-4". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO7816-4PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/NOPADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/PKCS5". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/PKCS5PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/PKCS7". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/PKCS7PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/TBC". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/TBCPADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/X9.23". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/X9.23PADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ZEROBYTE". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ZEROBYTEPADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CTS/". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CTS/NOPADDING". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/EAX/". 19:28:21,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/EAX/NOPADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/ECB/". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/ECB/NOPADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/GCM/". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/GCM/NOPADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO10126". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO10126-2". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO10126-2PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO10126PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO7816-4". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO7816-4PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/NOPADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/PKCS5". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/PKCS5PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/PKCS7". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/PKCS7PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/TBC". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/TBCPADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/X9.23". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/X9.23PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ZEROBYTE". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ZEROBYTEPADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO10126". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO10126-2". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO10126-2PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO10126PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO7816-4". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO7816-4PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/NOPADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/PKCS5". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/PKCS5PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/PKCS7". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/PKCS7PADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/TBC". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/TBCPADDING". 19:28:21,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/X9.23". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/X9.23PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ZEROBYTE". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ZEROBYTEPADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO10126". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO10126-2". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO10126-2PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO10126PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO7816-4". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO7816-4PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/NOPADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/PKCS5". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/PKCS5PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/PKCS7". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/PKCS7PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/TBC". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/TBCPADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/X9.23". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/X9.23PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ZEROBYTE". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ZEROBYTEPADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO10126". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO10126-2". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO10126-2PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO10126PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO7816-4". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO7816-4PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/NOPADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/PKCS5". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/PKCS5PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/PKCS7". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/PKCS7PADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/TBC". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/TBCPADDING". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/X9.23". 19:28:21,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/X9.23PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ZEROBYTE". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ZEROBYTEPADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO10126". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO10126-2". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO10126-2PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO10126PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO7816-4". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO7816-4PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/NOPADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/PKCS5". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/PKCS5PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/PKCS7". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/PKCS7PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/TBC". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/TBCPADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/X9.23". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/X9.23PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ZEROBYTE". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ZEROBYTEPADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO10126". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO10126-2". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO10126-2PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO10126PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO7816-4". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO7816-4PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/NOPADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/PKCS5". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/PKCS5PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/PKCS7". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/PKCS7PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/TBC". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/TBCPADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/X9.23". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/X9.23PADDING". 19:28:21,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ZEROBYTE". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ZEROBYTEPADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO10126". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO10126-2". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO10126-2PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO10126PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO7816-4". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO7816-4PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/NOPADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/PKCS5". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/PKCS5PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/PKCS7". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/PKCS7PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/TBC". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/TBCPADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/X9.23". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/X9.23PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ZEROBYTE". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ZEROBYTEPADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO10126". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO10126-2". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO10126-2PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO10126PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO7816-4". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO7816-4PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/NOPADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/PKCS5". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/PKCS5PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/PKCS7". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/PKCS7PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/TBC". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/TBCPADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/X9.23". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/X9.23PADDING". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ZEROBYTE". 19:28:21,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ZEROBYTEPADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO10126". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO10126-2". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO10126-2PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO10126PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO7816-4". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO7816-4PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/NOPADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/PKCS5". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/PKCS5PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/PKCS7". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/PKCS7PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/TBC". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/TBCPADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/X9.23". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/X9.23PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ZEROBYTE". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ZEROBYTEPADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO10126". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO10126-2". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO10126-2PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO10126PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO7816-4". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO7816-4PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/NOPADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/PKCS5". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/PKCS5PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/PKCS7". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/PKCS7PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/TBC". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/TBCPADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/X9.23". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/X9.23PADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ZEROBYTE". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ZEROBYTEPADDING". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/". 19:28:21,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO10126". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO10126-2". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO10126-2PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO10126PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO7816-4". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO7816-4PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/NOPADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/PKCS5". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/PKCS5PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/PKCS7". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/PKCS7PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/TBC". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/TBCPADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/X9.23". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/X9.23PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ZEROBYTE". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ZEROBYTEPADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO10126". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO10126-2". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO10126-2PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO10126PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO7816-4". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO7816-4PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/NOPADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/PKCS5". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/PKCS5PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/PKCS7". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/PKCS7PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/TBC". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/TBCPADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/X9.23". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/X9.23PADDING". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ZEROBYTE". 19:28:21,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ZEROBYTEPADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO10126". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO10126-2". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO10126-2PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO10126PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO7816-4". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO7816-4PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/NOPADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/PKCS5". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/PKCS5PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/PKCS7". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/PKCS7PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/TBC". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/TBCPADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/X9.23". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/X9.23PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ZEROBYTE". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ZEROBYTEPADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO10126". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO10126-2". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO10126-2PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO10126PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO7816-4". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO7816-4PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/NOPADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/PKCS5". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/PKCS5PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/PKCS7". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/PKCS7PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/TBC". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/TBCPADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/X9.23". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/X9.23PADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ZEROBYTE". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ZEROBYTEPADDING". 19:28:21,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO10126". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO10126-2". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO10126-2PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO10126PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO7816-4". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO7816-4PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/NOPADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/PKCS5". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/PKCS5PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/PKCS7". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/PKCS7PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/TBC". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/TBCPADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/X9.23". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/X9.23PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ZEROBYTE". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ZEROBYTEPADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO10126". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO10126-2". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO10126-2PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO10126PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO7816-4". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO7816-4PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/NOPADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/PKCS5". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/PKCS5PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/PKCS7". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/PKCS7PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/TBC". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/TBCPADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/X9.23". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/X9.23PADDING". 19:28:21,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ZEROBYTE". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ZEROBYTEPADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO10126". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO10126-2". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO10126-2PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO10126PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO7816-4". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO7816-4PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/NOPADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/PKCS5". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/PKCS5PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/PKCS7". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/PKCS7PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/TBC". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/TBCPADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/X9.23". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/X9.23PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ZEROBYTE". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ZEROBYTEPADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO10126". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO10126-2". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO10126-2PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO10126PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO7816-4". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO7816-4PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/NOPADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/PKCS5". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/PKCS5PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/PKCS7". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/PKCS7PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/TBC". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/TBCPADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/X9.23". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/X9.23PADDING". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ZEROBYTE". 19:28:21,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ZEROBYTEPADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO10126". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO10126-2". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO10126-2PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO10126PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO7816-4". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO7816-4PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/NOPADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/PKCS5". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/PKCS5PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/PKCS7". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/PKCS7PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/TBC". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/TBCPADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/X9.23". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/X9.23PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ZEROBYTE". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ZEROBYTEPADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO10126". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO10126-2". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO10126-2PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO10126PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO7816-4". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO7816-4PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/NOPADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/PKCS5". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/PKCS5PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/PKCS7". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/PKCS7PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/TBC". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/TBCPADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/X9.23". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/X9.23PADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ZEROBYTE". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ZEROBYTEPADDING". 19:28:21,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO10126". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO10126-2". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO10126-2PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO10126PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO7816-4". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO7816-4PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/NOPADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/PKCS5". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/PKCS5PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/PKCS7". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/PKCS7PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/TBC". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/TBCPADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/X9.23". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/X9.23PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ZEROBYTE". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ZEROBYTEPADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO10126". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO10126-2". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO10126-2PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO10126PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO7816-4". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO7816-4PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/NOPADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/PKCS5". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/PKCS5PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/PKCS7". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/PKCS7PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/TBC". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/TBCPADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/X9.23". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/X9.23PADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ZEROBYTE". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ZEROBYTEPADDING". 19:28:21,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO10126". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO10126-2". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO10126-2PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO10126PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO7816-4". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO7816-4PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/NOPADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/PKCS5". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/PKCS5PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/PKCS7". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/PKCS7PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/TBC". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/TBCPADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/X9.23". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/X9.23PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ZEROBYTE". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ZEROBYTEPADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO10126". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO10126-2". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO10126-2PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO10126PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO7816-4". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO7816-4PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/NOPADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/PKCS5". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/PKCS5PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/PKCS7". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/PKCS7PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/TBC". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/TBCPADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/X9.23". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/X9.23PADDING". 19:28:21,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ZEROBYTE". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ZEROBYTEPADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO10126". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO10126-2". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO10126-2PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO10126PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO7816-4". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO7816-4PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/NOPADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/PKCS5". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/PKCS5PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/PKCS7". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/PKCS7PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/TBC". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/TBCPADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/X9.23". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/X9.23PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ZEROBYTE". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ZEROBYTEPADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO10126". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO10126-2". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO10126-2PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO10126PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO7816-4". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO7816-4PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/NOPADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/PKCS5". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/PKCS5PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/PKCS7". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/PKCS7PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/TBC". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/TBCPADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/X9.23". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/X9.23PADDING". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ZEROBYTE". 19:28:21,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ZEROBYTEPADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO10126". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO10126-2". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO10126-2PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO10126PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO7816-4". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO7816-4PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/NOPADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/PKCS5". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/PKCS5PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/PKCS7". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/PKCS7PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/TBC". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/TBCPADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/X9.23". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/X9.23PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ZEROBYTE". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ZEROBYTEPADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO10126". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO10126-2". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO10126-2PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO10126PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO7816-4". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO7816-4PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/NOPADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/PKCS5". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/PKCS5PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/PKCS7". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/PKCS7PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/TBC". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/TBCPADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/X9.23". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/X9.23PADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ZEROBYTE". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ZEROBYTEPADDING". 19:28:21,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO10126". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO10126-2". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO10126-2PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO10126PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO7816-4". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO7816-4PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/NOPADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/PKCS5". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/PKCS5PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/PKCS7". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/PKCS7PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/TBC". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/TBCPADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/X9.23". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/X9.23PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ZEROBYTE". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ZEROBYTEPADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO10126". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO10126-2". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO10126-2PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO10126PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO7816-4". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO7816-4PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/NOPADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/PKCS5". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/PKCS5PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/PKCS7". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/PKCS7PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/TBC". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/TBCPADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/X9.23". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/X9.23PADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ZEROBYTE". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ZEROBYTEPADDING". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO10126". 19:28:21,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO10126-2". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO10126-2PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO10126PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO7816-4". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO7816-4PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/NOPADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/PKCS5". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/PKCS5PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/PKCS7". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/PKCS7PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/TBC". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/TBCPADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/X9.23". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/X9.23PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ZEROBYTE". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ZEROBYTEPADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO10126". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO10126-2". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO10126-2PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO10126PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO7816-4". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO7816-4PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/NOPADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/PKCS5". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/PKCS5PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/PKCS7". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/PKCS7PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/TBC". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/TBCPADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/X9.23". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/X9.23PADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ZEROBYTE". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ZEROBYTEPADDING". 19:28:21,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO10126". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO10126-2". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO10126-2PADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO10126PADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO7816-4". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO7816-4PADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/NOPADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/PKCS5". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/PKCS5PADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/PKCS7". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/PKCS7PADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/TBC". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/TBCPADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/X9.23". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/X9.23PADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ZEROBYTE". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ZEROBYTEPADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO10126". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO10126-2". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO10126-2PADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO10126PADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO7816-4". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO7816-4PADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/NOPADDING". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/PKCS5". 19:28:21,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/PKCS5PADDING". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/PKCS7". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/PKCS7PADDING". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/TBC". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/TBCPADDING". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/X9.23". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/X9.23PADDING". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ZEROBYTE". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ZEROBYTEPADDING". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL//". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL//NOPADDING". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC-CTS/". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC-CTS/NOPADDING". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO10126". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO10126-2". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO10126-2PADDING". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO10126PADDING". 19:28:21,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO7816-4". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO7816-4PADDING". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/NOPADDING". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/PKCS5". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/PKCS5PADDING". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/PKCS7". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/PKCS7PADDING". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/TBC". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/TBCPADDING". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/X9.23". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/X9.23PADDING". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ZEROBYTE". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ZEROBYTEPADDING". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CCM/". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CCM/NOPADDING". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO10126". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO10126-2". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO10126-2PADDING". 19:28:21,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO10126PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO7816-4". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO7816-4PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/NOPADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/PKCS5". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/PKCS5PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/PKCS7". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/PKCS7PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/TBC". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/TBCPADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/X9.23". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/X9.23PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ZEROBYTE". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ZEROBYTEPADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO10126". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO10126-2". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO10126-2PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO10126PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO7816-4". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO7816-4PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/NOPADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/PKCS5". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/PKCS5PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/PKCS7". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/PKCS7PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/TBC". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/TBCPADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/X9.23". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/X9.23PADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ZEROBYTE". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ZEROBYTEPADDING". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/". 19:28:21,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO10126". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO10126-2". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO10126-2PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO10126PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO7816-4". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO7816-4PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/NOPADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/PKCS5". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/PKCS5PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/PKCS7". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/PKCS7PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/TBC". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/TBCPADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/X9.23". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/X9.23PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ZEROBYTE". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ZEROBYTEPADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO10126". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO10126-2". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO10126-2PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO10126PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO7816-4". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO7816-4PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/NOPADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/PKCS5". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/PKCS5PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/PKCS7". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/PKCS7PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/TBC". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/TBCPADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/X9.23". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/X9.23PADDING". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ZEROBYTE". 19:28:21,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ZEROBYTEPADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO10126". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO10126-2". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO10126-2PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO10126PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO7816-4". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO7816-4PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/NOPADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/PKCS5". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/PKCS5PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/PKCS7". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/PKCS7PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/TBC". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/TBCPADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/X9.23". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/X9.23PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ZEROBYTE". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ZEROBYTEPADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO10126". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO10126-2". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO10126-2PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO10126PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO7816-4". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO7816-4PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/NOPADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/PKCS5". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/PKCS5PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/PKCS7". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/PKCS7PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/TBC". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/TBCPADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/X9.23". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/X9.23PADDING". 19:28:21,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ZEROBYTE". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ZEROBYTEPADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO10126". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO10126-2". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO10126-2PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO10126PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO7816-4". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO7816-4PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/NOPADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/PKCS5". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/PKCS5PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/PKCS7". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/PKCS7PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/TBC". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/TBCPADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/X9.23". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/X9.23PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ZEROBYTE". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ZEROBYTEPADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO10126". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO10126-2". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO10126-2PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO10126PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO7816-4". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO7816-4PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/NOPADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/PKCS5". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/PKCS5PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/PKCS7". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/PKCS7PADDING". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/TBC". 19:28:21,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/TBCPADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/X9.23". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/X9.23PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ZEROBYTE". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ZEROBYTEPADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO10126". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO10126-2". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO10126-2PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO10126PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO7816-4". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO7816-4PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/NOPADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/PKCS5". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/PKCS5PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/PKCS7". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/PKCS7PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/TBC". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/TBCPADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/X9.23". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/X9.23PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ZEROBYTE". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ZEROBYTEPADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO10126". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO10126-2". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO10126-2PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO10126PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO7816-4". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO7816-4PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/NOPADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/PKCS5". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/PKCS5PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/PKCS7". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/PKCS7PADDING". 19:28:21,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/TBC". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/TBCPADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/X9.23". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/X9.23PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ZEROBYTE". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ZEROBYTEPADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO10126". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO10126-2". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO10126-2PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO10126PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO7816-4". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO7816-4PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/NOPADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/PKCS5". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/PKCS5PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/PKCS7". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/PKCS7PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/TBC". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/TBCPADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/X9.23". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/X9.23PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ZEROBYTE". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ZEROBYTEPADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO10126". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO10126-2". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO10126-2PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO10126PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO7816-4". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO7816-4PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/NOPADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/PKCS5". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/PKCS5PADDING". 19:28:21,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/PKCS7". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/PKCS7PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/TBC". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/TBCPADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/X9.23". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/X9.23PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ZEROBYTE". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ZEROBYTEPADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO10126". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO10126-2". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO10126-2PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO10126PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO7816-4". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO7816-4PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/NOPADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/PKCS5". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/PKCS5PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/PKCS7". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/PKCS7PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/TBC". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/TBCPADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/X9.23". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/X9.23PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ZEROBYTE". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ZEROBYTEPADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO10126". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO10126-2". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO10126-2PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO10126PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO7816-4". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO7816-4PADDING". 19:28:21,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/NOPADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/PKCS5". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/PKCS5PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/PKCS7". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/PKCS7PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/TBC". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/TBCPADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/X9.23". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/X9.23PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ZEROBYTE". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ZEROBYTEPADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO10126". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO10126-2". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO10126-2PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO10126PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO7816-4". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO7816-4PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/NOPADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/PKCS5". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/PKCS5PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/PKCS7". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/PKCS7PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/TBC". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/TBCPADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/X9.23". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/X9.23PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ZEROBYTE". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ZEROBYTEPADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO10126". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO10126-2". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO10126-2PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO10126PADDING". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO7816-4". 19:28:21,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO7816-4PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/NOPADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/PKCS5". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/PKCS5PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/PKCS7". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/PKCS7PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/TBC". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/TBCPADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/X9.23". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/X9.23PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ZEROBYTE". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ZEROBYTEPADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO10126". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO10126-2". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO10126-2PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO10126PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO7816-4". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO7816-4PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/NOPADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/PKCS5". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/PKCS5PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/PKCS7". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/PKCS7PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/TBC". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/TBCPADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/X9.23". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/X9.23PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ZEROBYTE". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ZEROBYTEPADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO10126". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO10126-2". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO10126-2PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO10126PADDING". 19:28:21,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO7816-4". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO7816-4PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/NOPADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/PKCS5". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/PKCS5PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/PKCS7". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/PKCS7PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/TBC". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/TBCPADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/X9.23". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/X9.23PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ZEROBYTE". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ZEROBYTEPADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO10126". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO10126-2". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO10126-2PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO10126PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO7816-4". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO7816-4PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/NOPADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/PKCS5". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/PKCS5PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/PKCS7". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/PKCS7PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/TBC". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/TBCPADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/X9.23". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/X9.23PADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ZEROBYTE". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ZEROBYTEPADDING". 19:28:21,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO10126". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO10126-2". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO10126-2PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO10126PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO7816-4". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO7816-4PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/NOPADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/PKCS5". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/PKCS5PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/PKCS7". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/PKCS7PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/TBC". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/TBCPADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/X9.23". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/X9.23PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ZEROBYTE". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ZEROBYTEPADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO10126". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO10126-2". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO10126-2PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO10126PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO7816-4". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO7816-4PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/NOPADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/PKCS5". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/PKCS5PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/PKCS7". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/PKCS7PADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/TBC". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/TBCPADDING". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/X9.23". 19:28:21,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/X9.23PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ZEROBYTE". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ZEROBYTEPADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO10126". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO10126-2". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO10126-2PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO10126PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO7816-4". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO7816-4PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/NOPADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/PKCS5". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/PKCS5PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/PKCS7". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/PKCS7PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/TBC". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/TBCPADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/X9.23". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/X9.23PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ZEROBYTE". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ZEROBYTEPADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO10126". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO10126-2". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO10126-2PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO10126PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO7816-4". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO7816-4PADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/NOPADDING". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/PKCS5". 19:28:21,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/PKCS5PADDING". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/PKCS7". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/PKCS7PADDING". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/TBC". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/TBCPADDING". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/X9.23". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/X9.23PADDING". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ZEROBYTE". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ZEROBYTEPADDING". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO10126". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO10126-2". 19:28:21,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO10126-2PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO10126PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO7816-4". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO7816-4PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/NOPADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/PKCS5". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/PKCS5PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/PKCS7". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/PKCS7PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/TBC". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/TBCPADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/X9.23". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/X9.23PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ZEROBYTE". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ZEROBYTEPADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO10126". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO10126-2". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO10126-2PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO10126PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO7816-4". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO7816-4PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/NOPADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/PKCS5". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/PKCS5PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/PKCS7". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/PKCS7PADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/TBC". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/TBCPADDING". 19:28:21,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/X9.23". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/X9.23PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ZEROBYTE". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ZEROBYTEPADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO10126". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO10126-2". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO10126-2PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO10126PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO7816-4". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO7816-4PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/NOPADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/PKCS5". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/PKCS5PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/PKCS7". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/PKCS7PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/TBC". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/TBCPADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/X9.23". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/X9.23PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ZEROBYTE". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ZEROBYTEPADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO10126". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO10126-2". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO10126-2PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO10126PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO7816-4". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO7816-4PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/NOPADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/PKCS5". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/PKCS5PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/PKCS7". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/PKCS7PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/TBC". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/TBCPADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/X9.23". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/X9.23PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ZEROBYTE". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ZEROBYTEPADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO10126". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO10126-2". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO10126-2PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO10126PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO7816-4". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO7816-4PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/NOPADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/PKCS5". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/PKCS5PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/PKCS7". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/PKCS7PADDING". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/TBC". 19:28:21,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/TBCPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/X9.23". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/X9.23PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ZEROBYTE". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ZEROBYTEPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO10126". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO10126-2". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO10126-2PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO10126PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO7816-4". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO7816-4PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/NOPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/PKCS5". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/PKCS5PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/PKCS7". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/PKCS7PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/TBC". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/TBCPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/X9.23". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/X9.23PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ZEROBYTE". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ZEROBYTEPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO10126". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO10126-2". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO10126-2PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO10126PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO7816-4". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO7816-4PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/NOPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/PKCS5". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/PKCS5PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/PKCS7". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/PKCS7PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/TBC". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/TBCPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/X9.23". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/X9.23PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ZEROBYTE". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ZEROBYTEPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO10126". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO10126-2". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO10126-2PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO10126PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO7816-4". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO7816-4PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/NOPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/PKCS5". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/PKCS5PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/PKCS7". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/PKCS7PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/TBC". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/TBCPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/X9.23". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/X9.23PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ZEROBYTE". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ZEROBYTEPADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO10126". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO10126-2". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO10126-2PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO10126PADDING". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO7816-4". 19:28:21,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO7816-4PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/NOPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/PKCS5". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/PKCS5PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/PKCS7". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/PKCS7PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/TBC". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/TBCPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/X9.23". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/X9.23PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ZEROBYTE". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ZEROBYTEPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO10126". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO10126-2". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO10126-2PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO10126PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO7816-4". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO7816-4PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/NOPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/PKCS5". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/PKCS5PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/PKCS7". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/PKCS7PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/TBC". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/TBCPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/X9.23". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/X9.23PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ZEROBYTE". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ZEROBYTEPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CTS/". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CTS/NOPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/EAX/". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/EAX/NOPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/ECB/". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/ECB/NOPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/GCM/". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/GCM/NOPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO10126". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO10126-2". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO10126-2PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO10126PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO7816-4". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO7816-4PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/NOPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/PKCS5". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/PKCS5PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/PKCS7". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/PKCS7PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/TBC". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/TBCPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/X9.23". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/X9.23PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ZEROBYTE". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ZEROBYTEPADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO10126". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO10126-2". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO10126-2PADDING". 19:28:21,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO10126PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO7816-4". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO7816-4PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/NOPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/PKCS5". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/PKCS5PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/PKCS7". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/PKCS7PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/TBC". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/TBCPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/X9.23". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/X9.23PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ZEROBYTE". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ZEROBYTEPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO10126". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO10126-2". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO10126-2PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO10126PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO7816-4". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO7816-4PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/NOPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/PKCS5". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/PKCS5PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/PKCS7". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/PKCS7PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/TBC". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/TBCPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/X9.23". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/X9.23PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ZEROBYTE". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ZEROBYTEPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO10126". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO10126-2". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO10126-2PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO10126PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO7816-4". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO7816-4PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/NOPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/PKCS5". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/PKCS5PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/PKCS7". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/PKCS7PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/TBC". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/TBCPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/X9.23". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/X9.23PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ZEROBYTE". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ZEROBYTEPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO10126". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO10126-2". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO10126-2PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO10126PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO7816-4". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO7816-4PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/NOPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/PKCS5". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/PKCS5PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/PKCS7". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/PKCS7PADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/TBC". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/TBCPADDING". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/X9.23". 19:28:21,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/X9.23PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ZEROBYTE". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ZEROBYTEPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO10126". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO10126-2". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO10126-2PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO10126PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO7816-4". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO7816-4PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/NOPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/PKCS5". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/PKCS5PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/PKCS7". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/PKCS7PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/TBC". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/TBCPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/X9.23". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/X9.23PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ZEROBYTE". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ZEROBYTEPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO10126". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO10126-2". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO10126-2PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO10126PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO7816-4". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO7816-4PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/NOPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/PKCS5". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/PKCS5PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/PKCS7". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/PKCS7PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/TBC". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/TBCPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/X9.23". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/X9.23PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ZEROBYTE". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ZEROBYTEPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO10126". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO10126-2". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO10126-2PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO10126PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO7816-4". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO7816-4PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/NOPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/PKCS5". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/PKCS5PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/PKCS7". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/PKCS7PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/TBC". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/TBCPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/X9.23". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/X9.23PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ZEROBYTE". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ZEROBYTEPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO10126". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO10126-2". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO10126-2PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO10126PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO7816-4". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO7816-4PADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/NOPADDING". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/PKCS5". 19:28:21,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/PKCS5PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/PKCS7". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/PKCS7PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/TBC". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/TBCPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/X9.23". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/X9.23PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ZEROBYTE". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ZEROBYTEPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO10126". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO10126-2". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO10126-2PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO10126PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO7816-4". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO7816-4PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/NOPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/PKCS5". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/PKCS5PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/PKCS7". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/PKCS7PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/TBC". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/TBCPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/X9.23". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/X9.23PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ZEROBYTE". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ZEROBYTEPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO10126". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO10126-2". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO10126-2PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO10126PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO7816-4". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO7816-4PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/NOPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/PKCS5". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/PKCS5PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/PKCS7". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/PKCS7PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/TBC". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/TBCPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/X9.23". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/X9.23PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ZEROBYTE". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ZEROBYTEPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO10126". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO10126-2". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO10126-2PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO10126PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO7816-4". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO7816-4PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/NOPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/PKCS5". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/PKCS5PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/PKCS7". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/PKCS7PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/TBC". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/TBCPADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/X9.23". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/X9.23PADDING". 19:28:21,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ZEROBYTE". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ZEROBYTEPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO10126". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO10126-2". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO10126-2PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO10126PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO7816-4". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO7816-4PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/NOPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/PKCS5". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/PKCS5PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/PKCS7". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/PKCS7PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/TBC". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/TBCPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/X9.23". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/X9.23PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ZEROBYTE". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ZEROBYTEPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO10126". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO10126-2". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO10126-2PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO10126PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO7816-4". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO7816-4PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/NOPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/PKCS5". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/PKCS5PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/PKCS7". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/PKCS7PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/TBC". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/TBCPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/X9.23". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/X9.23PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ZEROBYTE". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ZEROBYTEPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO10126". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO10126-2". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO10126-2PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO10126PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO7816-4". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO7816-4PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/NOPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/PKCS5". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/PKCS5PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/PKCS7". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/PKCS7PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/TBC". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/TBCPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/X9.23". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/X9.23PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ZEROBYTE". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ZEROBYTEPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO10126". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO10126-2". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO10126-2PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO10126PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO7816-4". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO7816-4PADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/NOPADDING". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/PKCS5". 19:28:21,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/PKCS5PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/PKCS7". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/PKCS7PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/TBC". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/TBCPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/X9.23". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/X9.23PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ZEROBYTE". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ZEROBYTEPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO10126". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO10126-2". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO10126-2PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO10126PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO7816-4". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO7816-4PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/NOPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/PKCS5". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/PKCS5PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/PKCS7". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/PKCS7PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/TBC". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/TBCPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/X9.23". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/X9.23PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ZEROBYTE". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ZEROBYTEPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO10126". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO10126-2". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO10126-2PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO10126PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO7816-4". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO7816-4PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/NOPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/PKCS5". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/PKCS5PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/PKCS7". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/PKCS7PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/TBC". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/TBCPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/X9.23". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/X9.23PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ZEROBYTE". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ZEROBYTEPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO10126". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO10126-2". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO10126-2PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO10126PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO7816-4". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO7816-4PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/NOPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/PKCS5". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/PKCS5PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/PKCS7". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/PKCS7PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/TBC". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/TBCPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/X9.23". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/X9.23PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ZEROBYTE". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ZEROBYTEPADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO10126". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO10126-2". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO10126-2PADDING". 19:28:21,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO10126PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO7816-4". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO7816-4PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/NOPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/PKCS5". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/PKCS5PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/PKCS7". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/PKCS7PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/TBC". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/TBCPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/X9.23". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/X9.23PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ZEROBYTE". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ZEROBYTEPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO10126". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO10126-2". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO10126-2PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO10126PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO7816-4". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO7816-4PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/NOPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/PKCS5". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/PKCS5PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/PKCS7". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/PKCS7PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/TBC". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/TBCPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/X9.23". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/X9.23PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ZEROBYTE". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ZEROBYTEPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO10126". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO10126-2". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO10126-2PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO10126PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO7816-4". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO7816-4PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/NOPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/PKCS5". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/PKCS5PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/PKCS7". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/PKCS7PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/TBC". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/TBCPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/X9.23". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/X9.23PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ZEROBYTE". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ZEROBYTEPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO10126". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO10126-2". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO10126-2PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO10126PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO7816-4". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO7816-4PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/NOPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/PKCS5". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/PKCS5PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/PKCS7". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/PKCS7PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/TBC". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/TBCPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/X9.23". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/X9.23PADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ZEROBYTE". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ZEROBYTEPADDING". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO10126". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO10126-2". 19:28:21,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO10126-2PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO10126PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO7816-4". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO7816-4PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/NOPADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/PKCS5". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/PKCS5PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/PKCS7". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/PKCS7PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/TBC". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/TBCPADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/X9.23". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/X9.23PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ZEROBYTE". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ZEROBYTEPADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO10126". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO10126-2". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO10126-2PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO10126PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO7816-4". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO7816-4PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/NOPADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/PKCS5". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/PKCS5PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/PKCS7". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/PKCS7PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/TBC". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/TBCPADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/X9.23". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/X9.23PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ZEROBYTE". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ZEROBYTEPADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO10126". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO10126-2". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO10126-2PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO10126PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO7816-4". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO7816-4PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/NOPADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/PKCS5". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/PKCS5PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/PKCS7". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/PKCS7PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/TBC". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/TBCPADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/X9.23". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/X9.23PADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ZEROBYTE". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ZEROBYTEPADDING". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO10126". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO10126-2". 19:28:21,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO10126-2PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO10126PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO7816-4". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO7816-4PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/NOPADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/PKCS5". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/PKCS5PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/PKCS7". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/PKCS7PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/TBC". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/TBCPADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/X9.23". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/X9.23PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ZEROBYTE". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ZEROBYTEPADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO10126". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO10126-2". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO10126-2PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO10126PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO7816-4". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO7816-4PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/NOPADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/PKCS5". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/PKCS5PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/PKCS7". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/PKCS7PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/TBC". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/TBCPADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/X9.23". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/X9.23PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ZEROBYTE". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ZEROBYTEPADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO10126". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO10126-2". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO10126-2PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO10126PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO7816-4". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO7816-4PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/NOPADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/PKCS5". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/PKCS5PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/PKCS7". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/PKCS7PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/TBC". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/TBCPADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/X9.23". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/X9.23PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ZEROBYTE". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ZEROBYTEPADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO10126". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO10126-2". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO10126-2PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO10126PADDING". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO7816-4". 19:28:21,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO7816-4PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/NOPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/PKCS5". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/PKCS5PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/PKCS7". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/PKCS7PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/TBC". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/TBCPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/X9.23". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/X9.23PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ZEROBYTE". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ZEROBYTEPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO10126". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO10126-2". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO10126-2PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO10126PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO7816-4". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO7816-4PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/NOPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/PKCS5". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/PKCS5PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/PKCS7". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/PKCS7PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/TBC". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/TBCPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/X9.23". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/X9.23PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ZEROBYTE". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ZEROBYTEPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO10126". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO10126-2". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO10126-2PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO10126PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO7816-4". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO7816-4PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/NOPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/PKCS5". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/PKCS5PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/PKCS7". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/PKCS7PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/TBC". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/TBCPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/X9.23". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/X9.23PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ZEROBYTE". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ZEROBYTEPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO10126". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO10126-2". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO10126-2PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO10126PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO7816-4". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO7816-4PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/NOPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/PKCS5". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/PKCS5PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/PKCS7". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/PKCS7PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/TBC". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/TBCPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/X9.23". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/X9.23PADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ZEROBYTE". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ZEROBYTEPADDING". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/". 19:28:21,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO10126". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO10126-2". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO10126-2PADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO10126PADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO7816-4". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO7816-4PADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/NOPADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/PKCS5". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/PKCS5PADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/PKCS7". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/PKCS7PADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/TBC". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/TBCPADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/X9.23". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/X9.23PADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ZEROBYTE". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ZEROBYTEPADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//ISO9796-1". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//ISO9796-1PADDING". 19:28:21,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//NOPADDING". 19:28:21,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//OAEP". 19:28:21,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//OAEPPADDING". 19:28:21,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//OAEPWITHSHA1ANDMGF1". 19:28:21,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//OAEPWITHSHA1ANDMGF1PADDING". 19:28:21,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//PKCS1". 19:28:21,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//PKCS1PADDING". 19:28:21,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/". 19:28:21,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/ISO9796-1". 19:28:21,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/ISO9796-1PADDING". 19:28:21,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/NOPADDING". 19:28:21,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/OAEP". 19:28:21,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/OAEPPADDING". 19:28:21,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/OAEPWITHSHA1ANDMGF1". 19:28:21,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/OAEPWITHSHA1ANDMGF1PADDING". 19:28:21,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/PKCS1". 19:28:21,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/PKCS1PADDING". 19:28:21,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SALSA20//". 19:28:21,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SALSA20//NOPADDING". 19:28:21,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SALSA20/ECB/". 19:28:21,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SALSA20/ECB/NOPADDING". 19:28:21,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED//". 19:28:21,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED//NOPADDING". 19:28:21,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC-CTS/". 19:28:21,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC-CTS/NOPADDING". 19:28:21,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO10126". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO10126-2". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO10126-2PADDING". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO10126PADDING". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO7816-4". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO7816-4PADDING". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/NOPADDING". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/PKCS5". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/PKCS5PADDING". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/PKCS7". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/PKCS7PADDING". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/TBC". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/TBCPADDING". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/X9.23". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/X9.23PADDING". 19:28:21,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ZEROBYTE". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ZEROBYTEPADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CCM/". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CCM/NOPADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO10126". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO10126-2". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO10126-2PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO10126PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO7816-4". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO7816-4PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/NOPADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/PKCS5". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/PKCS5PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/PKCS7". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/PKCS7PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/TBC". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/TBCPADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/X9.23". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/X9.23PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ZEROBYTE". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ZEROBYTEPADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO10126". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO10126-2". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO10126-2PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO10126PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO7816-4". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO7816-4PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/NOPADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/PKCS5". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/PKCS5PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/PKCS7". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/PKCS7PADDING". 19:28:21,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/TBC". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/TBCPADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/X9.23". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/X9.23PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ZEROBYTE". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ZEROBYTEPADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO10126". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO10126-2". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO10126-2PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO10126PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO7816-4". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO7816-4PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/NOPADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/PKCS5". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/PKCS5PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/PKCS7". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/PKCS7PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/TBC". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/TBCPADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/X9.23". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/X9.23PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ZEROBYTE". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ZEROBYTEPADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO10126". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO10126-2". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO10126-2PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO10126PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO7816-4". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO7816-4PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/NOPADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/PKCS5". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/PKCS5PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/PKCS7". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/PKCS7PADDING". 19:28:21,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/TBC". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/TBCPADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/X9.23". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/X9.23PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ZEROBYTE". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ZEROBYTEPADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO10126". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO10126-2". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO10126-2PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO10126PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO7816-4". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO7816-4PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/NOPADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/PKCS5". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/PKCS5PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/PKCS7". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/PKCS7PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/TBC". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/TBCPADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/X9.23". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/X9.23PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ZEROBYTE". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ZEROBYTEPADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO10126". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO10126-2". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO10126-2PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO10126PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO7816-4". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO7816-4PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/NOPADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/PKCS5". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/PKCS5PADDING". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/PKCS7". 19:28:21,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/PKCS7PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/TBC". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/TBCPADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/X9.23". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/X9.23PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ZEROBYTE". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ZEROBYTEPADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO10126". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO10126-2". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO10126-2PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO10126PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO7816-4". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO7816-4PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/NOPADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/PKCS5". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/PKCS5PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/PKCS7". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/PKCS7PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/TBC". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/TBCPADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/X9.23". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/X9.23PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ZEROBYTE". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ZEROBYTEPADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO10126". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO10126-2". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO10126-2PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO10126PADDING". 19:28:21,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO7816-4". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO7816-4PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/NOPADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/PKCS5". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/PKCS5PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/PKCS7". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/PKCS7PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/TBC". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/TBCPADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/X9.23". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/X9.23PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ZEROBYTE". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ZEROBYTEPADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO10126". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO10126-2". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO10126-2PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO10126PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO7816-4". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO7816-4PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/NOPADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/PKCS5". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/PKCS5PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/PKCS7". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/PKCS7PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/TBC". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/TBCPADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/X9.23". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/X9.23PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ZEROBYTE". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ZEROBYTEPADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO10126". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO10126-2". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO10126-2PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO10126PADDING". 19:28:21,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO7816-4". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO7816-4PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/NOPADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/PKCS5". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/PKCS5PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/PKCS7". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/PKCS7PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/TBC". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/TBCPADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/X9.23". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/X9.23PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ZEROBYTE". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ZEROBYTEPADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO10126". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO10126-2". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO10126-2PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO10126PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO7816-4". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO7816-4PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/NOPADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/PKCS5". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/PKCS5PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/PKCS7". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/PKCS7PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/TBC". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/TBCPADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/X9.23". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/X9.23PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ZEROBYTE". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ZEROBYTEPADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO10126". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO10126-2". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO10126-2PADDING". 19:28:21,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO10126PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO7816-4". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO7816-4PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/NOPADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/PKCS5". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/PKCS5PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/PKCS7". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/PKCS7PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/TBC". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/TBCPADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/X9.23". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/X9.23PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ZEROBYTE". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ZEROBYTEPADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO10126". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO10126-2". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO10126-2PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO10126PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO7816-4". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO7816-4PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/NOPADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/PKCS5". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/PKCS5PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/PKCS7". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/PKCS7PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/TBC". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/TBCPADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/X9.23". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/X9.23PADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ZEROBYTE". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ZEROBYTEPADDING". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO10126". 19:28:21,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO10126-2". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO10126-2PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO10126PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO7816-4". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO7816-4PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/NOPADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/PKCS5". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/PKCS5PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/PKCS7". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/PKCS7PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/TBC". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/TBCPADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/X9.23". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/X9.23PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ZEROBYTE". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ZEROBYTEPADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO10126". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO10126-2". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO10126-2PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO10126PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO7816-4". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO7816-4PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/NOPADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/PKCS5". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/PKCS5PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/PKCS7". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/PKCS7PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/TBC". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/TBCPADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/X9.23". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/X9.23PADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ZEROBYTE". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ZEROBYTEPADDING". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO10126". 19:28:21,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO10126-2". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO10126-2PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO10126PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO7816-4". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO7816-4PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/NOPADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/PKCS5". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/PKCS5PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/PKCS7". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/PKCS7PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/TBC". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/TBCPADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/X9.23". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/X9.23PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ZEROBYTE". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ZEROBYTEPADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO10126". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO10126-2". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO10126-2PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO10126PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO7816-4". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO7816-4PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/NOPADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/PKCS5". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/PKCS5PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/PKCS7". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/PKCS7PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/TBC". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/TBCPADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/X9.23". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/X9.23PADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ZEROBYTE". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ZEROBYTEPADDING". 19:28:21,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO10126". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO10126-2". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO10126-2PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO10126PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO7816-4". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO7816-4PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/NOPADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/PKCS5". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/PKCS5PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/PKCS7". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/PKCS7PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/TBC". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/TBCPADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/X9.23". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/X9.23PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ZEROBYTE". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ZEROBYTEPADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO10126". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO10126-2". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO10126-2PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO10126PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO7816-4". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO7816-4PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/NOPADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/PKCS5". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/PKCS5PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/PKCS7". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/PKCS7PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/TBC". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/TBCPADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/X9.23". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/X9.23PADDING". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ZEROBYTE". 19:28:21,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ZEROBYTEPADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO10126". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO10126-2". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO10126-2PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO10126PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO7816-4". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO7816-4PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/NOPADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/PKCS5". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/PKCS5PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/PKCS7". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/PKCS7PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/TBC". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/TBCPADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/X9.23". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/X9.23PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ZEROBYTE". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ZEROBYTEPADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO10126". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO10126-2". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO10126-2PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO10126PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO7816-4". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO7816-4PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/NOPADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/PKCS5". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/PKCS5PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/PKCS7". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/PKCS7PADDING". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/TBC". 19:28:21,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/TBCPADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/X9.23". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/X9.23PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ZEROBYTE". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ZEROBYTEPADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO10126". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO10126-2". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO10126-2PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO10126PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO7816-4". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO7816-4PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/NOPADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/PKCS5". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/PKCS5PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/PKCS7". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/PKCS7PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/TBC". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/TBCPADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/X9.23". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/X9.23PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ZEROBYTE". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ZEROBYTEPADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO10126". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO10126-2". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO10126-2PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO10126PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO7816-4". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO7816-4PADDING". 19:28:21,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/NOPADDING". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/PKCS5". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/PKCS5PADDING". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/PKCS7". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/PKCS7PADDING". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/TBC". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/TBCPADDING". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/X9.23". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/X9.23PADDING". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ZEROBYTE". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ZEROBYTEPADDING". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO10126". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO10126-2". 19:28:21,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO10126-2PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO10126PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO7816-4". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO7816-4PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/NOPADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/PKCS5". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/PKCS5PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/PKCS7". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/PKCS7PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/TBC". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/TBCPADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/X9.23". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/X9.23PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ZEROBYTE". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ZEROBYTEPADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO10126". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO10126-2". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO10126-2PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO10126PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO7816-4". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO7816-4PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/NOPADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/PKCS5". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/PKCS5PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/PKCS7". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/PKCS7PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/TBC". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/TBCPADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/X9.23". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/X9.23PADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ZEROBYTE". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ZEROBYTEPADDING". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO10126". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO10126-2". 19:28:21,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO10126-2PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO10126PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO7816-4". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO7816-4PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/NOPADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/PKCS5". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/PKCS5PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/PKCS7". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/PKCS7PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/TBC". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/TBCPADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/X9.23". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/X9.23PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ZEROBYTE". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ZEROBYTEPADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO10126". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO10126-2". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO10126-2PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO10126PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO7816-4". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO7816-4PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/NOPADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/PKCS5". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/PKCS5PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/PKCS7". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/PKCS7PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/TBC". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/TBCPADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/X9.23". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/X9.23PADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ZEROBYTE". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ZEROBYTEPADDING". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO10126". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO10126-2". 19:28:21,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO10126-2PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO10126PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO7816-4". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO7816-4PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/NOPADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/PKCS5". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/PKCS5PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/PKCS7". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/PKCS7PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/TBC". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/TBCPADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/X9.23". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/X9.23PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ZEROBYTE". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ZEROBYTEPADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO10126". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO10126-2". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO10126-2PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO10126PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO7816-4". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO7816-4PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/NOPADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/PKCS5". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/PKCS5PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/PKCS7". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/PKCS7PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/TBC". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/TBCPADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/X9.23". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/X9.23PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ZEROBYTE". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ZEROBYTEPADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO10126". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO10126-2". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO10126-2PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO10126PADDING". 19:28:21,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO7816-4". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO7816-4PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/NOPADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/PKCS5". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/PKCS5PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/PKCS7". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/PKCS7PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/TBC". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/TBCPADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/X9.23". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/X9.23PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ZEROBYTE". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ZEROBYTEPADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO10126". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO10126-2". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO10126-2PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO10126PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO7816-4". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO7816-4PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/NOPADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/PKCS5". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/PKCS5PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/PKCS7". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/PKCS7PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/TBC". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/TBCPADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/X9.23". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/X9.23PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ZEROBYTE". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ZEROBYTEPADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO10126". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO10126-2". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO10126-2PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO10126PADDING". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO7816-4". 19:28:21,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO7816-4PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/NOPADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/PKCS5". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/PKCS5PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/PKCS7". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/PKCS7PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/TBC". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/TBCPADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/X9.23". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/X9.23PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ZEROBYTE". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ZEROBYTEPADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO10126". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO10126-2". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO10126-2PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO10126PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO7816-4". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO7816-4PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/NOPADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/PKCS5". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/PKCS5PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/PKCS7". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/PKCS7PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/TBC". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/TBCPADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/X9.23". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/X9.23PADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ZEROBYTE". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ZEROBYTEPADDING". 19:28:21,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CTS/". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CTS/NOPADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/EAX/". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/EAX/NOPADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/ECB/". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/ECB/NOPADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/GCM/". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/GCM/NOPADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO10126". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO10126-2". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO10126-2PADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO10126PADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO7816-4". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO7816-4PADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/NOPADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/PKCS5". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/PKCS5PADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/PKCS7". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/PKCS7PADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/TBC". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/TBCPADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/X9.23". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/X9.23PADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ZEROBYTE". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ZEROBYTEPADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO10126". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO10126-2". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO10126-2PADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO10126PADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO7816-4". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO7816-4PADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/NOPADDING". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/PKCS5". 19:28:21,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/PKCS5PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/PKCS7". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/PKCS7PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/TBC". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/TBCPADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/X9.23". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/X9.23PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ZEROBYTE". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ZEROBYTEPADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO10126". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO10126-2". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO10126-2PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO10126PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO7816-4". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO7816-4PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/NOPADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/PKCS5". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/PKCS5PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/PKCS7". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/PKCS7PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/TBC". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/TBCPADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/X9.23". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/X9.23PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ZEROBYTE". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ZEROBYTEPADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO10126". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO10126-2". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO10126-2PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO10126PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO7816-4". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO7816-4PADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/NOPADDING". 19:28:21,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/PKCS5". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/PKCS5PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/PKCS7". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/PKCS7PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/TBC". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/TBCPADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/X9.23". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/X9.23PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ZEROBYTE". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ZEROBYTEPADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO10126". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO10126-2". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO10126-2PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO10126PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO7816-4". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO7816-4PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/NOPADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/PKCS5". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/PKCS5PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/PKCS7". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/PKCS7PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/TBC". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/TBCPADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/X9.23". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/X9.23PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ZEROBYTE". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ZEROBYTEPADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO10126". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO10126-2". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO10126-2PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO10126PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO7816-4". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO7816-4PADDING". 19:28:22,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/NOPADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/PKCS5". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/PKCS5PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/PKCS7". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/PKCS7PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/TBC". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/TBCPADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/X9.23". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/X9.23PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ZEROBYTE". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ZEROBYTEPADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO10126". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO10126-2". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO10126-2PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO10126PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO7816-4". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO7816-4PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/NOPADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/PKCS5". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/PKCS5PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/PKCS7". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/PKCS7PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/TBC". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/TBCPADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/X9.23". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/X9.23PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ZEROBYTE". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ZEROBYTEPADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO10126". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO10126-2". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO10126-2PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO10126PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO7816-4". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO7816-4PADDING". 19:28:22,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/NOPADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/PKCS5". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/PKCS5PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/PKCS7". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/PKCS7PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/TBC". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/TBCPADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/X9.23". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/X9.23PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ZEROBYTE". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ZEROBYTEPADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO10126". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO10126-2". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO10126-2PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO10126PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO7816-4". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO7816-4PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/NOPADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/PKCS5". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/PKCS5PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/PKCS7". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/PKCS7PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/TBC". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/TBCPADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/X9.23". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/X9.23PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ZEROBYTE". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ZEROBYTEPADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO10126". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO10126-2". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO10126-2PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO10126PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO7816-4". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO7816-4PADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/NOPADDING". 19:28:22,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/PKCS5". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/PKCS5PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/PKCS7". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/PKCS7PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/TBC". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/TBCPADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/X9.23". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/X9.23PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ZEROBYTE". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ZEROBYTEPADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO10126". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO10126-2". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO10126-2PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO10126PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO7816-4". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO7816-4PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/NOPADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/PKCS5". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/PKCS5PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/PKCS7". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/PKCS7PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/TBC". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/TBCPADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/X9.23". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/X9.23PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ZEROBYTE". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ZEROBYTEPADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO10126". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO10126-2". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO10126-2PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO10126PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO7816-4". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO7816-4PADDING". 19:28:22,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/NOPADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/PKCS5". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/PKCS5PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/PKCS7". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/PKCS7PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/TBC". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/TBCPADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/X9.23". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/X9.23PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ZEROBYTE". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ZEROBYTEPADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO10126". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO10126-2". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO10126-2PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO10126PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO7816-4". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO7816-4PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/NOPADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/PKCS5". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/PKCS5PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/PKCS7". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/PKCS7PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/TBC". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/TBCPADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/X9.23". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/X9.23PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ZEROBYTE". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ZEROBYTEPADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO10126". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO10126-2". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO10126-2PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO10126PADDING". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO7816-4". 19:28:22,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO7816-4PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/NOPADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/PKCS5". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/PKCS5PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/PKCS7". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/PKCS7PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/TBC". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/TBCPADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/X9.23". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/X9.23PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ZEROBYTE". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ZEROBYTEPADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO10126". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO10126-2". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO10126-2PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO10126PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO7816-4". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO7816-4PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/NOPADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/PKCS5". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/PKCS5PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/PKCS7". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/PKCS7PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/TBC". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/TBCPADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/X9.23". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/X9.23PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ZEROBYTE". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ZEROBYTEPADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO10126". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO10126-2". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO10126-2PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO10126PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO7816-4". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO7816-4PADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/NOPADDING". 19:28:22,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/PKCS5". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/PKCS5PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/PKCS7". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/PKCS7PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/TBC". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/TBCPADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/X9.23". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/X9.23PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ZEROBYTE". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ZEROBYTEPADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO10126". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO10126-2". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO10126-2PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO10126PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO7816-4". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO7816-4PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/NOPADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/PKCS5". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/PKCS5PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/PKCS7". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/PKCS7PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/TBC". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/TBCPADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/X9.23". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/X9.23PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ZEROBYTE". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ZEROBYTEPADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO10126". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO10126-2". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO10126-2PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO10126PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO7816-4". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO7816-4PADDING". 19:28:22,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/NOPADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/PKCS5". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/PKCS5PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/PKCS7". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/PKCS7PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/TBC". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/TBCPADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/X9.23". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/X9.23PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ZEROBYTE". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ZEROBYTEPADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO10126". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO10126-2". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO10126-2PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO10126PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO7816-4". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO7816-4PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/NOPADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/PKCS5". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/PKCS5PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/PKCS7". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/PKCS7PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/TBC". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/TBCPADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/X9.23". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/X9.23PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ZEROBYTE". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ZEROBYTEPADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO10126". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO10126-2". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO10126-2PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO10126PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO7816-4". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO7816-4PADDING". 19:28:22,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/NOPADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/PKCS5". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/PKCS5PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/PKCS7". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/PKCS7PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/TBC". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/TBCPADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/X9.23". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/X9.23PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ZEROBYTE". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ZEROBYTEPADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO10126". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO10126-2". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO10126-2PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO10126PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO7816-4". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO7816-4PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/NOPADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/PKCS5". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/PKCS5PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/PKCS7". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/PKCS7PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/TBC". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/TBCPADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/X9.23". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/X9.23PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ZEROBYTE". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ZEROBYTEPADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO10126". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO10126-2". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO10126-2PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO10126PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO7816-4". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO7816-4PADDING". 19:28:22,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/NOPADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/PKCS5". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/PKCS5PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/PKCS7". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/PKCS7PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/TBC". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/TBCPADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/X9.23". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/X9.23PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ZEROBYTE". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ZEROBYTEPADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO10126". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO10126-2". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO10126-2PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO10126PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO7816-4". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO7816-4PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/NOPADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/PKCS5". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/PKCS5PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/PKCS7". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/PKCS7PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/TBC". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/TBCPADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/X9.23". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/X9.23PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ZEROBYTE". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ZEROBYTEPADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO10126". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO10126-2". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO10126-2PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO10126PADDING". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO7816-4". 19:28:22,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO7816-4PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/NOPADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/PKCS5". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/PKCS5PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/PKCS7". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/PKCS7PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/TBC". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/TBCPADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/X9.23". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/X9.23PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ZEROBYTE". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ZEROBYTEPADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO10126". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO10126-2". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO10126-2PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO10126PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO7816-4". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO7816-4PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/NOPADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/PKCS5". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/PKCS5PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/PKCS7". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/PKCS7PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/TBC". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/TBCPADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/X9.23". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/X9.23PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ZEROBYTE". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ZEROBYTEPADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO10126". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO10126-2". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO10126-2PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO10126PADDING". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO7816-4". 19:28:22,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO7816-4PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/NOPADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/PKCS5". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/PKCS5PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/PKCS7". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/PKCS7PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/TBC". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/TBCPADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/X9.23". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/X9.23PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ZEROBYTE". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ZEROBYTEPADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO10126". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO10126-2". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO10126-2PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO10126PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO7816-4". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO7816-4PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/NOPADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/PKCS5". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/PKCS5PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/PKCS7". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/PKCS7PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/TBC". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/TBCPADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/X9.23". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/X9.23PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ZEROBYTE". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ZEROBYTEPADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO10126". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO10126-2". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO10126-2PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO10126PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO7816-4". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO7816-4PADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/NOPADDING". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/PKCS5". 19:28:22,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/PKCS5PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/PKCS7". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/PKCS7PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/TBC". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/TBCPADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/X9.23". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/X9.23PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ZEROBYTE". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ZEROBYTEPADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO10126". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO10126-2". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO10126-2PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO10126PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO7816-4". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO7816-4PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/NOPADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/PKCS5". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/PKCS5PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/PKCS7". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/PKCS7PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/TBC". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/TBCPADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/X9.23". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/X9.23PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ZEROBYTE". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ZEROBYTEPADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO10126". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO10126-2". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO10126-2PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO10126PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO7816-4". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO7816-4PADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/NOPADDING". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/PKCS5". 19:28:22,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/PKCS5PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/PKCS7". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/PKCS7PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/TBC". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/TBCPADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/X9.23". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/X9.23PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ZEROBYTE". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ZEROBYTEPADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO10126". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO10126-2". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO10126-2PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO10126PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO7816-4". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO7816-4PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/NOPADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/PKCS5". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/PKCS5PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/PKCS7". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/PKCS7PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/TBC". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/TBCPADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/X9.23". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/X9.23PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ZEROBYTE". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ZEROBYTEPADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO10126". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO10126-2". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO10126-2PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO10126PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO7816-4". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO7816-4PADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/NOPADDING". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/PKCS5". 19:28:22,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/PKCS5PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/PKCS7". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/PKCS7PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/TBC". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/TBCPADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/X9.23". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/X9.23PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ZEROBYTE". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ZEROBYTEPADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO10126". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO10126-2". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO10126-2PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO10126PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO7816-4". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO7816-4PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/NOPADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/PKCS5". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/PKCS5PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/PKCS7". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/PKCS7PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/TBC". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/TBCPADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/X9.23". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/X9.23PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ZEROBYTE". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ZEROBYTEPADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO10126". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO10126-2". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO10126-2PADDING". 19:28:22,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO10126PADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO7816-4". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO7816-4PADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/NOPADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/PKCS5". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/PKCS5PADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/PKCS7". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/PKCS7PADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/TBC". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/TBCPADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/X9.23". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/X9.23PADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ZEROBYTE". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ZEROBYTEPADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT//". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT//NOPADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC-CTS/". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC-CTS/NOPADDING". 19:28:22,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO10126". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO10126-2". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO10126-2PADDING". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO10126PADDING". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO7816-4". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO7816-4PADDING". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/NOPADDING". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/PKCS5". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/PKCS5PADDING". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/PKCS7". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/PKCS7PADDING". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/TBC". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/TBCPADDING". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/X9.23". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/X9.23PADDING". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ZEROBYTE". 19:28:22,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ZEROBYTEPADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CCM/". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CCM/NOPADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO10126". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO10126-2". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO10126-2PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO10126PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO7816-4". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO7816-4PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/NOPADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/PKCS5". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/PKCS5PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/PKCS7". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/PKCS7PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/TBC". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/TBCPADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/X9.23". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/X9.23PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ZEROBYTE". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ZEROBYTEPADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO10126". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO10126-2". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO10126-2PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO10126PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO7816-4". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO7816-4PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/NOPADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/PKCS5". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/PKCS5PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/PKCS7". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/PKCS7PADDING". 19:28:22,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/TBC". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/TBCPADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/X9.23". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/X9.23PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ZEROBYTE". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ZEROBYTEPADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO10126". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO10126-2". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO10126-2PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO10126PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO7816-4". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO7816-4PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/NOPADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/PKCS5". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/PKCS5PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/PKCS7". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/PKCS7PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/TBC". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/TBCPADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/X9.23". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/X9.23PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ZEROBYTE". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ZEROBYTEPADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO10126". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO10126-2". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO10126-2PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO10126PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO7816-4". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO7816-4PADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/NOPADDING". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/PKCS5". 19:28:22,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/PKCS5PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/PKCS7". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/PKCS7PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/TBC". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/TBCPADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/X9.23". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/X9.23PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ZEROBYTE". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ZEROBYTEPADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO10126". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO10126-2". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO10126-2PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO10126PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO7816-4". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO7816-4PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/NOPADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/PKCS5". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/PKCS5PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/PKCS7". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/PKCS7PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/TBC". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/TBCPADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/X9.23". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/X9.23PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ZEROBYTE". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ZEROBYTEPADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO10126". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO10126-2". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO10126-2PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO10126PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO7816-4". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO7816-4PADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/NOPADDING". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/PKCS5". 19:28:22,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/PKCS5PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/PKCS7". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/PKCS7PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/TBC". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/TBCPADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/X9.23". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/X9.23PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ZEROBYTE". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ZEROBYTEPADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO10126". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO10126-2". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO10126-2PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO10126PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO7816-4". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO7816-4PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/NOPADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/PKCS5". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/PKCS5PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/PKCS7". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/PKCS7PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/TBC". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/TBCPADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/X9.23". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/X9.23PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ZEROBYTE". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ZEROBYTEPADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO10126". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO10126-2". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO10126-2PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO10126PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO7816-4". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO7816-4PADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/NOPADDING". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/PKCS5". 19:28:22,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/PKCS5PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/PKCS7". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/PKCS7PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/TBC". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/TBCPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/X9.23". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/X9.23PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ZEROBYTE". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ZEROBYTEPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO10126". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO10126-2". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO10126-2PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO10126PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO7816-4". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO7816-4PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/NOPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/PKCS5". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/PKCS5PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/PKCS7". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/PKCS7PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/TBC". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/TBCPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/X9.23". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/X9.23PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ZEROBYTE". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ZEROBYTEPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO10126". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO10126-2". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO10126-2PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO10126PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO7816-4". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO7816-4PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/NOPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/PKCS5". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/PKCS5PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/PKCS7". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/PKCS7PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/TBC". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/TBCPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/X9.23". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/X9.23PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ZEROBYTE". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ZEROBYTEPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO10126". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO10126-2". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO10126-2PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO10126PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO7816-4". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO7816-4PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/NOPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/PKCS5". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/PKCS5PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/PKCS7". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/PKCS7PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/TBC". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/TBCPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/X9.23". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/X9.23PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ZEROBYTE". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ZEROBYTEPADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO10126". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO10126-2". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO10126-2PADDING". 19:28:22,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO10126PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO7816-4". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO7816-4PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/NOPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/PKCS5". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/PKCS5PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/PKCS7". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/PKCS7PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/TBC". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/TBCPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/X9.23". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/X9.23PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ZEROBYTE". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ZEROBYTEPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO10126". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO10126-2". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO10126-2PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO10126PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO7816-4". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO7816-4PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/NOPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/PKCS5". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/PKCS5PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/PKCS7". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/PKCS7PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/TBC". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/TBCPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/X9.23". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/X9.23PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ZEROBYTE". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ZEROBYTEPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO10126". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO10126-2". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO10126-2PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO10126PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO7816-4". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO7816-4PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/NOPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/PKCS5". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/PKCS5PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/PKCS7". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/PKCS7PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/TBC". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/TBCPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/X9.23". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/X9.23PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ZEROBYTE". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ZEROBYTEPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO10126". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO10126-2". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO10126-2PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO10126PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO7816-4". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO7816-4PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/NOPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/PKCS5". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/PKCS5PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/PKCS7". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/PKCS7PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/TBC". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/TBCPADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/X9.23". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/X9.23PADDING". 19:28:22,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ZEROBYTE". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ZEROBYTEPADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO10126". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO10126-2". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO10126-2PADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO10126PADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO7816-4". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO7816-4PADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/NOPADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/PKCS5". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/PKCS5PADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/PKCS7". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/PKCS7PADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/TBC". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/TBCPADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/X9.23". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/X9.23PADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ZEROBYTE". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ZEROBYTEPADDING". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO10126". 19:28:22,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO10126-2". 19:28:22,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO10126-2PADDING". 19:28:22,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO10126PADDING". 19:28:22,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO7816-4". 19:28:22,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO7816-4PADDING". 19:28:22,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/NOPADDING". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/PKCS5". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/PKCS5PADDING". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/PKCS7". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/PKCS7PADDING". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/TBC". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/TBCPADDING". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/X9.23". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/X9.23PADDING". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ZEROBYTE". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ZEROBYTEPADDING". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO10126". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO10126-2". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO10126-2PADDING". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO10126PADDING". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO7816-4". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO7816-4PADDING". 19:28:22,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/NOPADDING". 19:28:22,030 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/PKCS5". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/PKCS5PADDING". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/PKCS7". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/PKCS7PADDING". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/TBC". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/TBCPADDING". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/X9.23". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/X9.23PADDING". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ZEROBYTE". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ZEROBYTEPADDING". 19:28:22,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO10126". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO10126-2". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO10126-2PADDING". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO10126PADDING". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO7816-4". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO7816-4PADDING". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/NOPADDING". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/PKCS5". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/PKCS5PADDING". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/PKCS7". 19:28:22,032 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/PKCS7PADDING". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/TBC". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/TBCPADDING". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/X9.23". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/X9.23PADDING". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ZEROBYTE". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ZEROBYTEPADDING". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO10126". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO10126-2". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO10126-2PADDING". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO10126PADDING". 19:28:22,033 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO7816-4". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO7816-4PADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/NOPADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/PKCS5". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/PKCS5PADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/PKCS7". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/PKCS7PADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/TBC". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/TBCPADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/X9.23". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/X9.23PADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ZEROBYTE". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ZEROBYTEPADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO10126". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO10126-2". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO10126-2PADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO10126PADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO7816-4". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO7816-4PADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/NOPADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/PKCS5". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/PKCS5PADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/PKCS7". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/PKCS7PADDING". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/TBC". 19:28:22,034 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/TBCPADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/X9.23". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/X9.23PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ZEROBYTE". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ZEROBYTEPADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO10126". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO10126-2". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO10126-2PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO10126PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO7816-4". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO7816-4PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/NOPADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/PKCS5". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/PKCS5PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/PKCS7". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/PKCS7PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/TBC". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/TBCPADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/X9.23". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/X9.23PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ZEROBYTE". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ZEROBYTEPADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO10126". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO10126-2". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO10126-2PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO10126PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO7816-4". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO7816-4PADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/NOPADDING". 19:28:22,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/PKCS5". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/PKCS5PADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/PKCS7". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/PKCS7PADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/TBC". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/TBCPADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/X9.23". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/X9.23PADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ZEROBYTE". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ZEROBYTEPADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO10126". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO10126-2". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO10126-2PADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO10126PADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO7816-4". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO7816-4PADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/NOPADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/PKCS5". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/PKCS5PADDING". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/PKCS7". 19:28:22,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/PKCS7PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/TBC". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/TBCPADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/X9.23". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/X9.23PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ZEROBYTE". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ZEROBYTEPADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO10126". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO10126-2". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO10126-2PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO10126PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO7816-4". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO7816-4PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/NOPADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/PKCS5". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/PKCS5PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/PKCS7". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/PKCS7PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/TBC". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/TBCPADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/X9.23". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/X9.23PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ZEROBYTE". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ZEROBYTEPADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO10126". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO10126-2". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO10126-2PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO10126PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO7816-4". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO7816-4PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/NOPADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/PKCS5". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/PKCS5PADDING". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/PKCS7". 19:28:22,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/PKCS7PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/TBC". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/TBCPADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/X9.23". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/X9.23PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ZEROBYTE". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ZEROBYTEPADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO10126". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO10126-2". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO10126-2PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO10126PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO7816-4". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO7816-4PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/NOPADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/PKCS5". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/PKCS5PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/PKCS7". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/PKCS7PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/TBC". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/TBCPADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/X9.23". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/X9.23PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ZEROBYTE". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ZEROBYTEPADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO10126". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO10126-2". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO10126-2PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO10126PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO7816-4". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO7816-4PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/NOPADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/PKCS5". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/PKCS5PADDING". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/PKCS7". 19:28:22,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/PKCS7PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/TBC". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/TBCPADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/X9.23". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/X9.23PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ZEROBYTE". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ZEROBYTEPADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO10126". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO10126-2". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO10126-2PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO10126PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO7816-4". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO7816-4PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/NOPADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/PKCS5". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/PKCS5PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/PKCS7". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/PKCS7PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/TBC". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/TBCPADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/X9.23". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/X9.23PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ZEROBYTE". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ZEROBYTEPADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO10126". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO10126-2". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO10126-2PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO10126PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO7816-4". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO7816-4PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/NOPADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/PKCS5". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/PKCS5PADDING". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/PKCS7". 19:28:22,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/PKCS7PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/TBC". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/TBCPADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/X9.23". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/X9.23PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ZEROBYTE". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ZEROBYTEPADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO10126". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO10126-2". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO10126-2PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO10126PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO7816-4". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO7816-4PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/NOPADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/PKCS5". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/PKCS5PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/PKCS7". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/PKCS7PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/TBC". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/TBCPADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/X9.23". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/X9.23PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ZEROBYTE". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ZEROBYTEPADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO10126". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO10126-2". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO10126-2PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO10126PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO7816-4". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO7816-4PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/NOPADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/PKCS5". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/PKCS5PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/PKCS7". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/PKCS7PADDING". 19:28:22,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/TBC". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/TBCPADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/X9.23". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/X9.23PADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ZEROBYTE". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ZEROBYTEPADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO10126". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO10126-2". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO10126-2PADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO10126PADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO7816-4". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO7816-4PADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/NOPADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/PKCS5". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/PKCS5PADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/PKCS7". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/PKCS7PADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/TBC". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/TBCPADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/X9.23". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/X9.23PADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ZEROBYTE". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ZEROBYTEPADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CTS/". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CTS/NOPADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/EAX/". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/EAX/NOPADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/ECB/". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/ECB/NOPADDING". 19:28:22,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/GCM/". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/GCM/NOPADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO10126". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO10126-2". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO10126-2PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO10126PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO7816-4". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO7816-4PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/NOPADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/PKCS5". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/PKCS5PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/PKCS7". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/PKCS7PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/TBC". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/TBCPADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/X9.23". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/X9.23PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ZEROBYTE". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ZEROBYTEPADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO10126". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO10126-2". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO10126-2PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO10126PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO7816-4". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO7816-4PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/NOPADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/PKCS5". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/PKCS5PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/PKCS7". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/PKCS7PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/TBC". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/TBCPADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/X9.23". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/X9.23PADDING". 19:28:22,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ZEROBYTE". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ZEROBYTEPADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO10126". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO10126-2". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO10126-2PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO10126PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO7816-4". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO7816-4PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/NOPADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/PKCS5". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/PKCS5PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/PKCS7". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/PKCS7PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/TBC". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/TBCPADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/X9.23". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/X9.23PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ZEROBYTE". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ZEROBYTEPADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO10126". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO10126-2". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO10126-2PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO10126PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO7816-4". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO7816-4PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/NOPADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/PKCS5". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/PKCS5PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/PKCS7". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/PKCS7PADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/TBC". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/TBCPADDING". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/X9.23". 19:28:22,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/X9.23PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ZEROBYTE". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ZEROBYTEPADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO10126". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO10126-2". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO10126-2PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO10126PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO7816-4". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO7816-4PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/NOPADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/PKCS5". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/PKCS5PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/PKCS7". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/PKCS7PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/TBC". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/TBCPADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/X9.23". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/X9.23PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ZEROBYTE". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ZEROBYTEPADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO10126". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO10126-2". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO10126-2PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO10126PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO7816-4". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO7816-4PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/NOPADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/PKCS5". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/PKCS5PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/PKCS7". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/PKCS7PADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/TBC". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/TBCPADDING". 19:28:22,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/X9.23". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/X9.23PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ZEROBYTE". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ZEROBYTEPADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO10126". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO10126-2". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO10126-2PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO10126PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO7816-4". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO7816-4PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/NOPADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/PKCS5". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/PKCS5PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/PKCS7". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/PKCS7PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/TBC". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/TBCPADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/X9.23". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/X9.23PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ZEROBYTE". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ZEROBYTEPADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO10126". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO10126-2". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO10126-2PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO10126PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO7816-4". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO7816-4PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/NOPADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/PKCS5". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/PKCS5PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/PKCS7". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/PKCS7PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/TBC". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/TBCPADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/X9.23". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/X9.23PADDING". 19:28:22,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ZEROBYTE". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ZEROBYTEPADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO10126". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO10126-2". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO10126-2PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO10126PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO7816-4". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO7816-4PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/NOPADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/PKCS5". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/PKCS5PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/PKCS7". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/PKCS7PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/TBC". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/TBCPADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/X9.23". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/X9.23PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ZEROBYTE". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ZEROBYTEPADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO10126". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO10126-2". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO10126-2PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO10126PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO7816-4". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO7816-4PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/NOPADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/PKCS5". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/PKCS5PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/PKCS7". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/PKCS7PADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/TBC". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/TBCPADDING". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/X9.23". 19:28:22,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/X9.23PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ZEROBYTE". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ZEROBYTEPADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO10126". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO10126-2". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO10126-2PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO10126PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO7816-4". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO7816-4PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/NOPADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/PKCS5". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/PKCS5PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/PKCS7". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/PKCS7PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/TBC". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/TBCPADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/X9.23". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/X9.23PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ZEROBYTE". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ZEROBYTEPADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO10126". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO10126-2". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO10126-2PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO10126PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO7816-4". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO7816-4PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/NOPADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/PKCS5". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/PKCS5PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/PKCS7". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/PKCS7PADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/TBC". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/TBCPADDING". 19:28:22,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/X9.23". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/X9.23PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ZEROBYTE". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ZEROBYTEPADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO10126". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO10126-2". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO10126-2PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO10126PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO7816-4". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO7816-4PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/NOPADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/PKCS5". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/PKCS5PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/PKCS7". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/PKCS7PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/TBC". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/TBCPADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/X9.23". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/X9.23PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ZEROBYTE". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ZEROBYTEPADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO10126". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO10126-2". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO10126-2PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO10126PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO7816-4". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO7816-4PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/NOPADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/PKCS5". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/PKCS5PADDING". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/PKCS7". 19:28:22,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/PKCS7PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/TBC". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/TBCPADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/X9.23". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/X9.23PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ZEROBYTE". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ZEROBYTEPADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO10126". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO10126-2". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO10126-2PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO10126PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO7816-4". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO7816-4PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/NOPADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/PKCS5". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/PKCS5PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/PKCS7". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/PKCS7PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/TBC". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/TBCPADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/X9.23". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/X9.23PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ZEROBYTE". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ZEROBYTEPADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO10126". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO10126-2". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO10126-2PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO10126PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO7816-4". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO7816-4PADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/NOPADDING". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/PKCS5". 19:28:22,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/PKCS5PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/PKCS7". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/PKCS7PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/TBC". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/TBCPADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/X9.23". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/X9.23PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ZEROBYTE". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ZEROBYTEPADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO10126". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO10126-2". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO10126-2PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO10126PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO7816-4". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO7816-4PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/NOPADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/PKCS5". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/PKCS5PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/PKCS7". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/PKCS7PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/TBC". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/TBCPADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/X9.23". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/X9.23PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ZEROBYTE". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ZEROBYTEPADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO10126". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO10126-2". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO10126-2PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO10126PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO7816-4". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO7816-4PADDING". 19:28:22,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/NOPADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/PKCS5". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/PKCS5PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/PKCS7". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/PKCS7PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/TBC". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/TBCPADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/X9.23". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/X9.23PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ZEROBYTE". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ZEROBYTEPADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO10126". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO10126-2". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO10126-2PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO10126PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO7816-4". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO7816-4PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/NOPADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/PKCS5". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/PKCS5PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/PKCS7". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/PKCS7PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/TBC". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/TBCPADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/X9.23". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/X9.23PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ZEROBYTE". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ZEROBYTEPADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO10126". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO10126-2". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO10126-2PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO10126PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO7816-4". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO7816-4PADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/NOPADDING". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/PKCS5". 19:28:22,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/PKCS5PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/PKCS7". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/PKCS7PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/TBC". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/TBCPADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/X9.23". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/X9.23PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ZEROBYTE". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ZEROBYTEPADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO10126". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO10126-2". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO10126-2PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO10126PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO7816-4". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO7816-4PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/NOPADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/PKCS5". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/PKCS5PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/PKCS7". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/PKCS7PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/TBC". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/TBCPADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/X9.23". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/X9.23PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ZEROBYTE". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ZEROBYTEPADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO10126". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO10126-2". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO10126-2PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO10126PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO7816-4". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO7816-4PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/NOPADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/PKCS5". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/PKCS5PADDING". 19:28:22,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/PKCS7". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/PKCS7PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/TBC". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/TBCPADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/X9.23". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/X9.23PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ZEROBYTE". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ZEROBYTEPADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO10126". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO10126-2". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO10126-2PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO10126PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO7816-4". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO7816-4PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/NOPADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/PKCS5". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/PKCS5PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/PKCS7". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/PKCS7PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/TBC". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/TBCPADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/X9.23". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/X9.23PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ZEROBYTE". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ZEROBYTEPADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO10126". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO10126-2". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO10126-2PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO10126PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO7816-4". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO7816-4PADDING". 19:28:22,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/NOPADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/PKCS5". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/PKCS5PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/PKCS7". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/PKCS7PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/TBC". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/TBCPADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/X9.23". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/X9.23PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ZEROBYTE". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ZEROBYTEPADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO10126". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO10126-2". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO10126-2PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO10126PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO7816-4". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO7816-4PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/NOPADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/PKCS5". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/PKCS5PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/PKCS7". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/PKCS7PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/TBC". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/TBCPADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/X9.23". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/X9.23PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ZEROBYTE". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ZEROBYTEPADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO10126". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO10126-2". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO10126-2PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO10126PADDING". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO7816-4". 19:28:22,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO7816-4PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/NOPADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/PKCS5". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/PKCS5PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/PKCS7". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/PKCS7PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/TBC". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/TBCPADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/X9.23". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/X9.23PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ZEROBYTE". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ZEROBYTEPADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO10126". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO10126-2". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO10126-2PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO10126PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO7816-4". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO7816-4PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/NOPADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/PKCS5". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/PKCS5PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/PKCS7". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/PKCS7PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/TBC". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/TBCPADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/X9.23". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/X9.23PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ZEROBYTE". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ZEROBYTEPADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO10126". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO10126-2". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO10126-2PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO10126PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO7816-4". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO7816-4PADDING". 19:28:22,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/NOPADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/PKCS5". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/PKCS5PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/PKCS7". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/PKCS7PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/TBC". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/TBCPADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/X9.23". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/X9.23PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ZEROBYTE". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ZEROBYTEPADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO10126". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO10126-2". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO10126-2PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO10126PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO7816-4". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO7816-4PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/NOPADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/PKCS5". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/PKCS5PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/PKCS7". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/PKCS7PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/TBC". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/TBCPADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/X9.23". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/X9.23PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ZEROBYTE". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ZEROBYTEPADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO10126". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO10126-2". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO10126-2PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO10126PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO7816-4". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO7816-4PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/NOPADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/PKCS5". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/PKCS5PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/PKCS7". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/PKCS7PADDING". 19:28:22,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/TBC". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/TBCPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/X9.23". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/X9.23PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ZEROBYTE". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ZEROBYTEPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO10126". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO10126-2". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO10126-2PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO10126PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO7816-4". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO7816-4PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/NOPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/PKCS5". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/PKCS5PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/PKCS7". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/PKCS7PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/TBC". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/TBCPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/X9.23". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/X9.23PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ZEROBYTE". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ZEROBYTEPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO10126". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO10126-2". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO10126-2PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO10126PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO7816-4". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO7816-4PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/NOPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/PKCS5". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/PKCS5PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/PKCS7". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/PKCS7PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/TBC". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/TBCPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/X9.23". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/X9.23PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ZEROBYTE". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ZEROBYTEPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO10126". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO10126-2". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO10126-2PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO10126PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO7816-4". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO7816-4PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/NOPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/PKCS5". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/PKCS5PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/PKCS7". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/PKCS7PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/TBC". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/TBCPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/X9.23". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/X9.23PADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ZEROBYTE". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ZEROBYTEPADDING". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO10126". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO10126-2". 19:28:22,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO10126-2PADDING". 19:28:22,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO10126PADDING". 19:28:22,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO7816-4". 19:28:22,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO7816-4PADDING". 19:28:22,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/NOPADDING". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/PKCS5". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/PKCS5PADDING". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/PKCS7". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/PKCS7PADDING". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/TBC". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/TBCPADDING". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/X9.23". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/X9.23PADDING". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ZEROBYTE". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ZEROBYTEPADDING". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK//". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK//NOPADDING". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC-CTS/". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC-CTS/NOPADDING". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO10126". 19:28:22,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO10126-2". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO10126-2PADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO10126PADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO7816-4". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO7816-4PADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/NOPADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/PKCS5". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/PKCS5PADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/PKCS7". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/PKCS7PADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/TBC". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/TBCPADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/X9.23". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/X9.23PADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ZEROBYTE". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ZEROBYTEPADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO10126". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO10126-2". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO10126-2PADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO10126PADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO7816-4". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO7816-4PADDING". 19:28:22,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/NOPADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/PKCS5". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/PKCS5PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/PKCS7". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/PKCS7PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/TBC". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/TBCPADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/X9.23". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/X9.23PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ZEROBYTE". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ZEROBYTEPADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO10126". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO10126-2". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO10126-2PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO10126PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO7816-4". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO7816-4PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/NOPADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/PKCS5". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/PKCS5PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/PKCS7". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/PKCS7PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/TBC". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/TBCPADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/X9.23". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/X9.23PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ZEROBYTE". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ZEROBYTEPADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO10126". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO10126-2". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO10126-2PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO10126PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO7816-4". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO7816-4PADDING". 19:28:22,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/NOPADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/PKCS5". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/PKCS5PADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/PKCS7". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/PKCS7PADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/TBC". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/TBCPADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/X9.23". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/X9.23PADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ZEROBYTE". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ZEROBYTEPADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO10126". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO10126-2". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO10126-2PADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO10126PADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO7816-4". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO7816-4PADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/NOPADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/PKCS5". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/PKCS5PADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/PKCS7". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/PKCS7PADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/TBC". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/TBCPADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/X9.23". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/X9.23PADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ZEROBYTE". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ZEROBYTEPADDING". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO10126". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO10126-2". 19:28:22,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO10126-2PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO10126PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO7816-4". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO7816-4PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/NOPADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/PKCS5". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/PKCS5PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/PKCS7". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/PKCS7PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/TBC". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/TBCPADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/X9.23". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/X9.23PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ZEROBYTE". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ZEROBYTEPADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO10126". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO10126-2". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO10126-2PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO10126PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO7816-4". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO7816-4PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/NOPADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/PKCS5". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/PKCS5PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/PKCS7". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/PKCS7PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/TBC". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/TBCPADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/X9.23". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/X9.23PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ZEROBYTE". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ZEROBYTEPADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO10126". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO10126-2". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO10126-2PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO10126PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO7816-4". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO7816-4PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/NOPADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/PKCS5". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/PKCS5PADDING". 19:28:22,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/PKCS7". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/PKCS7PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/TBC". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/TBCPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/X9.23". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/X9.23PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ZEROBYTE". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ZEROBYTEPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO10126". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO10126-2". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO10126-2PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO10126PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO7816-4". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO7816-4PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/NOPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/PKCS5". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/PKCS5PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/PKCS7". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/PKCS7PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/TBC". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/TBCPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/X9.23". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/X9.23PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ZEROBYTE". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ZEROBYTEPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO10126". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO10126-2". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO10126-2PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO10126PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO7816-4". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO7816-4PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/NOPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/PKCS5". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/PKCS5PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/PKCS7". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/PKCS7PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/TBC". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/TBCPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/X9.23". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/X9.23PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ZEROBYTE". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ZEROBYTEPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO10126". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO10126-2". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO10126-2PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO10126PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO7816-4". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO7816-4PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/NOPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/PKCS5". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/PKCS5PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/PKCS7". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/PKCS7PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/TBC". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/TBCPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/X9.23". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/X9.23PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ZEROBYTE". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ZEROBYTEPADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO10126". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO10126-2". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO10126-2PADDING". 19:28:22,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO10126PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO7816-4". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO7816-4PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/NOPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/PKCS5". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/PKCS5PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/PKCS7". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/PKCS7PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/TBC". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/TBCPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/X9.23". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/X9.23PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ZEROBYTE". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ZEROBYTEPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO10126". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO10126-2". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO10126-2PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO10126PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO7816-4". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO7816-4PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/NOPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/PKCS5". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/PKCS5PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/PKCS7". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/PKCS7PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/TBC". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/TBCPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/X9.23". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/X9.23PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ZEROBYTE". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ZEROBYTEPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO10126". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO10126-2". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO10126-2PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO10126PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO7816-4". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO7816-4PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/NOPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/PKCS5". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/PKCS5PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/PKCS7". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/PKCS7PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/TBC". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/TBCPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/X9.23". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/X9.23PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ZEROBYTE". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ZEROBYTEPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO10126". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO10126-2". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO10126-2PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO10126PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO7816-4". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO7816-4PADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/NOPADDING". 19:28:22,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/PKCS5". 19:28:22,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/PKCS5PADDING". 19:28:22,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/PKCS7". 19:28:22,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/PKCS7PADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/TBC". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/TBCPADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/X9.23". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/X9.23PADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ZEROBYTE". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ZEROBYTEPADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO10126". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO10126-2". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO10126-2PADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO10126PADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO7816-4". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO7816-4PADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/NOPADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/PKCS5". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/PKCS5PADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/PKCS7". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/PKCS7PADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/TBC". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/TBCPADDING". 19:28:22,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/X9.23". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/X9.23PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ZEROBYTE". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ZEROBYTEPADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO10126". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO10126-2". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO10126-2PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO10126PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO7816-4". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO7816-4PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/NOPADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/PKCS5". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/PKCS5PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/PKCS7". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/PKCS7PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/TBC". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/TBCPADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/X9.23". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/X9.23PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ZEROBYTE". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ZEROBYTEPADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO10126". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO10126-2". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO10126-2PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO10126PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO7816-4". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO7816-4PADDING". 19:28:22,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/NOPADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/PKCS5". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/PKCS5PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/PKCS7". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/PKCS7PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/TBC". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/TBCPADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/X9.23". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/X9.23PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ZEROBYTE". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ZEROBYTEPADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO10126". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO10126-2". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO10126-2PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO10126PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO7816-4". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO7816-4PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/NOPADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/PKCS5". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/PKCS5PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/PKCS7". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/PKCS7PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/TBC". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/TBCPADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/X9.23". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/X9.23PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ZEROBYTE". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ZEROBYTEPADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO10126". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO10126-2". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO10126-2PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO10126PADDING". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO7816-4". 19:28:22,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO7816-4PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/NOPADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/PKCS5". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/PKCS5PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/PKCS7". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/PKCS7PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/TBC". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/TBCPADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/X9.23". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/X9.23PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ZEROBYTE". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ZEROBYTEPADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO10126". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO10126-2". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO10126-2PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO10126PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO7816-4". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO7816-4PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/NOPADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/PKCS5". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/PKCS5PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/PKCS7". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/PKCS7PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/TBC". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/TBCPADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/X9.23". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/X9.23PADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ZEROBYTE". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ZEROBYTEPADDING". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO10126". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO10126-2". 19:28:22,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO10126-2PADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO10126PADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO7816-4". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO7816-4PADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/NOPADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/PKCS5". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/PKCS5PADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/PKCS7". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/PKCS7PADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/TBC". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/TBCPADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/X9.23". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/X9.23PADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ZEROBYTE". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ZEROBYTEPADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO10126". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO10126-2". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO10126-2PADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO10126PADDING". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO7816-4". 19:28:22,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO7816-4PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/NOPADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/PKCS5". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/PKCS5PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/PKCS7". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/PKCS7PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/TBC". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/TBCPADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/X9.23". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/X9.23PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ZEROBYTE". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ZEROBYTEPADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO10126". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO10126-2". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO10126-2PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO10126PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO7816-4". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO7816-4PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/NOPADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/PKCS5". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/PKCS5PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/PKCS7". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/PKCS7PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/TBC". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/TBCPADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/X9.23". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/X9.23PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ZEROBYTE". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ZEROBYTEPADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO10126". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO10126-2". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO10126-2PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO10126PADDING". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO7816-4". 19:28:22,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO7816-4PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/NOPADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/PKCS5". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/PKCS5PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/PKCS7". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/PKCS7PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/TBC". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/TBCPADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/X9.23". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/X9.23PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ZEROBYTE". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ZEROBYTEPADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO10126". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO10126-2". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO10126-2PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO10126PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO7816-4". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO7816-4PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/NOPADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/PKCS5". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/PKCS5PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/PKCS7". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/PKCS7PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/TBC". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/TBCPADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/X9.23". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/X9.23PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ZEROBYTE". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ZEROBYTEPADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO10126". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO10126-2". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO10126-2PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO10126PADDING". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO7816-4". 19:28:22,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO7816-4PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/NOPADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/PKCS5". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/PKCS5PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/PKCS7". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/PKCS7PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/TBC". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/TBCPADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/X9.23". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/X9.23PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ZEROBYTE". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ZEROBYTEPADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO10126". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO10126-2". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO10126-2PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO10126PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO7816-4". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO7816-4PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/NOPADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/PKCS5". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/PKCS5PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/PKCS7". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/PKCS7PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/TBC". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/TBCPADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/X9.23". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/X9.23PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ZEROBYTE". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ZEROBYTEPADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO10126". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO10126-2". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO10126-2PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO10126PADDING". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO7816-4". 19:28:22,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO7816-4PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/NOPADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/PKCS5". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/PKCS5PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/PKCS7". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/PKCS7PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/TBC". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/TBCPADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/X9.23". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/X9.23PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ZEROBYTE". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ZEROBYTEPADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO10126". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO10126-2". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO10126-2PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO10126PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO7816-4". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO7816-4PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/NOPADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/PKCS5". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/PKCS5PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/PKCS7". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/PKCS7PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/TBC". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/TBCPADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/X9.23". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/X9.23PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ZEROBYTE". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ZEROBYTEPADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO10126". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO10126-2". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO10126-2PADDING". 19:28:22,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO10126PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO7816-4". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO7816-4PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/NOPADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/PKCS5". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/PKCS5PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/PKCS7". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/PKCS7PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/TBC". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/TBCPADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/X9.23". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/X9.23PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ZEROBYTE". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ZEROBYTEPADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO10126". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO10126-2". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO10126-2PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO10126PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO7816-4". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO7816-4PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/NOPADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/PKCS5". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/PKCS5PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/PKCS7". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/PKCS7PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/TBC". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/TBCPADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/X9.23". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/X9.23PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ZEROBYTE". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ZEROBYTEPADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO10126". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO10126-2". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO10126-2PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO10126PADDING". 19:28:22,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO7816-4". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO7816-4PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/NOPADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/PKCS5". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/PKCS5PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/PKCS7". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/PKCS7PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/TBC". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/TBCPADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/X9.23". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/X9.23PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ZEROBYTE". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ZEROBYTEPADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO10126". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO10126-2". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO10126-2PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO10126PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO7816-4". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO7816-4PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/NOPADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/PKCS5". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/PKCS5PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/PKCS7". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/PKCS7PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/TBC". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/TBCPADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/X9.23". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/X9.23PADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ZEROBYTE". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ZEROBYTEPADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CTS/". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CTS/NOPADDING". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/EAX/". 19:28:22,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/EAX/NOPADDING". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/ECB/". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/ECB/NOPADDING". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO10126". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO10126-2". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO10126-2PADDING". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO10126PADDING". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO7816-4". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO7816-4PADDING". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/NOPADDING". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/PKCS5". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/PKCS5PADDING". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/PKCS7". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/PKCS7PADDING". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/TBC". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/TBCPADDING". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/X9.23". 19:28:22,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/X9.23PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ZEROBYTE". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ZEROBYTEPADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO10126". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO10126-2". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO10126-2PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO10126PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO7816-4". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO7816-4PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/NOPADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/PKCS5". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/PKCS5PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/PKCS7". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/PKCS7PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/TBC". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/TBCPADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/X9.23". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/X9.23PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ZEROBYTE". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ZEROBYTEPADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO10126". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO10126-2". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO10126-2PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO10126PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO7816-4". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO7816-4PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/NOPADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/PKCS5". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/PKCS5PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/PKCS7". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/PKCS7PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/TBC". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/TBCPADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/X9.23". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/X9.23PADDING". 19:28:22,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ZEROBYTE". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ZEROBYTEPADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO10126". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO10126-2". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO10126-2PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO10126PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO7816-4". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO7816-4PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/NOPADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/PKCS5". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/PKCS5PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/PKCS7". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/PKCS7PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/TBC". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/TBCPADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/X9.23". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/X9.23PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ZEROBYTE". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ZEROBYTEPADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO10126". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO10126-2". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO10126-2PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO10126PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO7816-4". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO7816-4PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/NOPADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/PKCS5". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/PKCS5PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/PKCS7". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/PKCS7PADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/TBC". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/TBCPADDING". 19:28:22,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/X9.23". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/X9.23PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ZEROBYTE". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ZEROBYTEPADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO10126". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO10126-2". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO10126-2PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO10126PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO7816-4". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO7816-4PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/NOPADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/PKCS5". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/PKCS5PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/PKCS7". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/PKCS7PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/TBC". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/TBCPADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/X9.23". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/X9.23PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ZEROBYTE". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ZEROBYTEPADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO10126". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO10126-2". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO10126-2PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO10126PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO7816-4". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO7816-4PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/NOPADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/PKCS5". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/PKCS5PADDING". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/PKCS7". 19:28:22,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/PKCS7PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/TBC". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/TBCPADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/X9.23". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/X9.23PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ZEROBYTE". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ZEROBYTEPADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO10126". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO10126-2". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO10126-2PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO10126PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO7816-4". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO7816-4PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/NOPADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/PKCS5". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/PKCS5PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/PKCS7". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/PKCS7PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/TBC". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/TBCPADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/X9.23". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/X9.23PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ZEROBYTE". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ZEROBYTEPADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO10126". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO10126-2". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO10126-2PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO10126PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO7816-4". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO7816-4PADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/NOPADDING". 19:28:22,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/PKCS5". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/PKCS5PADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/PKCS7". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/PKCS7PADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/TBC". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/TBCPADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/X9.23". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/X9.23PADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ZEROBYTE". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ZEROBYTEPADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO10126". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO10126-2". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO10126-2PADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO10126PADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO7816-4". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO7816-4PADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/NOPADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/PKCS5". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/PKCS5PADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/PKCS7". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/PKCS7PADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/TBC". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/TBCPADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/X9.23". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/X9.23PADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ZEROBYTE". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ZEROBYTEPADDING". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/". 19:28:22,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO10126". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO10126-2". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO10126-2PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO10126PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO7816-4". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO7816-4PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/NOPADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/PKCS5". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/PKCS5PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/PKCS7". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/PKCS7PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/TBC". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/TBCPADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/X9.23". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/X9.23PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ZEROBYTE". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ZEROBYTEPADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO10126". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO10126-2". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO10126-2PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO10126PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO7816-4". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO7816-4PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/NOPADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/PKCS5". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/PKCS5PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/PKCS7". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/PKCS7PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/TBC". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/TBCPADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/X9.23". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/X9.23PADDING". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ZEROBYTE". 19:28:22,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ZEROBYTEPADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO10126". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO10126-2". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO10126-2PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO10126PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO7816-4". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO7816-4PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/NOPADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/PKCS5". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/PKCS5PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/PKCS7". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/PKCS7PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/TBC". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/TBCPADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/X9.23". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/X9.23PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ZEROBYTE". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ZEROBYTEPADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO10126". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO10126-2". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO10126-2PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO10126PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO7816-4". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO7816-4PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/NOPADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/PKCS5". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/PKCS5PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/PKCS7". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/PKCS7PADDING". 19:28:22,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/TBC". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/TBCPADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/X9.23". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/X9.23PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ZEROBYTE". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ZEROBYTEPADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO10126". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO10126-2". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO10126-2PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO10126PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO7816-4". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO7816-4PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/NOPADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/PKCS5". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/PKCS5PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/PKCS7". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/PKCS7PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/TBC". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/TBCPADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/X9.23". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/X9.23PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ZEROBYTE". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ZEROBYTEPADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO10126". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO10126-2". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO10126-2PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO10126PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO7816-4". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO7816-4PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/NOPADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/PKCS5". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/PKCS5PADDING". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/PKCS7". 19:28:22,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/PKCS7PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/TBC". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/TBCPADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/X9.23". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/X9.23PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ZEROBYTE". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ZEROBYTEPADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO10126". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO10126-2". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO10126-2PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO10126PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO7816-4". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO7816-4PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/NOPADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/PKCS5". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/PKCS5PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/PKCS7". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/PKCS7PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/TBC". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/TBCPADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/X9.23". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/X9.23PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ZEROBYTE". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ZEROBYTEPADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO10126". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO10126-2". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO10126-2PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO10126PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO7816-4". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO7816-4PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/NOPADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/PKCS5". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/PKCS5PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/PKCS7". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/PKCS7PADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/TBC". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/TBCPADDING". 19:28:22,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/X9.23". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/X9.23PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ZEROBYTE". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ZEROBYTEPADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO10126". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO10126-2". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO10126-2PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO10126PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO7816-4". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO7816-4PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/NOPADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/PKCS5". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/PKCS5PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/PKCS7". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/PKCS7PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/TBC". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/TBCPADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/X9.23". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/X9.23PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ZEROBYTE". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ZEROBYTEPADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO10126". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO10126-2". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO10126-2PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO10126PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO7816-4". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO7816-4PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/NOPADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/PKCS5". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/PKCS5PADDING". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/PKCS7". 19:28:22,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/PKCS7PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/TBC". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/TBCPADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/X9.23". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/X9.23PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ZEROBYTE". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ZEROBYTEPADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO10126". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO10126-2". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO10126-2PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO10126PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO7816-4". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO7816-4PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/NOPADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/PKCS5". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/PKCS5PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/PKCS7". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/PKCS7PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/TBC". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/TBCPADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/X9.23". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/X9.23PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ZEROBYTE". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ZEROBYTEPADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO10126". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO10126-2". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO10126-2PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO10126PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO7816-4". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO7816-4PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/NOPADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/PKCS5". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/PKCS5PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/PKCS7". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/PKCS7PADDING". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/TBC". 19:28:22,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/TBCPADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/X9.23". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/X9.23PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ZEROBYTE". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ZEROBYTEPADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO10126". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO10126-2". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO10126-2PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO10126PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO7816-4". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO7816-4PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/NOPADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/PKCS5". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/PKCS5PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/PKCS7". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/PKCS7PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/TBC". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/TBCPADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/X9.23". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/X9.23PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ZEROBYTE". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ZEROBYTEPADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO10126". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO10126-2". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO10126-2PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO10126PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO7816-4". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO7816-4PADDING". 19:28:22,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/NOPADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/PKCS5". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/PKCS5PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/PKCS7". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/PKCS7PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/TBC". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/TBCPADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/X9.23". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/X9.23PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ZEROBYTE". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ZEROBYTEPADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO10126". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO10126-2". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO10126-2PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO10126PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO7816-4". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO7816-4PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/NOPADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/PKCS5". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/PKCS5PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/PKCS7". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/PKCS7PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/TBC". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/TBCPADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/X9.23". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/X9.23PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ZEROBYTE". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ZEROBYTEPADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO10126". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO10126-2". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO10126-2PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO10126PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO7816-4". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO7816-4PADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/NOPADDING". 19:28:22,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/PKCS5". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/PKCS5PADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/PKCS7". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/PKCS7PADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/TBC". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/TBCPADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/X9.23". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/X9.23PADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ZEROBYTE". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ZEROBYTEPADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO10126". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO10126-2". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO10126-2PADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO10126PADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO7816-4". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO7816-4PADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/NOPADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/PKCS5". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/PKCS5PADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/PKCS7". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/PKCS7PADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/TBC". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/TBCPADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/X9.23". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/X9.23PADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ZEROBYTE". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ZEROBYTEPADDING". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO10126". 19:28:22,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO10126-2". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO10126-2PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO10126PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO7816-4". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO7816-4PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/NOPADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/PKCS5". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/PKCS5PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/PKCS7". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/PKCS7PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/TBC". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/TBCPADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/X9.23". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/X9.23PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ZEROBYTE". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ZEROBYTEPADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO10126". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO10126-2". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO10126-2PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO10126PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO7816-4". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO7816-4PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/NOPADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/PKCS5". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/PKCS5PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/PKCS7". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/PKCS7PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/TBC". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/TBCPADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/X9.23". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/X9.23PADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ZEROBYTE". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ZEROBYTEPADDING". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/". 19:28:22,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO10126". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO10126-2". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO10126-2PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO10126PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO7816-4". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO7816-4PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/NOPADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/PKCS5". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/PKCS5PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/PKCS7". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/PKCS7PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/TBC". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/TBCPADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/X9.23". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/X9.23PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ZEROBYTE". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ZEROBYTEPADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO10126". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO10126-2". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO10126-2PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO10126PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO7816-4". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO7816-4PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/NOPADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/PKCS5". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/PKCS5PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/PKCS7". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/PKCS7PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/TBC". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/TBCPADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/X9.23". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/X9.23PADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ZEROBYTE". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ZEROBYTEPADDING". 19:28:22,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO10126". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO10126-2". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO10126-2PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO10126PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO7816-4". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO7816-4PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/NOPADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/PKCS5". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/PKCS5PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/PKCS7". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/PKCS7PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/TBC". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/TBCPADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/X9.23". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/X9.23PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ZEROBYTE". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ZEROBYTEPADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO10126". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO10126-2". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO10126-2PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO10126PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO7816-4". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO7816-4PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/NOPADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/PKCS5". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/PKCS5PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/PKCS7". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/PKCS7PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/TBC". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/TBCPADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/X9.23". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/X9.23PADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ZEROBYTE". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ZEROBYTEPADDING". 19:28:22,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO10126". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO10126-2". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO10126-2PADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO10126PADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO7816-4". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO7816-4PADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/NOPADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/PKCS5". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/PKCS5PADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/PKCS7". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/PKCS7PADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/TBC". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/TBCPADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/X9.23". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/X9.23PADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ZEROBYTE". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ZEROBYTEPADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO10126". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO10126-2". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO10126-2PADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO10126PADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO7816-4". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO7816-4PADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/NOPADDING". 19:28:22,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/PKCS5". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/PKCS5PADDING". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/PKCS7". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/PKCS7PADDING". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/TBC". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/TBCPADDING". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/X9.23". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/X9.23PADDING". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ZEROBYTE". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ZEROBYTEPADDING". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA//". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA//NOPADDING". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC-CTS/". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC-CTS/NOPADDING". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO10126". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO10126-2". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO10126-2PADDING". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO10126PADDING". 19:28:22,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO7816-4". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO7816-4PADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/NOPADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/PKCS5". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/PKCS5PADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/PKCS7". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/PKCS7PADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/TBC". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/TBCPADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/X9.23". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/X9.23PADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ZEROBYTE". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ZEROBYTEPADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO10126". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO10126-2". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO10126-2PADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO10126PADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO7816-4". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO7816-4PADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/NOPADDING". 19:28:22,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/PKCS5". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/PKCS5PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/PKCS7". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/PKCS7PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/TBC". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/TBCPADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/X9.23". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/X9.23PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ZEROBYTE". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ZEROBYTEPADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO10126". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO10126-2". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO10126-2PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO10126PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO7816-4". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO7816-4PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/NOPADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/PKCS5". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/PKCS5PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/PKCS7". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/PKCS7PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/TBC". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/TBCPADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/X9.23". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/X9.23PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ZEROBYTE". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ZEROBYTEPADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO10126". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO10126-2". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO10126-2PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO10126PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO7816-4". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO7816-4PADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/NOPADDING". 19:28:22,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/PKCS5". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/PKCS5PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/PKCS7". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/PKCS7PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/TBC". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/TBCPADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/X9.23". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/X9.23PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ZEROBYTE". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ZEROBYTEPADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO10126". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO10126-2". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO10126-2PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO10126PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO7816-4". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO7816-4PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/NOPADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/PKCS5". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/PKCS5PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/PKCS7". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/PKCS7PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/TBC". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/TBCPADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/X9.23". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/X9.23PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ZEROBYTE". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ZEROBYTEPADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO10126". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO10126-2". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO10126-2PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO10126PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO7816-4". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO7816-4PADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/NOPADDING". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/PKCS5". 19:28:22,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/PKCS5PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/PKCS7". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/PKCS7PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/TBC". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/TBCPADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/X9.23". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/X9.23PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ZEROBYTE". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ZEROBYTEPADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO10126". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO10126-2". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO10126-2PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO10126PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO7816-4". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO7816-4PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/NOPADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/PKCS5". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/PKCS5PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/PKCS7". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/PKCS7PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/TBC". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/TBCPADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/X9.23". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/X9.23PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ZEROBYTE". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ZEROBYTEPADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO10126". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO10126-2". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO10126-2PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO10126PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO7816-4". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO7816-4PADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/NOPADDING". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/PKCS5". 19:28:22,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/PKCS5PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/PKCS7". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/PKCS7PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/TBC". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/TBCPADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/X9.23". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/X9.23PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ZEROBYTE". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ZEROBYTEPADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO10126". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO10126-2". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO10126-2PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO10126PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO7816-4". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO7816-4PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/NOPADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/PKCS5". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/PKCS5PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/PKCS7". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/PKCS7PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/TBC". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/TBCPADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/X9.23". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/X9.23PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ZEROBYTE". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ZEROBYTEPADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO10126". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO10126-2". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO10126-2PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO10126PADDING". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO7816-4". 19:28:22,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO7816-4PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/NOPADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/PKCS5". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/PKCS5PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/PKCS7". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/PKCS7PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/TBC". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/TBCPADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/X9.23". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/X9.23PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ZEROBYTE". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ZEROBYTEPADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO10126". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO10126-2". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO10126-2PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO10126PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO7816-4". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO7816-4PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/NOPADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/PKCS5". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/PKCS5PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/PKCS7". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/PKCS7PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/TBC". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/TBCPADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/X9.23". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/X9.23PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ZEROBYTE". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ZEROBYTEPADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO10126". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO10126-2". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO10126-2PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO10126PADDING". 19:28:22,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO7816-4". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO7816-4PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/NOPADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/PKCS5". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/PKCS5PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/PKCS7". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/PKCS7PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/TBC". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/TBCPADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/X9.23". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/X9.23PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ZEROBYTE". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ZEROBYTEPADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO10126". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO10126-2". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO10126-2PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO10126PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO7816-4". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO7816-4PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/NOPADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/PKCS5". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/PKCS5PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/PKCS7". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/PKCS7PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/TBC". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/TBCPADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/X9.23". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/X9.23PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ZEROBYTE". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ZEROBYTEPADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO10126". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO10126-2". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO10126-2PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO10126PADDING". 19:28:22,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO7816-4". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO7816-4PADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/NOPADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/PKCS5". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/PKCS5PADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/PKCS7". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/PKCS7PADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/TBC". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/TBCPADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/X9.23". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/X9.23PADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ZEROBYTE". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ZEROBYTEPADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO10126". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO10126-2". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO10126-2PADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO10126PADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO7816-4". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO7816-4PADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/NOPADDING". 19:28:22,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/PKCS5". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/PKCS5PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/PKCS7". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/PKCS7PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/TBC". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/TBCPADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/X9.23". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/X9.23PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ZEROBYTE". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ZEROBYTEPADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO10126". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO10126-2". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO10126-2PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO10126PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO7816-4". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO7816-4PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/NOPADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/PKCS5". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/PKCS5PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/PKCS7". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/PKCS7PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/TBC". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/TBCPADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/X9.23". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/X9.23PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ZEROBYTE". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ZEROBYTEPADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO10126". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO10126-2". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO10126-2PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO10126PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO7816-4". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO7816-4PADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/NOPADDING". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/PKCS5". 19:28:22,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/PKCS5PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/PKCS7". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/PKCS7PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/TBC". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/TBCPADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/X9.23". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/X9.23PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ZEROBYTE". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ZEROBYTEPADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO10126". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO10126-2". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO10126-2PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO10126PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO7816-4". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO7816-4PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/NOPADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/PKCS5". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/PKCS5PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/PKCS7". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/PKCS7PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/TBC". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/TBCPADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/X9.23". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/X9.23PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ZEROBYTE". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ZEROBYTEPADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO10126". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO10126-2". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO10126-2PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO10126PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO7816-4". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO7816-4PADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/NOPADDING". 19:28:22,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/PKCS5". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/PKCS5PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/PKCS7". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/PKCS7PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/TBC". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/TBCPADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/X9.23". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/X9.23PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ZEROBYTE". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ZEROBYTEPADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO10126". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO10126-2". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO10126-2PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO10126PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO7816-4". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO7816-4PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/NOPADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/PKCS5". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/PKCS5PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/PKCS7". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/PKCS7PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/TBC". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/TBCPADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/X9.23". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/X9.23PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ZEROBYTE". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ZEROBYTEPADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO10126". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO10126-2". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO10126-2PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO10126PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO7816-4". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO7816-4PADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/NOPADDING". 19:28:22,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/PKCS5". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/PKCS5PADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/PKCS7". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/PKCS7PADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/TBC". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/TBCPADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/X9.23". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/X9.23PADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ZEROBYTE". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ZEROBYTEPADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO10126". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO10126-2". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO10126-2PADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO10126PADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO7816-4". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO7816-4PADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/NOPADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/PKCS5". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/PKCS5PADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/PKCS7". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/PKCS7PADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/TBC". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/TBCPADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/X9.23". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/X9.23PADDING". 19:28:22,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ZEROBYTE". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ZEROBYTEPADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO10126". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO10126-2". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO10126-2PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO10126PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO7816-4". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO7816-4PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/NOPADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/PKCS5". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/PKCS5PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/PKCS7". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/PKCS7PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/TBC". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/TBCPADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/X9.23". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/X9.23PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ZEROBYTE". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ZEROBYTEPADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO10126". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO10126-2". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO10126-2PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO10126PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO7816-4". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO7816-4PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/NOPADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/PKCS5". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/PKCS5PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/PKCS7". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/PKCS7PADDING". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/TBC". 19:28:22,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/TBCPADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/X9.23". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/X9.23PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ZEROBYTE". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ZEROBYTEPADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO10126". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO10126-2". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO10126-2PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO10126PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO7816-4". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO7816-4PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/NOPADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/PKCS5". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/PKCS5PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/PKCS7". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/PKCS7PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/TBC". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/TBCPADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/X9.23". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/X9.23PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ZEROBYTE". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ZEROBYTEPADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO10126". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO10126-2". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO10126-2PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO10126PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO7816-4". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO7816-4PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/NOPADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/PKCS5". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/PKCS5PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/PKCS7". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/PKCS7PADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/TBC". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/TBCPADDING". 19:28:22,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/X9.23". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/X9.23PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ZEROBYTE". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ZEROBYTEPADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO10126". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO10126-2". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO10126-2PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO10126PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO7816-4". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO7816-4PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/NOPADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/PKCS5". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/PKCS5PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/PKCS7". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/PKCS7PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/TBC". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/TBCPADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/X9.23". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/X9.23PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ZEROBYTE". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ZEROBYTEPADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO10126". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO10126-2". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO10126-2PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO10126PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO7816-4". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO7816-4PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/NOPADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/PKCS5". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/PKCS5PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/PKCS7". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/PKCS7PADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/TBC". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/TBCPADDING". 19:28:22,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/X9.23". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/X9.23PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ZEROBYTE". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ZEROBYTEPADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO10126". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO10126-2". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO10126-2PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO10126PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO7816-4". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO7816-4PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/NOPADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/PKCS5". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/PKCS5PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/PKCS7". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/PKCS7PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/TBC". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/TBCPADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/X9.23". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/X9.23PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ZEROBYTE". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ZEROBYTEPADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO10126". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO10126-2". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO10126-2PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO10126PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO7816-4". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO7816-4PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/NOPADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/PKCS5". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/PKCS5PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/PKCS7". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/PKCS7PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/TBC". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/TBCPADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/X9.23". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/X9.23PADDING". 19:28:22,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ZEROBYTE". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ZEROBYTEPADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO10126". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO10126-2". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO10126-2PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO10126PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO7816-4". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO7816-4PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/NOPADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/PKCS5". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/PKCS5PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/PKCS7". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/PKCS7PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/TBC". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/TBCPADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/X9.23". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/X9.23PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ZEROBYTE". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ZEROBYTEPADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO10126". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO10126-2". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO10126-2PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO10126PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO7816-4". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO7816-4PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/NOPADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/PKCS5". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/PKCS5PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/PKCS7". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/PKCS7PADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/TBC". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/TBCPADDING". 19:28:22,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/X9.23". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/X9.23PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ZEROBYTE". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ZEROBYTEPADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO10126". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO10126-2". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO10126-2PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO10126PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO7816-4". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO7816-4PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/NOPADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/PKCS5". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/PKCS5PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/PKCS7". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/PKCS7PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/TBC". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/TBCPADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/X9.23". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/X9.23PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ZEROBYTE". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ZEROBYTEPADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO10126". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO10126-2". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO10126-2PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO10126PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO7816-4". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO7816-4PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/NOPADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/PKCS5". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/PKCS5PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/PKCS7". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/PKCS7PADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/TBC". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/TBCPADDING". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/X9.23". 19:28:22,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/X9.23PADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ZEROBYTE". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ZEROBYTEPADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CTS/". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CTS/NOPADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/EAX/". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/EAX/NOPADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/ECB/". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/ECB/NOPADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO10126". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO10126-2". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO10126-2PADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO10126PADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO7816-4". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO7816-4PADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/NOPADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/PKCS5". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/PKCS5PADDING". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/PKCS7". 19:28:22,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/PKCS7PADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/TBC". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/TBCPADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/X9.23". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/X9.23PADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ZEROBYTE". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ZEROBYTEPADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO10126". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO10126-2". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO10126-2PADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO10126PADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO7816-4". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO7816-4PADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/NOPADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/PKCS5". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/PKCS5PADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/PKCS7". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/PKCS7PADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/TBC". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/TBCPADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/X9.23". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/X9.23PADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ZEROBYTE". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ZEROBYTEPADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO10126". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO10126-2". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO10126-2PADDING". 19:28:22,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO10126PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO7816-4". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO7816-4PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/NOPADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/PKCS5". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/PKCS5PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/PKCS7". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/PKCS7PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/TBC". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/TBCPADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/X9.23". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/X9.23PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ZEROBYTE". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ZEROBYTEPADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO10126". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO10126-2". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO10126-2PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO10126PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO7816-4". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO7816-4PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/NOPADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/PKCS5". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/PKCS5PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/PKCS7". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/PKCS7PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/TBC". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/TBCPADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/X9.23". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/X9.23PADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ZEROBYTE". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ZEROBYTEPADDING". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO10126". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO10126-2". 19:28:22,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO10126-2PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO10126PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO7816-4". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO7816-4PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/NOPADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/PKCS5". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/PKCS5PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/PKCS7". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/PKCS7PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/TBC". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/TBCPADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/X9.23". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/X9.23PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ZEROBYTE". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ZEROBYTEPADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO10126". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO10126-2". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO10126-2PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO10126PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO7816-4". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO7816-4PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/NOPADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/PKCS5". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/PKCS5PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/PKCS7". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/PKCS7PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/TBC". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/TBCPADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/X9.23". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/X9.23PADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ZEROBYTE". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ZEROBYTEPADDING". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO10126". 19:28:22,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO10126-2". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO10126-2PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO10126PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO7816-4". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO7816-4PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/NOPADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/PKCS5". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/PKCS5PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/PKCS7". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/PKCS7PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/TBC". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/TBCPADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/X9.23". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/X9.23PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ZEROBYTE". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ZEROBYTEPADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO10126". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO10126-2". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO10126-2PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO10126PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO7816-4". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO7816-4PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/NOPADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/PKCS5". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/PKCS5PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/PKCS7". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/PKCS7PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/TBC". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/TBCPADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/X9.23". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/X9.23PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ZEROBYTE". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ZEROBYTEPADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO10126". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO10126-2". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO10126-2PADDING". 19:28:22,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO10126PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO7816-4". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO7816-4PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/NOPADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/PKCS5". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/PKCS5PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/PKCS7". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/PKCS7PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/TBC". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/TBCPADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/X9.23". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/X9.23PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ZEROBYTE". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ZEROBYTEPADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO10126". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO10126-2". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO10126-2PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO10126PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO7816-4". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO7816-4PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/NOPADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/PKCS5". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/PKCS5PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/PKCS7". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/PKCS7PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/TBC". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/TBCPADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/X9.23". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/X9.23PADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ZEROBYTE". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ZEROBYTEPADDING". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/". 19:28:22,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO10126". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO10126-2". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO10126-2PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO10126PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO7816-4". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO7816-4PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/NOPADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/PKCS5". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/PKCS5PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/PKCS7". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/PKCS7PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/TBC". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/TBCPADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/X9.23". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/X9.23PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ZEROBYTE". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ZEROBYTEPADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO10126". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO10126-2". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO10126-2PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO10126PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO7816-4". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO7816-4PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/NOPADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/PKCS5". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/PKCS5PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/PKCS7". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/PKCS7PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/TBC". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/TBCPADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/X9.23". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/X9.23PADDING". 19:28:22,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ZEROBYTE". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ZEROBYTEPADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO10126". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO10126-2". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO10126-2PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO10126PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO7816-4". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO7816-4PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/NOPADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/PKCS5". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/PKCS5PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/PKCS7". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/PKCS7PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/TBC". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/TBCPADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/X9.23". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/X9.23PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ZEROBYTE". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ZEROBYTEPADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO10126". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO10126-2". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO10126-2PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO10126PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO7816-4". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO7816-4PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/NOPADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/PKCS5". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/PKCS5PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/PKCS7". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/PKCS7PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/TBC". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/TBCPADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/X9.23". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/X9.23PADDING". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ZEROBYTE". 19:28:22,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ZEROBYTEPADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO10126". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO10126-2". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO10126-2PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO10126PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO7816-4". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO7816-4PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/NOPADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/PKCS5". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/PKCS5PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/PKCS7". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/PKCS7PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/TBC". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/TBCPADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/X9.23". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/X9.23PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ZEROBYTE". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ZEROBYTEPADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO10126". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO10126-2". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO10126-2PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO10126PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO7816-4". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO7816-4PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/NOPADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/PKCS5". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/PKCS5PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/PKCS7". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/PKCS7PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/TBC". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/TBCPADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/X9.23". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/X9.23PADDING". 19:28:22,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ZEROBYTE". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ZEROBYTEPADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO10126". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO10126-2". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO10126-2PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO10126PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO7816-4". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO7816-4PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/NOPADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/PKCS5". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/PKCS5PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/PKCS7". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/PKCS7PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/TBC". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/TBCPADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/X9.23". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/X9.23PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ZEROBYTE". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ZEROBYTEPADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO10126". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO10126-2". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO10126-2PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO10126PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO7816-4". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO7816-4PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/NOPADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/PKCS5". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/PKCS5PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/PKCS7". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/PKCS7PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/TBC". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/TBCPADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/X9.23". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/X9.23PADDING". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ZEROBYTE". 19:28:22,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ZEROBYTEPADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO10126". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO10126-2". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO10126-2PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO10126PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO7816-4". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO7816-4PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/NOPADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/PKCS5". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/PKCS5PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/PKCS7". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/PKCS7PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/TBC". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/TBCPADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/X9.23". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/X9.23PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ZEROBYTE". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ZEROBYTEPADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO10126". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO10126-2". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO10126-2PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO10126PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO7816-4". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO7816-4PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/NOPADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/PKCS5". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/PKCS5PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/PKCS7". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/PKCS7PADDING". 19:28:22,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/TBC". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/TBCPADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/X9.23". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/X9.23PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ZEROBYTE". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ZEROBYTEPADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO10126". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO10126-2". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO10126-2PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO10126PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO7816-4". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO7816-4PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/NOPADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/PKCS5". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/PKCS5PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/PKCS7". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/PKCS7PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/TBC". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/TBCPADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/X9.23". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/X9.23PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ZEROBYTE". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ZEROBYTEPADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO10126". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO10126-2". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO10126-2PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO10126PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO7816-4". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO7816-4PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/NOPADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/PKCS5". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/PKCS5PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/PKCS7". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/PKCS7PADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/TBC". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/TBCPADDING". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/X9.23". 19:28:22,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/X9.23PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ZEROBYTE". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ZEROBYTEPADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO10126". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO10126-2". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO10126-2PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO10126PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO7816-4". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO7816-4PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/NOPADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/PKCS5". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/PKCS5PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/PKCS7". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/PKCS7PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/TBC". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/TBCPADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/X9.23". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/X9.23PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ZEROBYTE". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ZEROBYTEPADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO10126". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO10126-2". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO10126-2PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO10126PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO7816-4". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO7816-4PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/NOPADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/PKCS5". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/PKCS5PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/PKCS7". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/PKCS7PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/TBC". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/TBCPADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/X9.23". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/X9.23PADDING". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ZEROBYTE". 19:28:22,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ZEROBYTEPADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO10126". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO10126-2". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO10126-2PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO10126PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO7816-4". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO7816-4PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/NOPADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/PKCS5". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/PKCS5PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/PKCS7". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/PKCS7PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/TBC". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/TBCPADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/X9.23". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/X9.23PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ZEROBYTE". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ZEROBYTEPADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO10126". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO10126-2". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO10126-2PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO10126PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO7816-4". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO7816-4PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/NOPADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/PKCS5". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/PKCS5PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/PKCS7". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/PKCS7PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/TBC". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/TBCPADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/X9.23". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/X9.23PADDING". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ZEROBYTE". 19:28:22,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ZEROBYTEPADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO10126". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO10126-2". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO10126-2PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO10126PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO7816-4". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO7816-4PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/NOPADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/PKCS5". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/PKCS5PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/PKCS7". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/PKCS7PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/TBC". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/TBCPADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/X9.23". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/X9.23PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ZEROBYTE". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ZEROBYTEPADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO10126". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO10126-2". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO10126-2PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO10126PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO7816-4". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO7816-4PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/NOPADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/PKCS5". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/PKCS5PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/PKCS7". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/PKCS7PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/TBC". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/TBCPADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/X9.23". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/X9.23PADDING". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ZEROBYTE". 19:28:22,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ZEROBYTEPADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO10126". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO10126-2". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO10126-2PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO10126PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO7816-4". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO7816-4PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/NOPADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/PKCS5". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/PKCS5PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/PKCS7". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/PKCS7PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/TBC". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/TBCPADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/X9.23". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/X9.23PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ZEROBYTE". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ZEROBYTEPADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO10126". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO10126-2". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO10126-2PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO10126PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO7816-4". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO7816-4PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/NOPADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/PKCS5". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/PKCS5PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/PKCS7". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/PKCS7PADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/TBC". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/TBCPADDING". 19:28:22,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/X9.23". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/X9.23PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ZEROBYTE". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ZEROBYTEPADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO10126". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO10126-2". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO10126-2PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO10126PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO7816-4". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO7816-4PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/NOPADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/PKCS5". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/PKCS5PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/PKCS7". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/PKCS7PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/TBC". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/TBCPADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/X9.23". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/X9.23PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ZEROBYTE". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ZEROBYTEPADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO10126". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO10126-2". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO10126-2PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO10126PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO7816-4". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO7816-4PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/NOPADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/PKCS5". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/PKCS5PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/PKCS7". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/PKCS7PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/TBC". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/TBCPADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/X9.23". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/X9.23PADDING". 19:28:22,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ZEROBYTE". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ZEROBYTEPADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO10126". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO10126-2". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO10126-2PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO10126PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO7816-4". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO7816-4PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/NOPADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/PKCS5". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/PKCS5PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/PKCS7". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/PKCS7PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/TBC". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/TBCPADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/X9.23". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/X9.23PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ZEROBYTE". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ZEROBYTEPADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO10126". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO10126-2". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO10126-2PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO10126PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO7816-4". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO7816-4PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/NOPADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/PKCS5". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/PKCS5PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/PKCS7". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/PKCS7PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/TBC". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/TBCPADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/X9.23". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/X9.23PADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ZEROBYTE". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ZEROBYTEPADDING". 19:28:22,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO10126". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO10126-2". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO10126-2PADDING". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO10126PADDING". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO7816-4". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO7816-4PADDING". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/NOPADDING". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/PKCS5". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/PKCS5PADDING". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/PKCS7". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/PKCS7PADDING". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/TBC". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/TBCPADDING". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/X9.23". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/X9.23PADDING". 19:28:22,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ZEROBYTE". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ZEROBYTEPADDING". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH//". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH//NOPADDING". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC-CTS/". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC-CTS/NOPADDING". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO10126". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO10126-2". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO10126-2PADDING". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO10126PADDING". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO7816-4". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO7816-4PADDING". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/NOPADDING". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/PKCS5". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/PKCS5PADDING". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/PKCS7". 19:28:22,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/PKCS7PADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/TBC". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/TBCPADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/X9.23". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/X9.23PADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ZEROBYTE". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ZEROBYTEPADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CCM/". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CCM/NOPADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO10126". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO10126-2". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO10126-2PADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO10126PADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO7816-4". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO7816-4PADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/NOPADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/PKCS5". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/PKCS5PADDING". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/PKCS7". 19:28:22,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/PKCS7PADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/TBC". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/TBCPADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/X9.23". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/X9.23PADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ZEROBYTE". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ZEROBYTEPADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO10126". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO10126-2". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO10126-2PADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO10126PADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO7816-4". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO7816-4PADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/NOPADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/PKCS5". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/PKCS5PADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/PKCS7". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/PKCS7PADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/TBC". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/TBCPADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/X9.23". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/X9.23PADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ZEROBYTE". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ZEROBYTEPADDING". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO10126". 19:28:22,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO10126-2". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO10126-2PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO10126PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO7816-4". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO7816-4PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/NOPADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/PKCS5". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/PKCS5PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/PKCS7". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/PKCS7PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/TBC". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/TBCPADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/X9.23". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/X9.23PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ZEROBYTE". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ZEROBYTEPADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO10126". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO10126-2". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO10126-2PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO10126PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO7816-4". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO7816-4PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/NOPADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/PKCS5". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/PKCS5PADDING". 19:28:22,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/PKCS7". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/PKCS7PADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/TBC". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/TBCPADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/X9.23". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/X9.23PADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ZEROBYTE". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ZEROBYTEPADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO10126". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO10126-2". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO10126-2PADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO10126PADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO7816-4". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO7816-4PADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/NOPADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/PKCS5". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/PKCS5PADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/PKCS7". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/PKCS7PADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/TBC". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/TBCPADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/X9.23". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/X9.23PADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ZEROBYTE". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ZEROBYTEPADDING". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/". 19:28:22,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO10126". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO10126-2". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO10126-2PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO10126PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO7816-4". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO7816-4PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/NOPADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/PKCS5". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/PKCS5PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/PKCS7". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/PKCS7PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/TBC". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/TBCPADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/X9.23". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/X9.23PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ZEROBYTE". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ZEROBYTEPADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO10126". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO10126-2". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO10126-2PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO10126PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO7816-4". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO7816-4PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/NOPADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/PKCS5". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/PKCS5PADDING". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/PKCS7". 19:28:22,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/PKCS7PADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/TBC". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/TBCPADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/X9.23". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/X9.23PADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ZEROBYTE". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ZEROBYTEPADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO10126". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO10126-2". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO10126-2PADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO10126PADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO7816-4". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO7816-4PADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/NOPADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/PKCS5". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/PKCS5PADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/PKCS7". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/PKCS7PADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/TBC". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/TBCPADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/X9.23". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/X9.23PADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ZEROBYTE". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ZEROBYTEPADDING". 19:28:22,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO10126". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO10126-2". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO10126-2PADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO10126PADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO7816-4". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO7816-4PADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/NOPADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/PKCS5". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/PKCS5PADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/PKCS7". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/PKCS7PADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/TBC". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/TBCPADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/X9.23". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/X9.23PADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ZEROBYTE". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ZEROBYTEPADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO10126". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO10126-2". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO10126-2PADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO10126PADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO7816-4". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO7816-4PADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/NOPADDING". 19:28:22,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/PKCS5". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/PKCS5PADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/PKCS7". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/PKCS7PADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/TBC". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/TBCPADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/X9.23". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/X9.23PADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ZEROBYTE". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ZEROBYTEPADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO10126". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO10126-2". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO10126-2PADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO10126PADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO7816-4". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO7816-4PADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/NOPADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/PKCS5". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/PKCS5PADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/PKCS7". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/PKCS7PADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/TBC". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/TBCPADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/X9.23". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/X9.23PADDING". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ZEROBYTE". 19:28:22,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ZEROBYTEPADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO10126". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO10126-2". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO10126-2PADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO10126PADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO7816-4". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO7816-4PADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/NOPADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/PKCS5". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/PKCS5PADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/PKCS7". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/PKCS7PADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/TBC". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/TBCPADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/X9.23". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/X9.23PADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ZEROBYTE". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ZEROBYTEPADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO10126". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO10126-2". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO10126-2PADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO10126PADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO7816-4". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO7816-4PADDING". 19:28:22,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/NOPADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/PKCS5". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/PKCS5PADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/PKCS7". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/PKCS7PADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/TBC". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/TBCPADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/X9.23". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/X9.23PADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ZEROBYTE". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ZEROBYTEPADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO10126". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO10126-2". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO10126-2PADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO10126PADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO7816-4". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO7816-4PADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/NOPADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/PKCS5". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/PKCS5PADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/PKCS7". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/PKCS7PADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/TBC". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/TBCPADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/X9.23". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/X9.23PADDING". 19:28:22,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ZEROBYTE". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ZEROBYTEPADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO10126". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO10126-2". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO10126-2PADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO10126PADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO7816-4". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO7816-4PADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/NOPADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/PKCS5". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/PKCS5PADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/PKCS7". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/PKCS7PADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/TBC". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/TBCPADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/X9.23". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/X9.23PADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ZEROBYTE". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ZEROBYTEPADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO10126". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO10126-2". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO10126-2PADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO10126PADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO7816-4". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO7816-4PADDING". 19:28:22,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/NOPADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/PKCS5". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/PKCS5PADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/PKCS7". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/PKCS7PADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/TBC". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/TBCPADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/X9.23". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/X9.23PADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ZEROBYTE". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ZEROBYTEPADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO10126". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO10126-2". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO10126-2PADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO10126PADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO7816-4". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO7816-4PADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/NOPADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/PKCS5". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/PKCS5PADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/PKCS7". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/PKCS7PADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/TBC". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/TBCPADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/X9.23". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/X9.23PADDING". 19:28:22,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ZEROBYTE". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ZEROBYTEPADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO10126". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO10126-2". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO10126-2PADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO10126PADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO7816-4". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO7816-4PADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/NOPADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/PKCS5". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/PKCS5PADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/PKCS7". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/PKCS7PADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/TBC". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/TBCPADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/X9.23". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/X9.23PADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ZEROBYTE". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ZEROBYTEPADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO10126". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO10126-2". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO10126-2PADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO10126PADDING". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO7816-4". 19:28:22,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO7816-4PADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/NOPADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/PKCS5". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/PKCS5PADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/PKCS7". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/PKCS7PADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/TBC". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/TBCPADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/X9.23". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/X9.23PADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ZEROBYTE". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ZEROBYTEPADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO10126". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO10126-2". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO10126-2PADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO10126PADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO7816-4". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO7816-4PADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/NOPADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/PKCS5". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/PKCS5PADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/PKCS7". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/PKCS7PADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/TBC". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/TBCPADDING". 19:28:22,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/X9.23". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/X9.23PADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ZEROBYTE". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ZEROBYTEPADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO10126". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO10126-2". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO10126-2PADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO10126PADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO7816-4". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO7816-4PADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/NOPADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/PKCS5". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/PKCS5PADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/PKCS7". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/PKCS7PADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/TBC". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/TBCPADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/X9.23". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/X9.23PADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ZEROBYTE". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ZEROBYTEPADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO10126". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO10126-2". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO10126-2PADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO10126PADDING". 19:28:22,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO7816-4". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO7816-4PADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/NOPADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/PKCS5". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/PKCS5PADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/PKCS7". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/PKCS7PADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/TBC". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/TBCPADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/X9.23". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/X9.23PADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ZEROBYTE". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ZEROBYTEPADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO10126". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO10126-2". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO10126-2PADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO10126PADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO7816-4". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO7816-4PADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/NOPADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/PKCS5". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/PKCS5PADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/PKCS7". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/PKCS7PADDING". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/TBC". 19:28:22,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/TBCPADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/X9.23". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/X9.23PADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ZEROBYTE". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ZEROBYTEPADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO10126". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO10126-2". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO10126-2PADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO10126PADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO7816-4". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO7816-4PADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/NOPADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/PKCS5". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/PKCS5PADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/PKCS7". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/PKCS7PADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/TBC". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/TBCPADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/X9.23". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/X9.23PADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ZEROBYTE". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ZEROBYTEPADDING". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO10126". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO10126-2". 19:28:22,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO10126-2PADDING". 19:28:22,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO10126PADDING". 19:28:22,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO7816-4". 19:28:22,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO7816-4PADDING". 19:28:22,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/NOPADDING". 19:28:22,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/PKCS5". 19:28:22,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/PKCS5PADDING". 19:28:22,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/PKCS7". 19:28:22,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/PKCS7PADDING". 19:28:22,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/TBC". 19:28:22,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/TBCPADDING". 19:28:22,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/X9.23". 19:28:22,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/X9.23PADDING". 19:28:22,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ZEROBYTE". 19:28:22,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ZEROBYTEPADDING". 19:28:22,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/". 19:28:22,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO10126". 19:28:22,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO10126-2". 19:28:22,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO10126-2PADDING". 19:28:22,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO10126PADDING". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO7816-4". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO7816-4PADDING". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/NOPADDING". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/PKCS5". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/PKCS5PADDING". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/PKCS7". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/PKCS7PADDING". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/TBC". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/TBCPADDING". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/X9.23". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/X9.23PADDING". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ZEROBYTE". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ZEROBYTEPADDING". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO10126". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO10126-2". 19:28:22,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO10126-2PADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO10126PADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO7816-4". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO7816-4PADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/NOPADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/PKCS5". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/PKCS5PADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/PKCS7". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/PKCS7PADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/TBC". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/TBCPADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/X9.23". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/X9.23PADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ZEROBYTE". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ZEROBYTEPADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO10126". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO10126-2". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO10126-2PADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO10126PADDING". 19:28:22,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO7816-4". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO7816-4PADDING". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/NOPADDING". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/PKCS5". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/PKCS5PADDING". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/PKCS7". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/PKCS7PADDING". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/TBC". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/TBCPADDING". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/X9.23". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/X9.23PADDING". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ZEROBYTE". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ZEROBYTEPADDING". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO10126". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO10126-2". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO10126-2PADDING". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO10126PADDING". 19:28:22,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO7816-4". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO7816-4PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/NOPADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/PKCS5". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/PKCS5PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/PKCS7". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/PKCS7PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/TBC". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/TBCPADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/X9.23". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/X9.23PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ZEROBYTE". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ZEROBYTEPADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO10126". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO10126-2". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO10126-2PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO10126PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO7816-4". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO7816-4PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/NOPADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/PKCS5". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/PKCS5PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/PKCS7". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/PKCS7PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/TBC". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/TBCPADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/X9.23". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/X9.23PADDING". 19:28:22,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ZEROBYTE". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ZEROBYTEPADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO10126". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO10126-2". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO10126-2PADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO10126PADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO7816-4". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO7816-4PADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/NOPADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/PKCS5". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/PKCS5PADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/PKCS7". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/PKCS7PADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/TBC". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/TBCPADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/X9.23". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/X9.23PADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ZEROBYTE". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ZEROBYTEPADDING". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO10126". 19:28:22,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO10126-2". 19:28:22,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO10126-2PADDING". 19:28:22,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO10126PADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO7816-4". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO7816-4PADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/NOPADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/PKCS5". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/PKCS5PADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/PKCS7". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/PKCS7PADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/TBC". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/TBCPADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/X9.23". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/X9.23PADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ZEROBYTE". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ZEROBYTEPADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO10126". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO10126-2". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO10126-2PADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO10126PADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO7816-4". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO7816-4PADDING". 19:28:22,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/NOPADDING". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/PKCS5". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/PKCS5PADDING". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/PKCS7". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/PKCS7PADDING". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/TBC". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/TBCPADDING". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/X9.23". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/X9.23PADDING". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ZEROBYTE". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ZEROBYTEPADDING". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CTS/". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CTS/NOPADDING". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/EAX/". 19:28:22,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/EAX/NOPADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/ECB/". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/ECB/NOPADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/GCM/". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/GCM/NOPADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO10126". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO10126-2". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO10126-2PADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO10126PADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO7816-4". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO7816-4PADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/NOPADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/PKCS5". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/PKCS5PADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/PKCS7". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/PKCS7PADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/TBC". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/TBCPADDING". 19:28:22,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/X9.23". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/X9.23PADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ZEROBYTE". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ZEROBYTEPADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO10126". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO10126-2". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO10126-2PADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO10126PADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO7816-4". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO7816-4PADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/NOPADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/PKCS5". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/PKCS5PADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/PKCS7". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/PKCS7PADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/TBC". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/TBCPADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/X9.23". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/X9.23PADDING". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ZEROBYTE". 19:28:22,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ZEROBYTEPADDING". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO10126". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO10126-2". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO10126-2PADDING". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO10126PADDING". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO7816-4". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO7816-4PADDING". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/NOPADDING". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/PKCS5". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/PKCS5PADDING". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/PKCS7". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/PKCS7PADDING". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/TBC". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/TBCPADDING". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/X9.23". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/X9.23PADDING". 19:28:22,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ZEROBYTE". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ZEROBYTEPADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO10126". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO10126-2". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO10126-2PADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO10126PADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO7816-4". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO7816-4PADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/NOPADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/PKCS5". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/PKCS5PADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/PKCS7". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/PKCS7PADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/TBC". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/TBCPADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/X9.23". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/X9.23PADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ZEROBYTE". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ZEROBYTEPADDING". 19:28:22,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO10126". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO10126-2". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO10126-2PADDING". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO10126PADDING". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO7816-4". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO7816-4PADDING". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/NOPADDING". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/PKCS5". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/PKCS5PADDING". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/PKCS7". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/PKCS7PADDING". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/TBC". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/TBCPADDING". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/X9.23". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/X9.23PADDING". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ZEROBYTE". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ZEROBYTEPADDING". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO10126". 19:28:22,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO10126-2". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO10126-2PADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO10126PADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO7816-4". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO7816-4PADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/NOPADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/PKCS5". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/PKCS5PADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/PKCS7". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/PKCS7PADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/TBC". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/TBCPADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/X9.23". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/X9.23PADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ZEROBYTE". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ZEROBYTEPADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO10126". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO10126-2". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO10126-2PADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO10126PADDING". 19:28:22,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO7816-4". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO7816-4PADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/NOPADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/PKCS5". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/PKCS5PADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/PKCS7". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/PKCS7PADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/TBC". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/TBCPADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/X9.23". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/X9.23PADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ZEROBYTE". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ZEROBYTEPADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO10126". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO10126-2". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO10126-2PADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO10126PADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO7816-4". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO7816-4PADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/NOPADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/PKCS5". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/PKCS5PADDING". 19:28:22,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/PKCS7". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/PKCS7PADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/TBC". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/TBCPADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/X9.23". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/X9.23PADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ZEROBYTE". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ZEROBYTEPADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO10126". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO10126-2". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO10126-2PADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO10126PADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO7816-4". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO7816-4PADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/NOPADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/PKCS5". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/PKCS5PADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/PKCS7". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/PKCS7PADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/TBC". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/TBCPADDING". 19:28:22,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/X9.23". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/X9.23PADDING". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ZEROBYTE". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ZEROBYTEPADDING". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO10126". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO10126-2". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO10126-2PADDING". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO10126PADDING". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO7816-4". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO7816-4PADDING". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/NOPADDING". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/PKCS5". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/PKCS5PADDING". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/PKCS7". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/PKCS7PADDING". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/TBC". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/TBCPADDING". 19:28:22,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/X9.23". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/X9.23PADDING". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ZEROBYTE". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ZEROBYTEPADDING". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO10126". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO10126-2". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO10126-2PADDING". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO10126PADDING". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO7816-4". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO7816-4PADDING". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/NOPADDING". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/PKCS5". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/PKCS5PADDING". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/PKCS7". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/PKCS7PADDING". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/TBC". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/TBCPADDING". 19:28:22,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/X9.23". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/X9.23PADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ZEROBYTE". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ZEROBYTEPADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO10126". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO10126-2". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO10126-2PADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO10126PADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO7816-4". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO7816-4PADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/NOPADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/PKCS5". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/PKCS5PADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/PKCS7". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/PKCS7PADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/TBC". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/TBCPADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/X9.23". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/X9.23PADDING". 19:28:22,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ZEROBYTE". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ZEROBYTEPADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO10126". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO10126-2". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO10126-2PADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO10126PADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO7816-4". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO7816-4PADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/NOPADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/PKCS5". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/PKCS5PADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/PKCS7". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/PKCS7PADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/TBC". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/TBCPADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/X9.23". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/X9.23PADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ZEROBYTE". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ZEROBYTEPADDING". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/". 19:28:22,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO10126". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO10126-2". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO10126-2PADDING". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO10126PADDING". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO7816-4". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO7816-4PADDING". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/NOPADDING". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/PKCS5". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/PKCS5PADDING". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/PKCS7". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/PKCS7PADDING". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/TBC". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/TBCPADDING". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/X9.23". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/X9.23PADDING". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ZEROBYTE". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ZEROBYTEPADDING". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/". 19:28:22,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO10126". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO10126-2". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO10126-2PADDING". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO10126PADDING". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO7816-4". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO7816-4PADDING". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/NOPADDING". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/PKCS5". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/PKCS5PADDING". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/PKCS7". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/PKCS7PADDING". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/TBC". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/TBCPADDING". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/X9.23". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/X9.23PADDING". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ZEROBYTE". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ZEROBYTEPADDING". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO10126". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO10126-2". 19:28:22,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO10126-2PADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO10126PADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO7816-4". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO7816-4PADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/NOPADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/PKCS5". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/PKCS5PADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/PKCS7". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/PKCS7PADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/TBC". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/TBCPADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/X9.23". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/X9.23PADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ZEROBYTE". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ZEROBYTEPADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO10126". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO10126-2". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO10126-2PADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO10126PADDING". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO7816-4". 19:28:22,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO7816-4PADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/NOPADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/PKCS5". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/PKCS5PADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/PKCS7". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/PKCS7PADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/TBC". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/TBCPADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/X9.23". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/X9.23PADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ZEROBYTE". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ZEROBYTEPADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO10126". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO10126-2". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO10126-2PADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO10126PADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO7816-4". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO7816-4PADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/NOPADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/PKCS5". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/PKCS5PADDING". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/PKCS7". 19:28:22,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/PKCS7PADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/TBC". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/TBCPADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/X9.23". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/X9.23PADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ZEROBYTE". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ZEROBYTEPADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO10126". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO10126-2". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO10126-2PADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO10126PADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO7816-4". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO7816-4PADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/NOPADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/PKCS5". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/PKCS5PADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/PKCS7". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/PKCS7PADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/TBC". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/TBCPADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/X9.23". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/X9.23PADDING". 19:28:22,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ZEROBYTE". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ZEROBYTEPADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO10126". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO10126-2". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO10126-2PADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO10126PADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO7816-4". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO7816-4PADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/NOPADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/PKCS5". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/PKCS5PADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/PKCS7". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/PKCS7PADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/TBC". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/TBCPADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/X9.23". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/X9.23PADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ZEROBYTE". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ZEROBYTEPADDING". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/". 19:28:22,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO10126". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO10126-2". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO10126-2PADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO10126PADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO7816-4". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO7816-4PADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/NOPADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/PKCS5". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/PKCS5PADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/PKCS7". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/PKCS7PADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/TBC". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/TBCPADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/X9.23". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/X9.23PADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ZEROBYTE". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ZEROBYTEPADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO10126". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO10126-2". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO10126-2PADDING". 19:28:22,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO10126PADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO7816-4". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO7816-4PADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/NOPADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/PKCS5". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/PKCS5PADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/PKCS7". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/PKCS7PADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/TBC". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/TBCPADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/X9.23". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/X9.23PADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ZEROBYTE". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ZEROBYTEPADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO10126". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO10126-2". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO10126-2PADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO10126PADDING". 19:28:22,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO7816-4". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO7816-4PADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/NOPADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/PKCS5". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/PKCS5PADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/PKCS7". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/PKCS7PADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/TBC". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/TBCPADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/X9.23". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/X9.23PADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ZEROBYTE". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ZEROBYTEPADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO10126". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO10126-2". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO10126-2PADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO10126PADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO7816-4". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO7816-4PADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/NOPADDING". 19:28:22,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/PKCS5". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/PKCS5PADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/PKCS7". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/PKCS7PADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/TBC". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/TBCPADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/X9.23". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/X9.23PADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ZEROBYTE". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ZEROBYTEPADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO10126". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO10126-2". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO10126-2PADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO10126PADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO7816-4". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO7816-4PADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/NOPADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/PKCS5". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/PKCS5PADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/PKCS7". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/PKCS7PADDING". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/TBC". 19:28:22,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/TBCPADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/X9.23". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/X9.23PADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ZEROBYTE". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ZEROBYTEPADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO10126". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO10126-2". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO10126-2PADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO10126PADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO7816-4". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO7816-4PADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/NOPADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/PKCS5". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/PKCS5PADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/PKCS7". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/PKCS7PADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/TBC". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/TBCPADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/X9.23". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/X9.23PADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ZEROBYTE". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ZEROBYTEPADDING". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/". 19:28:22,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO10126". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO10126-2". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO10126-2PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO10126PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO7816-4". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO7816-4PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/NOPADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/PKCS5". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/PKCS5PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/PKCS7". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/PKCS7PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/TBC". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/TBCPADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/X9.23". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/X9.23PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ZEROBYTE". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ZEROBYTEPADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO10126". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO10126-2". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO10126-2PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO10126PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO7816-4". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO7816-4PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/NOPADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/PKCS5". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/PKCS5PADDING". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/PKCS7". 19:28:22,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/PKCS7PADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/TBC". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/TBCPADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/X9.23". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/X9.23PADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ZEROBYTE". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ZEROBYTEPADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO10126". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO10126-2". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO10126-2PADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO10126PADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO7816-4". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO7816-4PADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/NOPADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/PKCS5". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/PKCS5PADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/PKCS7". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/PKCS7PADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/TBC". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/TBCPADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/X9.23". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/X9.23PADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ZEROBYTE". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ZEROBYTEPADDING". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/". 19:28:22,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO10126". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO10126-2". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO10126-2PADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO10126PADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO7816-4". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO7816-4PADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/NOPADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/PKCS5". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/PKCS5PADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/PKCS7". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/PKCS7PADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/TBC". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/TBCPADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/X9.23". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/X9.23PADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ZEROBYTE". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ZEROBYTEPADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO10126". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO10126-2". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO10126-2PADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO10126PADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO7816-4". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO7816-4PADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/NOPADDING". 19:28:22,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/PKCS5". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/PKCS5PADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/PKCS7". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/PKCS7PADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/TBC". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/TBCPADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/X9.23". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/X9.23PADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ZEROBYTE". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ZEROBYTEPADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO10126". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO10126-2". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO10126-2PADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO10126PADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO7816-4". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO7816-4PADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/NOPADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/PKCS5". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/PKCS5PADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/PKCS7". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/PKCS7PADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/TBC". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/TBCPADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/X9.23". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/X9.23PADDING". 19:28:22,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ZEROBYTE". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ZEROBYTEPADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO10126". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO10126-2". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO10126-2PADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO10126PADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO7816-4". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO7816-4PADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/NOPADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/PKCS5". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/PKCS5PADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/PKCS7". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/PKCS7PADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/TBC". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/TBCPADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/X9.23". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/X9.23PADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ZEROBYTE". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ZEROBYTEPADDING". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO10126". 19:28:22,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO10126-2". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO10126-2PADDING". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO10126PADDING". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO7816-4". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO7816-4PADDING". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/NOPADDING". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/PKCS5". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/PKCS5PADDING". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/PKCS7". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/PKCS7PADDING". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/TBC". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/TBCPADDING". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/X9.23". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/X9.23PADDING". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ZEROBYTE". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ZEROBYTEPADDING". 19:28:22,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA//". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA//NOPADDING". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC-CTS/". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC-CTS/NOPADDING". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO10126". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO10126-2". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO10126-2PADDING". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO10126PADDING". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO7816-4". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO7816-4PADDING". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/NOPADDING". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/PKCS5". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/PKCS5PADDING". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/PKCS7". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/PKCS7PADDING". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/TBC". 19:28:22,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/TBCPADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/X9.23". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/X9.23PADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ZEROBYTE". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ZEROBYTEPADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO10126". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO10126-2". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO10126-2PADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO10126PADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO7816-4". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO7816-4PADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/NOPADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/PKCS5". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/PKCS5PADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/PKCS7". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/PKCS7PADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/TBC". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/TBCPADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/X9.23". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/X9.23PADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ZEROBYTE". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ZEROBYTEPADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO10126". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO10126-2". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO10126-2PADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO10126PADDING". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO7816-4". 19:28:22,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO7816-4PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/NOPADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/PKCS5". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/PKCS5PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/PKCS7". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/PKCS7PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/TBC". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/TBCPADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/X9.23". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/X9.23PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ZEROBYTE". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ZEROBYTEPADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO10126". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO10126-2". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO10126-2PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO10126PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO7816-4". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO7816-4PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/NOPADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/PKCS5". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/PKCS5PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/PKCS7". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/PKCS7PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/TBC". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/TBCPADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/X9.23". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/X9.23PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ZEROBYTE". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ZEROBYTEPADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO10126". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO10126-2". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO10126-2PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO10126PADDING". 19:28:22,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO7816-4". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO7816-4PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/NOPADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/PKCS5". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/PKCS5PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/PKCS7". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/PKCS7PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/TBC". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/TBCPADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/X9.23". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/X9.23PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ZEROBYTE". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ZEROBYTEPADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO10126". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO10126-2". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO10126-2PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO10126PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO7816-4". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO7816-4PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/NOPADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/PKCS5". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/PKCS5PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/PKCS7". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/PKCS7PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/TBC". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/TBCPADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/X9.23". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/X9.23PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ZEROBYTE". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ZEROBYTEPADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO10126". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO10126-2". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO10126-2PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO10126PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO7816-4". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO7816-4PADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/NOPADDING". 19:28:22,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/PKCS5". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/PKCS5PADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/PKCS7". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/PKCS7PADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/TBC". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/TBCPADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/X9.23". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/X9.23PADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ZEROBYTE". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ZEROBYTEPADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO10126". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO10126-2". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO10126-2PADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO10126PADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO7816-4". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO7816-4PADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/NOPADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/PKCS5". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/PKCS5PADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/PKCS7". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/PKCS7PADDING". 19:28:22,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/TBC". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/TBCPADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/X9.23". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/X9.23PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ZEROBYTE". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ZEROBYTEPADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO10126". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO10126-2". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO10126-2PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO10126PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO7816-4". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO7816-4PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/NOPADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/PKCS5". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/PKCS5PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/PKCS7". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/PKCS7PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/TBC". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/TBCPADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/X9.23". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/X9.23PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ZEROBYTE". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ZEROBYTEPADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO10126". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO10126-2". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO10126-2PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO10126PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO7816-4". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO7816-4PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/NOPADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/PKCS5". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/PKCS5PADDING". 19:28:22,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/PKCS7". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/PKCS7PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/TBC". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/TBCPADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/X9.23". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/X9.23PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ZEROBYTE". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ZEROBYTEPADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO10126". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO10126-2". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO10126-2PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO10126PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO7816-4". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO7816-4PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/NOPADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/PKCS5". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/PKCS5PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/PKCS7". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/PKCS7PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/TBC". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/TBCPADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/X9.23". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/X9.23PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ZEROBYTE". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ZEROBYTEPADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO10126". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO10126-2". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO10126-2PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO10126PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO7816-4". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO7816-4PADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/NOPADDING". 19:28:22,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/PKCS5". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/PKCS5PADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/PKCS7". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/PKCS7PADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/TBC". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/TBCPADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/X9.23". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/X9.23PADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ZEROBYTE". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ZEROBYTEPADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO10126". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO10126-2". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO10126-2PADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO10126PADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO7816-4". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO7816-4PADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/NOPADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/PKCS5". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/PKCS5PADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/PKCS7". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/PKCS7PADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/TBC". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/TBCPADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/X9.23". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/X9.23PADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ZEROBYTE". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ZEROBYTEPADDING". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/". 19:28:22,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO10126". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO10126-2". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO10126-2PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO10126PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO7816-4". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO7816-4PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/NOPADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/PKCS5". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/PKCS5PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/PKCS7". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/PKCS7PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/TBC". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/TBCPADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/X9.23". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/X9.23PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ZEROBYTE". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ZEROBYTEPADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO10126". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO10126-2". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO10126-2PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO10126PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO7816-4". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO7816-4PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/NOPADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/PKCS5". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/PKCS5PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/PKCS7". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/PKCS7PADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/TBC". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/TBCPADDING". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/X9.23". 19:28:22,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/X9.23PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ZEROBYTE". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ZEROBYTEPADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO10126". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO10126-2". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO10126-2PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO10126PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO7816-4". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO7816-4PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/NOPADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/PKCS5". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/PKCS5PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/PKCS7". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/PKCS7PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/TBC". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/TBCPADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/X9.23". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/X9.23PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ZEROBYTE". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ZEROBYTEPADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO10126". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO10126-2". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO10126-2PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO10126PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO7816-4". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO7816-4PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/NOPADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/PKCS5". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/PKCS5PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/PKCS7". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/PKCS7PADDING". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/TBC". 19:28:22,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/TBCPADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/X9.23". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/X9.23PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ZEROBYTE". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ZEROBYTEPADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO10126". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO10126-2". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO10126-2PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO10126PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO7816-4". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO7816-4PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/NOPADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/PKCS5". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/PKCS5PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/PKCS7". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/PKCS7PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/TBC". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/TBCPADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/X9.23". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/X9.23PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ZEROBYTE". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ZEROBYTEPADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO10126". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO10126-2". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO10126-2PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO10126PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO7816-4". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO7816-4PADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/NOPADDING". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/PKCS5". 19:28:22,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/PKCS5PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/PKCS7". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/PKCS7PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/TBC". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/TBCPADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/X9.23". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/X9.23PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ZEROBYTE". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ZEROBYTEPADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO10126". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO10126-2". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO10126-2PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO10126PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO7816-4". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO7816-4PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/NOPADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/PKCS5". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/PKCS5PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/PKCS7". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/PKCS7PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/TBC". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/TBCPADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/X9.23". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/X9.23PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ZEROBYTE". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ZEROBYTEPADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO10126". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO10126-2". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO10126-2PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO10126PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO7816-4". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO7816-4PADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/NOPADDING". 19:28:22,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/PKCS5". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/PKCS5PADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/PKCS7". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/PKCS7PADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/TBC". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/TBCPADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/X9.23". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/X9.23PADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ZEROBYTE". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ZEROBYTEPADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO10126". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO10126-2". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO10126-2PADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO10126PADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO7816-4". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO7816-4PADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/NOPADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/PKCS5". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/PKCS5PADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/PKCS7". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/PKCS7PADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/TBC". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/TBCPADDING". 19:28:22,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/X9.23". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/X9.23PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ZEROBYTE". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ZEROBYTEPADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO10126". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO10126-2". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO10126-2PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO10126PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO7816-4". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO7816-4PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/NOPADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/PKCS5". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/PKCS5PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/PKCS7". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/PKCS7PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/TBC". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/TBCPADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/X9.23". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/X9.23PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ZEROBYTE". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ZEROBYTEPADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO10126". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO10126-2". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO10126-2PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO10126PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO7816-4". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO7816-4PADDING". 19:28:22,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/NOPADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/PKCS5". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/PKCS5PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/PKCS7". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/PKCS7PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/TBC". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/TBCPADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/X9.23". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/X9.23PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ZEROBYTE". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ZEROBYTEPADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO10126". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO10126-2". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO10126-2PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO10126PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO7816-4". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO7816-4PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/NOPADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/PKCS5". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/PKCS5PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/PKCS7". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/PKCS7PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/TBC". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/TBCPADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/X9.23". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/X9.23PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ZEROBYTE". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ZEROBYTEPADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO10126". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO10126-2". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO10126-2PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO10126PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO7816-4". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO7816-4PADDING". 19:28:22,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/NOPADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/PKCS5". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/PKCS5PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/PKCS7". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/PKCS7PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/TBC". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/TBCPADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/X9.23". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/X9.23PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ZEROBYTE". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ZEROBYTEPADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO10126". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO10126-2". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO10126-2PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO10126PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO7816-4". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO7816-4PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/NOPADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/PKCS5". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/PKCS5PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/PKCS7". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/PKCS7PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/TBC". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/TBCPADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/X9.23". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/X9.23PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ZEROBYTE". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ZEROBYTEPADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO10126". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO10126-2". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO10126-2PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO10126PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO7816-4". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO7816-4PADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/NOPADDING". 19:28:22,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/PKCS5". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/PKCS5PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/PKCS7". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/PKCS7PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/TBC". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/TBCPADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/X9.23". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/X9.23PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ZEROBYTE". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ZEROBYTEPADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO10126". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO10126-2". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO10126-2PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO10126PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO7816-4". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO7816-4PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/NOPADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/PKCS5". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/PKCS5PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/PKCS7". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/PKCS7PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/TBC". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/TBCPADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/X9.23". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/X9.23PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ZEROBYTE". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ZEROBYTEPADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO10126". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO10126-2". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO10126-2PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO10126PADDING". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO7816-4". 19:28:22,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO7816-4PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/NOPADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/PKCS5". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/PKCS5PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/PKCS7". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/PKCS7PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/TBC". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/TBCPADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/X9.23". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/X9.23PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ZEROBYTE". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ZEROBYTEPADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO10126". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO10126-2". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO10126-2PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO10126PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO7816-4". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO7816-4PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/NOPADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/PKCS5". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/PKCS5PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/PKCS7". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/PKCS7PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/TBC". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/TBCPADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/X9.23". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/X9.23PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ZEROBYTE". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ZEROBYTEPADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO10126". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO10126-2". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO10126-2PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO10126PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO7816-4". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO7816-4PADDING". 19:28:22,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/NOPADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/PKCS5". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/PKCS5PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/PKCS7". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/PKCS7PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/TBC". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/TBCPADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/X9.23". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/X9.23PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ZEROBYTE". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ZEROBYTEPADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO10126". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO10126-2". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO10126-2PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO10126PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO7816-4". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO7816-4PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/NOPADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/PKCS5". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/PKCS5PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/PKCS7". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/PKCS7PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/TBC". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/TBCPADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/X9.23". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/X9.23PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ZEROBYTE". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ZEROBYTEPADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO10126". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO10126-2". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO10126-2PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO10126PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO7816-4". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO7816-4PADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/NOPADDING". 19:28:22,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/PKCS5". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/PKCS5PADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/PKCS7". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/PKCS7PADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/TBC". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/TBCPADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/X9.23". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/X9.23PADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ZEROBYTE". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ZEROBYTEPADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CTS/". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CTS/NOPADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/EAX/". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/EAX/NOPADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/ECB/". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/ECB/NOPADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO10126". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO10126-2". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO10126-2PADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO10126PADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO7816-4". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO7816-4PADDING". 19:28:22,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/NOPADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/PKCS5". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/PKCS5PADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/PKCS7". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/PKCS7PADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/TBC". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/TBCPADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/X9.23". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/X9.23PADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ZEROBYTE". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ZEROBYTEPADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO10126". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO10126-2". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO10126-2PADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO10126PADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO7816-4". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO7816-4PADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/NOPADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/PKCS5". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/PKCS5PADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/PKCS7". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/PKCS7PADDING". 19:28:22,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/TBC". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/TBCPADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/X9.23". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/X9.23PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ZEROBYTE". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ZEROBYTEPADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO10126". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO10126-2". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO10126-2PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO10126PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO7816-4". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO7816-4PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/NOPADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/PKCS5". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/PKCS5PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/PKCS7". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/PKCS7PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/TBC". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/TBCPADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/X9.23". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/X9.23PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ZEROBYTE". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ZEROBYTEPADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO10126". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO10126-2". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO10126-2PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO10126PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO7816-4". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO7816-4PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/NOPADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/PKCS5". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/PKCS5PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/PKCS7". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/PKCS7PADDING". 19:28:22,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/TBC". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/TBCPADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/X9.23". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/X9.23PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ZEROBYTE". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ZEROBYTEPADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO10126". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO10126-2". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO10126-2PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO10126PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO7816-4". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO7816-4PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/NOPADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/PKCS5". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/PKCS5PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/PKCS7". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/PKCS7PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/TBC". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/TBCPADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/X9.23". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/X9.23PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ZEROBYTE". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ZEROBYTEPADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO10126". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO10126-2". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO10126-2PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO10126PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO7816-4". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO7816-4PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/NOPADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/PKCS5". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/PKCS5PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/PKCS7". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/PKCS7PADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/TBC". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/TBCPADDING". 19:28:22,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/X9.23". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/X9.23PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ZEROBYTE". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ZEROBYTEPADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO10126". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO10126-2". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO10126-2PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO10126PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO7816-4". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO7816-4PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/NOPADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/PKCS5". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/PKCS5PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/PKCS7". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/PKCS7PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/TBC". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/TBCPADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/X9.23". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/X9.23PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ZEROBYTE". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ZEROBYTEPADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO10126". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO10126-2". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO10126-2PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO10126PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO7816-4". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO7816-4PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/NOPADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/PKCS5". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/PKCS5PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/PKCS7". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/PKCS7PADDING". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/TBC". 19:28:22,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/TBCPADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/X9.23". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/X9.23PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ZEROBYTE". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ZEROBYTEPADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO10126". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO10126-2". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO10126-2PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO10126PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO7816-4". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO7816-4PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/NOPADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/PKCS5". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/PKCS5PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/PKCS7". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/PKCS7PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/TBC". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/TBCPADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/X9.23". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/X9.23PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ZEROBYTE". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ZEROBYTEPADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO10126". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO10126-2". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO10126-2PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO10126PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO7816-4". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO7816-4PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/NOPADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/PKCS5". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/PKCS5PADDING". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/PKCS7". 19:28:22,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/PKCS7PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/TBC". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/TBCPADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/X9.23". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/X9.23PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ZEROBYTE". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ZEROBYTEPADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO10126". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO10126-2". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO10126-2PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO10126PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO7816-4". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO7816-4PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/NOPADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/PKCS5". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/PKCS5PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/PKCS7". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/PKCS7PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/TBC". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/TBCPADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/X9.23". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/X9.23PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ZEROBYTE". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ZEROBYTEPADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO10126". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO10126-2". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO10126-2PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO10126PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO7816-4". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO7816-4PADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/NOPADDING". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/PKCS5". 19:28:22,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/PKCS5PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/PKCS7". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/PKCS7PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/TBC". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/TBCPADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/X9.23". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/X9.23PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ZEROBYTE". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ZEROBYTEPADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO10126". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO10126-2". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO10126-2PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO10126PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO7816-4". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO7816-4PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/NOPADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/PKCS5". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/PKCS5PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/PKCS7". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/PKCS7PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/TBC". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/TBCPADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/X9.23". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/X9.23PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ZEROBYTE". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ZEROBYTEPADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO10126". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO10126-2". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO10126-2PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO10126PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO7816-4". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO7816-4PADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/NOPADDING". 19:28:22,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/PKCS5". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/PKCS5PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/PKCS7". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/PKCS7PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/TBC". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/TBCPADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/X9.23". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/X9.23PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ZEROBYTE". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ZEROBYTEPADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO10126". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO10126-2". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO10126-2PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO10126PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO7816-4". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO7816-4PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/NOPADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/PKCS5". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/PKCS5PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/PKCS7". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/PKCS7PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/TBC". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/TBCPADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/X9.23". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/X9.23PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ZEROBYTE". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ZEROBYTEPADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO10126". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO10126-2". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO10126-2PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO10126PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO7816-4". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO7816-4PADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/NOPADDING". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/PKCS5". 19:28:22,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/PKCS5PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/PKCS7". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/PKCS7PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/TBC". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/TBCPADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/X9.23". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/X9.23PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ZEROBYTE". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ZEROBYTEPADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO10126". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO10126-2". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO10126-2PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO10126PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO7816-4". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO7816-4PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/NOPADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/PKCS5". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/PKCS5PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/PKCS7". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/PKCS7PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/TBC". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/TBCPADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/X9.23". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/X9.23PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ZEROBYTE". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ZEROBYTEPADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO10126". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO10126-2". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO10126-2PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO10126PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO7816-4". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO7816-4PADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/NOPADDING". 19:28:22,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/PKCS5". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/PKCS5PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/PKCS7". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/PKCS7PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/TBC". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/TBCPADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/X9.23". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/X9.23PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ZEROBYTE". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ZEROBYTEPADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO10126". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO10126-2". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO10126-2PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO10126PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO7816-4". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO7816-4PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/NOPADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/PKCS5". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/PKCS5PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/PKCS7". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/PKCS7PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/TBC". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/TBCPADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/X9.23". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/X9.23PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ZEROBYTE". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ZEROBYTEPADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO10126". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO10126-2". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO10126-2PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO10126PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO7816-4". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO7816-4PADDING". 19:28:22,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/NOPADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/PKCS5". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/PKCS5PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/PKCS7". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/PKCS7PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/TBC". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/TBCPADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/X9.23". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/X9.23PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ZEROBYTE". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ZEROBYTEPADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO10126". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO10126-2". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO10126-2PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO10126PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO7816-4". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO7816-4PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/NOPADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/PKCS5". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/PKCS5PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/PKCS7". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/PKCS7PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/TBC". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/TBCPADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/X9.23". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/X9.23PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ZEROBYTE". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ZEROBYTEPADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO10126". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO10126-2". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO10126-2PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO10126PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO7816-4". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO7816-4PADDING". 19:28:22,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/NOPADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/PKCS5". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/PKCS5PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/PKCS7". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/PKCS7PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/TBC". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/TBCPADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/X9.23". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/X9.23PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ZEROBYTE". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ZEROBYTEPADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO10126". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO10126-2". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO10126-2PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO10126PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO7816-4". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO7816-4PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/NOPADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/PKCS5". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/PKCS5PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/PKCS7". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/PKCS7PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/TBC". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/TBCPADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/X9.23". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/X9.23PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ZEROBYTE". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ZEROBYTEPADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO10126". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO10126-2". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO10126-2PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO10126PADDING". 19:28:22,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO7816-4". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO7816-4PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/NOPADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/PKCS5". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/PKCS5PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/PKCS7". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/PKCS7PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/TBC". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/TBCPADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/X9.23". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/X9.23PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ZEROBYTE". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ZEROBYTEPADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO10126". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO10126-2". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO10126-2PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO10126PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO7816-4". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO7816-4PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/NOPADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/PKCS5". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/PKCS5PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/PKCS7". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/PKCS7PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/TBC". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/TBCPADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/X9.23". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/X9.23PADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ZEROBYTE". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ZEROBYTEPADDING". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO10126". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO10126-2". 19:28:22,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO10126-2PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO10126PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO7816-4". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO7816-4PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/NOPADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/PKCS5". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/PKCS5PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/PKCS7". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/PKCS7PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/TBC". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/TBCPADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/X9.23". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/X9.23PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ZEROBYTE". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ZEROBYTEPADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO10126". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO10126-2". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO10126-2PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO10126PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO7816-4". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO7816-4PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/NOPADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/PKCS5". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/PKCS5PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/PKCS7". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/PKCS7PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/TBC". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/TBCPADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/X9.23". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/X9.23PADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ZEROBYTE". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ZEROBYTEPADDING". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO10126". 19:28:22,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO10126-2". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO10126-2PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO10126PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO7816-4". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO7816-4PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/NOPADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/PKCS5". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/PKCS5PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/PKCS7". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/PKCS7PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/TBC". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/TBCPADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/X9.23". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/X9.23PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ZEROBYTE". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ZEROBYTEPADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO10126". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO10126-2". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO10126-2PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO10126PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO7816-4". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO7816-4PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/NOPADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/PKCS5". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/PKCS5PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/PKCS7". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/PKCS7PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/TBC". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/TBCPADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/X9.23". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/X9.23PADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ZEROBYTE". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ZEROBYTEPADDING". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO10126". 19:28:22,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO10126-2". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO10126-2PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO10126PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO7816-4". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO7816-4PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/NOPADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/PKCS5". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/PKCS5PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/PKCS7". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/PKCS7PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/TBC". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/TBCPADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/X9.23". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/X9.23PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ZEROBYTE". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ZEROBYTEPADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO10126". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO10126-2". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO10126-2PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO10126PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO7816-4". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO7816-4PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/NOPADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/PKCS5". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/PKCS5PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/PKCS7". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/PKCS7PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/TBC". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/TBCPADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/X9.23". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/X9.23PADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ZEROBYTE". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ZEROBYTEPADDING". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/". 19:28:22,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO10126". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO10126-2". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO10126-2PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO10126PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO7816-4". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO7816-4PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/NOPADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/PKCS5". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/PKCS5PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/PKCS7". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/PKCS7PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/TBC". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/TBCPADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/X9.23". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/X9.23PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ZEROBYTE". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ZEROBYTEPADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO10126". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO10126-2". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO10126-2PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO10126PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO7816-4". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO7816-4PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/NOPADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/PKCS5". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/PKCS5PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/PKCS7". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/PKCS7PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/TBC". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/TBCPADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/X9.23". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/X9.23PADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ZEROBYTE". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ZEROBYTEPADDING". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/". 19:28:22,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO10126". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO10126-2". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO10126-2PADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO10126PADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO7816-4". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO7816-4PADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/NOPADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/PKCS5". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/PKCS5PADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/PKCS7". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/PKCS7PADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/TBC". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/TBCPADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/X9.23". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/X9.23PADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ZEROBYTE". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ZEROBYTEPADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO10126". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO10126-2". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO10126-2PADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO10126PADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO7816-4". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO7816-4PADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/NOPADDING". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/PKCS5". 19:28:22,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/PKCS5PADDING". 19:28:22,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/PKCS7". 19:28:22,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/PKCS7PADDING". 19:28:22,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/TBC". 19:28:22,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/TBCPADDING". 19:28:22,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/X9.23". 19:28:22,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/X9.23PADDING". 19:28:22,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ZEROBYTE". 19:28:22,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ZEROBYTEPADDING". 19:28:22,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Successfully created 29934 ciphers in 1230 msec. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.758 sec Results : Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.crypto --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.crypto --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/crypto already added, skipping [INFO] org/cumulus4j/crypto/internal already added, skipping [INFO] org/cumulus4j/crypto/internal/asymmetric already added, skipping [INFO] org/cumulus4j/crypto/internal/asymmetric/keypairgenerator already added, skipping [INFO] org/cumulus4j/crypto/internal/symmetric already added, skipping [INFO] org/cumulus4j/crypto/internal/symmetric/mode already added, skipping [INFO] org/cumulus4j/crypto/internal/mac already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/crypto already added, skipping [INFO] org/cumulus4j/crypto/internal already added, skipping [INFO] org/cumulus4j/crypto/internal/asymmetric already added, skipping [INFO] org/cumulus4j/crypto/internal/asymmetric/keypairgenerator already added, skipping [INFO] org/cumulus4j/crypto/internal/symmetric already added, skipping [INFO] org/cumulus4j/crypto/internal/symmetric/mode already added, skipping [INFO] org/cumulus4j/crypto/internal/mac already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.crypto --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.crypto --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/src/main/resources [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store --- [INFO] Compiling 146 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/classes [INFO] [INFO] --- maven-datanucleus-plugin:3.2.0-m1:enhance (default) @ org.cumulus4j.store --- DataNucleus Enhancer (version 3.2.4) for API "JDO" using JRE "1.7" DataNucleus Enhancer completed with success for 25 classes. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.store --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.store --- [INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.store --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.store.model.IndexValueTest counterLowWriteRead firstDataEntryID=0 counterMidWriteRead firstDataEntryID=549755846656 counterHighWriteRead firstDataEntryID=9223372036844775807 >>> indexValue1 >>> * 0 * 1 * 999999 * 190 * 85674 * 25 * 1000000 * 1000001 * 5700 * 12396244721123 * 647211 <<< indexValue1 <<< >>> indexValue2 >>> * 0 * 1 * 999999 * 190 * 85674 * 25 * 1000000 * 1000001 * 5700 * 12396244721123 * 647211 <<< indexValue2 <<< Tests run: 4, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 2,523.315 sec <<< FAILURE! Results : Tests in error: counterLowWriteRead(org.cumulus4j.store.model.IndexValueTest): Java heap space counterMidWriteRead(org.cumulus4j.store.model.IndexValueTest): Java heap space counterHighWriteRead(org.cumulus4j.store.model.IndexValueTest): Java heap space Tests run: 4, Failures: 0, Errors: 3, Skipped: 0 [ERROR] There are test failures. Please refer to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/surefire-reports for the individual test results. [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.store --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.store --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/model already added, skipping [INFO] org/cumulus4j/store/resource already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/util already added, skipping [INFO] org/cumulus4j/store/crypto already added, skipping [INFO] org/cumulus4j/store/query already added, skipping [INFO] org/cumulus4j/store/query/method already added, skipping [INFO] org/cumulus4j/store/query/eval already added, skipping [INFO] org/cumulus4j/store/reflectionwrapper already added, skipping [INFO] org/cumulus4j/store/reflectionwrapper/gae already added, skipping [INFO] org/cumulus4j/store/datastoreversion already added, skipping [INFO] org/cumulus4j/store/datastoreversion/command already added, skipping [INFO] org/cumulus4j/store/model already added, skipping [INFO] org/cumulus4j/store/resource already added, skipping [INFO] org/cumulus4j/store/fieldmanager already added, skipping [INFO] org/cumulus4j/store/annotation already added, skipping [INFO] org/cumulus4j/store/annotation/datanucleus already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] org/cumulus4j/store/resource/cumulus4j-backend.properties already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/model already added, skipping [INFO] org/cumulus4j/store/resource already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/util already added, skipping [INFO] org/cumulus4j/store/crypto already added, skipping [INFO] org/cumulus4j/store/query already added, skipping [INFO] org/cumulus4j/store/query/method already added, skipping [INFO] org/cumulus4j/store/query/eval already added, skipping [INFO] org/cumulus4j/store/reflectionwrapper already added, skipping [INFO] org/cumulus4j/store/reflectionwrapper/gae already added, skipping [INFO] org/cumulus4j/store/datastoreversion already added, skipping [INFO] org/cumulus4j/store/datastoreversion/command already added, skipping [INFO] org/cumulus4j/store/model already added, skipping [INFO] org/cumulus4j/store/resource already added, skipping [INFO] org/cumulus4j/store/fieldmanager already added, skipping [INFO] org/cumulus4j/store/annotation already added, skipping [INFO] org/cumulus4j/store/annotation/datanucleus already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] org/cumulus4j/store/resource/cumulus4j-backend.properties already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.store --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.store --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store.test 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store.test --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test (includes = [*.log, *.xls, *.odf, *.ods, *.ooxml, *.xlsx], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store.test --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/src/main/resources [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store.test --- [INFO] Compiling 86 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/classes [INFO] [INFO] --- maven-datanucleus-plugin:3.2.0-m1:enhance (default) @ org.cumulus4j.store.test --- DataNucleus Enhancer (version 3.2.4) for API "JDO" using JRE "1.7" DataNucleus Enhancer completed with success for 68 classes. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.store.test --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.store.test --- [INFO] Compiling 38 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.store.test --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.store.test.onetoone.mappedby.OneToOneMappedByQueryTest loadProperties: File /home/tomcat/cumulus4j-test-log4j.properties does not exist. Thus not overriding any settings with user-specific ones. 20:11:10,772 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:11:11,578 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:11:11,583 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:11:11,613 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:11:11,613 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:11:11,626 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:11:11,628 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:11:12,394 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:11:45,533 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:11:45,533 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:11:45,533 INFO [main][Cumulus4jStoreManager] ======================================================= 20:11:45,637 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerEnabled: Property 'cumulus4j.cryptoSessionExpiryTimer.enabled' is not set. Using default value true. 20:11:45,638 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:11:45,642 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:11:47,682 INFO [main][MinimumCumulus4jVersion] version=10100001 20:11:48,474 INFO [main][MinimumCumulus4jVersion] version=10100001 20:11:49,300 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.onetoone.mappedby.Root" not found ! 20:11:49,326 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.onetoone.mappedby.LevelA" not found ! 20:11:49,470 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.onetoone.mappedby.LevelB" not found ! 20:11:50,817 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:11:50,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:50,881 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameEquals: found 1 objects: 20:11:50,882 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 20:11:50,894 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:50,897 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:50,930 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:11:50,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:50,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:50,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:50,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:50,991 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: found 4 objects: 20:11:50,992 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 20:11:50,992 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 20:11:50,993 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 20:11:50,993 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 20:11:51,002 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:51,004 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:51,014 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:11:51,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,071 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: found 4 objects: 20:11:51,072 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 20:11:51,073 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 20:11:51,073 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 20:11:51,074 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 20:11:51,084 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:51,086 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:51,095 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:11:51,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,111 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameNotEquals: found 1 objects: 20:11:51,112 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameNotEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 20:11:51,120 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:51,122 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:51,130 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:11:51,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,146 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameEquals: found 1 objects: 20:11:51,146 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 20:11:51,154 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:51,156 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:51,165 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:11:51,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,220 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: found 4 objects: 20:11:51,221 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 20:11:51,221 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 20:11:51,222 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 20:11:51,222 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 20:11:51,232 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:51,233 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:51,242 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:11:51,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,298 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: found 4 objects: 20:11:51,299 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 20:11:51,299 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 20:11:51,300 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 20:11:51,300 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 20:11:51,309 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:51,311 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:51,321 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:11:51,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:51,336 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameNotEquals: found 1 objects: 20:11:51,337 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameNotEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 20:11:51,629 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:11:51,630 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:11:51,806 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:11:57,895 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:11:57,895 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:11:57,896 INFO [main][Cumulus4jStoreManager] ======================================================= 20:11:57,898 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:11:57,898 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:11:58,012 INFO [main][MinimumCumulus4jVersion] version=10100001 20:11:58,015 INFO [main][MinimumCumulus4jVersion] version=10100001 20:11:58,053 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.onetoone.mappedby.Root" not found ! 20:11:58,057 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.onetoone.mappedby.LevelA" not found ! 20:11:58,102 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.onetoone.mappedby.LevelB" not found ! 20:11:58,680 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:11:58,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,696 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameEquals: found 1 objects: 20:11:58,697 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 20:11:58,704 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:58,706 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:58,717 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:11:58,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,770 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: found 4 objects: 20:11:58,771 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 20:11:58,772 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 20:11:58,773 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 20:11:58,773 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 20:11:58,781 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:58,784 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:58,793 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:11:58,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,845 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: found 4 objects: 20:11:58,845 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 20:11:58,846 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 20:11:58,847 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 20:11:58,848 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 20:11:58,855 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:58,857 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:58,865 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:11:58,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,880 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameNotEquals: found 1 objects: 20:11:58,881 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameNotEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 20:11:58,888 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:58,890 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:58,898 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:11:58,905 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,913 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameEquals: found 1 objects: 20:11:58,913 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 20:11:58,924 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:58,926 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:58,951 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:11:58,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:58,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:59,015 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: found 4 objects: 20:11:59,016 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 20:11:59,017 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 20:11:59,018 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 20:11:59,019 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 20:11:59,026 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:59,028 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:59,036 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:11:59,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:59,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:59,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:59,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:59,085 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: found 4 objects: 20:11:59,085 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 20:11:59,086 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 20:11:59,086 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 20:11:59,087 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 20:11:59,096 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:11:59,097 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 20:11:59,104 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:11:59,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:11:59,117 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameNotEquals: found 1 objects: 20:11:59,118 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameNotEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 20:11:59,119 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.871 sec Running org.cumulus4j.store.test.compatibility.CompatibilityTest 20:11:59,431 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:12:25,274 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:12:25,275 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:12:25,275 INFO [main][Cumulus4jStoreManager] ======================================================= 20:12:25,402 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:12:25,402 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:12:25,948 INFO [main][MinimumCumulus4jVersion] version=10100001 20:12:26,585 INFO [main][MinimumCumulus4jVersion] version=10100001 20:12:27,081 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementABMapOwner" not found ! 20:12:27,092 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:12:27,184 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementB" not found ! 20:12:28,184 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner2" not found ! 20:12:28,903 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner3" not found ! 20:12:29,794 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner1" not found ! 20:12:30,535 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element2MapOwner" not found ! 20:12:30,539 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element2" not found ! 20:12:31,383 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.StringStringMapOwner.id" not found ! 20:12:31,928 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element1SetOwner" not found ! 20:12:31,933 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element1" not found ! 20:12:32,585 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 20:12:32,666 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 20:12:32,960 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.StringSetOwner.id" not found ! 20:12:33,382 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element3MapOwner" not found ! 20:12:33,385 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element3" not found ! 20:12:34,080 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementASetOwner" not found ! 20:12:34,497 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.InheritanceHierarchy0.i0" not found ! 20:12:35,621 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:35,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:35,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:35,692 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:12:35,694 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:12:35,698 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:35,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:35,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:35,733 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:12:35,734 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:12:35,735 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:35,736 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:35,740 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:35,746 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:35,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:35,765 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:35,776 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:12:35,777 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:35,777 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:35,777 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:12:35,778 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:12:35,779 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:12:35,783 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:35,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:35,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:35,796 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:35,801 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:12:35,801 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:12:35,802 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:12:35,802 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:12:35,836 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:35,912 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:35,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:35,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:35,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,013 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:12:36,013 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:36,013 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:36,014 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:12:36,014 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:12:36,018 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,035 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:12:36,035 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:12:36,038 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,053 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:12:36,053 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:36,053 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:12:36,063 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:36,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,085 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:12:36,086 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:36,086 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:36,086 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:12:36,110 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:36,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,317 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:12:36,318 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:36,318 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:36,319 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:12:36,329 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:36,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,479 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:12:36,480 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:36,480 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:36,480 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:12:36,484 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,495 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:36,502 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:12:36,502 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:36,502 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:36,503 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:12:36,503 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 20:12:36,503 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:12:36,506 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,515 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,517 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:36,523 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:12:36,523 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:36,523 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:12:36,524 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 20:12:36,524 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:12:36,534 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:36,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,590 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:12:36,590 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:36,591 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:36,591 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:12:36,591 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:12:36,601 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:36,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,641 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:12:36,641 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:12:36,641 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:12:36,642 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:12:36,642 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:12:36,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,655 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:12:36,656 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd 20:12:36,657 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:12:36,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,664 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:36,675 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:12:36,676 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 20:12:36,676 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:12:36,677 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa 20:12:36,677 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 20:12:36,684 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:36,692 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:12:36,693 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd 20:12:36,693 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa 20:12:36,693 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:12:36,697 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,711 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:12:36,712 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 20:12:36,715 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,729 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:12:36,730 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd 20:12:36,730 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 20:12:36,733 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,745 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:36,751 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:12:36,752 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd 20:12:36,752 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa 20:12:36,752 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:12:36,752 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:12:36,753 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:12:36,756 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,767 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:36,773 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:12:36,773 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:12:36,773 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:12:36,773 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa 20:12:36,773 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:12:36,783 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:36,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,847 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:12:36,847 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd 20:12:36,847 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa 20:12:36,847 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:12:36,851 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,869 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:12:36,870 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:12:36,875 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,895 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:12:36,897 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:36,897 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:12:36,898 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:36,902 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,914 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:36,924 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:12:36,924 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:12:36,924 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:36,925 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:36,925 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:12:36,925 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:12:36,928 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:36,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:36,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,940 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:36,945 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:12:36,945 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:12:36,945 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:12:36,945 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:12:36,955 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:36,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:36,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,058 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:12:37,059 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:12:37,059 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:12:37,059 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:37,059 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:37,063 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:37,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:37,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,076 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:12:37,077 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:12:37,080 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:37,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:37,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,095 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:12:37,096 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:37,096 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:12:37,106 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:37,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,169 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:12:37,169 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:12:37,170 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:37,170 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:37,179 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:37,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,403 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:12:37,404 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:37,404 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:37,405 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:12:37,415 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:37,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,468 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,654 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:12:37,654 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:37,655 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:37,655 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:12:37,658 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:37,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:37,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,670 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:37,676 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:12:37,676 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:12:37,676 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:37,677 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:37,677 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:12:37,677 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:12:37,680 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:37,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:37,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,690 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:37,696 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:12:37,696 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:12:37,696 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:12:37,696 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:37,697 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:12:37,707 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:37,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,864 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,891 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:12:37,892 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:12:37,892 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:37,892 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:37,892 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:12:37,901 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:37,970 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:37,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,065 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:12:38,065 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:12:38,066 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:12:38,066 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:12:38,067 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:12:38,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,078 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:12:38,079 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:12:38,079 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:12:38,086 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:38,096 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:12:38,097 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:12:38,097 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:12:38,098 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:12:38,101 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:38,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:38,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,117 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:12:38,118 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:12:38,121 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:38,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:38,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,135 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:12:38,136 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:12:38,136 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:12:38,146 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:38,161 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,200 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:12:38,200 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:12:38,200 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:12:38,201 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:12:38,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,207 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:38,213 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:12:38,213 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 20:12:38,214 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:12:38,214 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:12:38,214 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:12:38,220 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:38,238 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:12:38,238 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:12:38,238 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:12:38,238 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:12:38,238 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:12:38,245 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:38,251 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:12:38,252 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:12:38,252 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:12:38,252 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:12:38,252 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:12:38,255 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:38,260 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:38,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,265 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:38,271 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:12:38,272 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:12:38,272 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:12:38,272 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:12:38,272 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:12:38,273 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:12:38,275 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:38,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:38,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,285 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:38,290 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:12:38,290 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:12:38,291 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:12:38,291 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:12:38,291 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:12:38,300 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:38,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,484 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:12:38,484 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:12:38,484 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:12:38,485 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:12:38,485 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:12:38,494 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:38,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,655 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:12:38,655 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:12:38,655 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:12:38,655 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:12:38,656 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:12:38,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,683 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:12:38,683 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:12:38,684 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:12:38,690 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:38,711 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:12:38,712 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:12:38,712 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:12:38,712 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:12:38,716 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:38,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:38,741 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:12:38,741 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:12:38,750 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:38,768 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:12:38,768 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:12:38,768 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:12:38,768 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:12:38,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,778 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:38,785 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:12:38,785 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:12:38,785 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:12:38,785 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:12:38,786 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:12:38,792 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:38,837 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:12:38,837 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:12:38,838 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:12:38,838 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:12:38,838 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:12:38,844 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:38,872 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:12:38,872 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:12:38,872 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:12:38,872 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:12:38,873 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:12:38,875 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:38,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:38,884 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:38,890 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:12:38,890 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:12:38,890 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:12:38,891 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:12:38,891 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:12:38,891 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:12:38,900 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:38,940 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:12:38,941 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:12:38,941 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:12:38,941 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:12:38,941 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:12:38,951 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:38,980 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:12:38,980 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:12:38,980 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:12:38,981 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:12:38,981 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:12:38,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:38,995 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 20:12:38,995 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 20:12:38,995 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, third=Claudia, first=Adam 20:12:38,995 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:38,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:39,001 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,012 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 20:12:39,013 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 20:12:39,014 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 20:12:39,014 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 20:12:39,014 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 20:12:39,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:39,023 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 20:12:39,023 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 20:12:39,023 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:39,030 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,036 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 20:12:39,036 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 20:12:39,037 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 20:12:39,037 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 20:12:39,037 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,037 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 20:12:39,043 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,052 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:12:39,052 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,052 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,052 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 20:12:39,059 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,062 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,067 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:12:39,068 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 20:12:39,068 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 20:12:39,068 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 20:12:39,068 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:12:39,074 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:39,083 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 20:12:39,083 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 20:12:39,083 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 20:12:39,083 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,084 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:12:39,084 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,090 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:39,097 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 20:12:39,097 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 20:12:39,097 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 20:12:39,097 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,098 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:12:39,098 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,104 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,109 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:12:39,110 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 20:12:39,110 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 20:12:39,110 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,116 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,119 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,124 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:12:39,124 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:12:39,124 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 20:12:39,124 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,124 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 20:12:39,130 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:39,144 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 20:12:39,144 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,144 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:12:39,145 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,145 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 20:12:39,151 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:39,157 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 20:12:39,157 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,157 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:12:39,157 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,157 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 20:12:39,163 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,167 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 20:12:39,167 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,167 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 20:12:39,167 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,187 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:12:39,194 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 20:12:39,194 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 20:12:39,195 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 20:12:39,195 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,195 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:12:39,195 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,195 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 20:12:39,201 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:12:39,208 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 20:12:39,208 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 20:12:39,208 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 20:12:39,208 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,208 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:12:39,208 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,209 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 20:12:39,214 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,217 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 20:12:39,217 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 20:12:39,217 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,223 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:12:39,230 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 20:12:39,230 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 20:12:39,230 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,230 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:12:39,230 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,230 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 20:12:39,236 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:12:39,243 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 20:12:39,243 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 20:12:39,244 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:12:39,244 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:12:39,244 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 20:12:39,244 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 20:12:39,246 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,252 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:39,266 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:12:39,266 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.3, Element 3.1, Element 3.2 20:12:39,275 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,299 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:12:39,299 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.3, Element 2.1, Element 2.4, Element 2.2 20:12:39,299 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 20:12:39,300 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 20:12:39,302 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:39,314 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:12:39,314 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.3, Element 3.1, Element 3.2 20:12:39,317 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:39,326 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,333 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:12:39,333 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 20:12:39,334 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.3, Element 2.1, Element 2.4, Element 2.2 20:12:39,334 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 20:12:39,334 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 20:12:39,343 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:39,390 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:12:39,390 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.3, Element 3.1, Element 3.2 20:12:39,391 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.3, Element 2.1, Element 2.4, Element 2.2 20:12:39,391 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 20:12:39,401 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:39,426 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:12:39,426 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.3, Element 3.1, Element 3.2 20:12:39,427 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.3, Element 2.1, Element 2.4, Element 2.2 20:12:39,427 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 20:12:39,430 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,449 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:12:39,478 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 20:12:39,478 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.3, Element 3.1, Element 3.2 20:12:39,479 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 20:12:39,479 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.3, Element 2.1, Element 2.4, Element 2.2 20:12:39,479 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 20:12:39,482 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,488 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:12:39,515 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 20:12:39,515 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.3, Element 3.1, Element 3.2 20:12:39,515 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.3, Element 2.1, Element 2.4, Element 2.2 20:12:39,516 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 20:12:39,518 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:39,530 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,534 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:12:39,535 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 20:12:39,535 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.3, Element 2.1, Element 2.4, Element 2.2 20:12:39,535 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 20:12:39,535 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 20:12:39,545 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,554 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,557 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:12:39,557 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.3, Element 3.1, Element 3.2 20:12:39,558 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 20:12:39,561 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,571 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,578 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:39,593 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 20:12:39,594 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 20:12:39,594 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 20:12:39,600 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,607 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 20:12:39,607 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:12:39,607 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 20:12:39,607 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 20:12:39,613 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,616 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:12:39,616 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:12:39,617 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 20:12:39,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:39,623 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,634 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 20:12:39,634 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 20:12:39,634 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 20:12:39,635 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 20:12:39,635 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 20:12:39,635 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 20:12:39,641 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:39,656 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 20:12:39,656 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 20:12:39,656 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 20:12:39,656 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:12:39,656 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 20:12:39,663 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:39,669 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 20:12:39,669 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 20:12:39,669 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 20:12:39,669 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:12:39,669 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 20:12:39,675 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:12:39,682 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 20:12:39,683 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 20:12:39,683 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 20:12:39,683 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 20:12:39,683 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 20:12:39,683 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 20:12:39,689 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:12:39,696 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 20:12:39,697 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 20:12:39,697 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 20:12:39,697 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:12:39,697 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 20:12:39,697 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 20:12:39,702 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,705 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,711 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:12:39,711 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 20:12:39,711 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 20:12:39,711 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 20:12:39,711 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 20:12:39,711 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 20:12:39,730 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 20:12:39,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:39,755 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:12:39,756 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="aaa", name="Element 1.1"]=aaa 20:12:39,756 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:12:39,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:39,766 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,776 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:12:39,776 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="dd", name="Element 2.4"]=dd 20:12:39,777 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="a", name="Element 3.1"]=a, Element3[value="b", name="Element 3.2"]=b 20:12:39,777 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:12:39,777 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:12:39,783 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,798 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:12:39,798 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="dd", name="Element 2.4"]=dd 20:12:39,798 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:12:39,798 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="aaa", name="Element 1.1"]=aaa 20:12:39,812 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:39,824 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:12:39,825 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="a", name="Element 3.1"]=a, Element3[value="b", name="Element 3.2"]=b 20:12:39,828 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:39,838 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,844 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:12:39,845 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="dd", name="Element 2.4"]=dd 20:12:39,845 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:12:39,845 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="aaa", name="Element 1.1"]=aaa 20:12:39,845 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:12:39,846 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:12:39,855 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,870 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:12:39,870 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="dd", name="Element 2.4"]=dd 20:12:39,871 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:12:39,871 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="aaa", name="Element 1.1"]=aaa 20:12:39,887 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:39,893 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,903 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 20:12:39,908 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 20:12:39,909 INFO [main][General] >> result=Owner 5 20:12:39,909 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 5: 20:12:39,912 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,933 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == :compareToArgument" since the connection used is closing 20:12:39,938 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 20:12:39,939 INFO [main][General] >> result=Owner 3 20:12:39,939 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:12:39,942 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:39,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:39,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:39,953 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:12:39,954 INFO [main][General] >> result=Owner 3 20:12:39,954 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:12:39,963 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:39,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:39,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,021 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:12:40,021 INFO [main][General] >> result=Owner 2 20:12:40,021 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.1, S.Element 2.3, S.Element 2.2, S.Element 2.4 20:12:40,021 INFO [main][General] >> result=Owner 1 20:12:40,021 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.3, S.Element 1.4, S.Element 1.2, S.Element 1.1 20:12:40,021 INFO [main][General] >> result=Owner 4 20:12:40,022 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 4: S.Element 4.3 20:12:40,024 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:40,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:40,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,036 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:12:40,036 INFO [main][General] >> result=Owner 3 20:12:40,036 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:12:40,039 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:40,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:40,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,048 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:40,053 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:12:40,053 INFO [main][General] >> result=Owner 2 20:12:40,053 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.1, S.Element 2.3, S.Element 2.2, S.Element 2.4 20:12:40,054 INFO [main][General] >> result=Owner 4 20:12:40,054 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 4: S.Element 4.3 20:12:40,054 INFO [main][General] >> result=Owner 1 20:12:40,054 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.3, S.Element 1.4, S.Element 1.2, S.Element 1.1 20:12:40,054 INFO [main][General] >> result=Owner 5 20:12:40,054 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 5: 20:12:40,063 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:40,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,227 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:12:40,227 INFO [main][General] >> result=Owner 3 20:12:40,228 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:12:40,228 INFO [main][General] >> result=Owner 2 20:12:40,228 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.1, S.Element 2.3, S.Element 2.2, S.Element 2.4 20:12:40,228 INFO [main][General] >> result=Owner 1 20:12:40,228 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.3, S.Element 1.4, S.Element 1.2, S.Element 1.1 20:12:40,237 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:12:40,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,385 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:12:40,385 INFO [main][General] >> result=Owner 3 20:12:40,385 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:12:40,385 INFO [main][General] >> result=Owner 2 20:12:40,385 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.1, S.Element 2.3, S.Element 2.2, S.Element 2.4 20:12:40,386 INFO [main][General] >> result=Owner 1 20:12:40,386 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.3, S.Element 1.4, S.Element 1.2, S.Element 1.1 20:12:40,388 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:40,395 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:12:40,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,471 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,506 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,569 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 20:12:40,569 INFO [main][General] >> result=Owner 3 20:12:40,569 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:12:40,570 INFO [main][General] >> result=Owner 2 20:12:40,570 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.1, S.Element 2.3, S.Element 2.2, S.Element 2.4 20:12:40,570 INFO [main][General] >> result=Owner 1 20:12:40,570 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.3, S.Element 1.4, S.Element 1.2, S.Element 1.1 20:12:40,570 INFO [main][General] >> result=Owner 4 20:12:40,571 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 4: S.Element 4.3 20:12:40,573 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:40,580 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:12:40,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,800 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 20:12:40,801 INFO [main][General] >> result=Owner 3 20:12:40,801 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:12:40,801 INFO [main][General] >> result=Owner 2 20:12:40,801 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.1, S.Element 2.3, S.Element 2.2, S.Element 2.4 20:12:40,802 INFO [main][General] >> result=Owner 1 20:12:40,802 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.3, S.Element 1.4, S.Element 1.2, S.Element 1.1 20:12:40,805 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:12:40,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:12:40,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,818 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:40,824 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:12:40,824 INFO [main][General] >> result=Owner 2 20:12:40,825 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.1, S.Element 2.3, S.Element 2.2, S.Element 2.4 20:12:40,825 INFO [main][General] >> result=Owner 4 20:12:40,825 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 4: S.Element 4.3 20:12:40,825 INFO [main][General] >> result=Owner 1 20:12:40,826 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.3, S.Element 1.4, S.Element 1.2, S.Element 1.1 20:12:40,826 INFO [main][General] >> result=Owner 5 20:12:40,826 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 5: 20:12:40,835 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:12:40,842 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:12:40,909 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:12:40,912 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:12:40,912 INFO [main][General] >> result=Owner 3 20:12:40,913 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:12:40,913 INFO [main][General] >> result=Owner 5 20:12:40,913 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 5: 20:12:40,943 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 20:12:40,966 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:12:45,639 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:12:48,878 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrycontainersize' indexName='indexentrycontainersize_fk1' 20:12:49,026 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryuri' indexName='indexentryuri_fk1' 20:12:49,069 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='classmeta' indexName='classmeta_fk1' 20:12:49,131 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryshort' indexName='indexentryshort_fk1' 20:12:49,176 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryfloat' indexName='indexentryfloat_fk1' 20:12:49,210 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='fieldmeta' indexName='fieldmeta_fk2' 20:12:49,243 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='fieldmeta' indexName='fieldmeta_fk1' 20:12:49,307 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryuuid' indexName='indexentryuuid_fk1' 20:12:49,347 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrystringlong' indexName='indexentrystringlong_fk1' 20:12:49,380 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrylong' indexName='indexentrylong_fk1' 20:12:49,444 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='dataentry' indexName='dataentry_fk1' 20:12:49,491 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrybyte' indexName='indexentrybyte_fk1' 20:12:49,525 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrystringshort' indexName='indexentrystringshort_fk1' 20:12:49,589 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrycurrency' indexName='indexentrycurrency_fk1' 20:12:49,636 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryurl' indexName='indexentryurl_fk1' 20:12:49,669 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryinteger' indexName='indexentryinteger_fk1' 20:12:49,734 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrydate' indexName='indexentrydate_fk1' 20:12:49,781 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrydouble' indexName='indexentrydouble_fk1' 20:12:50,228 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryshort' indexName='SQL121214162506830' 20:12:50,229 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrycontainersize' indexName='indexentrycontainersize_n49' 20:12:50,416 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='sequence_table' indexName='SQL121214162507600' 20:12:50,416 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrylong' indexName='indexentrylong_u1' 20:12:50,572 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='encryptioncoordinateset' indexName='SQL121214162506330' 20:12:50,572 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='classmeta' indexName='classmeta_n49' 20:12:50,672 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrycontainersize' indexName='SQL121214162506410' 20:12:50,672 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryshort' indexName='indexentryshort_n49' 20:12:50,772 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrydate' indexName='indexentrydate_u1' 20:12:50,883 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrystringlong' indexName='indexentrystringlong_n49' 20:12:50,983 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrycontainersize' indexName='indexentrycontainersize_u1' 20:12:51,089 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrylong' indexName='SQL121214162506680' 20:12:51,090 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryuuid' indexName='SQL121214162507110' 20:12:51,090 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='dataentry' indexName='dataentry_n49' 20:12:51,256 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrybyte' indexName='SQL121214162506900' 20:12:51,256 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrydate' indexName='SQL121214162506980' 20:12:51,257 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrylong' indexName='indexentrylong_n49' 20:12:51,417 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrycurrency' indexName='indexentrycurrency_u1' 20:12:51,523 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrystringshort' indexName='indexentrystringshort_n49' 20:12:51,628 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryfloat' indexName='indexentryfloat_n49' 20:12:51,734 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryurl' indexName='indexentryurl_n49' 20:12:51,834 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrystringshort' indexName='indexentrystringshort_u1' 20:12:51,984 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryshort' indexName='indexentryshort_u1' 20:12:52,084 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='dataentry' indexName='dataentry_classmeta_objectid' 20:12:52,184 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='fieldmeta' indexName='fieldmeta_n49' 20:12:52,284 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryinteger' indexName='indexentryinteger_u1' 20:12:52,384 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='classmeta' indexName='SQL121214162506000' 20:12:52,385 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrybyte' indexName='indexentrybyte_n49' 20:12:52,524 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryurl' indexName='SQL121214162507230' 20:12:52,524 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryinteger' indexName='SQL121214162506760' 20:12:52,524 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryuuid' indexName='indexentryuuid_n49' 20:12:52,629 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrydouble' indexName='indexentrydouble_u1' 20:12:52,729 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryurl' indexName='indexentryurl_u1' 20:12:52,896 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='encryptioncoordinateset' indexName='encryptioncoordinateset_allalgorithms' 20:12:53,002 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='dataentry' indexName='SQL121214162506210' 20:12:53,002 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrystringlong' indexName='SQL121214162507310' 20:12:53,002 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrycurrency' indexName='indexentrycurrency_n49' 20:12:53,140 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrycurrency' indexName='SQL121214162507050' 20:12:53,141 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrydouble' indexName='indexentrydouble_n49' 20:12:53,296 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryuri' indexName='SQL121214162507170' 20:12:53,296 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryfloat' indexName='SQL121214162506600' 20:12:53,297 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrystringshort' indexName='SQL121214162507370' 20:12:53,297 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='sequence' indexName='SQL121214162506290' 20:12:53,297 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrybyte' indexName='indexentrybyte_u1' 20:12:53,396 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryfloat' indexName='indexentryfloat_u1' 20:12:53,496 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='fieldmeta' indexName='fieldmeta_classmeta_ownerfieldmeta_fieldname_role' 20:12:53,596 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryuri' indexName='indexentryuri_u1' 20:12:53,696 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='fieldmeta' indexName='SQL121214162505940' 20:12:53,697 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrydouble' indexName='SQL121214162506510' 20:12:53,697 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='classmeta' indexName='classmeta_fullyqualifiedclassname' 20:12:53,796 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrydate' indexName='indexentrydate_n49' 20:12:53,942 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryuuid' indexName='indexentryuuid_u1' 20:12:54,052 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryinteger' indexName='indexentryinteger_n49' 20:12:54,152 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryuri' indexName='indexentryuri_n49' 20:12:54,270 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='fieldmeta' indexName='fieldmeta_n50' 20:12:54,463 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:12:54,463 INFO [main][Persistence] Property cumulus4j.datanucleus.rdbms.useLegacyNativeValueStrategy unknown - will be ignored 20:13:07,136 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:13:07,137 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:13:07,137 INFO [main][Cumulus4jStoreManager] ======================================================= 20:13:07,140 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:13:07,141 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:13:07,567 INFO [main][ValueGeneration] Error encountered allocating block of IDs : Couldnt obtain a new sequence (unique id) : Schema 'root' does not exist 20:13:07,568 INFO [main][ValueGeneration] Creating Repository for IDs in the datastore 20:13:07,621 INFO [main][MinimumCumulus4jVersion] version=10100001 20:13:07,624 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.DatastoreVersion.datastoreVersionID has been specified to use sequence DatastoreVersionSequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:07,628 INFO [main][ValueGeneration] Error encountered allocating block of IDs : Couldnt obtain a new sequence (unique id) : SEQUENCE 'root.datastoreversionsequence' does not exist. 20:13:07,629 INFO [main][ValueGeneration] Creating Repository for IDs in the datastore 20:13:08,007 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.DatastoreVersion.datastoreVersionID has been specified to use sequence DatastoreVersionSequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:08,145 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementAMapOwner2" not found ! 20:13:08,179 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:13:08,183 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementABMapOwner" not found ! 20:13:08,187 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementB" not found ! 20:13:08,191 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.inheritance.InheritanceHierarchy0.i0" not found ! 20:13:08,195 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element2MapOwner" not found ! 20:13:08,198 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element2" not found ! 20:13:08,202 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.StringSetOwner.id" not found ! 20:13:08,206 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element3MapOwner" not found ! 20:13:08,210 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element3" not found ! 20:13:08,213 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementAMapOwner3" not found ! 20:13:08,217 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementAMapOwner1" not found ! 20:13:08,221 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 20:13:08,225 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 20:13:08,228 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementASetOwner" not found ! 20:13:08,233 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element1SetOwner" not found ! 20:13:08,239 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element1" not found ! 20:13:08,243 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.StringStringMapOwner.id" not found ! 20:13:08,248 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.DatastoreVersion.datastoreVersionID has been specified to use sequence DatastoreVersionSequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:08,253 INFO [main][MinimumCumulus4jVersion] version=10100001 20:13:08,463 INFO [main][RecreateIndex] deleteIndex: first run: minIndexEntryID=1 maxIndexEntryID=470 20:13:08,463 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=1 toIndexEntryIDExcl=101 20:13:08,752 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=1 toIndexEntryIDExcl=101 20:13:08,753 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=101 toIndexEntryIDExcl=201 20:13:08,872 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=101 toIndexEntryIDExcl=201 20:13:08,872 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=201 toIndexEntryIDExcl=301 20:13:08,969 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=201 toIndexEntryIDExcl=301 20:13:08,969 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=301 toIndexEntryIDExcl=401 20:13:09,060 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=301 toIndexEntryIDExcl=401 20:13:09,060 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=401 toIndexEntryIDExcl=null 20:13:09,306 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=401 toIndexEntryIDExcl=null 20:13:09,557 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,559 INFO [main][ValueGeneration] Error encountered allocating block of IDs : Couldnt obtain a new sequence (unique id) : SEQUENCE 'root.indexentrysequence' does not exist. 20:13:09,560 INFO [main][ValueGeneration] Creating Repository for IDs in the datastore 20:13:09,612 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,630 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,640 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,653 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,660 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,667 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,674 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,694 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,707 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,725 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,733 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,744 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,752 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,760 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,767 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,773 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,781 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,788 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,795 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,802 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,809 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,828 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,837 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,843 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,851 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,858 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,879 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,886 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,893 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,901 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,920 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,928 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,936 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,943 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,952 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,967 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,976 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,984 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:09,992 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,000 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,022 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,031 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,039 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,047 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,073 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,082 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,089 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,096 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,103 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,111 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,118 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,125 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,132 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,139 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,148 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,166 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,175 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,183 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,191 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,199 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,208 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,216 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,225 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,232 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,240 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,247 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,254 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,260 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,267 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,278 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,290 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,298 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,305 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,311 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,322 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,329 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,336 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,344 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,355 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,361 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,369 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,376 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,392 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,399 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,405 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,417 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,426 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,434 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,442 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,450 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,458 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,467 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,475 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,483 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,491 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,499 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,508 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,516 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,524 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,532 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,562 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,576 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,613 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,623 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,631 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,638 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,646 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,652 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,685 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,691 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,698 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,707 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,713 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,720 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,728 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,736 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,744 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,751 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,758 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,765 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,804 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,811 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,818 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,825 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,833 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,839 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,847 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,853 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,861 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,868 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,875 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,882 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,890 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,897 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,911 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,918 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,927 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,933 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,940 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,947 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,955 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,963 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,981 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:10,988 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,000 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,008 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,015 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,023 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,031 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,038 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,046 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,053 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,141 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,149 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,171 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,178 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,190 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,199 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,206 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,213 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,220 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,228 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,238 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,247 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,254 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,265 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,273 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,281 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,289 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,296 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,303 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,311 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,319 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,327 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,375 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,386 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,394 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,403 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,411 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,419 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,425 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,432 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,460 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,486 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,494 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,501 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,514 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,530 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,556 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,563 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,574 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,581 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,589 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,596 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,604 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,611 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,619 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,627 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,634 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,640 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,652 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,659 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,670 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,677 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,684 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,691 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,698 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,707 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,718 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,725 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,738 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,748 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,762 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,778 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,785 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,793 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,804 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,831 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,837 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,844 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,854 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,861 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,869 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,879 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,886 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,893 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,901 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,907 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,914 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,931 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,938 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,946 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,957 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,965 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,980 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,987 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:11,995 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,001 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,030 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,054 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,061 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,068 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,077 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,090 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,099 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,111 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,159 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,171 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,180 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,189 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,207 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,231 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,247 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,261 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,268 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,276 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,285 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,297 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,305 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,316 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,333 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,341 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,349 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,357 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,364 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,372 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,379 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,385 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,400 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,408 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,418 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,426 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,436 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,464 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,470 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,477 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,484 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,490 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,497 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,503 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,510 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,517 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,524 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,531 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,539 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,547 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,556 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,564 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,574 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,582 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,590 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,603 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,610 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,617 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,624 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,631 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,639 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,646 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,657 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,665 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,672 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,679 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,689 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,696 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,702 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,708 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,720 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,727 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,734 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,742 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,748 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,757 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,766 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,776 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,783 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,791 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,807 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,815 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,822 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,829 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,837 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,844 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,852 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,902 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,910 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,917 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,925 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,932 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,939 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,966 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,973 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,980 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,987 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:12,994 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,014 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,020 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,027 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,034 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,040 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,047 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,055 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,063 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,070 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,078 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,084 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,091 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,098 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,104 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,111 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,117 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,124 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,135 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,143 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,149 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,155 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,167 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,174 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,184 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,190 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,201 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,208 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,214 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,222 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,228 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,239 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,249 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,256 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,264 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,271 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,278 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,286 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,293 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,301 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,317 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,366 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,373 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,379 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,386 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,393 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,399 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,405 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,412 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,431 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,437 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,467 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,475 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,493 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,511 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,518 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,530 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,549 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,573 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,580 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,588 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,595 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,603 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,620 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,628 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,636 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,644 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,651 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,659 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,666 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,673 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,680 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,691 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,700 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,706 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,713 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,720 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,727 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,740 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,746 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,752 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,760 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,766 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,774 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,782 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,789 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,796 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,803 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,812 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,819 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,826 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,848 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,866 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,873 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,880 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,891 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,901 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,912 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,920 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,927 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,934 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,941 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,948 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,955 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,966 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,977 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,988 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:13,995 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,004 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,011 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,019 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,094 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,126 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,134 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,141 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,148 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,157 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,177 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,191 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,198 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,213 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,228 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,235 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,244 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,251 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,262 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,281 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,292 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,303 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,309 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,328 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,335 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,354 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,368 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,374 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,399 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,403 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.DatastoreVersion.datastoreVersionID has been specified to use sequence DatastoreVersionSequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 20:13:14,463 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:13:14,488 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:13:14,542 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:13:14,619 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:14,664 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:14,680 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:14,710 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:13:14,711 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:14,722 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:14,723 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:14,727 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:13:14,727 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:14,739 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:13:14,739 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:13:14,739 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:13:14,740 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:14,840 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:13:14,840 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:14,841 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:13:14,841 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:14,841 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:14,850 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:13:14,851 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:13:14,861 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:13:14,861 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:14,861 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:13:14,880 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:14,880 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:14,880 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:14,880 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:15,018 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:13:15,018 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:15,019 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:15,019 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:15,122 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:13:15,122 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:15,123 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:15,123 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:15,134 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:13:15,134 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:15,134 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:15,135 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:15,135 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 20:13:15,135 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:15,145 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:13:15,146 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:15,146 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 20:13:15,146 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:15,147 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:15,197 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:13:15,198 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:15,198 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:15,198 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:13:15,198 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:15,231 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:13:15,231 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:15,232 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:13:15,232 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:13:15,232 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:13:15,244 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:13:15,252 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:13:15,270 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 20:13:15,291 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:13:15,295 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 20:13:15,303 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:13:15,321 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 20:13:15,333 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b 20:13:15,340 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:13:15,341 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 20:13:15,341 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 20:13:15,342 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:13:15,350 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:13:15,351 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b 20:13:15,360 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:13:15,360 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 20:13:15,360 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b 20:13:15,371 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:13:15,372 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:13:15,372 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:13:15,372 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 20:13:15,372 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:13:15,373 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 20:13:15,383 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:13:15,384 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:13:15,384 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:13:15,384 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:13:15,384 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 20:13:15,433 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:15,434 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 20:13:15,434 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 20:13:15,434 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:13:15,450 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:13:15,471 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:13:15,493 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:13:15,521 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:15,528 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:15,552 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:15,574 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:13:15,575 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:15,585 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:15,588 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:13:15,589 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:15,589 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:15,601 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:13:15,602 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:15,602 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:13:15,602 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:13:15,676 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:13:15,676 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:15,676 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:15,677 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:13:15,677 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:15,685 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:13:15,685 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:13:15,694 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:13:15,694 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:15,695 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:13:15,743 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:15,743 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:15,744 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:15,744 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:15,844 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:13:15,844 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:15,845 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:15,845 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:15,942 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:13:15,942 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:15,942 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:15,942 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:15,952 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:13:15,952 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:15,953 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:15,953 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:13:15,953 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:15,953 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:15,963 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:13:15,963 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:15,963 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:15,963 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:13:15,963 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:16,101 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:13:16,102 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:16,102 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:16,103 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:13:16,103 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:16,258 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:13:16,259 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:13:16,259 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:16,260 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:13:16,260 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:13:16,272 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:13:16,280 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:16,318 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:16,332 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:13:16,339 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:16,340 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:16,355 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:16,370 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:13:16,377 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:16,385 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:13:16,386 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:16,386 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:16,431 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:16,431 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:16,432 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:16,432 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:16,440 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:13:16,444 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 20:13:16,444 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:16,444 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:16,444 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:16,454 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:13:16,454 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:16,454 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:16,454 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:16,454 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:16,462 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:13:16,462 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:16,462 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:16,463 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:16,463 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:16,473 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:13:16,473 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:16,473 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:16,473 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:13:16,473 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:16,473 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:16,483 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:13:16,483 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:16,483 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:13:16,483 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:16,484 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:16,608 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:13:16,608 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:16,608 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:16,608 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:16,608 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:16,731 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:13:16,731 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:16,731 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:16,731 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:16,732 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:16,743 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:13:16,754 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:16,775 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:16,790 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:13:16,790 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:16,801 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:16,821 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:16,836 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:13:16,850 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:16,864 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:16,864 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:16,864 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:16,865 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:16,875 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:13:16,876 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:16,876 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:16,876 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:16,883 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:13:16,899 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:13:16,900 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:16,900 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:16,901 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:16,901 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:16,915 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:13:16,915 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:16,916 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:16,916 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:16,916 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:16,927 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:13:16,927 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:16,927 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:16,927 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:13:16,928 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:16,928 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:16,947 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:13:16,948 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:16,948 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:16,948 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:16,949 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:16,966 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:13:16,967 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:16,967 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:16,967 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:16,967 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:16,979 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 20:13:16,983 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:16,987 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 20:13:16,990 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,008 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 20:13:17,011 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 20:13:17,021 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 20:13:17,025 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 20:13:17,038 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 20:13:17,042 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 20:13:17,050 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 20:13:17,051 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,057 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 20:13:17,058 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 20:13:17,058 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 20:13:17,058 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 20:13:17,058 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 20:13:17,058 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,065 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:13:17,074 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,075 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,075 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 20:13:17,096 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:13:17,097 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 20:13:17,097 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 20:13:17,097 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 20:13:17,097 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:13:17,104 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 20:13:17,114 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 20:13:17,115 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,115 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 20:13:17,115 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:13:17,115 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,122 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 20:13:17,123 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 20:13:17,123 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,130 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 20:13:17,131 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:13:17,131 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,138 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:13:17,146 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 20:13:17,147 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,147 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 20:13:17,156 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:13:17,164 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 20:13:17,164 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:13:17,165 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 20:13:17,165 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,172 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 20:13:17,182 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,183 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:13:17,183 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,183 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 20:13:17,191 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 20:13:17,198 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,199 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:13:17,199 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,199 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 20:13:17,205 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 20:13:17,214 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,215 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 20:13:17,215 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,251 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 20:13:17,251 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 20:13:17,252 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,252 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 20:13:17,252 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:13:17,252 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,252 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 20:13:17,259 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 20:13:17,266 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 20:13:17,267 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,267 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 20:13:17,267 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:13:17,267 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,268 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 20:13:17,273 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 20:13:17,282 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 20:13:17,283 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,290 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 20:13:17,294 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,295 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 20:13:17,295 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:13:17,295 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,295 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 20:13:17,309 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 20:13:17,309 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:17,309 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 20:13:17,309 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:13:17,310 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:17,310 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 20:13:17,486 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:13:17,494 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:13:17,515 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:13:17,516 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.4, Element 1.3, Element 1.2, Element 1.1 20:13:17,516 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.3, Element 2.2, Element 2.4, Element 2.1 20:13:17,516 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 20:13:17,525 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:13:17,534 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:13:17,551 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:13:17,554 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 20:13:17,555 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.3, Element 2.2, Element 2.4, Element 2.1 20:13:17,555 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 20:13:17,555 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.4, Element 1.3, Element 1.2, Element 1.1 20:13:17,572 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:13:17,572 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.4, Element 1.3, Element 1.2, Element 1.1 20:13:17,573 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.3, Element 2.2, Element 2.4, Element 2.1 20:13:17,573 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:13:17,590 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:13:17,591 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.4, Element 1.3, Element 1.2, Element 1.1 20:13:17,591 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.3, Element 2.2, Element 2.4, Element 2.1 20:13:17,591 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:13:17,629 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 20:13:17,629 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.4, Element 1.3, Element 1.2, Element 1.1 20:13:17,629 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.3, Element 2.2, Element 2.4, Element 2.1 20:13:17,630 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:13:17,630 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 20:13:17,642 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 20:13:17,643 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.4, Element 1.3, Element 1.2, Element 1.1 20:13:17,643 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.3, Element 2.2, Element 2.4, Element 2.1 20:13:17,643 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:13:17,654 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:13:17,654 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 20:13:17,655 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.3, Element 2.2, Element 2.4, Element 2.1 20:13:17,655 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 20:13:17,655 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.4, Element 1.3, Element 1.2, Element 1.1 20:13:17,668 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:13:17,669 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 20:13:17,669 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:13:17,712 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 20:13:17,715 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 20:13:17,718 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 20:13:17,727 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 20:13:17,728 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 20:13:17,728 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:13:17,731 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 20:13:17,737 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:13:17,738 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 20:13:17,738 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:13:17,754 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 20:13:17,758 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 20:13:17,758 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 20:13:17,761 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 20:13:17,765 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 20:13:17,768 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 20:13:17,778 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 20:13:17,778 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 20:13:17,778 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:13:17,778 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 20:13:17,779 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 20:13:17,786 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 20:13:17,787 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 20:13:17,787 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:13:17,787 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 20:13:17,787 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 20:13:17,795 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 20:13:17,795 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 20:13:17,796 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 20:13:17,796 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 20:13:17,796 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 20:13:17,796 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 20:13:17,804 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 20:13:17,804 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 20:13:17,804 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:13:17,805 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 20:13:17,805 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 20:13:17,805 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 20:13:17,813 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:13:17,814 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 20:13:17,814 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 20:13:17,814 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 20:13:17,814 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 20:13:17,814 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 20:13:17,842 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:13:17,853 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:13:17,874 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc 20:13:17,893 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:13:17,904 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:13:17,925 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="bb", name="Element 2.2"]=bb 20:13:17,942 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="b", name="Element 3.2"]=b, Element3[value="a", name="Element 3.1"]=a 20:13:17,949 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:13:17,959 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:13:17,959 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="bb", name="Element 2.2"]=bb 20:13:17,959 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc 20:13:17,960 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:13:17,967 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:13:17,967 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="b", name="Element 3.2"]=b, Element3[value="a", name="Element 3.1"]=a 20:13:17,976 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:13:17,977 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="bb", name="Element 2.2"]=bb 20:13:17,977 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:13:17,977 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:13:17,978 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:13:17,978 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc 20:13:17,990 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:17,990 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="bb", name="Element 2.2"]=bb 20:13:17,991 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc 20:13:17,991 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:13:18,069 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 20:13:18,070 INFO [main][General] >> result=Owner 5 20:13:18,070 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 20:13:18,089 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 20:13:18,090 INFO [main][General] >> result=Owner 3 20:13:18,090 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 20:13:18,099 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:13:18,099 INFO [main][General] >> result=Owner 3 20:13:18,099 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 20:13:18,145 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:13:18,145 INFO [main][General] >> result=Owner 1 20:13:18,146 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.4, S.Element 1.2 20:13:18,146 INFO [main][General] >> result=Owner 4 20:13:18,146 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 20:13:18,146 INFO [main][General] >> result=Owner 2 20:13:18,146 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:18,157 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:13:18,158 INFO [main][General] >> result=Owner 3 20:13:18,158 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 20:13:18,168 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:13:18,169 INFO [main][General] >> result=Owner 5 20:13:18,169 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 20:13:18,169 INFO [main][General] >> result=Owner 1 20:13:18,169 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.4, S.Element 1.2 20:13:18,170 INFO [main][General] >> result=Owner 4 20:13:18,170 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 20:13:18,170 INFO [main][General] >> result=Owner 2 20:13:18,170 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:18,311 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:13:18,311 INFO [main][General] >> result=Owner 1 20:13:18,311 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.4, S.Element 1.2 20:13:18,312 INFO [main][General] >> result=Owner 3 20:13:18,312 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 20:13:18,312 INFO [main][General] >> result=Owner 2 20:13:18,312 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:18,435 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:13:18,435 INFO [main][General] >> result=Owner 1 20:13:18,436 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.4, S.Element 1.2 20:13:18,436 INFO [main][General] >> result=Owner 3 20:13:18,436 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 20:13:18,436 INFO [main][General] >> result=Owner 2 20:13:18,436 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:18,695 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 20:13:18,696 INFO [main][General] >> result=Owner 1 20:13:18,696 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.4, S.Element 1.2 20:13:18,696 INFO [main][General] >> result=Owner 4 20:13:18,696 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 20:13:18,697 INFO [main][General] >> result=Owner 3 20:13:18,697 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 20:13:18,697 INFO [main][General] >> result=Owner 2 20:13:18,697 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:18,881 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 20:13:18,882 INFO [main][General] >> result=Owner 1 20:13:18,882 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.4, S.Element 1.2 20:13:18,882 INFO [main][General] >> result=Owner 3 20:13:18,882 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 20:13:18,882 INFO [main][General] >> result=Owner 2 20:13:18,882 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:18,894 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:13:18,894 INFO [main][General] >> result=Owner 5 20:13:18,894 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 20:13:18,894 INFO [main][General] >> result=Owner 1 20:13:18,895 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.4, S.Element 1.2 20:13:18,895 INFO [main][General] >> result=Owner 4 20:13:18,895 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 20:13:18,895 INFO [main][General] >> result=Owner 2 20:13:18,895 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:18,938 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:13:18,938 INFO [main][General] >> result=Owner 5 20:13:18,938 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 20:13:18,938 INFO [main][General] >> result=Owner 3 20:13:18,939 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 20:13:22,246 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/cumulus4j_1cf3/derby-cumulus4j-1.0.0" was deleted successfully. 20:13:22,246 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:13:22,442 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:13:28,444 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:13:28,444 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:13:28,444 INFO [main][Cumulus4jStoreManager] ======================================================= 20:13:28,448 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:13:28,448 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:13:28,564 INFO [main][MinimumCumulus4jVersion] version=10100001 20:13:28,566 INFO [main][MinimumCumulus4jVersion] version=10100001 20:13:28,750 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:13:28,801 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:13:28,826 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:13:28,836 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:28,867 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:28,899 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:28,928 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:13:28,940 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:28,943 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:13:28,944 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:28,944 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:28,944 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:28,954 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:13:28,955 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:13:28,955 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:28,955 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:13:29,051 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:13:29,051 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:13:29,052 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:29,052 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:29,052 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:29,060 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:13:29,060 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:13:29,068 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:13:29,068 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:29,068 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:13:29,085 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:29,085 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:29,085 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:29,085 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:29,197 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:13:29,197 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:29,197 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:29,198 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:29,284 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:13:29,284 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:29,284 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:29,284 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:29,293 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:13:29,293 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:29,294 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 20:13:29,294 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:29,294 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:29,294 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:29,303 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:13:29,303 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:29,303 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 20:13:29,303 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:13:29,303 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:29,334 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:13:29,334 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:29,334 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:13:29,335 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:29,335 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:29,362 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:13:29,362 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:13:29,362 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:13:29,362 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:13:29,363 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:13:29,392 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:13:29,399 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:13:29,417 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb 20:13:29,438 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:13:29,450 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 20:13:29,457 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:13:29,475 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd 20:13:29,479 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 20:13:29,491 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:13:29,491 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd 20:13:29,491 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb 20:13:29,492 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:13:29,499 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:13:29,500 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 20:13:29,508 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:13:29,508 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb 20:13:29,509 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 20:13:29,518 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:13:29,518 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:13:29,519 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:13:29,519 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:13:29,519 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd 20:13:29,519 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb 20:13:29,529 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:13:29,529 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:13:29,529 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:13:29,529 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd 20:13:29,529 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:13:29,573 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:29,573 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd 20:13:29,574 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb 20:13:29,574 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:13:29,604 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:13:29,626 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:13:29,650 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:13:29,679 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:29,685 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:29,710 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:29,728 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:13:29,739 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:29,742 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:13:29,743 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:29,743 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:29,743 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:29,753 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:13:29,753 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:13:29,753 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:29,754 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:13:29,820 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:13:29,820 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:29,821 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:13:29,821 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:29,821 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:29,828 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:13:29,828 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:13:29,836 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:13:29,836 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:29,836 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:13:29,878 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:29,878 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:29,878 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:29,878 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:29,968 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:13:29,968 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:29,969 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:29,969 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:30,069 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:13:30,070 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:30,070 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:30,070 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:30,079 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:13:30,079 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:30,079 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:13:30,079 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:30,080 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:30,080 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:30,088 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:13:30,088 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:30,088 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:13:30,089 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:13:30,089 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:30,200 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:13:30,200 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:30,200 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:13:30,201 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:30,201 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:30,309 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:13:30,310 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:13:30,310 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:13:30,311 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:13:30,311 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:13:30,340 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:13:30,357 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:30,363 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:30,377 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:13:30,377 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:30,394 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:30,401 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:30,415 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:13:30,422 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:30,429 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:13:30,429 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:30,429 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:30,472 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:30,472 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:30,472 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:30,473 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:30,481 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:13:30,481 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:30,482 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:30,484 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 20:13:30,485 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:30,493 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:13:30,494 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:30,494 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:30,494 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:30,494 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:30,501 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:13:30,501 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:30,501 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:30,501 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:30,502 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:30,510 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:13:30,510 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:30,511 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:30,511 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:30,511 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:13:30,511 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:30,519 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:13:30,519 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:13:30,520 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:30,520 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:13:30,520 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:30,633 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:13:30,634 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:30,634 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:30,634 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:30,634 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:30,742 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:13:30,742 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:13:30,743 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:13:30,743 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:13:30,743 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:13:30,782 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:13:30,791 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:30,811 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:30,828 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:13:30,848 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:30,848 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:30,857 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:30,871 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:13:30,884 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:30,895 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:30,896 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:30,896 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:30,896 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:30,905 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:13:30,905 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:30,905 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:30,911 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:13:30,912 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:30,925 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:13:30,925 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:30,925 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:30,925 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:30,926 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:30,937 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:13:30,937 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:30,937 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:30,937 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:30,938 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:30,946 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:13:30,946 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:30,946 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:30,946 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:13:30,946 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:30,946 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:13:30,963 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:13:30,963 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:30,963 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:30,963 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:30,963 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:30,978 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:13:30,978 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:13:30,979 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:13:30,979 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:13:30,979 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:13:31,014 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 20:13:31,018 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,021 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 20:13:31,024 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,041 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 20:13:31,044 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 20:13:31,047 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 20:13:31,050 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 20:13:31,053 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 20:13:31,057 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 20:13:31,058 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 20:13:31,058 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,063 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 20:13:31,064 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 20:13:31,064 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 20:13:31,064 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 20:13:31,064 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,064 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 20:13:31,071 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:13:31,071 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 20:13:31,072 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,072 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,080 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:13:31,080 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 20:13:31,080 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 20:13:31,080 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 20:13:31,081 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:13:31,087 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 20:13:31,088 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 20:13:31,088 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 20:13:31,088 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,088 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:13:31,089 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,095 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 20:13:31,095 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 20:13:31,096 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 20:13:31,096 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,096 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:13:31,096 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,103 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:13:31,103 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 20:13:31,103 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 20:13:31,104 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,112 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:13:31,113 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 20:13:31,113 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 20:13:31,113 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,113 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:13:31,121 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 20:13:31,122 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 20:13:31,122 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,122 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:13:31,122 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,129 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 20:13:31,130 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 20:13:31,130 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,130 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:13:31,130 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,136 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 20:13:31,136 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,136 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 20:13:31,137 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,153 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 20:13:31,154 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 20:13:31,154 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 20:13:31,154 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 20:13:31,154 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,154 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:13:31,155 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,161 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 20:13:31,161 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 20:13:31,161 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 20:13:31,162 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 20:13:31,162 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,162 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:13:31,162 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,168 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 20:13:31,168 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 20:13:31,168 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,175 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 20:13:31,175 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 20:13:31,176 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 20:13:31,176 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,176 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:13:31,176 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,183 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 20:13:31,183 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 20:13:31,183 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 20:13:31,184 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 20:13:31,184 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:13:31,184 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:13:31,332 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:13:31,332 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.1, Element 3.2, Element 3.3 20:13:31,344 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:13:31,344 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.2, Element 2.4, Element 2.3, Element 2.1 20:13:31,345 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 20:13:31,345 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.2, Element 1.1, Element 1.3, Element 1.4 20:13:31,353 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:13:31,354 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.1, Element 3.2, Element 3.3 20:13:31,362 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:13:31,362 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.2, Element 2.4, Element 2.3, Element 2.1 20:13:31,363 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 20:13:31,363 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.2, Element 1.1, Element 1.3, Element 1.4 20:13:31,363 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 20:13:31,388 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:13:31,389 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.1, Element 3.2, Element 3.3 20:13:31,396 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.2, Element 2.4, Element 2.3, Element 2.1 20:13:31,397 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.2, Element 1.1, Element 1.3, Element 1.4 20:13:31,414 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:13:31,419 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.1, Element 3.2, Element 3.3 20:13:31,426 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.2, Element 2.4, Element 2.3, Element 2.1 20:13:31,427 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.2, Element 1.1, Element 1.3, Element 1.4 20:13:31,467 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 20:13:31,469 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.1, Element 3.2, Element 3.3 20:13:31,470 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.2, Element 2.4, Element 2.3, Element 2.1 20:13:31,470 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 20:13:31,470 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.2, Element 1.1, Element 1.3, Element 1.4 20:13:31,497 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 20:13:31,497 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.1, Element 3.2, Element 3.3 20:13:31,498 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.2, Element 2.4, Element 2.3, Element 2.1 20:13:31,498 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.2, Element 1.1, Element 1.3, Element 1.4 20:13:31,512 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:13:31,518 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.2, Element 2.4, Element 2.3, Element 2.1 20:13:31,519 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 20:13:31,519 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.2, Element 1.1, Element 1.3, Element 1.4 20:13:31,519 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 20:13:31,547 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:13:31,548 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.1, Element 3.2, Element 3.3 20:13:31,548 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 20:13:31,728 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 20:13:31,732 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 20:13:31,736 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 20:13:31,746 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 20:13:31,749 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 20:13:31,750 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:13:31,750 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 20:13:31,756 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:13:31,756 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:13:31,756 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 20:13:31,773 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 20:13:31,773 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 20:13:31,776 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 20:13:31,778 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 20:13:31,781 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 20:13:31,784 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 20:13:31,792 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 20:13:31,793 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 20:13:31,793 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 20:13:31,793 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 20:13:31,793 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:13:31,800 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 20:13:31,800 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 20:13:31,800 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 20:13:31,800 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 20:13:31,800 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:13:31,807 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 20:13:31,807 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 20:13:31,807 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 20:13:31,807 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 20:13:31,807 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 20:13:31,807 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 20:13:31,814 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 20:13:31,814 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 20:13:31,814 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 20:13:31,814 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 20:13:31,815 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 20:13:31,815 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:13:31,822 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:13:31,823 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 20:13:31,823 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 20:13:31,823 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 20:13:31,823 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 20:13:31,823 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 20:13:31,876 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:13:31,896 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 20:13:31,904 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:13:31,923 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:13:31,940 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="b", name="Element 3.2"]=b, Element3[value="c", name="Element 3.3"]=c, Element3[value="a", name="Element 3.1"]=a 20:13:31,950 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:13:31,955 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:13:31,976 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 20:13:31,984 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:13:31,984 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 20:13:31,984 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:13:31,985 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 20:13:31,991 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:13:31,991 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="b", name="Element 3.2"]=b, Element3[value="c", name="Element 3.3"]=c, Element3[value="a", name="Element 3.1"]=a 20:13:31,999 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:13:31,999 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:13:31,999 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:13:31,999 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:13:31,999 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 20:13:32,000 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 20:13:32,010 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:13:32,011 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 20:13:32,011 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:13:32,011 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 20:13:32,096 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 20:13:32,096 INFO [main][General] >> result=Owner 5 20:13:32,096 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 20:13:32,112 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 20:13:32,112 INFO [main][General] >> result=Owner 3 20:13:32,112 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:13:32,119 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:13:32,119 INFO [main][General] >> result=Owner 3 20:13:32,119 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:13:32,159 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:13:32,159 INFO [main][General] >> result=Owner 1 20:13:32,159 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 20:13:32,159 INFO [main][General] >> result=Owner 2 20:13:32,159 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:32,159 INFO [main][General] >> result=Owner 4 20:13:32,160 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 20:13:32,169 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:13:32,169 INFO [main][General] >> result=Owner 3 20:13:32,169 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:13:32,177 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:13:32,177 INFO [main][General] >> result=Owner 4 20:13:32,178 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 20:13:32,178 INFO [main][General] >> result=Owner 5 20:13:32,178 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 20:13:32,178 INFO [main][General] >> result=Owner 1 20:13:32,178 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 20:13:32,178 INFO [main][General] >> result=Owner 2 20:13:32,178 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:32,288 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:13:32,288 INFO [main][General] >> result=Owner 1 20:13:32,289 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 20:13:32,289 INFO [main][General] >> result=Owner 2 20:13:32,289 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:32,289 INFO [main][General] >> result=Owner 3 20:13:32,289 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:13:32,393 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:13:32,393 INFO [main][General] >> result=Owner 1 20:13:32,394 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 20:13:32,394 INFO [main][General] >> result=Owner 2 20:13:32,394 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:32,394 INFO [main][General] >> result=Owner 3 20:13:32,394 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:13:32,518 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 20:13:32,518 INFO [main][General] >> result=Owner 1 20:13:32,518 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 20:13:32,518 INFO [main][General] >> result=Owner 2 20:13:32,518 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:32,519 INFO [main][General] >> result=Owner 3 20:13:32,519 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:13:32,519 INFO [main][General] >> result=Owner 4 20:13:32,519 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 20:13:32,649 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 20:13:32,649 INFO [main][General] >> result=Owner 1 20:13:32,650 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 20:13:32,650 INFO [main][General] >> result=Owner 2 20:13:32,650 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:32,650 INFO [main][General] >> result=Owner 3 20:13:32,650 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:13:32,661 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:13:32,661 INFO [main][General] >> result=Owner 4 20:13:32,661 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 20:13:32,661 INFO [main][General] >> result=Owner 5 20:13:32,661 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 20:13:32,661 INFO [main][General] >> result=Owner 1 20:13:32,662 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 20:13:32,662 INFO [main][General] >> result=Owner 2 20:13:32,662 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.3, S.Element 2.4, S.Element 2.2, S.Element 2.1 20:13:32,702 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:13:32,702 INFO [main][General] >> result=Owner 5 20:13:32,702 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 20:13:32,702 INFO [main][General] >> result=Owner 3 20:13:32,702 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:13:34,357 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/cumulus4j_39/derby-cumulus4j-1.1.0" was deleted successfully. 20:13:34,357 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.991 sec Running org.cumulus4j.store.test.movie.MovieQueryTest 20:13:34,375 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:13:34,385 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:13:34,389 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:13:34,414 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:13:34,414 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:13:34,421 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:13:34,425 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:13:34,492 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:13:57,525 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:13:57,525 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:13:57,525 INFO [main][Cumulus4jStoreManager] ======================================================= 20:13:57,527 INFO [main][MovieQueryTest] importDataCsv: entered 20:13:57,534 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:13:57,534 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:13:57,898 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:13:58,071 INFO [main][MinimumCumulus4jVersion] version=10100001 20:13:58,566 INFO [main][MinimumCumulus4jVersion] version=10100001 20:13:58,822 INFO [main][MovieQueryTest] importDataCsv: nothing imported before => importing now. 20:13:58,842 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 20:13:58,939 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Person.personID" not found ! 20:13:59,017 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Language.languageID" not found ! 20:14:06,234 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 20:14:07,141 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:14:25,402 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:16:38,278 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=1281 minTime=1281 maxTime=1281 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=8 minTime=8 maxTime=8 50.importMovies invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=159456 minTime=159456 maxTime=159456 55.finalFlush invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 20:16:39,843 INFO [main][MovieQueryTest] query0: entered 20:16:39,861 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:16:39,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:16:39,890 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:16:39,946 INFO [main][MovieQueryTest] query0: found 39 movies with rating "R (USA)": 20:16:39,947 INFO [main][MovieQueryTest] query0: * 328: Bloodline: Sibling Rivalry 20:16:39,947 INFO [main][MovieQueryTest] query0: * 362: Riot 20:16:39,948 INFO [main][MovieQueryTest] query0: * 59: The Monster 20:16:39,948 INFO [main][MovieQueryTest] query0: * 416: Lovers and Other Strangers 20:16:39,948 INFO [main][MovieQueryTest] query0: * 122: Mary Reilly 20:16:39,948 INFO [main][MovieQueryTest] query0: * 12: The Big Lebowski 20:16:39,948 INFO [main][MovieQueryTest] query0: * 40: Greenfingers 20:16:39,949 INFO [main][MovieQueryTest] query0: * 326: The Killing Kind 20:16:39,949 INFO [main][MovieQueryTest] query0: * 340: No Code of Conduct 20:16:39,949 INFO [main][MovieQueryTest] query0: * 407: The Young Unknowns 20:16:39,949 INFO [main][MovieQueryTest] query0: * 331: The Drop 20:16:39,949 INFO [main][MovieQueryTest] query0: * 268: Dead In The Water 20:16:39,950 INFO [main][MovieQueryTest] query0: * 433: Posers 20:16:39,950 INFO [main][MovieQueryTest] query0: * 290: Rock Star 20:16:39,950 INFO [main][MovieQueryTest] query0: * 66: Carrington 20:16:39,950 INFO [main][MovieQueryTest] query0: * 149: Savage Dawn 20:16:39,951 INFO [main][MovieQueryTest] query0: * 29: All about the Benjamins 20:16:39,951 INFO [main][MovieQueryTest] query0: * 408: Strip n Run 20:16:39,951 INFO [main][MovieQueryTest] query0: * 543: Wilbur Wants to Kill Himself 20:16:39,951 INFO [main][MovieQueryTest] query0: * 431: The Three Amigos 20:16:39,952 INFO [main][MovieQueryTest] query0: * 342: Kinsey 20:16:39,952 INFO [main][MovieQueryTest] query0: * 316: Jack Brooks: Monster Slayer 20:16:39,952 INFO [main][MovieQueryTest] query0: * 45: Bloody Sunday 20:16:39,952 INFO [main][MovieQueryTest] query0: * 32: Dirty Deeds 20:16:39,952 INFO [main][MovieQueryTest] query0: * 419: RoboCop: Resurrection 20:16:39,953 INFO [main][MovieQueryTest] query0: * 344: Late Last Night 20:16:39,953 INFO [main][MovieQueryTest] query0: * 500: Death Race 2000 20:16:39,953 INFO [main][MovieQueryTest] query0: * 303: Heist 20:16:39,953 INFO [main][MovieQueryTest] query0: * 489: Rollerball 20:16:39,954 INFO [main][MovieQueryTest] query0: * 475: Killing Machine 20:16:39,954 INFO [main][MovieQueryTest] query0: * 356: The King of the Mountain 20:16:39,954 INFO [main][MovieQueryTest] query0: * 538: Then She Found Me 20:16:39,954 INFO [main][MovieQueryTest] query0: * 428: Wonderful World 20:16:39,955 INFO [main][MovieQueryTest] query0: * 297: Just the Two of Us 20:16:39,955 INFO [main][MovieQueryTest] query0: * 492: The Healer 20:16:39,955 INFO [main][MovieQueryTest] query0: * 155: Never Die Alone 20:16:39,955 INFO [main][MovieQueryTest] query0: * 237: Street Dreams 20:16:39,955 INFO [main][MovieQueryTest] query0: * 368: Bride of Re-Animator 20:16:39,956 INFO [main][MovieQueryTest] query0: * 381: Performance 20:16:39,970 INFO [main][MovieQueryTest] importDataCsv: entered 20:16:39,975 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:16:40,049 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:16:40,049 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=76 minTime=76 maxTime=76 20:16:40,078 INFO [main][MovieQueryTest] query1: entered 20:16:40,107 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:16:40,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,147 INFO [main][MovieQueryTest] query1: found 34 movies with rating.name containing "G": 20:16:40,148 INFO [main][MovieQueryTest] query1: * 271: Behind the Sun (PG-13 (USA)) 20:16:40,148 INFO [main][MovieQueryTest] query1: * 427: A Christmas Story (PG (USA)) 20:16:40,148 INFO [main][MovieQueryTest] query1: * 28: Red Sonja (PG-13 (USA)) 20:16:40,149 INFO [main][MovieQueryTest] query1: * 400: Waterproof (PG-13 (USA)) 20:16:40,149 INFO [main][MovieQueryTest] query1: * 58: School of Life (PG (USA)) 20:16:40,149 INFO [main][MovieQueryTest] query1: * 493: Dirty Laundry (PG-13 (USA)) 20:16:40,149 INFO [main][MovieQueryTest] query1: * 434: Alice in Wonderland (PG (USA)) 20:16:40,149 INFO [main][MovieQueryTest] query1: * 352: August Evening (PG-13 (USA)) 20:16:40,150 INFO [main][MovieQueryTest] query1: * 47: Burlesque (PG-13 (USA)) 20:16:40,150 INFO [main][MovieQueryTest] query1: * 305: Be My Baby (PG-13 (USA)) 20:16:40,150 INFO [main][MovieQueryTest] query1: * 37: Hoodwinked (PG (USA)) 20:16:40,150 INFO [main][MovieQueryTest] query1: * 459: MegaMind (PG (USA)) 20:16:40,151 INFO [main][MovieQueryTest] query1: * 138: The Roommate (PG-13 (USA)) 20:16:40,151 INFO [main][MovieQueryTest] query1: * 497: That's Dancing! (G (USA)) 20:16:40,151 INFO [main][MovieQueryTest] query1: * 375: Plein Soleil (PG-13 (USA)) 20:16:40,151 INFO [main][MovieQueryTest] query1: * 424: Windrunner (PG (USA)) 20:16:40,152 INFO [main][MovieQueryTest] query1: * 51: Dude, Where's the Party? (PG-13 (USA)) 20:16:40,152 INFO [main][MovieQueryTest] query1: * 65: The Hunchback of Notre Dame (PG (USA)) 20:16:40,152 INFO [main][MovieQueryTest] query1: * 231: Walt & El Grupo (PG (USA)) 20:16:40,152 INFO [main][MovieQueryTest] query1: * 405: Repossessed (PG-13 (USA)) 20:16:40,153 INFO [main][MovieQueryTest] query1: * 81: Rookie of the Year (PG (USA)) 20:16:40,153 INFO [main][MovieQueryTest] query1: * 507: Funland (PG-13 (USA)) 20:16:40,153 INFO [main][MovieQueryTest] query1: * 485: Cover (PG-13 (USA)) 20:16:40,153 INFO [main][MovieQueryTest] query1: * 525: Love Field (PG-13 (USA)) 20:16:40,153 INFO [main][MovieQueryTest] query1: * 24: That's Entertainment, Part II (G (USA)) 20:16:40,154 INFO [main][MovieQueryTest] query1: * 393: Hell in the Pacific (G (USA)) 20:16:40,154 INFO [main][MovieQueryTest] query1: * 404: The Wizard (PG (USA)) 20:16:40,154 INFO [main][MovieQueryTest] query1: * 338: Swarmed (PG-13 (USA)) 20:16:40,154 INFO [main][MovieQueryTest] query1: * 394: Follow the River (PG (USA)) 20:16:40,155 INFO [main][MovieQueryTest] query1: * 522: Anzio (PG-13 (USA)) 20:16:40,155 INFO [main][MovieQueryTest] query1: * 418: Sparks: The Price of Passion (PG-13 (USA)) 20:16:40,155 INFO [main][MovieQueryTest] query1: * 50: Goodbye, Columbus (PG (USA)) 20:16:40,155 INFO [main][MovieQueryTest] query1: * 131: Black Beauty (G (USA)) 20:16:40,156 INFO [main][MovieQueryTest] query1: * 60: Faraway, So Close! (PG-13 (USA)) 20:16:40,158 INFO [main][MovieQueryTest] importDataCsv: entered 20:16:40,160 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:16:40,193 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:16:40,194 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=34 minTime=34 maxTime=34 20:16:40,203 INFO [main][MovieQueryTest] query2: entered 20:16:40,206 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:16:40,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,226 INFO [main][MovieQueryTest] query2: found 18 movies with rating.name == "PG-13 (USA)": 20:16:40,226 INFO [main][MovieQueryTest] query2: * 271: Behind the Sun (PG-13 (USA)) 20:16:40,227 INFO [main][MovieQueryTest] query2: * 51: Dude, Where's the Party? (PG-13 (USA)) 20:16:40,227 INFO [main][MovieQueryTest] query2: * 28: Red Sonja (PG-13 (USA)) 20:16:40,227 INFO [main][MovieQueryTest] query2: * 405: Repossessed (PG-13 (USA)) 20:16:40,227 INFO [main][MovieQueryTest] query2: * 507: Funland (PG-13 (USA)) 20:16:40,228 INFO [main][MovieQueryTest] query2: * 400: Waterproof (PG-13 (USA)) 20:16:40,228 INFO [main][MovieQueryTest] query2: * 485: Cover (PG-13 (USA)) 20:16:40,228 INFO [main][MovieQueryTest] query2: * 493: Dirty Laundry (PG-13 (USA)) 20:16:40,228 INFO [main][MovieQueryTest] query2: * 525: Love Field (PG-13 (USA)) 20:16:40,228 INFO [main][MovieQueryTest] query2: * 352: August Evening (PG-13 (USA)) 20:16:40,229 INFO [main][MovieQueryTest] query2: * 47: Burlesque (PG-13 (USA)) 20:16:40,229 INFO [main][MovieQueryTest] query2: * 305: Be My Baby (PG-13 (USA)) 20:16:40,229 INFO [main][MovieQueryTest] query2: * 338: Swarmed (PG-13 (USA)) 20:16:40,229 INFO [main][MovieQueryTest] query2: * 138: The Roommate (PG-13 (USA)) 20:16:40,229 INFO [main][MovieQueryTest] query2: * 522: Anzio (PG-13 (USA)) 20:16:40,230 INFO [main][MovieQueryTest] query2: * 418: Sparks: The Price of Passion (PG-13 (USA)) 20:16:40,230 INFO [main][MovieQueryTest] query2: * 375: Plein Soleil (PG-13 (USA)) 20:16:40,230 INFO [main][MovieQueryTest] query2: * 60: Faraway, So Close! (PG-13 (USA)) 20:16:40,232 INFO [main][MovieQueryTest] importDataCsv: entered 20:16:40,235 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:16:40,267 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:16:40,268 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=35 minTime=35 maxTime=35 20:16:40,279 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:16:40,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:16:40,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,288 INFO [main][MovieQueryTest] query3: found 2 movies with starring.contains("Katharine Hepburn"): 20:16:40,289 INFO [main][MovieQueryTest] query3: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 20:16:40,290 INFO [main][MovieQueryTest] query3: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 20:16:40,292 INFO [main][MovieQueryTest] importDataCsv: entered 20:16:40,294 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:16:40,327 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:16:40,328 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=35 minTime=35 maxTime=35 20:16:40,340 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:16:40,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,346 INFO [main][MovieQueryTest] query4: found 2 movies query="SELECT FROM org.cumulus4j.store.test.movie.Movie WHERE this.starring.contains(personVariable) && personVariable.name == :personName VARIABLES org.cumulus4j.store.test.movie.Person personVariable" and personName="Katharine Hepburn"): 20:16:40,347 INFO [main][MovieQueryTest] query4: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 20:16:40,348 INFO [main][MovieQueryTest] query4: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 20:16:40,350 INFO [main][MovieQueryTest] importDataCsv: entered 20:16:40,352 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:16:40,380 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:16:40,380 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=29 minTime=29 maxTime=29 20:16:40,419 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:16:40,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,468 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,502 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,504 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:16:40,518 INFO [main][MovieQueryTest] query5: found 16 movies query="SELECT FROM org.cumulus4j.store.test.movie.Movie WHERE this.starring.contains(personVariable) && personVariable.name.indexOf(:personNamePart) >= 0 VARIABLES org.cumulus4j.store.test.movie.Person personVariable" and personNamePart="Kat"): 20:16:40,519 INFO [main][MovieQueryTest] query5: * 1: The Misfortunates (Kenneth Vanbaeden, Johan Heldenbergh, Koen De Graeve, Sten Van Gestel, Pauline Grossen, Bert Haelvoet, Ehsan Hemat, Sara Debosschere, Katrien Deklerq, Natali Broods, Sofie Palmers, Valentijn Dhaenens, Sachli Gholamalizad, Gilda De Bal, Lynn Van Royen, Yves Degryse, Charlotte Vandermeersch, Robbie Cleiren, Jos Geens, Wouter Hendrickx, Wout Kelchtermans) 20:16:40,520 INFO [main][MovieQueryTest] query5: * 122: Mary Reilly (Kathy Staff, Linda Bassett, Julia Roberts, George Cole, Glenn Close, John Malkovich, Michael Gambon) 20:16:40,520 INFO [main][MovieQueryTest] query5: * 58: School of Life (Alexander Pollock, Kate Vernon, David Paymer, Ryan Reynolds, John Astin) 20:16:40,521 INFO [main][MovieQueryTest] query5: * 222: Meat Pushin in the Seat Cushion 4 (Katie Gold) 20:16:40,522 INFO [main][MovieQueryTest] query5: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 20:16:40,523 INFO [main][MovieQueryTest] query5: * 47: Burlesque (Cher, Dianna Agron, Stephen Lee, Baldeep Singh, Terrence Jenkins, Alan Cumming, Christina Aguilera, Stanley Tucci, David Walton, Peter Gallagher, Tanee McCall, Chelsea Traille, Katelynn Tilley, Julianne Hough, Eric Dane, Glynn Turman, Kristen Bell, Cam Gigandet) 20:16:40,523 INFO [main][MovieQueryTest] query5: * 461: Boogie Town (Corbin Bernsen, Brenda Song, Mykal Anthony Bean, Vanessa Simmons, Katerina Graham, Khleo Thomas, Marques Houston) 20:16:40,524 INFO [main][MovieQueryTest] query5: * 503: Winnie the Pooh: ABC's (Jimmy Bennett, Peter Cullen, David Ogden Stiers, Kath Soucie, Jim Cummings, John Fiedler) 20:16:40,524 INFO [main][MovieQueryTest] query5: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 20:16:40,525 INFO [main][MovieQueryTest] query5: * 438: Miracle Dogs (Daniel Roebuck, Ted Shackelford, Kate Jackson, Josh Hutcherson, Rue McClanahan, Alana Austin) 20:16:40,526 INFO [main][MovieQueryTest] query5: * 283: Falling (Gabriela Hegedüs, Darina Dujmic, Georg Friedrich, Ursula Strauss, Ina Strnad, Kathrin Resetarits, Nina Proll, Birgit Minichmayr) 20:16:40,526 INFO [main][MovieQueryTest] query5: * 138: The Roommate (Frances Fisher, Minka Kelly, Tomas Arana, Matt Lanter, Billy Zane, Jacqueline Mazarella, Cherilyn Wilson, Carrie Finklea, Leighton Meester, Lauren Storm, Danneel Harris, Kaley Cuoco, Ryan Doom, Alyson Michalka, Katerina Graham, Elena Franklin, Cam Gigandet) 20:16:40,527 INFO [main][MovieQueryTest] query5: * 537: Son of No One (Al Pacino, Katie Holmes, Ray Liotta, Tracy Morgan, Juliette Binoche, Channing Tatum) 20:16:40,528 INFO [main][MovieQueryTest] query5: * 342: Kinsey (Laura Linney, Peter Sarsgaard, William Sadler, John McMartin, Veronica Cartwright, Tim Curry, Dylan Baker, Chris O'Donnell, Arden Myrin, Liam Neeson, Dagmara Dominczyk, John Lithgow, Kathleen Chalfant, Luke MacFarlane, Oliver Platt, Julianne Nicholson, Timothy Hutton, John Krasinski, Heather Goldenhersh) 20:16:40,533 INFO [main][MovieQueryTest] query5: * 368: Bride of Re-Animator (Fabiana Udenio, Jeffrey Combs, Claude Earl Jones, Mel Stewart, Kathleen Kinmont, David Gale, Bruce Abbott) 20:16:40,534 INFO [main][MovieQueryTest] query5: * 483: Gridlock (David Hasselhoff, Kathy Ireland, Alan Scarfe) 20:16:41,207 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:16:41,208 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:16:41,249 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:16:45,892 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:16:45,892 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:16:45,893 INFO [main][Cumulus4jStoreManager] ======================================================= 20:16:45,894 INFO [main][MovieQueryTest] importDataCsv: entered 20:16:45,895 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:16:45,896 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:16:45,942 INFO [main][MinimumCumulus4jVersion] version=10100001 20:16:45,944 INFO [main][MinimumCumulus4jVersion] version=10100001 20:16:45,968 INFO [main][MovieQueryTest] importDataCsv: nothing imported before => importing now. 20:16:45,972 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 20:16:46,021 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Person.personID" not found ! 20:16:46,046 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Language.languageID" not found ! 20:16:49,898 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 20:17:28,449 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:19:07,180 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=72 minTime=72 maxTime=72 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=2 minTime=2 maxTime=2 50.importMovies invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=141212 minTime=141212 maxTime=141212 55.finalFlush invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 20:19:07,956 INFO [main][MovieQueryTest] query0: entered 20:19:07,958 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:19:07,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:19:07,965 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:19:07,994 INFO [main][MovieQueryTest] query0: found 39 movies with rating "R (USA)": 20:19:07,994 INFO [main][MovieQueryTest] query0: * 381: Performance 20:19:07,994 INFO [main][MovieQueryTest] query0: * 489: Rollerball 20:19:07,994 INFO [main][MovieQueryTest] query0: * 45: Bloody Sunday 20:19:07,995 INFO [main][MovieQueryTest] query0: * 500: Death Race 2000 20:19:07,995 INFO [main][MovieQueryTest] query0: * 328: Bloodline: Sibling Rivalry 20:19:07,995 INFO [main][MovieQueryTest] query0: * 32: Dirty Deeds 20:19:07,995 INFO [main][MovieQueryTest] query0: * 59: The Monster 20:19:07,995 INFO [main][MovieQueryTest] query0: * 475: Killing Machine 20:19:07,995 INFO [main][MovieQueryTest] query0: * 492: The Healer 20:19:07,995 INFO [main][MovieQueryTest] query0: * 340: No Code of Conduct 20:19:07,995 INFO [main][MovieQueryTest] query0: * 331: The Drop 20:19:07,996 INFO [main][MovieQueryTest] query0: * 303: Heist 20:19:07,996 INFO [main][MovieQueryTest] query0: * 66: Carrington 20:19:07,996 INFO [main][MovieQueryTest] query0: * 416: Lovers and Other Strangers 20:19:07,996 INFO [main][MovieQueryTest] query0: * 149: Savage Dawn 20:19:07,996 INFO [main][MovieQueryTest] query0: * 433: Posers 20:19:07,996 INFO [main][MovieQueryTest] query0: * 316: Jack Brooks: Monster Slayer 20:19:07,996 INFO [main][MovieQueryTest] query0: * 342: Kinsey 20:19:07,997 INFO [main][MovieQueryTest] query0: * 543: Wilbur Wants to Kill Himself 20:19:07,997 INFO [main][MovieQueryTest] query0: * 237: Street Dreams 20:19:07,997 INFO [main][MovieQueryTest] query0: * 419: RoboCop: Resurrection 20:19:07,997 INFO [main][MovieQueryTest] query0: * 268: Dead In The Water 20:19:07,997 INFO [main][MovieQueryTest] query0: * 362: Riot 20:19:07,997 INFO [main][MovieQueryTest] query0: * 290: Rock Star 20:19:07,997 INFO [main][MovieQueryTest] query0: * 122: Mary Reilly 20:19:07,997 INFO [main][MovieQueryTest] query0: * 408: Strip n Run 20:19:07,997 INFO [main][MovieQueryTest] query0: * 431: The Three Amigos 20:19:07,997 INFO [main][MovieQueryTest] query0: * 407: The Young Unknowns 20:19:07,998 INFO [main][MovieQueryTest] query0: * 12: The Big Lebowski 20:19:07,998 INFO [main][MovieQueryTest] query0: * 326: The Killing Kind 20:19:07,998 INFO [main][MovieQueryTest] query0: * 344: Late Last Night 20:19:07,998 INFO [main][MovieQueryTest] query0: * 356: The King of the Mountain 20:19:07,998 INFO [main][MovieQueryTest] query0: * 428: Wonderful World 20:19:07,998 INFO [main][MovieQueryTest] query0: * 538: Then She Found Me 20:19:07,998 INFO [main][MovieQueryTest] query0: * 29: All about the Benjamins 20:19:07,999 INFO [main][MovieQueryTest] query0: * 155: Never Die Alone 20:19:07,999 INFO [main][MovieQueryTest] query0: * 297: Just the Two of Us 20:19:07,999 INFO [main][MovieQueryTest] query0: * 368: Bride of Re-Animator 20:19:07,999 INFO [main][MovieQueryTest] query0: * 40: Greenfingers 20:19:08,001 INFO [main][MovieQueryTest] importDataCsv: entered 20:19:08,003 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:19:08,025 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:19:08,026 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=24 minTime=24 maxTime=24 20:19:08,033 INFO [main][MovieQueryTest] query1: entered 20:19:08,037 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:19:08,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,044 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,071 INFO [main][MovieQueryTest] query1: found 34 movies with rating.name containing "G": 20:19:08,071 INFO [main][MovieQueryTest] query1: * 352: August Evening (PG-13 (USA)) 20:19:08,072 INFO [main][MovieQueryTest] query1: * 427: A Christmas Story (PG (USA)) 20:19:08,072 INFO [main][MovieQueryTest] query1: * 434: Alice in Wonderland (PG (USA)) 20:19:08,072 INFO [main][MovieQueryTest] query1: * 393: Hell in the Pacific (G (USA)) 20:19:08,072 INFO [main][MovieQueryTest] query1: * 459: MegaMind (PG (USA)) 20:19:08,073 INFO [main][MovieQueryTest] query1: * 24: That's Entertainment, Part II (G (USA)) 20:19:08,073 INFO [main][MovieQueryTest] query1: * 404: The Wizard (PG (USA)) 20:19:08,073 INFO [main][MovieQueryTest] query1: * 231: Walt & El Grupo (PG (USA)) 20:19:08,073 INFO [main][MovieQueryTest] query1: * 394: Follow the River (PG (USA)) 20:19:08,073 INFO [main][MovieQueryTest] query1: * 424: Windrunner (PG (USA)) 20:19:08,074 INFO [main][MovieQueryTest] query1: * 131: Black Beauty (G (USA)) 20:19:08,074 INFO [main][MovieQueryTest] query1: * 58: School of Life (PG (USA)) 20:19:08,074 INFO [main][MovieQueryTest] query1: * 47: Burlesque (PG-13 (USA)) 20:19:08,074 INFO [main][MovieQueryTest] query1: * 405: Repossessed (PG-13 (USA)) 20:19:08,075 INFO [main][MovieQueryTest] query1: * 375: Plein Soleil (PG-13 (USA)) 20:19:08,075 INFO [main][MovieQueryTest] query1: * 493: Dirty Laundry (PG-13 (USA)) 20:19:08,075 INFO [main][MovieQueryTest] query1: * 28: Red Sonja (PG-13 (USA)) 20:19:08,075 INFO [main][MovieQueryTest] query1: * 65: The Hunchback of Notre Dame (PG (USA)) 20:19:08,076 INFO [main][MovieQueryTest] query1: * 51: Dude, Where's the Party? (PG-13 (USA)) 20:19:08,076 INFO [main][MovieQueryTest] query1: * 37: Hoodwinked (PG (USA)) 20:19:08,076 INFO [main][MovieQueryTest] query1: * 338: Swarmed (PG-13 (USA)) 20:19:08,076 INFO [main][MovieQueryTest] query1: * 305: Be My Baby (PG-13 (USA)) 20:19:08,076 INFO [main][MovieQueryTest] query1: * 507: Funland (PG-13 (USA)) 20:19:08,077 INFO [main][MovieQueryTest] query1: * 418: Sparks: The Price of Passion (PG-13 (USA)) 20:19:08,077 INFO [main][MovieQueryTest] query1: * 525: Love Field (PG-13 (USA)) 20:19:08,077 INFO [main][MovieQueryTest] query1: * 81: Rookie of the Year (PG (USA)) 20:19:08,077 INFO [main][MovieQueryTest] query1: * 138: The Roommate (PG-13 (USA)) 20:19:08,078 INFO [main][MovieQueryTest] query1: * 485: Cover (PG-13 (USA)) 20:19:08,078 INFO [main][MovieQueryTest] query1: * 400: Waterproof (PG-13 (USA)) 20:19:08,078 INFO [main][MovieQueryTest] query1: * 497: That's Dancing! (G (USA)) 20:19:08,078 INFO [main][MovieQueryTest] query1: * 271: Behind the Sun (PG-13 (USA)) 20:19:08,079 INFO [main][MovieQueryTest] query1: * 50: Goodbye, Columbus (PG (USA)) 20:19:08,079 INFO [main][MovieQueryTest] query1: * 60: Faraway, So Close! (PG-13 (USA)) 20:19:08,079 INFO [main][MovieQueryTest] query1: * 522: Anzio (PG-13 (USA)) 20:19:08,081 INFO [main][MovieQueryTest] importDataCsv: entered 20:19:08,083 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:19:08,105 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:19:08,106 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=24 minTime=24 maxTime=24 20:19:08,113 INFO [main][MovieQueryTest] query2: entered 20:19:08,115 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:19:08,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,139 INFO [main][MovieQueryTest] query2: found 18 movies with rating.name == "PG-13 (USA)": 20:19:08,140 INFO [main][MovieQueryTest] query2: * 352: August Evening (PG-13 (USA)) 20:19:08,140 INFO [main][MovieQueryTest] query2: * 375: Plein Soleil (PG-13 (USA)) 20:19:08,140 INFO [main][MovieQueryTest] query2: * 493: Dirty Laundry (PG-13 (USA)) 20:19:08,140 INFO [main][MovieQueryTest] query2: * 28: Red Sonja (PG-13 (USA)) 20:19:08,140 INFO [main][MovieQueryTest] query2: * 51: Dude, Where's the Party? (PG-13 (USA)) 20:19:08,141 INFO [main][MovieQueryTest] query2: * 338: Swarmed (PG-13 (USA)) 20:19:08,141 INFO [main][MovieQueryTest] query2: * 305: Be My Baby (PG-13 (USA)) 20:19:08,141 INFO [main][MovieQueryTest] query2: * 507: Funland (PG-13 (USA)) 20:19:08,141 INFO [main][MovieQueryTest] query2: * 418: Sparks: The Price of Passion (PG-13 (USA)) 20:19:08,142 INFO [main][MovieQueryTest] query2: * 525: Love Field (PG-13 (USA)) 20:19:08,142 INFO [main][MovieQueryTest] query2: * 138: The Roommate (PG-13 (USA)) 20:19:08,142 INFO [main][MovieQueryTest] query2: * 485: Cover (PG-13 (USA)) 20:19:08,142 INFO [main][MovieQueryTest] query2: * 400: Waterproof (PG-13 (USA)) 20:19:08,142 INFO [main][MovieQueryTest] query2: * 47: Burlesque (PG-13 (USA)) 20:19:08,143 INFO [main][MovieQueryTest] query2: * 271: Behind the Sun (PG-13 (USA)) 20:19:08,143 INFO [main][MovieQueryTest] query2: * 60: Faraway, So Close! (PG-13 (USA)) 20:19:08,143 INFO [main][MovieQueryTest] query2: * 522: Anzio (PG-13 (USA)) 20:19:08,143 INFO [main][MovieQueryTest] query2: * 405: Repossessed (PG-13 (USA)) 20:19:08,146 INFO [main][MovieQueryTest] importDataCsv: entered 20:19:08,147 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:19:08,169 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:19:08,169 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=23 minTime=23 maxTime=23 20:19:08,178 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:19:08,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:19:08,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,194 INFO [main][MovieQueryTest] query3: found 2 movies with starring.contains("Katharine Hepburn"): 20:19:08,195 INFO [main][MovieQueryTest] query3: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 20:19:08,196 INFO [main][MovieQueryTest] query3: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 20:19:08,198 INFO [main][MovieQueryTest] importDataCsv: entered 20:19:08,208 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:19:08,240 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:19:08,241 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=1 minTime=1 maxTime=1 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=33 minTime=33 maxTime=33 20:19:08,250 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:19:08,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,255 INFO [main][MovieQueryTest] query4: found 2 movies query="SELECT FROM org.cumulus4j.store.test.movie.Movie WHERE this.starring.contains(personVariable) && personVariable.name == :personName VARIABLES org.cumulus4j.store.test.movie.Person personVariable" and personName="Katharine Hepburn"): 20:19:08,256 INFO [main][MovieQueryTest] query4: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 20:19:08,256 INFO [main][MovieQueryTest] query4: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 20:19:08,258 INFO [main][MovieQueryTest] importDataCsv: entered 20:19:08,260 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:19:08,281 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 20:19:08,282 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=23 minTime=23 maxTime=23 20:19:08,304 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:19:08,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:08,379 INFO [main][MovieQueryTest] query5: found 16 movies query="SELECT FROM org.cumulus4j.store.test.movie.Movie WHERE this.starring.contains(personVariable) && personVariable.name.indexOf(:personNamePart) >= 0 VARIABLES org.cumulus4j.store.test.movie.Person personVariable" and personNamePart="Kat"): 20:19:08,379 INFO [main][MovieQueryTest] query5: * 222: Meat Pushin in the Seat Cushion 4 (Katie Gold) 20:19:08,380 INFO [main][MovieQueryTest] query5: * 1: The Misfortunates (Kenneth Vanbaeden, Johan Heldenbergh, Koen De Graeve, Sten Van Gestel, Pauline Grossen, Bert Haelvoet, Ehsan Hemat, Sara Debosschere, Katrien Deklerq, Natali Broods, Sofie Palmers, Valentijn Dhaenens, Sachli Gholamalizad, Gilda De Bal, Lynn Van Royen, Yves Degryse, Charlotte Vandermeersch, Robbie Cleiren, Jos Geens, Wouter Hendrickx, Wout Kelchtermans) 20:19:08,381 INFO [main][MovieQueryTest] query5: * 283: Falling (Gabriela Hegedüs, Darina Dujmic, Georg Friedrich, Ursula Strauss, Ina Strnad, Kathrin Resetarits, Nina Proll, Birgit Minichmayr) 20:19:08,382 INFO [main][MovieQueryTest] query5: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 20:19:08,382 INFO [main][MovieQueryTest] query5: * 461: Boogie Town (Corbin Bernsen, Brenda Song, Mykal Anthony Bean, Vanessa Simmons, Katerina Graham, Khleo Thomas, Marques Houston) 20:19:08,383 INFO [main][MovieQueryTest] query5: * 122: Mary Reilly (Kathy Staff, Linda Bassett, Julia Roberts, George Cole, Glenn Close, John Malkovich, Michael Gambon) 20:19:08,384 INFO [main][MovieQueryTest] query5: * 138: The Roommate (Frances Fisher, Minka Kelly, Tomas Arana, Matt Lanter, Billy Zane, Jacqueline Mazarella, Cherilyn Wilson, Carrie Finklea, Leighton Meester, Lauren Storm, Danneel Harris, Kaley Cuoco, Ryan Doom, Alyson Michalka, Katerina Graham, Elena Franklin, Cam Gigandet) 20:19:08,384 INFO [main][MovieQueryTest] query5: * 58: School of Life (Alexander Pollock, Kate Vernon, David Paymer, Ryan Reynolds, John Astin) 20:19:08,385 INFO [main][MovieQueryTest] query5: * 503: Winnie the Pooh: ABC's (Jimmy Bennett, Peter Cullen, David Ogden Stiers, Kath Soucie, Jim Cummings, John Fiedler) 20:19:08,385 INFO [main][MovieQueryTest] query5: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 20:19:08,386 INFO [main][MovieQueryTest] query5: * 47: Burlesque (Cher, Dianna Agron, Stephen Lee, Baldeep Singh, Terrence Jenkins, Alan Cumming, Christina Aguilera, Stanley Tucci, David Walton, Peter Gallagher, Tanee McCall, Chelsea Traille, Katelynn Tilley, Julianne Hough, Eric Dane, Glynn Turman, Kristen Bell, Cam Gigandet) 20:19:08,387 INFO [main][MovieQueryTest] query5: * 438: Miracle Dogs (Daniel Roebuck, Ted Shackelford, Kate Jackson, Josh Hutcherson, Rue McClanahan, Alana Austin) 20:19:08,388 INFO [main][MovieQueryTest] query5: * 342: Kinsey (Laura Linney, Peter Sarsgaard, William Sadler, John McMartin, Veronica Cartwright, Tim Curry, Dylan Baker, Chris O'Donnell, Arden Myrin, Liam Neeson, Dagmara Dominczyk, John Lithgow, Kathleen Chalfant, Luke MacFarlane, Oliver Platt, Julianne Nicholson, Timothy Hutton, John Krasinski, Heather Goldenhersh) 20:19:08,388 INFO [main][MovieQueryTest] query5: * 483: Gridlock (David Hasselhoff, Kathy Ireland, Alan Scarfe) 20:19:08,389 INFO [main][MovieQueryTest] query5: * 537: Son of No One (Al Pacino, Katie Holmes, Ray Liotta, Tracy Morgan, Juliette Binoche, Channing Tatum) 20:19:08,389 INFO [main][MovieQueryTest] query5: * 368: Bride of Re-Animator (Fabiana Udenio, Jeffrey Combs, Claude Earl Jones, Mel Stewart, Kathleen Kinmont, David Gale, Bruce Abbott) 20:19:08,392 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 334.584 sec Running org.cumulus4j.store.test.movie.MovieInsertTest 20:19:08,963 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:19:09,014 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:19:09,015 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:19:09,051 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:19:09,051 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:19:09,052 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:19:09,054 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:19:09,092 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:19:32,114 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:19:32,115 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:19:32,115 INFO [main][Cumulus4jStoreManager] ======================================================= 20:19:32,118 INFO [main][MovieInsertTest] createOneMovieWithRating: entered 20:19:32,120 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:19:32,120 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:19:32,595 INFO [main][MinimumCumulus4jVersion] version=10100001 20:19:33,099 INFO [main][MinimumCumulus4jVersion] version=10100001 20:19:33,361 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 20:19:33,437 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 20:19:33,517 INFO [main][MovieInsertTest] createOneMovieWithOneStarring: entered 20:19:33,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:33,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:33,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:33,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:33,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:33,660 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Person.personID" not found ! 20:19:33,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:19:33,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:19:33,773 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:34,564 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:19:34,572 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:19:34,613 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:19:38,888 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:19:38,889 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:19:38,889 INFO [main][Cumulus4jStoreManager] ======================================================= 20:19:38,889 INFO [main][MovieInsertTest] createOneMovieWithRating: entered 20:19:38,890 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:19:38,891 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:19:38,933 INFO [main][MinimumCumulus4jVersion] version=10100001 20:19:38,935 INFO [main][MinimumCumulus4jVersion] version=10100001 20:19:38,962 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 20:19:39,002 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 20:19:39,056 INFO [main][MovieInsertTest] createOneMovieWithOneStarring: entered 20:19:39,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:39,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:39,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:39,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:39,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:39,144 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Person.personID" not found ! 20:19:39,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:19:39,167 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:19:39,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:19:39,213 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:19:39,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:19:39,255 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.933 sec Running org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedOneToOneNestedTest 20:19:39,913 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:19:43,008 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:19:43,009 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:19:43,034 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:19:43,034 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:19:43,037 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:19:43,039 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:19:43,105 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:19:45,896 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:19:57,535 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:20:06,527 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:20:06,527 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:20:06,527 INFO [main][Cumulus4jStoreManager] ======================================================= 20:20:06,623 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:20:06,623 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:20:07,097 INFO [main][MinimumCumulus4jVersion] version=10100001 20:20:07,502 INFO [main][MinimumCumulus4jVersion] version=10100001 20:20:09,226 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedContainer" not found ! 20:20:09,376 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedB" not found ! 20:20:09,397 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA" not found ! 20:20:09,419 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA1" not found ! 20:20:09,441 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA0" not found ! 20:20:09,494 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:09,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:09,502 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:09,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:09,509 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:09,577 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:09,600 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:09,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:09,606 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:09,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:09,613 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:09,656 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:09,677 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:09,709 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:20:09,723 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:20:09,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:09,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:09,763 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:09,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:09,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:09,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:09,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:09,819 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:09,830 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,478 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:20:10,514 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:20:10,536 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:20:10,539 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:10,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:10,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:10,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:10,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:10,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:10,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:11,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:11,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:11,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:11,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:11,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:11,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:12,035 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:20:12,041 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:20:12,757 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:20:12,758 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:20:12,792 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:20:16,851 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:20:16,851 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:20:16,851 INFO [main][Cumulus4jStoreManager] ======================================================= 20:20:16,853 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:20:16,853 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:20:16,897 INFO [main][MinimumCumulus4jVersion] version=10100001 20:20:16,899 INFO [main][MinimumCumulus4jVersion] version=10100001 20:20:17,026 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedContainer" not found ! 20:20:17,049 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedB" not found ! 20:20:17,071 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA" not found ! 20:20:17,093 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA1" not found ! 20:20:17,116 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA0" not found ! 20:20:17,167 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:17,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:17,177 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:17,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:17,186 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:17,254 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:17,276 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:17,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:17,286 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:17,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:17,295 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:17,343 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:17,365 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:17,397 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:20:17,419 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:20:17,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:17,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:17,439 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:17,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:17,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:17,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:17,483 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:17,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:17,506 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,209 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:20:18,217 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:20:18,236 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:20:18,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:18,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:18,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:18,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,482 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:18,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:20:18,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:18,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:20:19,432 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:20:19,438 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:20:19,445 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.209 sec Running org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedWithPKOneToOneNestedTest 20:20:20,139 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:20:22,836 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:20:22,838 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:20:22,863 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:20:22,863 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:20:22,865 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:20:22,867 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:20:22,924 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:20:32,120 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:20:38,891 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:20:45,786 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:20:45,787 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:20:45,787 INFO [main][Cumulus4jStoreManager] ======================================================= 20:20:45,817 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:20:45,817 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:20:46,267 INFO [main][MinimumCumulus4jVersion] version=10100001 20:20:47,001 INFO [main][MinimumCumulus4jVersion] version=10100001 20:20:47,745 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedWithPKContainer.id0" not found ! 20:20:47,905 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:47,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:47,912 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:48,092 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:20:48,849 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:20:48,857 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:20:48,899 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:20:53,495 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:20:53,495 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:20:53,495 INFO [main][Cumulus4jStoreManager] ======================================================= 20:20:53,497 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:20:53,497 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:20:53,543 INFO [main][MinimumCumulus4jVersion] version=10100001 20:20:53,544 INFO [main][MinimumCumulus4jVersion] version=10100001 20:20:53,638 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedWithPKContainer.id0" not found ! 20:20:53,683 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:53,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 20:20:53,688 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:20:53,796 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:20:53,800 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.324 sec Running org.cumulus4j.store.test.embedded.EmbeddedTest 20:20:54,465 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:20:57,528 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:20:57,530 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:20:57,555 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:20:57,555 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:20:57,560 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:20:57,562 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:20:57,615 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:21:06,623 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:21:16,854 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:21:21,132 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:21:21,133 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:21:21,133 INFO [main][Cumulus4jStoreManager] ======================================================= 20:21:21,210 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:21:21,210 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:21:21,655 INFO [main][MinimumCumulus4jVersion] version=10100001 20:21:22,110 INFO [main][MinimumCumulus4jVersion] version=10100001 20:21:23,035 INFO [main][EmbeddedTest] start: insertObjectWithEmbeddedSubobject 20:21:23,230 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.A.id" not found ! 20:21:23,422 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:21:23,515 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:23,524 INFO [main][EmbeddedTest] Found the object, its ID is: ClassB_TestDBO 20:21:23,525 INFO [main][EmbeddedTest] Found the embedded object, its ID is: ClassC_TestDBO 20:21:23,525 INFO [main][EmbeddedTest] end: insertObjectWithEmbeddedSubobject 20:21:23,528 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:23,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:23,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,649 INFO [main][EmbeddedTest] start: insertObjectWithEmbeddedOnlySubobject 20:21:23,791 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.D.id" not found ! 20:21:23,850 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:21:23,882 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:23,884 INFO [main][EmbeddedTest] Found the object, its ID is: ClassD_TestDBO 20:21:23,885 INFO [main][EmbeddedTest] Found the embedded object, its information is is: some information in the Class E DBO 20:21:23,885 INFO [main][EmbeddedTest] end: insertObjectWithEmbeddedOnlySubobject 20:21:23,891 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:23,894 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:23,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:23,961 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.C.c_id" not found ! 20:21:24,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:24,095 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:24,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,160 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:24,164 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:24,170 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:24,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:24,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,247 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:24,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:24,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:24,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,403 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:24,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,550 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:24,564 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:24,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:24,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,626 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:24,654 INFO [main][EmbeddedTest] start: insertObjectWithNoEmbeddedSubobjects 20:21:24,925 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.F.id" not found ! 20:21:24,970 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.G.id" not found ! 20:21:25,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:25,128 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:25,130 INFO [main][EmbeddedTest] Found the object, its ID is: SimpleTestDBO 20:21:25,131 INFO [main][EmbeddedTest] end: insertObjectWithNoEmbeddedSubobjects 20:21:26,063 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:21:26,064 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:21:26,127 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:21:30,735 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:21:30,735 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:21:30,735 INFO [main][Cumulus4jStoreManager] ======================================================= 20:21:30,736 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:21:30,736 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:21:30,782 INFO [main][MinimumCumulus4jVersion] version=10100001 20:21:30,783 INFO [main][MinimumCumulus4jVersion] version=10100001 20:21:30,895 INFO [main][EmbeddedTest] start: insertObjectWithEmbeddedSubobject 20:21:30,897 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.A.id" not found ! 20:21:30,982 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:21:31,058 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:31,064 INFO [main][EmbeddedTest] Found the object, its ID is: ClassB_TestDBO 20:21:31,064 INFO [main][EmbeddedTest] Found the embedded object, its ID is: ClassC_TestDBO 20:21:31,065 INFO [main][EmbeddedTest] end: insertObjectWithEmbeddedSubobject 20:21:31,069 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:31,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:31,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,162 INFO [main][EmbeddedTest] start: insertObjectWithEmbeddedOnlySubobject 20:21:31,164 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.D.id" not found ! 20:21:31,225 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:21:31,269 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:31,272 INFO [main][EmbeddedTest] Found the object, its ID is: ClassD_TestDBO 20:21:31,273 INFO [main][EmbeddedTest] Found the embedded object, its information is is: some information in the Class E DBO 20:21:31,273 INFO [main][EmbeddedTest] end: insertObjectWithEmbeddedOnlySubobject 20:21:31,281 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:31,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:31,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,349 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.C.c_id" not found ! 20:21:31,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:31,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:31,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,558 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:31,564 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:31,572 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:31,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:31,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,655 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:31,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:31,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:31,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:31,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:31,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:32,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:32,049 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:32,057 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:21:32,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:32,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:32,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:32,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:32,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:32,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:21:32,141 INFO [main][EmbeddedTest] start: insertObjectWithNoEmbeddedSubobjects 20:21:32,143 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.F.id" not found ! 20:21:32,167 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.G.id" not found ! 20:21:32,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:21:32,303 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:21:32,307 INFO [main][EmbeddedTest] Found the object, its ID is: SimpleTestDBO 20:21:32,307 INFO [main][EmbeddedTest] end: insertObjectWithNoEmbeddedSubobjects 20:21:32,308 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.436 sec Running org.cumulus4j.store.test.embedded.onetomany.EmbeddedOneToManyMapTest 20:21:32,917 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:21:35,681 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:21:35,683 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:21:35,707 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:21:35,708 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:21:35,711 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.8 sec Running org.cumulus4j.store.test.embedded.onetomany.EmbeddedOneToManyListTest 20:21:35,722 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:21:35,727 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:21:35,729 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:21:35,730 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:21:35,730 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:21:35,735 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:21:35,737 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:21:35,790 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:21:45,817 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:21:53,498 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:21:59,936 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:21:59,937 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:21:59,937 INFO [main][Cumulus4jStoreManager] ======================================================= 20:21:59,963 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:21:59,963 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:22:00,417 INFO [main][MinimumCumulus4jVersion] version=10100001 20:22:00,873 INFO [main][MinimumCumulus4jVersion] version=10100001 20:22:01,525 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetomany.Embedded1ToNListContainer" not found ! 20:22:01,640 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetomany.Embedded1ToNElement" not found ! 20:22:01,711 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:22:01,832 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:22:01,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:01,867 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:22:01,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:01,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:01,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:01,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:01,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,786 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,897 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing * container.name=AAA.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 * container.name=CCC.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 20:22:02,914 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:22:02,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:02,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:02,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:02,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,467 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,482 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:03,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:03,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,611 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing * container.name=AAA.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 * container.name=CCC.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 20:22:04,626 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:22:04,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:04,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:04,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:04,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:04,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:04,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:04,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:04,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:05,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:05,102 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:05,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:05,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:05,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:05,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:05,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:05,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,145 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:06,386 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing * container.name=BBB.container3 * element.name=Emil.element30 * element.name=Emil.element31 * element.name=Emil.element32 * container.name=DDD.container3 * element.name=Emil.element30 * element.name=Emil.element31 * element.name=Emil.element32 20:22:07,242 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:22:07,244 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:22:07,274 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:22:11,830 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:22:11,830 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:22:11,830 INFO [main][Cumulus4jStoreManager] ======================================================= 20:22:11,832 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:22:11,832 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:22:11,875 INFO [main][MinimumCumulus4jVersion] version=10100001 20:22:11,876 INFO [main][MinimumCumulus4jVersion] version=10100001 20:22:11,940 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetomany.Embedded1ToNListContainer" not found ! 20:22:11,961 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetomany.Embedded1ToNElement" not found ! 20:22:12,005 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:22:12,064 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:22:12,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:12,080 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:22:12,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:12,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,852 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:12,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,077 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing * container.name=CCC.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 * container.name=AAA.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 20:22:13,090 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:22:13,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,422 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,504 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,753 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,786 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,864 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:13,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,916 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:13,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,856 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing * container.name=AAA.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 * container.name=CCC.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 20:22:14,868 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:22:14,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:14,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:14,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:14,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,135 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:15,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:15,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:16,606 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing * container.name=DDD.container3 * element.name=Emil.element30 * element.name=Emil.element31 * element.name=Emil.element32 * container.name=BBB.container3 * element.name=Emil.element30 * element.name=Emil.element31 * element.name=Emil.element32 20:22:16,614 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.565 sec Running org.cumulus4j.store.test.account.JDOPersistenceTest 20:22:17,299 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:22:19,763 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:22:19,765 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:22:19,789 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:22:19,789 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:22:19,793 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:22:19,795 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:22:19,857 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:22:21,210 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:22:30,737 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:22:44,266 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:22:44,266 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:22:44,267 INFO [main][Cumulus4jStoreManager] ======================================================= 20:22:45,092 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:22:45,092 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:22:45,592 INFO [main][MinimumCumulus4jVersion] version=10100001 20:22:46,044 INFO [main][MinimumCumulus4jVersion] version=10100001 20:22:46,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:46,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,781 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:46,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:46,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:47,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:47,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:47,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:47,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:47,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,471 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:47,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:47,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:47,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,805 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:47,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:47,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,134 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,483 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,494 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,783 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,795 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:48,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:48,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:49,055 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,095 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:49,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:49,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:49,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:49,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:49,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:49,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,852 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:49,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:49,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:49,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:50,945 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:50,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:51,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:51,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:51,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:51,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:51,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:51,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:51,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:51,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:51,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,055 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:52,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:52,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:52,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,422 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:52,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:52,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:52,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:52,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:52,967 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,426 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,468 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,753 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,801 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:53,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:53,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,213 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,958 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:54,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:54,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:55,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:55,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:55,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:55,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:55,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,593 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:55,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:55,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:55,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,927 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:55,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,945 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:55,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:56,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:56,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:56,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:56,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:56,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,494 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,527 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:56,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:56,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:57,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:57,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,128 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,161 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:57,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:57,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:57,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,506 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,528 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:57,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,561 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:57,850 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:57,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:57,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:57,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:58,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:58,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:58,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:58,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:58,515 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:58,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:58,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:58,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:58,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:58,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:59,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:59,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:59,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:59,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:59,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:59,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:59,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:59,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:22:59,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:22:59,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:00,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:00,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:00,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,344 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:00,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:00,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:00,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:00,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:00,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,945 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:00,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:01,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:01,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:01,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:01,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,864 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:01,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:02,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:02,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:02,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:02,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:02,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,479 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,506 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:02,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:02,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:02,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:02,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:02,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:03,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:03,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:03,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:03,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:03,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,422 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:03,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:03,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:03,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:03,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,789 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:03,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,134 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,145 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,626 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,746 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:04,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:04,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,561 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,692 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,892 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:05,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:05,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:06,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:06,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,260 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:06,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,426 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:06,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:06,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,593 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:06,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:06,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:06,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:06,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:07,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:07,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:07,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:07,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,494 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:07,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:07,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:07,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:07,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:07,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:07,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:08,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:08,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:08,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:08,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:08,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:08,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:08,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,842 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:08,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:08,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:08,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:09,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:09,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:09,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:09,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:09,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:09,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:09,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,709 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:09,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:09,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:09,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:10,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:10,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:11,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:11,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:11,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:11,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:11,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:11,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:11,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:12,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:12,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,224 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:12,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:12,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:12,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:12,626 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:12,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:12,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:12,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:13,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:13,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:13,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:13,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,426 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:13,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:13,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:13,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,738 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:13,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:13,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:13,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:14,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:14,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:14,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:14,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:14,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:14,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:14,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:14,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:14,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:14,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,095 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,354 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:15,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:15,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:16,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:16,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:16,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:16,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:16,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:16,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:16,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:17,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:17,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:17,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:17,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:17,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:17,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:17,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:17,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:17,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:17,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:18,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:18,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:18,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:18,502 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:18,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:18,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:18,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:18,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:18,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:18,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:19,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:19,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:19,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:19,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:19,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:19,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:19,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:19,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:19,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:19,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:20,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:20,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,145 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:20,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:20,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:20,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,468 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,479 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:20,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:20,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:20,753 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:20,827 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:20,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:21,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:21,906 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:23:21,908 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:23:21,938 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:23:26,511 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:23:26,511 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:23:26,511 INFO [main][Cumulus4jStoreManager] ======================================================= 20:23:26,513 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:23:26,513 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:23:26,554 INFO [main][MinimumCumulus4jVersion] version=10100001 20:23:26,555 INFO [main][MinimumCumulus4jVersion] version=10100001 20:23:26,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:26,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:26,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:26,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:27,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:27,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:27,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:27,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:27,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:27,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:27,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:27,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:27,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:27,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:28,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,102 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:28,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:28,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:28,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:28,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:28,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:28,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:28,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:28,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,970 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:28,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:29,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:29,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:29,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:29,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,426 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,538 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:29,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:29,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:29,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,738 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:29,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:29,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:29,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,044 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:30,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:30,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:31,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:31,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:31,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:31,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:31,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:31,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:31,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:32,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:32,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:32,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:32,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:32,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:32,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:32,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:33,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:33,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:33,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:33,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:33,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:33,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,504 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,515 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:33,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:33,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:33,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:33,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:34,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:34,161 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:34,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:34,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:35,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:35,095 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:35,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:35,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:35,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,506 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,528 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:35,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,567 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:35,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:35,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:35,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,895 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:35,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:36,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:36,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:36,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:36,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:36,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:36,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:36,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:36,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:36,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:37,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:37,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:37,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:37,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:37,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:37,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:37,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,786 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:37,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:38,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:38,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:38,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:38,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:38,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:38,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:38,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:38,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,916 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,927 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:38,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:38,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:39,213 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:39,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:39,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:39,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:39,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:39,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:39,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:39,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:39,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:40,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:40,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:40,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:40,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:40,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:40,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:40,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:40,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:40,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:40,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:41,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,102 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:41,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:41,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:41,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,430 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:41,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:41,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:41,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:41,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:42,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:42,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:42,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:42,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:42,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:42,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:42,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:42,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,970 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:42,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:43,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:43,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:43,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:43,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,426 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:43,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:43,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:43,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,738 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:43,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:43,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:43,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,567 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,817 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:44,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:44,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:45,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:45,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:45,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:45,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:45,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:45,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:45,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:45,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,852 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:45,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:45,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:46,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:46,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:46,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:46,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:46,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:46,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:46,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:46,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:46,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:46,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:47,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:47,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:47,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:47,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:47,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:47,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:47,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:47,807 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,945 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:47,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:47,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:48,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:48,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:48,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,502 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:48,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:48,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:48,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:48,894 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:48,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:48,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:48,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:49,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:49,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:49,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:49,561 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:49,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:49,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,692 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:49,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:49,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:49,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:49,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:50,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:50,502 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:50,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:50,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:50,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,894 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:50,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,927 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:50,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:51,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:51,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:51,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:51,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:51,467 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,483 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,494 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,539 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:51,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:51,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:51,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,795 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,817 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:51,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,895 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:51,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:52,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:52,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,128 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:52,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:52,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:52,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:52,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:52,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:52,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,852 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:52,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:52,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:53,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:53,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:53,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:53,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:53,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:53,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:53,789 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:53,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,842 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,864 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:53,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:53,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:54,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:54,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:54,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:54,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:54,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:54,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:54,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:54,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:54,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:54,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,055 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,128 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,422 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,439 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,778 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,789 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:55,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:55,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:56,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:56,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:56,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:56,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:56,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:56,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:56,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:56,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:57,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:57,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:57,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:57,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:57,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:57,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:57,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:57,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,714 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:57,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:57,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:58,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:58,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,627 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,817 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,905 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:23:59,964 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:23:59,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:23:59,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:00,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:00,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:00,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:00,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:00,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,528 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:00,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,773 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:00,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:00,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:00,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:00,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:01,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:01,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:01,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:01,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:01,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:01,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:01,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:01,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:01,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:01,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:02,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:02,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:02,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:02,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:02,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:02,287 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 105.661 sec Running org.cumulus4j.store.test.account.JDOQLTest 20:24:02,964 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:24:04,599 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:24:04,600 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:24:04,625 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:24:04,625 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:24:04,640 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:24:04,642 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:24:04,695 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:24:11,832 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:24:27,389 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:24:27,389 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:24:27,389 INFO [main][Cumulus4jStoreManager] ======================================================= 20:24:27,394 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:24:27,394 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:24:27,935 INFO [main][MinimumCumulus4jVersion] version=10100001 20:24:28,405 INFO [main][MinimumCumulus4jVersion] version=10100001 20:24:29,070 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:24:29,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:29,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:29,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:29,435 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,471 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,482 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:29,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,626 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:29,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:29,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:29,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,465 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.startsWith(:invokeArg)" since the connection used is closing 20:24:30,470 INFO [main][Query] Query filter is not totally evaluatable in-datastore using Cumulus4j currently, so evaluating in-memory : NYI 20:24:30,484 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:24:30,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,527 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,805 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:30,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:30,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:31,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:31,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,439 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:31,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:31,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:31,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:31,751 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.endsWith(:invokeArg)" since the connection used is closing 20:24:31,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:31,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:31,967 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:31,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:32,055 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,102 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,135 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:32,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:32,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:32,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,714 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:32,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:32,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:32,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:32,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:33,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:33,285 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.endsWith(:invokeArg)" since the connection used is closing 20:24:33,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:33,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:33,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:33,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,626 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:33,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,709 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:33,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,781 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:33,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:34,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:34,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,260 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:34,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:34,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:34,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,539 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:34,636 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.matches(:invokeArg)" since the connection used is closing 20:24:34,664 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.matches(:invokeArg)" since the connection used is closing 20:24:34,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:34,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,883 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:34,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:34,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:34,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,055 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:35,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:35,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:35,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:35,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:35,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:35,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:35,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:35,948 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.toUpperCase() == :compareToArgument" since the connection used is closing 20:24:35,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:35,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:35,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:36,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,128 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:36,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:36,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:36,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:36,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:36,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,892 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:36,894 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:36,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:36,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:37,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:37,208 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.toLowerCase() == :compareToArgument" since the connection used is closing 20:24:37,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:37,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:37,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:37,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:37,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:37,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:37,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:37,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,458 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.substring(5) == :compareToArgument" since the connection used is closing 20:24:38,481 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.substring(5,10) == :compareToArgument" since the connection used is closing 20:24:38,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,709 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:38,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:38,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,354 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,672 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.getYear() == :compareToArgument" since the connection used is closing 20:24:39,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:39,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:39,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,044 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,055 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:40,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:40,344 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:40,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,467 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:40,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:40,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:40,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:40,809 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 20:24:40,817 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:40,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,912 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:40,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:40,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:41,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:41,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:41,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:41,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:41,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:41,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:41,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:41,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:42,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:42,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:24:42,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:24:42,312 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:24:42,318 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:24:42,322 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.ownerFieldMeta_fieldID == :ownerFieldMeta_fieldID" since the connection used is closing 20:24:42,402 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1) && this.indexKey == :value" since the connection used is closing 20:24:42,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:42,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,435 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,502 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:42,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:42,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,714 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:42,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:42,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,958 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:42,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,467 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,527 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,539 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,783 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,850 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,905 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:43,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:43,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:44,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:44,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:44,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:44,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:44,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:44,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:44,863 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:24:44,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:44,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,895 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:44,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:44,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,093 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:24:45,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:45,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,979 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:24:45,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:45,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:46,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:46,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:46,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:46,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:46,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:46,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,344 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:24:47,347 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:24:47,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,763 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:47,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:47,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:48,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:48,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:48,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:48,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:48,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:48,365 WARN [main][JDOQLTest] queryAndWithTwoStringEquals_1clob: CLOB indexing is disabled (due to property 'cumulus4j.index.clob.enabled') => Skipping this test! 20:24:49,289 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:24:49,290 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:24:49,321 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:24:53,765 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:24:53,765 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:24:53,765 INFO [main][Cumulus4jStoreManager] ======================================================= 20:24:53,767 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:24:53,767 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:24:53,825 INFO [main][MinimumCumulus4jVersion] version=10100001 20:24:53,826 INFO [main][MinimumCumulus4jVersion] version=10100001 20:24:54,052 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:24:54,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:54,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:54,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:54,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:54,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:54,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,483 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,494 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:54,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:54,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,795 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:54,830 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:54,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,850 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:54,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,077 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.startsWith(:invokeArg)" since the connection used is closing 20:24:55,081 INFO [main][Query] Query filter is not totally evaluatable in-datastore using Cumulus4j currently, so evaluating in-memory : NYI 20:24:55,084 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:24:55,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,128 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,763 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,830 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:55,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:55,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,112 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.endsWith(:invokeArg)" since the connection used is closing 20:24:56,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,430 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:56,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:56,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:57,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:57,224 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.endsWith(:invokeArg)" since the connection used is closing 20:24:57,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:57,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,342 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:57,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:57,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:57,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:57,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:57,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:57,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,359 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.matches(:invokeArg)" since the connection used is closing 20:24:58,365 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.matches(:invokeArg)" since the connection used is closing 20:24:58,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:58,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:58,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,145 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,456 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.toUpperCase() == :compareToArgument" since the connection used is closing 20:24:59,467 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,567 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,593 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,801 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:24:59,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:24:59,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,224 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,484 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.toLowerCase() == :compareToArgument" since the connection used is closing 20:25:00,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,805 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:00,905 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:00,958 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:01,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,158 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:01,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:01,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:01,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:01,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,482 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:01,530 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.substring(5) == :compareToArgument" since the connection used is closing 20:25:01,537 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.substring(5,10) == :compareToArgument" since the connection used is closing 20:25:01,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:01,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:01,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,692 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,714 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:01,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:01,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:02,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:02,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:02,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,627 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:02,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:02,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:02,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:02,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,154 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.getYear() == :compareToArgument" since the connection used is closing 20:25:03,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,439 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,494 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,528 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,539 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,561 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,753 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:03,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:03,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:04,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:04,233 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 20:25:04,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:04,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:04,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:04,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:04,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:04,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:04,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:04,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:04,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:05,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:05,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:05,270 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:05,276 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:05,280 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.ownerFieldMeta_fieldID == :ownerFieldMeta_fieldID" since the connection used is closing 20:25:05,288 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:05,290 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.ownerFieldMeta_fieldID == :ownerFieldMeta_fieldID" since the connection used is closing 20:25:05,297 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1) && this.indexKey == :value" since the connection used is closing 20:25:05,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,842 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:05,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:05,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,342 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,502 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,709 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:06,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,827 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:06,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,044 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,435 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:25:07,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,567 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,778 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,789 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:07,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:07,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,468 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,583 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:25:08,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,801 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,883 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:08,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:08,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,134 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,606 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:25:09,609 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:25:09,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:09,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:09,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:10,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,102 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:10,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:10,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:10,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:10,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,483 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:10,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:25:10,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:25:10,695 WARN [main][JDOQLTest] queryAndWithTwoStringEquals_1clob: CLOB indexing is disabled (due to property 'cumulus4j.index.clob.enabled') => Skipping this test! 20:25:10,696 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.507 sec Running org.cumulus4j.store.test.valuestrategy.ValueStrategyTest 20:25:11,475 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:25:13,448 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:25:13,450 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:25:13,473 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:25:13,474 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:25:13,478 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:25:13,479 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:25:13,533 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:25:26,513 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:25:37,153 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:25:37,154 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:25:37,154 INFO [main][Cumulus4jStoreManager] ======================================================= >>> identity - begin 20:25:37,433 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:25:37,433 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:25:37,937 INFO [main][MinimumCumulus4jVersion] version=10100001 20:25:38,372 INFO [main][MinimumCumulus4jVersion] version=10100001 20:25:38,538 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.valuestrategy.EntityIdentity.id" not found ! 20:25:38,898 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityIdentity[id=1,name="Anton"] * EntityIdentity[id=2,name="Emil"] * EntityIdentitySub[id=3,name="Otto"] <<< identity - end >>> native_ - begin 20:25:39,239 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.valuestrategy.EntityNative.id" not found ! 20:25:39,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:39,683 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:39,768 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityNative[id=1,name="Anton"] * EntityNative[id=2,name="Emil"] * EntityNativeSub[id=3,name="Otto"] <<< native_ - end >>> sequence - begin 20:25:39,965 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.valuestrategy.EntitySequence.id" not found ! 20:25:40,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:40,384 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:40,463 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntitySequence[id=1,name="Anton"] * EntitySequence[id=2,name="Emil"] * EntitySequenceSub[id=3,name="Otto"] <<< sequence - end >>> increment - begin 20:25:40,699 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.valuestrategy.EntityIncrement.id" not found ! 20:25:41,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:41,140 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:41,219 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityIncrement[id=1,name="Anton"] * EntityIncrement[id=2,name="Emil"] * EntityIncrementSub[id=3,name="Otto"] <<< increment - end 20:25:42,332 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:25:42,334 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:25:42,364 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:25:47,085 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:25:47,085 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:25:47,085 INFO [main][Cumulus4jStoreManager] ======================================================= >>> identity - begin 20:25:47,087 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:25:47,087 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:25:47,129 INFO [main][MinimumCumulus4jVersion] version=10100001 20:25:47,130 INFO [main][MinimumCumulus4jVersion] version=10100001 20:25:47,131 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.valuestrategy.EntityIdentity.id" not found ! 20:25:47,221 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityIdentity[id=1,name="Anton"] * EntityIdentity[id=2,name="Emil"] * EntityIdentitySub[id=3,name="Otto"] <<< identity - end >>> native_ - begin 20:25:47,225 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.valuestrategy.EntityNative.id" not found ! 20:25:47,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:47,248 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:47,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:47,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:47,322 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:47,329 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:47,382 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityNative[id=1,name="Anton"] * EntityNative[id=2,name="Emil"] * EntityNativeSub[id=3,name="Otto"] <<< native_ - end >>> sequence - begin 20:25:47,388 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.valuestrategy.EntitySequence.id" not found ! 20:25:47,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:47,414 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:47,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:47,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:47,494 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:47,501 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:47,560 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntitySequence[id=1,name="Anton"] * EntitySequence[id=2,name="Emil"] * EntitySequenceSub[id=3,name="Otto"] <<< sequence - end >>> increment - begin 20:25:47,566 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.valuestrategy.EntityIncrement.id" not found ! 20:25:47,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:47,592 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:47,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:47,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:25:47,672 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:47,678 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:25:47,744 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityIncrement[id=1,name="Anton"] * EntityIncrement[id=2,name="Emil"] * EntityIncrementSub[id=3,name="Otto"] <<< increment - end 20:25:47,747 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.34 sec Running org.cumulus4j.store.test.metadata.MetaDataTest 20:25:48,825 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:25:51,709 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:25:51,711 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:25:51,736 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:25:51,736 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:25:51,739 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:25:51,740 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:25:51,794 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:25:53,767 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:26:15,390 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:26:15,391 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:26:15,391 INFO [main][Cumulus4jStoreManager] ======================================================= 20:26:15,682 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:26:15,683 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:26:16,163 INFO [main][MinimumCumulus4jVersion] version=10100001 20:26:16,631 INFO [main][MinimumCumulus4jVersion] version=10100001 20:26:16,815 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.metadata.Entity1" not found ! 20:26:17,055 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:17,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,251 INFO [main][JDO] Exception thrown Field/property org.cumulus4j.store.test.metadata.Entity1.field2 is not queryable! org.cumulus4j.store.query.MemberNotQueryableException: Field/property org.cumulus4j.store.test.metadata.Entity1.field2 is not queryable! at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.queryMiddle(PrimaryExpressionResolver.java:126) at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.query(PrimaryExpressionResolver.java:110) at org.cumulus4j.store.query.eval.ComparisonExpressionEvaluator._queryResultDataEntryIDs(ComparisonExpressionEvaluator.java:82) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultDataEntryIDs(AbstractExpressionEvaluator.java:272) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator._queryResultObjects(AbstractExpressionEvaluator.java:389) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultObjects(AbstractExpressionEvaluator.java:354) at org.cumulus4j.store.query.QueryEvaluator.execute(QueryEvaluator.java:383) at org.cumulus4j.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:126) at org.datanucleus.store.query.Query.executeQuery(Query.java:1786) at org.datanucleus.store.query.Query.executeWithArray(Query.java:1672) at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:243) at org.cumulus4j.store.test.metadata.MetaDataTest.queryFieldAnnotatedWithNotQueryable(MetaDataTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.cumulus4j.store.test.framework.FrameworkMethodWrapper.invokeExplosively(FrameworkMethodWrapper.java:28) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.runInTransaction(JDOTransactionalRunner.java:221) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.access$100(JDOTransactionalRunner.java:41) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TransactionalInvokeMethod.evaluate(JDOTransactionalRunner.java:256) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TxRunBefores.evaluate(JDOTransactionalRunner.java:108) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.run(JDOTransactionalRunner.java:58) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 20:26:17,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:17,364 INFO [main][JDO] Exception thrown Field/property org.cumulus4j.store.test.metadata.Entity1.field3 is not queryable! org.cumulus4j.store.query.MemberNotQueryableException: Field/property org.cumulus4j.store.test.metadata.Entity1.field3 is not queryable! at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.queryMiddle(PrimaryExpressionResolver.java:126) at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.query(PrimaryExpressionResolver.java:110) at org.cumulus4j.store.query.eval.ComparisonExpressionEvaluator._queryResultDataEntryIDs(ComparisonExpressionEvaluator.java:82) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultDataEntryIDs(AbstractExpressionEvaluator.java:272) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator._queryResultObjects(AbstractExpressionEvaluator.java:389) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultObjects(AbstractExpressionEvaluator.java:354) at org.cumulus4j.store.query.QueryEvaluator.execute(QueryEvaluator.java:383) at org.cumulus4j.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:126) at org.datanucleus.store.query.Query.executeQuery(Query.java:1786) at org.datanucleus.store.query.Query.executeWithArray(Query.java:1672) at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:243) at org.cumulus4j.store.test.metadata.MetaDataTest.queryFieldAnnotatedWithVendorExtensionNotQueryable(MetaDataTest.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.cumulus4j.store.test.framework.FrameworkMethodWrapper.invokeExplosively(FrameworkMethodWrapper.java:28) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.runInTransaction(JDOTransactionalRunner.java:221) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.access$100(JDOTransactionalRunner.java:41) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TransactionalInvokeMethod.evaluate(JDOTransactionalRunner.java:256) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TxRunBefores.evaluate(JDOTransactionalRunner.java:108) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.run(JDOTransactionalRunner.java:58) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 20:26:18,580 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:26:18,587 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:26:18,617 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:26:23,292 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:26:23,292 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:26:23,292 INFO [main][Cumulus4jStoreManager] ======================================================= 20:26:23,293 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:26:23,294 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:26:23,337 INFO [main][MinimumCumulus4jVersion] version=10100001 20:26:23,338 INFO [main][MinimumCumulus4jVersion] version=10100001 20:26:23,339 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.metadata.Entity1" not found ! 20:26:23,416 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:23,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,515 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,538 INFO [main][JDO] Exception thrown Field/property org.cumulus4j.store.test.metadata.Entity1.field2 is not queryable! org.cumulus4j.store.query.MemberNotQueryableException: Field/property org.cumulus4j.store.test.metadata.Entity1.field2 is not queryable! at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.queryMiddle(PrimaryExpressionResolver.java:126) at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.query(PrimaryExpressionResolver.java:110) at org.cumulus4j.store.query.eval.ComparisonExpressionEvaluator._queryResultDataEntryIDs(ComparisonExpressionEvaluator.java:82) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultDataEntryIDs(AbstractExpressionEvaluator.java:272) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator._queryResultObjects(AbstractExpressionEvaluator.java:389) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultObjects(AbstractExpressionEvaluator.java:354) at org.cumulus4j.store.query.QueryEvaluator.execute(QueryEvaluator.java:383) at org.cumulus4j.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:126) at org.datanucleus.store.query.Query.executeQuery(Query.java:1786) at org.datanucleus.store.query.Query.executeWithArray(Query.java:1672) at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:243) at org.cumulus4j.store.test.metadata.MetaDataTest.queryFieldAnnotatedWithNotQueryable(MetaDataTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.cumulus4j.store.test.framework.FrameworkMethodWrapper.invokeExplosively(FrameworkMethodWrapper.java:28) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.runInTransaction(JDOTransactionalRunner.java:221) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.access$100(JDOTransactionalRunner.java:41) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TransactionalInvokeMethod.evaluate(JDOTransactionalRunner.java:256) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TxRunBefores.evaluate(JDOTransactionalRunner.java:108) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.run(JDOTransactionalRunner.java:58) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 20:26:23,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,593 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,626 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:26:23,649 INFO [main][JDO] Exception thrown Field/property org.cumulus4j.store.test.metadata.Entity1.field3 is not queryable! org.cumulus4j.store.query.MemberNotQueryableException: Field/property org.cumulus4j.store.test.metadata.Entity1.field3 is not queryable! at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.queryMiddle(PrimaryExpressionResolver.java:126) at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.query(PrimaryExpressionResolver.java:110) at org.cumulus4j.store.query.eval.ComparisonExpressionEvaluator._queryResultDataEntryIDs(ComparisonExpressionEvaluator.java:82) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultDataEntryIDs(AbstractExpressionEvaluator.java:272) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator._queryResultObjects(AbstractExpressionEvaluator.java:389) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultObjects(AbstractExpressionEvaluator.java:354) at org.cumulus4j.store.query.QueryEvaluator.execute(QueryEvaluator.java:383) at org.cumulus4j.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:126) at org.datanucleus.store.query.Query.executeQuery(Query.java:1786) at org.datanucleus.store.query.Query.executeWithArray(Query.java:1672) at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:243) at org.cumulus4j.store.test.metadata.MetaDataTest.queryFieldAnnotatedWithVendorExtensionNotQueryable(MetaDataTest.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.cumulus4j.store.test.framework.FrameworkMethodWrapper.invokeExplosively(FrameworkMethodWrapper.java:28) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.runInTransaction(JDOTransactionalRunner.java:221) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.access$100(JDOTransactionalRunner.java:41) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TransactionalInvokeMethod.evaluate(JDOTransactionalRunner.java:256) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TxRunBefores.evaluate(JDOTransactionalRunner.java:108) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.run(JDOTransactionalRunner.java:58) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 20:26:23,654 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.706 sec Running org.cumulus4j.store.test.collection.mappedby.Element1SetQueryTest 20:26:24,545 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:26:27,395 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:26:27,699 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:26:27,700 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:26:27,726 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:26:27,726 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:26:27,735 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:26:27,737 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:26:27,811 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:26:37,433 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:26:47,087 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:26:51,496 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:26:51,497 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:26:51,497 INFO [main][Cumulus4jStoreManager] ======================================================= 20:26:51,499 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:26:51,500 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:26:52,017 INFO [main][MinimumCumulus4jVersion] version=10100001 20:26:52,500 INFO [main][MinimumCumulus4jVersion] version=10100001 20:26:52,747 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element1SetOwner" not found ! 20:26:52,753 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element1" not found ! 20:26:52,987 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:53,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:26:53,012 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:26:53,013 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:26:53,015 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,016 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:53,034 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:26:53,039 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:26:53,040 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.2, Element 1.3, Element 1.1, Element 1.4 20:26:53,040 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.2, Element 2.4, Element 2.3, Element 2.1 20:26:53,040 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 20:26:53,043 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,043 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:53,046 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:53,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:26:53,053 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:26:53,054 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.1, Element 3.2, Element 3.3 20:26:53,056 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,057 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:53,059 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:53,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:26:53,071 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,075 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:26:53,076 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 20:26:53,076 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 20:26:53,076 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.2, Element 1.3, Element 1.1, Element 1.4 20:26:53,076 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.3, Element 2.4, Element 2.2, Element 2.1 20:26:53,079 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,080 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:53,097 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:26:53,107 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:26:53,107 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.1, Element 1.3, Element 1.4, Element 1.2 20:26:53,107 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.2, Element 2.1, Element 2.3, Element 2.4 20:26:53,107 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.2, Element 3.1, Element 3.3 20:26:53,110 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,111 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:53,119 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:26:53,129 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:26:53,130 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.4, Element 1.3, Element 1.1, Element 1.2 20:26:53,130 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.2, Element 2.1, Element 2.4, Element 2.3 20:26:53,130 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.2, Element 3.3, Element 3.1 20:26:53,133 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,134 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:53,136 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:53,149 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:26:53,159 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 20:26:53,160 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.2, Element 1.3, Element 1.4, Element 1.1 20:26:53,160 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.2, Element 2.3, Element 2.4, Element 2.1 20:26:53,160 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.2, Element 3.1, Element 3.3 20:26:53,161 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 20:26:53,163 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,164 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:53,166 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:53,169 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:26:53,179 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 20:26:53,179 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.1, Element 1.3, Element 1.4, Element 1.2 20:26:53,180 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.4, Element 2.3, Element 2.2, Element 2.1 20:26:53,180 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.2, Element 3.1, Element 3.3 20:26:53,183 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,183 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:53,185 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:53,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:26:53,193 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,196 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:26:53,196 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 20:26:53,196 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 20:26:53,197 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.4, Element 1.1, Element 1.3, Element 1.2 20:26:53,197 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.2, Element 2.1, Element 2.4, Element 2.3 20:26:53,200 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,200 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:53,208 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:26:53,212 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:53,214 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:26:53,215 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 20:26:53,215 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.2, Element 3.1, Element 3.3 20:26:54,309 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:26:54,310 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:26:54,352 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:26:59,204 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:26:59,204 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:26:59,204 INFO [main][Cumulus4jStoreManager] ======================================================= 20:26:59,206 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:26:59,206 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:26:59,249 INFO [main][MinimumCumulus4jVersion] version=10100001 20:26:59,250 INFO [main][MinimumCumulus4jVersion] version=10100001 20:26:59,262 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element1SetOwner" not found ! 20:26:59,264 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element1" not found ! 20:26:59,430 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:59,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:26:59,436 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:26:59,436 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:26:59,439 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,439 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:59,452 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:26:59,461 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:26:59,462 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.3, Element 1.1, Element 1.4, Element 1.2 20:26:59,462 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.3, Element 2.4, Element 2.2, Element 2.1 20:26:59,462 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 20:26:59,467 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,468 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:59,472 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:59,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:26:59,484 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:26:59,485 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.3, Element 3.1, Element 3.2 20:26:59,489 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,490 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:59,494 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:59,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:26:59,503 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,508 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 20:26:59,508 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 20:26:59,509 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 20:26:59,509 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.1, Element 1.2, Element 1.3, Element 1.4 20:26:59,510 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.3, Element 2.2, Element 2.4, Element 2.1 20:26:59,514 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,515 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:59,530 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:26:59,556 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:26:59,557 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.2, Element 1.4, Element 1.3, Element 1.1 20:26:59,557 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.2, Element 2.1, Element 2.4, Element 2.3 20:26:59,557 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.2, Element 3.3, Element 3.1 20:26:59,562 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,562 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:59,571 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:26:59,581 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:26:59,581 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.4, Element 1.1, Element 1.2, Element 1.3 20:26:59,581 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.3, Element 2.1, Element 2.2, Element 2.4 20:26:59,582 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.1, Element 3.2, Element 3.3 20:26:59,585 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,585 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:59,587 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:59,594 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:26:59,603 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 20:26:59,604 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.2, Element 1.4, Element 1.3, Element 1.1 20:26:59,604 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.3, Element 2.2, Element 2.1, Element 2.4 20:26:59,604 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 20:26:59,604 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.1, Element 3.3, Element 3.2 20:26:59,607 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,608 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:59,610 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:59,613 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:26:59,622 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 20:26:59,623 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.3, Element 1.2, Element 1.4, Element 1.1 20:26:59,623 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.3, Element 2.1, Element 2.2, Element 2.4 20:26:59,623 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.2, Element 3.3, Element 3.1 20:26:59,626 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,627 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:59,629 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:26:59,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:26:59,636 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,639 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 20:26:59,640 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 20:26:59,640 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 20:26:59,640 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.4, Element 1.3, Element 1.2, Element 1.1 20:26:59,640 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.1, Element 2.3, Element 2.2, Element 2.4 20:26:59,643 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,644 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 20:26:59,652 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:26:59,656 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:26:59,658 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:26:59,658 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.2, Element 3.3, Element 3.1 20:26:59,658 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 20:26:59,659 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.958 sec Running org.cumulus4j.store.test.collection.mappedby.Element3MapQueryTest 20:27:00,517 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:27:03,894 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:27:03,895 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:27:03,920 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:27:03,920 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:27:03,925 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:27:03,927 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:27:03,979 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:27:15,682 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:27:23,293 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:27:27,165 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:27:27,165 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:27:27,165 INFO [main][Cumulus4jStoreManager] ======================================================= 20:27:27,167 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:27:27,168 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:27:27,661 INFO [main][MinimumCumulus4jVersion] version=10100001 20:27:28,152 INFO [main][MinimumCumulus4jVersion] version=10100001 20:27:28,416 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element3MapOwner" not found ! 20:27:28,422 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element3" not found ! 20:27:28,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:27:28,722 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:27:28,723 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:27:28,723 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa 20:27:28,726 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:28,726 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:28,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:27:28,740 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:28,743 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:27:28,743 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:27:28,743 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:27:28,744 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 20:27:28,744 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="b", name="Element 3.2"]=b, Element3[value="a", name="Element 3.1"]=a, Element3[value="c", name="Element 3.3"]=c 20:27:28,747 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:28,747 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:28,762 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:27:28,768 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:27:28,769 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb 20:27:28,769 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb 20:27:28,769 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:27:28,772 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:28,773 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:28,776 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:27:28,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:27:28,789 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:27:28,789 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="a", name="Element 3.1"]=a, Element3[value="b", name="Element 3.2"]=b 20:27:28,792 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:28,792 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:28,795 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:27:28,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:27:28,800 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:28,804 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:27:28,804 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:27:28,805 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:27:28,805 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="ddd", name="Element 1.4"]=ddd 20:27:28,805 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:27:28,805 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa 20:27:28,808 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:28,809 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:28,817 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:27:28,822 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:27:28,823 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ddd", name="Element 1.4"]=ddd 20:27:28,823 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="bb", name="Element 2.2"]=bb 20:27:28,823 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:27:29,658 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:27:29,662 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:27:29,695 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:27:41,013 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:27:41,014 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:27:41,014 INFO [main][Cumulus4jStoreManager] ======================================================= 20:27:41,015 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:27:41,015 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:27:41,058 INFO [main][MinimumCumulus4jVersion] version=10100001 20:27:41,059 INFO [main][MinimumCumulus4jVersion] version=10100001 20:27:41,073 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element3MapOwner" not found ! 20:27:41,075 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element3" not found ! 20:27:41,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:27:41,297 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:27:41,298 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:27:41,298 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb 20:27:41,301 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:41,302 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:41,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:27:41,310 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:41,313 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:27:41,314 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:27:41,314 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="dd", name="Element 2.4"]=dd 20:27:41,315 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:27:41,315 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="a", name="Element 3.1"]=a, Element3[value="c", name="Element 3.3"]=c, Element3[value="b", name="Element 3.2"]=b 20:27:41,318 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:41,319 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:41,327 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:27:41,333 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:27:41,334 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa 20:27:41,334 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa 20:27:41,335 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:27:41,338 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:41,339 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:41,342 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:27:41,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:27:41,348 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:27:41,349 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="a", name="Element 3.1"]=a, Element3[value="c", name="Element 3.3"]=c, Element3[value="b", name="Element 3.2"]=b 20:27:41,352 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:41,353 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:41,355 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:27:41,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:27:41,362 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:41,366 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 20:27:41,367 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="cc", name="Element 2.3"]=cc 20:27:41,367 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:27:41,367 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 20:27:41,368 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:27:41,368 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa 20:27:41,372 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:27:41,373 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 20:27:41,381 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:27:41,387 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:27:41,388 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ddd", name="Element 1.4"]=ddd 20:27:41,389 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd 20:27:41,389 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 20:27:41,390 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.013 sec Running org.cumulus4j.store.test.collection.mappedby.Element2MapQueryTest 20:27:42,536 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:27:44,785 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:27:44,786 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:27:44,800 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:27:44,800 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:27:44,805 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:27:44,806 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:27:44,837 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:27:51,499 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:27:59,206 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:28:09,838 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:28:09,838 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:28:09,838 INFO [main][Cumulus4jStoreManager] ======================================================= 20:28:09,840 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:28:09,841 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:28:10,423 INFO [main][MinimumCumulus4jVersion] version=10100001 20:28:10,904 INFO [main][MinimumCumulus4jVersion] version=10100001 20:28:11,175 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element2MapOwner" not found ! 20:28:11,181 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element2" not found ! 20:28:11,475 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:11,499 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:28:11,500 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:11,501 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:11,501 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:11,502 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:11,505 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,506 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:11,512 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:11,525 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:28:11,526 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:11,526 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:11,527 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:11,527 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:11,531 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,532 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:11,540 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:11,552 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:28:11,553 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:11,554 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:11,554 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:11,555 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:11,558 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,559 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:11,568 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:11,581 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:28:11,582 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:11,582 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:11,583 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:11,583 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:11,587 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,587 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:11,598 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:28:11,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:28:11,612 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:28:11,613 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:11,616 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,617 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:11,620 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:28:11,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:28:11,633 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,637 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:28:11,637 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:11,638 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:28:11,638 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:11,639 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:11,639 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:11,642 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,643 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:11,661 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:11,667 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:28:11,668 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:11,668 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:11,669 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:11,672 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,673 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:11,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:11,680 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:28:11,681 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:11,682 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:11,685 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,686 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:11,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:11,692 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,696 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:28:11,696 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:28:11,697 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:11,697 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:11,698 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:11,701 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:11,702 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:11,707 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:11,713 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:28:11,714 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:11,715 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:11,715 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:12,793 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:28:12,795 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:28:12,843 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:28:18,162 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:28:18,163 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:28:18,163 INFO [main][Cumulus4jStoreManager] ======================================================= 20:28:18,164 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:28:18,165 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:28:18,208 INFO [main][MinimumCumulus4jVersion] version=10100001 20:28:18,210 INFO [main][MinimumCumulus4jVersion] version=10100001 20:28:18,223 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element2MapOwner" not found ! 20:28:18,225 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element2" not found ! 20:28:18,454 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:18,466 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:28:18,467 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:18,468 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:18,468 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:18,469 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:18,472 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,473 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:18,479 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:18,498 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:28:18,499 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:18,500 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:18,500 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:18,501 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:18,504 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,505 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:18,514 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:18,528 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:28:18,528 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:18,529 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:18,530 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:18,530 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:18,533 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,534 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:18,543 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:18,555 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:28:18,556 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:18,557 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:18,557 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:18,558 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:18,561 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,562 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:18,566 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:28:18,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:28:18,572 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:28:18,572 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:18,577 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,578 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:18,581 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:28:18,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:28:18,588 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,592 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 20:28:18,593 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:18,593 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:18,594 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:18,594 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 20:28:18,595 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:18,598 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,599 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:18,608 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:18,614 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:28:18,615 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:18,615 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:18,616 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:18,619 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,620 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:18,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:18,627 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:28:18,628 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 20:28:18,628 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:18,631 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,632 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:18,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:18,639 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,642 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:28:18,643 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:18,643 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:18,644 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 20:28:18,644 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 20:28:18,647 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:18,648 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:18,654 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:18,660 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:28:18,661 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 20:28:18,661 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 20:28:18,662 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 20:28:18,663 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.676 sec Running org.cumulus4j.store.test.collection.join.StringStringMapQueryTest 20:28:20,218 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:28:22,886 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:28:22,887 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:28:22,902 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:28:22,903 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:28:22,911 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:28:22,912 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:28:22,944 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:28:27,168 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:28:41,015 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:28:45,669 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:28:45,670 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:28:45,670 INFO [main][Cumulus4jStoreManager] ======================================================= 20:28:45,672 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:28:45,672 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:28:46,171 INFO [main][MinimumCumulus4jVersion] version=10100001 20:28:46,639 INFO [main][MinimumCumulus4jVersion] version=10100001 20:28:46,896 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.StringStringMapOwner.id" not found ! 20:28:47,133 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:47,148 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:28:47,148 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,148 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,148 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 20:28:47,151 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,152 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,157 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:47,166 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,169 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:28:47,169 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:28:47,169 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 20:28:47,170 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 20:28:47,170 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 20:28:47,172 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,173 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,187 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:47,191 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 20:28:47,192 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,192 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:28:47,192 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,192 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 20:28:47,192 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 20:28:47,195 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,195 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,201 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:47,207 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 20:28:47,207 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,207 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:28:47,207 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,207 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 20:28:47,207 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 20:28:47,210 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,211 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,217 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:47,220 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:28:47,220 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,220 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 20:28:47,220 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 20:28:47,223 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,223 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,229 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:47,231 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,234 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:28:47,234 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,234 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 20:28:47,234 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:28:47,234 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 20:28:47,237 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,238 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,243 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:47,247 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 20:28:47,247 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,247 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:28:47,247 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,247 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 20:28:47,250 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,251 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,256 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:47,260 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 20:28:47,260 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,260 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:28:47,260 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,261 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 20:28:47,263 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,264 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,276 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:28:47,279 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 20:28:47,280 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,280 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 20:28:47,280 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,282 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,283 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,297 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:28:47,302 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 20:28:47,302 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,302 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:28:47,302 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,302 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 20:28:47,302 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 20:28:47,302 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 20:28:47,305 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,306 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,311 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:28:47,316 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 20:28:47,316 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,316 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:28:47,316 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,316 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 20:28:47,316 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 20:28:47,316 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 20:28:47,319 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,320 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,325 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:28:47,327 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 20:28:47,327 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,328 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 20:28:47,330 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,331 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,336 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:28:47,340 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 20:28:47,341 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,341 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:28:47,341 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,341 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 20:28:47,341 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 20:28:47,344 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,345 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,350 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:28:47,355 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 20:28:47,355 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,355 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:28:47,355 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,355 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 20:28:47,355 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 20:28:47,358 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,359 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:47,365 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 20:28:47,365 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 20:28:47,366 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,370 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,371 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:47,375 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,379 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 20:28:47,379 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,379 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 20:28:47,379 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 20:28:47,379 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 20:28:47,380 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 20:28:47,382 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,383 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:47,388 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 20:28:47,389 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, third=Claudia, first=Adam 20:28:47,389 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 20:28:47,389 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:47,391 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,392 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:47,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:47,397 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:47,400 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 20:28:47,400 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 20:28:47,400 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 20:28:47,400 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 20:28:47,400 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 20:28:48,568 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:28:48,575 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:28:48,605 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:28:53,469 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:28:53,469 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:28:53,469 INFO [main][Cumulus4jStoreManager] ======================================================= 20:28:53,470 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:28:53,470 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:28:53,512 INFO [main][MinimumCumulus4jVersion] version=10100001 20:28:53,514 INFO [main][MinimumCumulus4jVersion] version=10100001 20:28:53,527 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.StringStringMapOwner.id" not found ! 20:28:53,698 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:53,702 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:28:53,702 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,702 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,702 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 20:28:53,705 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,705 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,711 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:53,713 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,717 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 20:28:53,717 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:28:53,717 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 20:28:53,717 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 20:28:53,717 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 20:28:53,720 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,721 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,727 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:53,731 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 20:28:53,731 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,731 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:28:53,732 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,732 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 20:28:53,732 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 20:28:53,734 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,735 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,740 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:53,744 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 20:28:53,745 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,745 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:28:53,745 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,745 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 20:28:53,745 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 20:28:53,748 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,748 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,754 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:53,757 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:28:53,757 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,757 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 20:28:53,757 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 20:28:53,760 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,760 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,766 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:28:53,768 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,770 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 20:28:53,771 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,771 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 20:28:53,771 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 20:28:53,771 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 20:28:53,773 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,774 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,779 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:53,789 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 20:28:53,789 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,790 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 20:28:53,790 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,790 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 20:28:53,792 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,793 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,798 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:28:53,802 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 20:28:53,803 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,803 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 20:28:53,803 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,803 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 20:28:53,805 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,806 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,812 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:28:53,815 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 20:28:53,815 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,815 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 20:28:53,815 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,817 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,818 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,824 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:28:53,829 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 20:28:53,829 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,829 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:28:53,829 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,829 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 20:28:53,829 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 20:28:53,830 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 20:28:53,832 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,833 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,838 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:28:53,843 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 20:28:53,844 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,844 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:28:53,844 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,844 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 20:28:53,844 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 20:28:53,845 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 20:28:53,847 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,848 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,853 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:28:53,855 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 20:28:53,855 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,855 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 20:28:53,858 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,859 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,864 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:28:53,868 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 20:28:53,868 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,868 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 20:28:53,869 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,869 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 20:28:53,869 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 20:28:53,871 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,872 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,877 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:28:53,882 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 20:28:53,882 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,882 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 20:28:53,882 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,886 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 20:28:53,887 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 20:28:53,889 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,890 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:53,896 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 20:28:53,896 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,896 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 20:28:53,899 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,899 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:53,904 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,907 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 20:28:53,907 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,907 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 20:28:53,908 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 20:28:53,908 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 20:28:53,908 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 20:28:53,910 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,911 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:53,916 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 20:28:53,917 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 20:28:53,917 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, third=Claudia, first=Adam 20:28:53,917 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 20:28:53,919 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,920 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 20:28:53,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:28:53,924 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:28:53,927 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 20:28:53,928 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 20:28:53,928 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 20:28:53,928 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 20:28:53,930 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 20:28:53,931 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.44 sec Running org.cumulus4j.store.test.collection.join.StringSetQueryTest 20:28:54,673 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:28:57,318 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:28:57,320 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:28:57,344 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:28:57,344 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:28:57,370 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:28:57,372 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:28:57,433 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:29:09,842 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:29:18,165 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:29:22,264 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:29:22,264 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:29:22,264 INFO [main][Cumulus4jStoreManager] ======================================================= 20:29:22,267 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:29:22,267 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:29:22,750 INFO [main][MinimumCumulus4jVersion] version=10100001 20:29:23,200 INFO [main][MinimumCumulus4jVersion] version=10100001 20:29:23,456 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.StringSetOwner.id" not found ! 20:29:23,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:23,667 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 20:29:23,668 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 20:29:23,668 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 20:29:23,670 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,671 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:23,685 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:29:23,689 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 20:29:23,689 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:29:23,689 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 20:29:23,689 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 20:29:23,692 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,692 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:23,698 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:29:23,701 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:29:23,701 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:29:23,701 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 20:29:23,703 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,704 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:23,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:23,716 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,719 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 20:29:23,719 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 20:29:23,720 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 20:29:23,720 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 20:29:23,720 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 20:29:23,720 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 20:29:23,722 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,723 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:23,737 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:29:23,743 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 20:29:23,743 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 20:29:23,743 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 20:29:23,744 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:29:23,744 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 20:29:23,746 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,747 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:23,752 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:29:23,756 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 20:29:23,757 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 20:29:23,757 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 20:29:23,757 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:29:23,757 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 20:29:23,760 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,760 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:23,765 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:29:23,767 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,771 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:29:23,771 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 20:29:23,771 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 20:29:23,771 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 20:29:23,771 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 20:29:23,771 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 20:29:23,774 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,775 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:23,788 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:29:23,793 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 20:29:23,793 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 20:29:23,793 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 20:29:23,793 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 20:29:23,794 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 20:29:23,794 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 20:29:23,796 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,797 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:23,802 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:29:23,807 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 20:29:23,807 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 20:29:23,807 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 20:29:23,807 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:29:23,807 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 20:29:23,807 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 20:29:23,810 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:23,811 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:23,821 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 20:29:24,549 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:29:24,558 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:29:24,594 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:29:28,998 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:29:28,998 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:29:28,998 INFO [main][Cumulus4jStoreManager] ======================================================= 20:29:29,000 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:29:29,000 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:29:29,043 INFO [main][MinimumCumulus4jVersion] version=10100001 20:29:29,044 INFO [main][MinimumCumulus4jVersion] version=10100001 20:29:29,056 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.StringSetOwner.id" not found ! 20:29:29,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:29,207 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 20:29:29,207 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 20:29:29,207 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 20:29:29,209 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,210 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:29,216 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:29:29,219 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 20:29:29,220 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:29:29,220 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 20:29:29,220 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 20:29:29,222 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,223 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:29,229 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:29:29,231 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:29:29,231 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:29:29,231 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 20:29:29,234 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,234 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:29,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:29,239 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,243 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 20:29:29,243 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 20:29:29,243 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 20:29:29,243 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 20:29:29,243 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 20:29:29,243 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 20:29:29,246 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,246 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:29,252 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:29:29,256 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 20:29:29,257 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 20:29:29,257 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 20:29:29,257 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:29:29,257 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 20:29:29,262 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,262 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:29,268 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:29:29,272 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 20:29:29,272 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 20:29:29,272 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 20:29:29,272 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 20:29:29,272 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 20:29:29,275 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,275 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:29,281 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:29:29,282 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,286 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 20:29:29,286 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 20:29:29,286 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 20:29:29,286 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 20:29:29,286 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 20:29:29,287 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 20:29:29,289 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,290 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:29,295 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:29:29,300 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 20:29:29,300 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 20:29:29,300 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 20:29:29,300 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 20:29:29,300 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 20:29:29,301 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 20:29:29,303 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,304 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:29,309 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 20:29:29,313 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 20:29:29,314 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 20:29:29,314 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 20:29:29,314 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 20:29:29,314 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 20:29:29,314 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 20:29:29,317 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:29,317 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 20:29:29,320 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 20:29:29,322 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.583 sec Running org.cumulus4j.store.test.collection.join.ElementAMap1QueryTest 20:29:30,272 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:29:33,310 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:29:33,312 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:29:33,337 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:29:33,337 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:29:33,345 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:29:33,347 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:29:33,399 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:29:45,672 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:29:53,470 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:29:57,009 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:29:57,010 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:29:57,010 INFO [main][Cumulus4jStoreManager] ======================================================= 20:29:57,012 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:29:57,012 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:29:57,495 INFO [main][MinimumCumulus4jVersion] version=10100001 20:29:57,968 INFO [main][MinimumCumulus4jVersion] version=10100001 20:29:58,201 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner1" not found ! 20:29:58,207 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:29:58,515 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:29:58,531 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:29:58,532 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:29:58,532 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:29:58,532 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:29:58,532 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:29:58,535 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,536 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,541 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:29:58,546 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:29:58,546 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:29:58,547 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:29:58,547 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:29:58,547 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:29:58,550 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,550 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,558 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:29:58,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,583 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:29:58,583 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:29:58,584 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:29:58,584 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:29:58,584 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:29:58,587 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,588 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,596 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:29:58,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,615 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:29:58,616 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:29:58,616 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:29:58,616 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:29:58,617 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:29:58,619 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,620 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,630 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:29:58,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:29:58,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,644 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,647 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:29:58,648 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:29:58,648 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:29:58,648 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:29:58,648 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:29:58,649 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:29:58,651 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,652 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,654 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:29:58,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:29:58,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,660 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:29:58,661 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:29:58,663 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,664 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,666 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:29:58,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:29:58,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,673 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:29:58,673 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:29:58,674 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:29:58,676 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,677 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,679 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:29:58,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:29:58,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,685 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,688 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:29:58,688 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:29:58,688 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:29:58,688 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:29:58,689 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:29:58,691 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,692 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,709 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:29:58,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,717 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:29:58,718 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:29:58,718 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:29:58,718 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:29:58,721 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,721 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,726 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:29:58,727 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:29:58,727 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:29:58,730 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,730 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:29:58,735 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,738 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:29:58,738 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 20:29:58,738 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:29:58,738 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:29:58,739 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:29:58,741 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:29:58,742 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:29:58,747 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:29:58,750 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:29:58,751 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:29:58,751 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:29:58,751 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:29:59,719 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:29:59,726 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:29:59,756 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:30:05,163 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:30:05,163 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:30:05,163 INFO [main][Cumulus4jStoreManager] ======================================================= 20:30:05,164 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:30:05,164 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:30:05,203 INFO [main][MinimumCumulus4jVersion] version=10100001 20:30:05,204 INFO [main][MinimumCumulus4jVersion] version=10100001 20:30:05,218 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementAMapOwner1" not found ! 20:30:05,220 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:30:05,447 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:30:05,452 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 20:30:05,452 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:30:05,453 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:30:05,453 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:30:05,453 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:30:05,456 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,456 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,462 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:30:05,466 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 20:30:05,467 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:30:05,467 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:30:05,467 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:30:05,468 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:30:05,470 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,471 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,479 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:30:05,482 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,494 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,497 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:30:05,497 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:30:05,497 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:30:05,498 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:30:05,498 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:30:05,503 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,503 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,512 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:30:05,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,529 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:30:05,529 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:30:05,529 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:30:05,530 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:30:05,530 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:30:05,533 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,533 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,536 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:05,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:05,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,543 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,546 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:30:05,547 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:30:05,547 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:30:05,547 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:30:05,547 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:30:05,547 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:30:05,550 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,551 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,553 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:05,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:05,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,559 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 20:30:05,559 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:30:05,562 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,562 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,565 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:05,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:05,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,571 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:30:05,572 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:30:05,572 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:30:05,574 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,575 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,577 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:05,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:05,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,583 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,586 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 20:30:05,586 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:30:05,586 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:30:05,587 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:30:05,587 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:30:05,589 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,590 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,599 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:30:05,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,606 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:30:05,607 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:30:05,607 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:30:05,607 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:30:05,610 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,611 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,616 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 20:30:05,616 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:30:05,617 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 20:30:05,619 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,620 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:05,624 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,627 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 20:30:05,627 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 20:30:05,628 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:30:05,628 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 20:30:05,628 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:30:05,631 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:05,631 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 20:30:05,637 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:30:05,640 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:30:05,640 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 20:30:05,641 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 20:30:05,641 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 20:30:05,641 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.094 sec Running org.cumulus4j.store.test.collection.join.ElementASetQueryTest 20:30:06,382 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:30:09,292 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:30:09,294 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:30:09,318 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:30:09,319 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:30:09,328 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:30:09,329 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:30:09,382 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:30:22,267 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:30:29,000 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:30:33,798 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:30:33,798 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:30:33,798 INFO [main][Cumulus4jStoreManager] ======================================================= 20:30:33,800 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:30:33,801 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:30:34,298 INFO [main][MinimumCumulus4jVersion] version=10100001 20:30:34,815 INFO [main][MinimumCumulus4jVersion] version=10100001 20:30:35,054 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementASetOwner" not found ! 20:30:35,060 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:30:35,325 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:35,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:35,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,349 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:30:35,350 INFO [main][General] >> result=Owner 3 20:30:35,350 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.1, S.Element 3.2 20:30:35,352 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,353 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,370 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:30:35,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,378 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:30:35,378 INFO [main][General] >> result=Owner 1 20:30:35,379 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.3, S.Element 1.2, S.Element 1.4, S.Element 1.1 20:30:35,379 INFO [main][General] >> result=Owner 2 20:30:35,379 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.1, S.Element 2.3 20:30:35,379 INFO [main][General] >> result=Owner 4 20:30:35,379 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 20:30:35,382 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,383 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,385 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:35,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:35,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,394 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:30:35,395 INFO [main][General] >> result=Owner 3 20:30:35,395 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 20:30:35,397 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,398 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,400 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:35,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:35,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,414 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,417 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:30:35,417 INFO [main][General] >> result=Owner 4 20:30:35,417 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 20:30:35,417 INFO [main][General] >> result=Owner 5 20:30:35,417 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 20:30:35,418 INFO [main][General] >> result=Owner 1 20:30:35,418 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.2, S.Element 1.3 20:30:35,418 INFO [main][General] >> result=Owner 2 20:30:35,418 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.1, S.Element 2.2 20:30:35,421 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,421 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,438 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:30:35,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,455 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:30:35,456 INFO [main][General] >> result=Owner 1 20:30:35,456 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.4, S.Element 1.2, S.Element 1.3, S.Element 1.1 20:30:35,456 INFO [main][General] >> result=Owner 2 20:30:35,456 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.2, S.Element 2.4, S.Element 2.1 20:30:35,456 INFO [main][General] >> result=Owner 3 20:30:35,456 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 20:30:35,459 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,460 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,468 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:30:35,471 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,483 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,487 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:30:35,487 INFO [main][General] >> result=Owner 1 20:30:35,487 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.3, S.Element 1.2, S.Element 1.1, S.Element 1.4 20:30:35,488 INFO [main][General] >> result=Owner 2 20:30:35,488 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.3, S.Element 2.1 20:30:35,488 INFO [main][General] >> result=Owner 3 20:30:35,488 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 20:30:35,491 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,491 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,494 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:35,508 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:30:35,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,515 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,527 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 20:30:35,528 INFO [main][General] >> result=Owner 1 20:30:35,528 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.2, S.Element 1.3, S.Element 1.4, S.Element 1.1 20:30:35,528 INFO [main][General] >> result=Owner 2 20:30:35,528 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.2, S.Element 2.1 20:30:35,528 INFO [main][General] >> result=Owner 3 20:30:35,528 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.2, S.Element 3.3 20:30:35,532 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,533 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,535 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:35,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:35,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,545 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,548 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:30:35,548 INFO [main][General] >> result=Owner 4 20:30:35,548 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 20:30:35,548 INFO [main][General] >> result=Owner 5 20:30:35,548 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 20:30:35,548 INFO [main][General] >> result=Owner 1 20:30:35,548 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.2, S.Element 1.1, S.Element 1.3, S.Element 1.4 20:30:35,549 INFO [main][General] >> result=Owner 2 20:30:35,549 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.1, S.Element 2.4, S.Element 2.2 20:30:35,552 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,552 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,561 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:30:35,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,567 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,569 INFO [main][ElementASetQueryTest] invoke: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:30:35,569 INFO [main][General] >> result=Owner 5 20:30:35,569 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 20:30:35,570 INFO [main][General] >> result=Owner 3 20:30:35,570 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 20:30:35,572 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,573 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,575 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:35,587 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 20:30:35,588 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 20:30:35,588 INFO [main][General] >> result=Owner 5 20:30:35,588 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 20:30:35,591 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,591 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,594 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:35,606 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == :compareToArgument" since the connection used is closing 20:30:35,607 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 20:30:35,608 INFO [main][General] >> result=Owner 3 20:30:35,608 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.2, S.Element 3.3 20:30:35,610 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,611 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,613 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:35,616 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:30:35,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,626 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:35,637 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 20:30:35,638 INFO [main][General] >> result=Owner 1 20:30:35,638 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.2, S.Element 1.4 20:30:35,638 INFO [main][General] >> result=Owner 2 20:30:35,638 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.1, S.Element 2.2, S.Element 2.3, S.Element 2.4 20:30:35,638 INFO [main][General] >> result=Owner 3 20:30:35,638 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 20:30:35,638 INFO [main][General] >> result=Owner 4 20:30:35,638 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 20:30:35,641 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:35,642 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:35,654 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 20:30:36,740 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:30:36,744 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:30:36,782 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:30:41,596 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:30:41,596 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:30:41,597 INFO [main][Cumulus4jStoreManager] ======================================================= 20:30:41,598 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:30:41,598 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:30:41,639 INFO [main][MinimumCumulus4jVersion] version=10100001 20:30:41,640 INFO [main][MinimumCumulus4jVersion] version=10100001 20:30:41,652 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementASetOwner" not found ! 20:30:41,654 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:30:41,846 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:41,850 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:41,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,852 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:30:41,853 INFO [main][General] >> result=Owner 3 20:30:41,853 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.1, S.Element 3.2 20:30:41,855 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:41,856 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:41,865 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:30:41,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,872 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:30:41,873 INFO [main][General] >> result=Owner 2 20:30:41,873 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.1, S.Element 2.2, S.Element 2.4 20:30:41,874 INFO [main][General] >> result=Owner 1 20:30:41,874 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.2, S.Element 1.1, S.Element 1.3, S.Element 1.4 20:30:41,874 INFO [main][General] >> result=Owner 4 20:30:41,874 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 20:30:41,879 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:41,879 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:41,881 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:41,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:41,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,890 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:30:41,890 INFO [main][General] >> result=Owner 3 20:30:41,890 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.1, S.Element 3.2 20:30:41,893 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:41,893 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:41,896 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:41,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:41,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,902 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:41,905 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 20:30:41,905 INFO [main][General] >> result=Owner 4 20:30:41,905 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 20:30:41,905 INFO [main][General] >> result=Owner 5 20:30:41,905 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 20:30:41,906 INFO [main][General] >> result=Owner 2 20:30:41,906 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.1, S.Element 2.4, S.Element 2.2, S.Element 2.3 20:30:41,906 INFO [main][General] >> result=Owner 1 20:30:41,906 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.4, S.Element 1.2, S.Element 1.3, S.Element 1.1 20:30:41,909 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:41,909 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:41,918 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:30:41,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,934 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 20:30:41,935 INFO [main][General] >> result=Owner 2 20:30:41,935 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.1, S.Element 2.3, S.Element 2.2, S.Element 2.4 20:30:41,935 INFO [main][General] >> result=Owner 1 20:30:41,935 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.2, S.Element 1.3, S.Element 1.4, S.Element 1.1 20:30:41,935 INFO [main][General] >> result=Owner 3 20:30:41,935 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.2, S.Element 3.3 20:30:41,938 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:41,939 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:41,947 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:30:41,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,958 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,963 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 20:30:41,964 INFO [main][General] >> result=Owner 2 20:30:41,964 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.2, S.Element 2.1, S.Element 2.4, S.Element 2.3 20:30:41,964 INFO [main][General] >> result=Owner 1 20:30:41,964 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.4, S.Element 1.2, S.Element 1.3 20:30:41,964 INFO [main][General] >> result=Owner 3 20:30:41,965 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.1, S.Element 3.2 20:30:41,967 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:41,968 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:41,970 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:41,976 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:30:41,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:41,995 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 20:30:41,995 INFO [main][General] >> result=Owner 2 20:30:41,995 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.1, S.Element 2.4, S.Element 2.2 20:30:41,995 INFO [main][General] >> result=Owner 1 20:30:41,995 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.3, S.Element 1.4, S.Element 1.2, S.Element 1.1 20:30:41,996 INFO [main][General] >> result=Owner 3 20:30:41,996 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.2, S.Element 3.3 20:30:41,998 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:41,999 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:42,001 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:42,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:30:42,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,010 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:42,013 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 20:30:42,013 INFO [main][General] >> result=Owner 4 20:30:42,013 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 20:30:42,013 INFO [main][General] >> result=Owner 5 20:30:42,013 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 20:30:42,013 INFO [main][General] >> result=Owner 2 20:30:42,014 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.1, S.Element 2.4, S.Element 2.3, S.Element 2.2 20:30:42,014 INFO [main][General] >> result=Owner 1 20:30:42,014 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.4, S.Element 1.2, S.Element 1.3, S.Element 1.1 20:30:42,016 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:42,017 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:42,025 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:30:42,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,032 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:42,034 INFO [main][ElementASetQueryTest] invoke: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 20:30:42,034 INFO [main][General] >> result=Owner 3 20:30:42,034 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.2, S.Element 3.3 20:30:42,034 INFO [main][General] >> result=Owner 5 20:30:42,034 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 20:30:42,037 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:42,037 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:42,040 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:42,043 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 20:30:42,045 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 20:30:42,045 INFO [main][General] >> result=Owner 5 20:30:42,045 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 20:30:42,048 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:42,048 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:42,051 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:42,054 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == :compareToArgument" since the connection used is closing 20:30:42,056 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 20:30:42,056 INFO [main][General] >> result=Owner 3 20:30:42,056 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.2, S.Element 3.3 20:30:42,059 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:42,059 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:42,062 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:30:42,065 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 20:30:42,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:30:42,084 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 20:30:42,085 INFO [main][General] >> result=Owner 2 20:30:42,085 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.2, S.Element 2.1, S.Element 2.4 20:30:42,085 INFO [main][General] >> result=Owner 1 20:30:42,085 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.2, S.Element 1.4 20:30:42,085 INFO [main][General] >> result=Owner 4 20:30:42,085 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 20:30:42,085 INFO [main][General] >> result=Owner 3 20:30:42,085 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.1, S.Element 3.2 20:30:42,088 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:30:42,089 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 20:30:42,092 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 20:30:42,094 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.572 sec Running org.cumulus4j.store.test.collection.join.ElementAMap3QueryTest 20:30:42,968 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:30:46,130 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:30:46,132 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:30:46,156 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:30:46,156 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:30:46,167 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:30:46,168 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:30:46,220 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:30:57,012 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:31:05,165 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:31:10,534 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:31:10,534 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:31:10,534 INFO [main][Cumulus4jStoreManager] ======================================================= 20:31:10,538 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:31:10,538 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:31:11,048 INFO [main][MinimumCumulus4jVersion] version=10100001 20:31:11,561 INFO [main][MinimumCumulus4jVersion] version=10100001 20:31:11,792 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner3" not found ! 20:31:11,797 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:31:12,157 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:12,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,198 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:31:12,198 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 20:31:12,199 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:31:12,199 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:12,202 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,202 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,211 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:12,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,224 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,234 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:31:12,234 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 20:31:12,235 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 20:31:12,235 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:12,238 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,238 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,246 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:12,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,274 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:31:12,274 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:31:12,275 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 20:31:12,275 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:31:12,275 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:12,278 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,279 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,287 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:12,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,315 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:31:12,315 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:31:12,316 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 20:31:12,316 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:31:12,316 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:12,319 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,320 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,330 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:12,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:12,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,343 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,349 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:31:12,349 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 20:31:12,350 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 20:31:12,350 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:12,350 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:31:12,350 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:12,353 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,354 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,356 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:12,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:12,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,362 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:31:12,363 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:31:12,365 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,366 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,368 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:12,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:12,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,375 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:31:12,375 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:31:12,375 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:31:12,378 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,379 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,381 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:12,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:12,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,387 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,390 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:31:12,390 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"] 20:31:12,391 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:12,391 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:31:12,391 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:12,394 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,394 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,411 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:31:12,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,421 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:31:12,422 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 20:31:12,422 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"] 20:31:12,422 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:12,425 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,426 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,434 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:31:12,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,451 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:31:12,451 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 20:31:12,452 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:31:12,452 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:31:12,452 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:12,455 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,456 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,458 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:12,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:12,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,464 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:31:12,464 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:31:12,467 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,468 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,470 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:12,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:12,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,477 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:31:12,477 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:12,477 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 20:31:12,478 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:31:12,481 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,481 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,484 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:12,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:12,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,490 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,493 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:31:12,494 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 20:31:12,494 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 20:31:12,494 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:12,495 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:31:12,495 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:12,497 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,498 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:12,500 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:12,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:12,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:12,506 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:12,509 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:31:12,509 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:31:12,509 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:12,510 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:31:13,278 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:31:13,282 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:31:13,315 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:31:18,577 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:31:18,577 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:31:18,577 INFO [main][Cumulus4jStoreManager] ======================================================= 20:31:18,578 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:31:18,578 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:31:18,619 INFO [main][MinimumCumulus4jVersion] version=10100001 20:31:18,620 INFO [main][MinimumCumulus4jVersion] version=10100001 20:31:18,632 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementAMapOwner3" not found ! 20:31:18,634 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:31:19,050 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:19,055 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,090 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:31:19,091 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:31:19,091 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 20:31:19,092 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:19,100 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,101 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,116 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:19,135 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,167 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:31:19,168 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:31:19,169 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:31:19,169 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:19,174 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,174 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,183 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:19,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,218 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:31:19,219 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 20:31:19,220 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"] 20:31:19,220 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:19,221 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:31:19,224 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,225 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,233 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:19,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,261 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:31:19,261 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 20:31:19,262 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"] 20:31:19,262 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:19,262 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:31:19,265 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,266 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,269 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:19,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:19,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,276 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,279 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:31:19,280 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 20:31:19,280 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:19,280 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:19,280 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 20:31:19,281 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 20:31:19,284 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,284 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,287 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:19,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:19,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,293 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 20:31:19,293 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:31:19,296 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,296 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,299 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:19,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:19,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,305 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:31:19,305 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:31:19,306 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 20:31:19,308 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,309 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,311 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:19,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:19,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,317 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,320 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 20:31:19,320 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 20:31:19,321 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:19,321 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 20:31:19,321 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:19,324 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,324 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,333 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:31:19,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,343 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:31:19,344 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 20:31:19,344 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"] 20:31:19,344 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:19,351 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,352 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,360 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:31:19,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,376 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:31:19,376 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 20:31:19,377 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 20:31:19,377 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 20:31:19,377 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:19,380 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,381 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,383 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:19,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:19,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,389 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:31:19,390 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:31:19,392 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,393 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,395 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:19,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:19,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,402 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:31:19,403 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 20:31:19,403 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"] 20:31:19,404 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:19,406 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,407 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,409 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:19,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:19,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,415 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,425 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 20:31:19,425 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:31:19,425 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:19,425 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 20:31:19,426 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 20:31:19,426 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 20:31:19,429 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,429 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 20:31:19,432 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:19,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:19,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:19,438 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:19,441 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 20:31:19,441 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:31:19,441 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 20:31:19,442 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 20:31:19,442 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.431 sec Running org.cumulus4j.store.test.collection.join.ElementABMapQueryTest 20:31:20,412 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:31:23,565 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:31:23,567 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:31:23,591 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:31:23,591 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:31:23,601 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:31:23,602 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:31:23,653 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:31:33,801 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:31:41,599 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:31:46,204 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:31:46,205 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:31:46,205 INFO [main][Cumulus4jStoreManager] ======================================================= 20:31:46,207 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:31:46,207 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:31:46,679 INFO [main][MinimumCumulus4jVersion] version=10100001 20:31:47,119 INFO [main][MinimumCumulus4jVersion] version=10100001 20:31:47,372 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementABMapOwner" not found ! 20:31:47,377 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:31:47,423 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementB" not found ! 20:31:47,758 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:47,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,791 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:31:47,791 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 20:31:47,792 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:31:47,792 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:47,795 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,795 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:47,804 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:47,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,818 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:31:47,818 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:31:47,819 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:31:47,819 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:47,822 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,822 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:47,831 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:47,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,849 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:31:47,849 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 20:31:47,850 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 20:31:47,850 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:31:47,850 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:47,853 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,854 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:47,862 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:47,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,879 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:31:47,880 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:31:47,880 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:31:47,880 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:31:47,881 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:47,884 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,884 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:47,894 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:47,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:47,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,907 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,913 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:31:47,913 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 20:31:47,914 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 20:31:47,914 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:47,914 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 20:31:47,914 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:47,917 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,918 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:47,920 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:47,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:47,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,926 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:31:47,927 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 20:31:47,929 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,930 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:47,932 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:47,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:47,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,938 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:31:47,939 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 20:31:47,939 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:31:47,942 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,942 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:47,945 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:47,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:47,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,951 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,953 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:31:47,954 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:31:47,954 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:47,954 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 20:31:47,955 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:47,957 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,958 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:47,975 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:31:47,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,983 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:31:47,983 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:31:47,984 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:31:47,984 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:47,986 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:47,987 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:47,995 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:31:47,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:47,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:48,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:48,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:48,005 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:31:48,005 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:31:48,006 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:31:48,006 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:31:48,006 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:48,009 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:48,010 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:48,012 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:48,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:48,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:48,019 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:31:48,019 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 20:31:48,022 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:48,022 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:48,025 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:48,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:48,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:48,031 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:31:48,032 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:48,032 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:31:48,033 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 20:31:48,035 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:48,036 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:48,038 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:48,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:48,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:48,044 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:48,048 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:31:48,048 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 20:31:48,049 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 20:31:48,049 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:48,049 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:31:48,049 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:48,052 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:48,053 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:48,055 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:48,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:48,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:48,061 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:48,063 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:31:48,063 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:31:48,064 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:48,064 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:31:48,839 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:31:48,842 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:31:48,883 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:31:53,744 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:31:53,744 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:31:53,744 INFO [main][Cumulus4jStoreManager] ======================================================= 20:31:53,745 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:31:53,745 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:31:53,786 INFO [main][MinimumCumulus4jVersion] version=10100001 20:31:53,788 INFO [main][MinimumCumulus4jVersion] version=10100001 20:31:53,800 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementABMapOwner" not found ! 20:31:53,802 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:31:53,823 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementB" not found ! 20:31:54,136 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:54,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,153 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 20:31:54,154 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 20:31:54,155 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 20:31:54,155 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:54,161 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,161 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,170 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:54,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,187 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 20:31:54,188 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 20:31:54,188 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 20:31:54,189 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:54,192 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,193 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,202 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:54,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,222 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 20:31:54,223 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:31:54,224 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:31:54,224 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:54,225 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:31:54,228 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,229 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,238 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 20:31:54,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,258 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 20:31:54,259 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 20:31:54,260 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 20:31:54,260 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:54,261 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 20:31:54,264 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,265 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,268 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:54,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:54,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,276 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,280 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:31:54,280 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 20:31:54,281 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:54,281 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:54,282 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 20:31:54,282 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 20:31:54,285 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,286 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,289 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:54,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:54,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,296 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 20:31:54,296 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:31:54,299 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,300 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,303 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:54,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:54,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,310 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:31:54,311 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 20:31:54,311 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 20:31:54,314 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,315 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,317 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:54,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:54,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,324 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,328 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 20:31:54,329 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 20:31:54,329 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:54,330 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:31:54,330 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:54,333 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,334 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,344 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:31:54,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,352 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:31:54,353 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:31:54,354 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:31:54,354 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:54,358 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,358 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,367 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:31:54,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,379 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 20:31:54,380 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:31:54,380 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 20:31:54,381 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 20:31:54,381 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:54,385 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,385 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,388 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:54,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:54,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,396 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:31:54,396 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 20:31:54,399 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,400 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,403 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:54,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:54,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,411 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:31:54,412 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 20:31:54,412 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 20:31:54,413 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:54,416 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,417 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,420 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:54,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:54,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,427 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,437 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 20:31:54,438 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:31:54,438 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:54,439 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 20:31:54,439 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 20:31:54,440 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 20:31:54,443 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,444 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 20:31:54,447 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:31:54,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:31:54,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:31:54,454 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:31:54,457 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 20:31:54,458 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:31:54,458 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 20:31:54,459 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 20:31:54,460 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.032 sec Running org.cumulus4j.store.test.collection.join.ElementAMap2QueryTest 20:31:55,450 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:31:58,873 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:31:58,874 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:31:58,899 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:31:58,899 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:31:58,905 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:31:58,907 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:31:58,958 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:32:10,538 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:32:18,579 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:32:21,871 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:32:21,871 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:32:21,871 INFO [main][Cumulus4jStoreManager] ======================================================= 20:32:21,873 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:32:21,873 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:32:22,435 INFO [main][MinimumCumulus4jVersion] version=10100001 20:32:22,898 INFO [main][MinimumCumulus4jVersion] version=10100001 20:32:23,164 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner2" not found ! 20:32:23,170 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:32:23,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:23,511 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:32:23,511 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:32:23,512 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa 20:32:23,514 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,515 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:23,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:23,526 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,530 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:32:23,530 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 20:32:23,530 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:32:23,530 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb 20:32:23,531 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a 20:32:23,533 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,534 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:23,548 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:32:23,552 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:32:23,552 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.3"]=ccc 20:32:23,552 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa 20:32:23,553 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:32:23,555 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,556 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:23,564 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:32:23,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:23,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:23,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:23,579 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:32:23,579 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc 20:32:23,580 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.3"]=cc 20:32:23,580 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:32:23,582 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,583 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:23,586 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:32:23,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:32:23,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:23,592 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:32:23,592 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 3.3"]=c 20:32:23,595 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,595 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:23,598 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:32:23,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:32:23,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:23,606 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:32:23,606 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.3"]=ccc 20:32:23,607 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a 20:32:23,609 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,610 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:23,612 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:32:23,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:32:23,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:23,619 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,622 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:32:23,622 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:32:23,623 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:32:23,623 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:32:23,623 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.2"]=bbb 20:32:23,623 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.2"]=bb 20:32:23,626 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,627 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:23,629 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:32:23,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:32:23,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:23,635 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:23,638 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:32:23,638 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:32:23,638 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:32:23,639 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:32:23,639 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd 20:32:24,559 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:32:24,564 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:32:24,595 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:32:30,132 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:32:30,132 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:32:30,132 INFO [main][Cumulus4jStoreManager] ======================================================= 20:32:30,133 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:32:30,133 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:32:30,174 INFO [main][MinimumCumulus4jVersion] version=10100001 20:32:30,175 INFO [main][MinimumCumulus4jVersion] version=10100001 20:32:30,188 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementAMapOwner2" not found ! 20:32:30,190 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 20:32:30,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:30,419 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 20:32:30,419 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb 20:32:30,420 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:32:30,422 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,423 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:30,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:30,427 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,430 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 20:32:30,431 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 1.1"]=a 20:32:30,431 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa 20:32:30,431 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 20:32:30,431 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:32:30,434 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,435 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:30,440 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:32:30,444 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 20:32:30,444 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd 20:32:30,444 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.4"]=dd 20:32:30,445 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:32:30,447 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,448 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:30,456 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 20:32:30,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:30,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:30,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:30,464 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 20:32:30,464 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 20:32:30,464 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa 20:32:30,465 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:32:30,467 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,468 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:30,471 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:32:30,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:32:30,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:30,477 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:32:30,477 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 3.3"]=c 20:32:30,480 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,480 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:30,483 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:32:30,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:32:30,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:30,489 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:32:30,489 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.2"]=bbb 20:32:30,489 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 3.3"]=c 20:32:30,492 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,493 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:30,495 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:32:30,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:32:30,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:30,501 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,505 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 20:32:30,505 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.4"]=dd 20:32:30,505 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 20:32:30,505 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:32:30,506 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:32:30,506 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.2"]=bbb 20:32:30,511 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,511 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 20:32:30,513 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:32:30,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:32:30,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:32:30,519 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:32:30,522 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 20:32:30,523 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.3"]=cc 20:32:30,523 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 20:32:30,523 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 20:32:30,523 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 20:32:30,524 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.133 sec Running org.cumulus4j.store.test.datatype.StandardOneToOneTypesTest 20:32:31,599 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:32:34,732 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:32:34,734 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:32:34,758 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:32:34,759 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:32:34,760 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:32:34,762 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:32:34,814 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:32:46,207 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:32:53,745 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:32:57,773 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:32:57,773 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:32:57,773 INFO [main][Cumulus4jStoreManager] ======================================================= 20:32:57,826 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:32:57,826 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:32:58,333 INFO [main][MinimumCumulus4jVersion] version=10100001 20:32:58,754 INFO [main][MinimumCumulus4jVersion] version=10100001 20:33:01,752 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:01,758 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 05211e05-77c6-45e9-9030-115e7bc78da9 20:33:01,758 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 08a2f111-a86c-47d3-8fa3-24f7819bf89b 20:33:01,758 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 0b4f5051-9e44-40c4-88e1-71d4de47a351 20:33:01,758 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 0e6b9524-bc3c-47b1-8de7-e6adee5620f0 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 18c05fb8-1cd3-4702-a2dd-7dae9688b9a4 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 1bb1abf6-8b5b-45ac-959f-4930df27881c 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 233f56a4-64e3-4496-9b21-2202755c9a72 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 2e1bf86e-1ea3-4e62-87e7-c47e8722076d 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 2eeb1d30-9471-4ce4-ae5f-26bfaf2e38cd 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 31a745c9-03d0-4ef1-9d00-b72fd0bb9fb7 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 3c161dbe-6ff8-46df-9af4-1590ad54fbf4 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 438efbfe-604e-4587-8bad-c0270b648d31 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 4c727580-d979-4109-83bf-789bf6cf8b14 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 4cac5a76-688b-4e9f-b0dc-34b85029ab0d 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 507af079-68df-42d0-94c1-cb4b10cea560 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 61be34e1-33a9-4dcb-8982-133bd1948dda 20:33:01,759 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 61e2f59f-dc10-44e1-8a35-0568bbba07dd 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 7d0218f0-e186-4a1f-a7a4-82b52f9aee94 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 8a9ac706-dc8d-4bbf-ac03-42ac361fbceb 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 9bb0ba21-4435-41b5-9cc8-8f91a6197a47 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = b1be9e78-848f-4b65-beae-ead24ac055f4 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = b480c92f-b585-424e-a1c1-06e26af5b5d1 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = bf858ecf-80e2-4eb8-a6d3-634e6c701bf6 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = bff956b5-2adb-493a-9357-4f687d66cd6e 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = c6394a9a-8159-4642-8cdb-f540602f073f 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = cfd5e4b5-fbb9-42b8-ab0b-6b99b7845776 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = d87bc34e-9e01-4d02-ab02-8a4793b735ad 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = e0afa17f-79fd-4077-a385-4b82402e9732 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = f1d305e7-1efc-485c-9a12-107f43053363 20:33:01,760 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = f4f31cc2-688e-4487-89f4-f4f7f91da090 20:33:03,543 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:33:03,543 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:33:03,573 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:33:08,399 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:33:08,399 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:33:08,399 INFO [main][Cumulus4jStoreManager] ======================================================= 20:33:08,402 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:33:08,402 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:33:08,445 INFO [main][MinimumCumulus4jVersion] version=10100001 20:33:08,447 INFO [main][MinimumCumulus4jVersion] version=10100001 20:33:09,295 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:09,301 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 05211e05-77c6-45e9-9030-115e7bc78da9 20:33:09,301 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 08a2f111-a86c-47d3-8fa3-24f7819bf89b 20:33:09,301 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 0b4f5051-9e44-40c4-88e1-71d4de47a351 20:33:09,301 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 0e6b9524-bc3c-47b1-8de7-e6adee5620f0 20:33:09,301 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 18c05fb8-1cd3-4702-a2dd-7dae9688b9a4 20:33:09,301 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 1bb1abf6-8b5b-45ac-959f-4930df27881c 20:33:09,301 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 233f56a4-64e3-4496-9b21-2202755c9a72 20:33:09,301 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 2e1bf86e-1ea3-4e62-87e7-c47e8722076d 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 2eeb1d30-9471-4ce4-ae5f-26bfaf2e38cd 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 31a745c9-03d0-4ef1-9d00-b72fd0bb9fb7 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 3c161dbe-6ff8-46df-9af4-1590ad54fbf4 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 438efbfe-604e-4587-8bad-c0270b648d31 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 4c727580-d979-4109-83bf-789bf6cf8b14 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 4cac5a76-688b-4e9f-b0dc-34b85029ab0d 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 507af079-68df-42d0-94c1-cb4b10cea560 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 61be34e1-33a9-4dcb-8982-133bd1948dda 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 61e2f59f-dc10-44e1-8a35-0568bbba07dd 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 7d0218f0-e186-4a1f-a7a4-82b52f9aee94 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 8a9ac706-dc8d-4bbf-ac03-42ac361fbceb 20:33:09,302 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 9bb0ba21-4435-41b5-9cc8-8f91a6197a47 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = b1be9e78-848f-4b65-beae-ead24ac055f4 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = b480c92f-b585-424e-a1c1-06e26af5b5d1 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = bf858ecf-80e2-4eb8-a6d3-634e6c701bf6 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = bff956b5-2adb-493a-9357-4f687d66cd6e 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = c6394a9a-8159-4642-8cdb-f540602f073f 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = cfd5e4b5-fbb9-42b8-ab0b-6b99b7845776 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = d87bc34e-9e01-4d02-ab02-8a4793b735ad 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = e0afa17f-79fd-4077-a385-4b82402e9732 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = f1d305e7-1efc-485c-9a12-107f43053363 20:33:09,303 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = f4f31cc2-688e-4487-89f4-f4f7f91da090 20:33:09,344 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.582 sec Running org.cumulus4j.store.test.inheritance.InheritanceTest 20:33:10,181 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 20:33:13,283 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 20:33:13,285 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:33:13,309 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:33:13,310 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:33:13,316 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:33:13,317 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:33:13,369 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:33:21,873 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:33:30,133 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:33:35,277 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:33:35,278 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:33:35,278 INFO [main][Cumulus4jStoreManager] ======================================================= 20:33:35,280 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:33:35,280 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:33:35,756 INFO [main][MinimumCumulus4jVersion] version=10100001 20:33:36,214 INFO [main][MinimumCumulus4jVersion] version=10100001 20:33:38,125 INFO [main][InheritanceTest] start: persistAndQueryInheritanceTest 20:33:39,732 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.Class_A.id" not found ! 20:33:39,782 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.TermsDBO" not found ! 20:33:39,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:39,864 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.PriceDBO" not found ! 20:33:39,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:39,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:40,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:40,007 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.Class_C.c_id" not found ! 20:33:40,116 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.InformationDBO" not found ! 20:33:40,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:40,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:40,499 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:33:40,513 INFO [main][InheritanceTest] The query_id of the query result Class_B object: test_id_abc 20:33:40,513 INFO [main][InheritanceTest] The sender id: Bender. - Should be 'Bender' 20:33:40,513 INFO [main][InheritanceTest] The sender's additional info: Bender is a robot that likes to drink alcoholic beverages. - Should tell you about his favorite drinks. 20:33:40,514 INFO [main][InheritanceTest] The acceptor's id: Fry. - Should be 'Fry' 20:33:40,514 INFO [main][InheritanceTest] The acceptor's additional info: Fry loves Leela. - Fry and Leela sitting in a tree. K-I-S-S-I-N-G. 20:33:40,515 INFO [main][InheritanceTest] The article's price as stored in the article: 1000000.00. - Should be a Million. 20:33:40,516 INFO [main][InheritanceTest] The total price after tax as stored in the price after tax field: 1190000. - Should be a 1190000. 20:33:40,516 INFO [main][InheritanceTest] end: persistenAndQueryInheritanceTest 20:33:40,523 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:40,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:40,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:40,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:40,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:40,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:40,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:40,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:40,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:40,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:40,716 INFO [main][InheritanceTest] start: persistAnObjectAndQueryWithAnObjectOfAnotherSubclass 20:33:41,716 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.TestSuperClass.id" not found ! 20:33:41,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:33:41,861 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:33:41,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:33:41,951 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:33:41,992 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:33:42,015 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 20:33:42,016 INFO [main][InheritanceTest] end: persistAnObjectAndQueryWithAnObjectOfAnotherSubclass 20:33:42,025 INFO [main][InheritanceTest] createOneInheritanceObject: entered 20:33:42,027 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.InheritanceHierarchy0.i0" not found ! 20:33:42,188 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:33:42,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:42,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:42,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:42,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:42,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:42,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,646 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:33:43,667 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3)" since the connection used is closing 20:33:43,682 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2)" since the connection used is closing 20:33:43,698 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing 20:33:43,701 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:43,707 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:33:43,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:43,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:43,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:43,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:43,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:43,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:43,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:43,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:43,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,134 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,479 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:44,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:44,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,217 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:46,220 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:46,222 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:46,225 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:46,229 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:46,235 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:33:46,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,435 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,593 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,746 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,801 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,827 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:46,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:46,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:47,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:47,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,213 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:47,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:47,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:47,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:47,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:47,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:47,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:48,888 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:48,890 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:48,893 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:48,897 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:48,900 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:33:48,907 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:33:48,912 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:48,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:48,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:48,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:48,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:48,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:48,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:48,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,128 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,403 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,773 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:49,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:49,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:50,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:50,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:50,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:50,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:50,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,581 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:33:51,590 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:33:51,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:51,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:51,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:51,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:51,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,738 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:51,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:51,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:51,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:51,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:51,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:51,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:52,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:52,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:53,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,055 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:33:53,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:53,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:33:54,625 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 20:33:54,633 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 20:33:56,099 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 20:33:56,101 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:33:56,131 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:33:57,826 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:34:00,158 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:34:00,158 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:34:00,158 INFO [main][Cumulus4jStoreManager] ======================================================= 20:34:00,160 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:34:00,160 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:34:00,201 INFO [main][MinimumCumulus4jVersion] version=10100001 20:34:00,203 INFO [main][MinimumCumulus4jVersion] version=10100001 20:34:00,868 INFO [main][InheritanceTest] start: persistAndQueryInheritanceTest 20:34:00,870 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.Class_A.id" not found ! 20:34:01,071 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.TermsDBO" not found ! 20:34:01,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:34:01,128 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:34:01,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:01,173 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.PriceDBO" not found ! 20:34:01,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:34:01,229 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:34:01,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:01,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:01,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:01,414 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.Class_C.c_id" not found ! 20:34:01,468 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:34:01,469 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:34:01,483 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.InformationDBO" not found ! 20:34:01,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:34:01,556 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:34:01,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:01,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:01,862 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:34:01,869 INFO [main][InheritanceTest] The query_id of the query result Class_B object: test_id_abc 20:34:01,869 INFO [main][InheritanceTest] The sender id: Bender. - Should be 'Bender' 20:34:01,870 INFO [main][InheritanceTest] The sender's additional info: Bender is a robot that likes to drink alcoholic beverages. - Should tell you about his favorite drinks. 20:34:01,870 INFO [main][InheritanceTest] The acceptor's id: Fry. - Should be 'Fry' 20:34:01,870 INFO [main][InheritanceTest] The acceptor's additional info: Fry loves Leela. - Fry and Leela sitting in a tree. K-I-S-S-I-N-G. 20:34:01,870 INFO [main][InheritanceTest] The article's price as stored in the article: 1000000.00. - Should be a Million. 20:34:01,871 INFO [main][InheritanceTest] The total price after tax as stored in the price after tax field: 1190000. - Should be a 1190000. 20:34:01,871 INFO [main][InheritanceTest] end: persistenAndQueryInheritanceTest 20:34:01,878 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:01,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:01,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:01,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:01,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:01,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:01,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:01,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:01,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:01,970 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:01,992 INFO [main][InheritanceTest] start: persistAnObjectAndQueryWithAnObjectOfAnotherSubclass 20:34:01,993 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.TestSuperClass.id" not found ! 20:34:02,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:34:02,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:34:02,017 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:34:02,024 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:34:02,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:34:02,035 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:34:02,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:34:02,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 20:34:02,124 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:34:02,133 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 20:34:02,143 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:34:02,153 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 20:34:02,155 INFO [main][InheritanceTest] end: persistAnObjectAndQueryWithAnObjectOfAnotherSubclass 20:34:02,162 INFO [main][InheritanceTest] createOneInheritanceObject: entered 20:34:02,164 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.InheritanceHierarchy0.i0" not found ! 20:34:02,273 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:34:02,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:02,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:02,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:02,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:02,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:02,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,776 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:34:03,783 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3)" since the connection used is closing 20:34:03,788 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2)" since the connection used is closing 20:34:03,792 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing 20:34:03,796 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:03,803 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:34:03,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:03,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:03,842 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:03,864 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:03,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:03,967 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:03,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,807 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:04,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:04,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:05,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:05,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,514 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:06,517 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:06,519 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:06,522 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:06,525 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:06,532 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:34:06,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,778 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,781 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,789 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,878 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,945 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:06,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:06,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,145 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:07,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:07,912 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,184 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:09,187 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:09,190 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:09,193 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:09,196 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 20:34:09,202 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:34:09,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,403 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,506 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,626 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,781 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:09,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:09,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:10,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:10,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,135 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:10,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:10,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:10,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:10,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,799 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:34:11,810 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 20:34:11,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:11,819 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:11,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:11,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:11,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:11,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:11,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:11,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,819 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:12,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:12,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:13,044 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:13,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:13,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:13,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:13,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:34:13,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:13,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:34:14,683 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 20:34:14,691 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 20:34:14,695 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.956 sec Results : Tests run: 361, Failures: 0, Errors: 0, Skipped: 2 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ org.cumulus4j.store.test --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ org.cumulus4j.store.test --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.store.test --- [INFO] META-INF already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/test already added, skipping [INFO] org/cumulus4j/store/test/onetoone already added, skipping [INFO] org/cumulus4j/store/test/onetoone/mappedby already added, skipping [INFO] org/cumulus4j/store/test/movie already added, skipping [INFO] org/cumulus4j/store/test/embedded already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetoone already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetoone/nested already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetomany already added, skipping [INFO] org/cumulus4j/store/test/account already added, skipping [INFO] org/cumulus4j/store/test/account/id already added, skipping [INFO] org/cumulus4j/store/test/framework already added, skipping [INFO] org/cumulus4j/store/test/valuestrategy already added, skipping [INFO] org/cumulus4j/store/test/metadata already added, skipping [INFO] org/cumulus4j/store/test/collection already added, skipping [INFO] org/cumulus4j/store/test/collection/mappedby already added, skipping [INFO] org/cumulus4j/store/test/collection/join already added, skipping [INFO] org/cumulus4j/store/test/datatype already added, skipping [INFO] org/cumulus4j/store/test/inheritance already added, skipping [INFO] org/cumulus4j/store/test/inheritance/sources already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar [INFO] META-INF already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/test already added, skipping [INFO] org/cumulus4j/store/test/onetoone already added, skipping [INFO] org/cumulus4j/store/test/onetoone/mappedby already added, skipping [INFO] org/cumulus4j/store/test/movie already added, skipping [INFO] org/cumulus4j/store/test/embedded already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetoone already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetoone/nested already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetomany already added, skipping [INFO] org/cumulus4j/store/test/account already added, skipping [INFO] org/cumulus4j/store/test/account/id already added, skipping [INFO] org/cumulus4j/store/test/framework already added, skipping [INFO] org/cumulus4j/store/test/valuestrategy already added, skipping [INFO] org/cumulus4j/store/test/metadata already added, skipping [INFO] org/cumulus4j/store/test/collection already added, skipping [INFO] org/cumulus4j/store/test/collection/mappedby already added, skipping [INFO] org/cumulus4j/store/test/collection/join already added, skipping [INFO] org/cumulus4j/store/test/datatype already added, skipping [INFO] org/cumulus4j/store/test/inheritance already added, skipping [INFO] org/cumulus4j/store/test/inheritance/sources already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.store.test --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.back.shared 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.back.shared --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.back.shared --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.back.shared --- [INFO] Compiling 15 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.back.shared --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.back.shared --- [INFO] Compiling 3 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.back.shared --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.keymanager.back.shared.test.KeyEncryptionUtilTest log4j:WARN No appenders could be found for logger (org.cumulus4j.crypto.CryptoRegistry). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.048 sec Running org.cumulus4j.keymanager.back.shared.test.IdentifierUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.731 sec Running org.cumulus4j.keymanager.back.shared.test.SystemPropertyUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keymanager.back.shared --- [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.keymanager.back.shared:bundle:1.2.1-SNAPSHOT : Instructions in Export-Package that are never used: org\.cumulus4j\.keymanager\.back\.shared\..*|org\.cumulus4j\.keymanager\.back\.shared Classpath: Jar:.,Jar:servlet-api,Jar:jersey-core,Jar:org.cumulus4j.crypto,Jar:bcprov-jdk15on,Jar:slf4j-api,Jar:slf4j-log4j12,Jar:log4j [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.keymanager.back.shared:bundle:1.2.1-SNAPSHOT : Superfluous export-package instructions: [org.cumulus4j.keymanager.back.shared.*] [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.back.shared --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/back already added, skipping [INFO] org/cumulus4j/keymanager/back/shared already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/back already added, skipping [INFO] org/cumulus4j/keymanager/back/shared already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.back.shared --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keymanager.back.shared --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keystore 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keystore --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keystore --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keystore --- [INFO] Compiling 27 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keystore --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 19 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keystore --- [INFO] Compiling 12 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keystore --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.keystore.test.KeyStorePropertyTest 20:35:02,586 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:02,591 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:02,594 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:02,992 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:35:02,992 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:35:02,994 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:35:02,994 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:35:02,996 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:35:02,996 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:35:02,997 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:35:02,998 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:35:02,998 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:35:02,998 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:35:03,001 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:35:03,001 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:35:03,003 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:35:03,003 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:35:03,004 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:35:03,005 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:35:03,006 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:35:03,006 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:35:03,008 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 20:35:03,010 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 20:35:03,011 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:35:03,011 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:35:03,011 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:35:03,013 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:35:03,013 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:35:03,013 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:35:03,014 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:35:03,014 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:35:03,015 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:35:03,016 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:35:03,016 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:35:03,016 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:35:03,017 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:35:03,017 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:35:03,018 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:35:03,019 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:35:03,019 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:35:03,019 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:35:03,020 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:35:03,021 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:35:03,021 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:35:03,022 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:35:03,022 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:35:03,022 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:35:03,024 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:35:03,024 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:35:03,024 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:35:03,025 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:35:03,025 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:35:03,025 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:35:03,027 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:35:03,027 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:35:03,027 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:35:03,034 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 20:35:03,039 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 20:35:03,043 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 20:35:03,051 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 20:35:03,061 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 20:35:03,066 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 20:35:03,071 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 20:35:03,078 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 20:35:03,082 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 20:35:03,092 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 20:35:03,095 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 20:35:03,100 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 20:35:03,101 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 20:35:03,108 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 20:35:03,110 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 20:35:03,112 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 20:35:03,116 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 20:35:03,121 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 20:35:03,123 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 20:35:03,125 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 20:35:03,132 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 20:35:03,136 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 20:35:03,143 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 20:35:03,146 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 20:35:03,148 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 20:35:03,154 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 20:35:03,156 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 20:35:03,160 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 20:35:03,162 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 20:35:03,165 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 20:35:03,167 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 20:35:03,169 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 20:35:03,171 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 20:35:03,178 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 20:35:03,179 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 20:35:03,182 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 20:35:03,186 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,186 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,186 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,186 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,186 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,186 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,187 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,187 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,187 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,187 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,187 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,187 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,187 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,187 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,187 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,188 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,188 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,188 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,188 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,188 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,188 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,188 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,188 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,189 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,189 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,189 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,189 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,189 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,189 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,189 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,189 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,189 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,190 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:35:03,191 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 20:35:03,192 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 20:35:03,194 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 20:35:03,196 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 20:35:03,197 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 20:35:03,200 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,200 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,200 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,200 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,200 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,200 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,200 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,200 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,201 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,201 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,201 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,201 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,201 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,201 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,201 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,201 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,201 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,202 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,202 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,202 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,202 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,202 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,202 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,202 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,202 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,203 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,203 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,203 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,203 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,203 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,203 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,203 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,203 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:35:03,205 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 20:35:03,231 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:35:03,231 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:35:03,232 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 20:35:03,234 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:35:03,234 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:35:03,236 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 20:35:03,238 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 20:35:03,239 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 20:35:03,241 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 20:35:03,243 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:35:03,243 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:35:03,244 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 20:35:03,261 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 20:35:03,262 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 20:35:03,264 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 20:35:03,265 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 20:35:03,266 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 20:35:03,270 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" 20:35:03,283 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:03,335 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:03,336 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:03,336 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:03,365 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:03,394 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:03,394 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:03,394 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:03,413 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:03,471 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:03,471 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:03,471 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:03,481 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:03,516 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:03,516 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:03,516 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:03,528 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.47 sec Running org.cumulus4j.keystore.test.DateDependentKeyStrategyTest 20:35:03,582 DEBUG [main][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=5761 20:35:03,582 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:03,583 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:03,583 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:03,590 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:03,681 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@541d511a 20:35:03,681 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:03,681 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@50b7ad1a 20:35:03,681 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ac5af5c 20:35:03,682 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@787be75d 20:35:03,682 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:03,682 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@787be75d 20:35:03,682 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@e92c877 20:35:03,682 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@46a7041a 20:35:03,682 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:03,683 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@e92c877 20:35:03,683 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7efe6b32 20:35:03,683 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:03,683 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7efe6b32 20:35:03,684 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@712fe0c0 20:35:03,684 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7e4c974d 20:35:03,684 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:03,684 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@712fe0c0 20:35:03,684 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@56618102 20:35:03,685 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:03,685 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@56618102 20:35:03,685 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1b5cd69c 20:35:03,685 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6c0da9cc 20:35:03,685 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:03,686 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1b5cd69c 20:35:03,686 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7506c77f 20:35:03,686 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@10139edf 20:35:03,686 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:03,686 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7506c77f 20:35:03,687 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@50b7ad1a Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.164 sec Running org.cumulus4j.keystore.test.KeyStoreUserTest 20:35:07,768 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:07,768 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:07,768 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:07,779 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:07,794 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:07,795 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:07,795 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:07,801 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:07,806 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:07,806 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:07,806 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:07,812 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:07,813 WARN [main][KeyStore] getMasterKey: Unknown userName: null 20:35:07,816 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:07,817 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:07,817 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:07,823 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:07,829 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 20:35:07,830 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 20:35:07,832 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:07,833 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:07,833 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:07,839 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:07,862 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:07,862 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5316d7bd 20:35:07,866 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:07,866 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:07,866 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:07,872 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:07,892 DEBUG [main][CachedMasterKey] clear: Clearing for userName='bieber'. 20:35:07,892 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@ade3e9 20:35:07,895 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:07,895 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:07,895 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:07,901 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:07,920 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:07,920 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@184dd658 20:35:07,945 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:07,945 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:07,946 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:07,951 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:07,989 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "bieber"! 20:35:07,989 WARN [main][KeyStore] getMasterKey: Wrong password for user "bieber"! MAC verification failed. 20:35:07,992 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:07,992 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:07,992 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:35:07,998 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:35:08,028 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 20:35:08,028 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec Running org.cumulus4j.keystore.test.KeyStoreKey_AES_CBC_PKCS5Padding_Test 20:35:08,053 WARN [main][KeyStore] getMasterKey: Unknown userName: marco 20:35:08,055 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:08,055 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:08,056 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:35:08,065 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:08,079 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 20:35:08,079 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 20:35:08,081 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:08,081 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:08,081 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:35:08,087 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:08,096 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:08,096 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3626a69f 20:35:08,103 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:08,103 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@23852c7f 20:35:08,112 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:08,112 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7c2c5810 20:35:08,119 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:08,119 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4349c220 20:35:08,129 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:08,129 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1f67e563 20:35:08,143 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:08,143 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:08,143 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:35:08,149 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:08,158 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:08,159 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:35:08,160 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:08,174 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:08,174 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:08,175 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:35:08,181 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:30,887 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:30,887 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2bb34e41 20:35:30,887 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@8d6a3d1 20:35:30,888 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2bb34e41 20:35:30,890 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@750d3126 20:35:30,890 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4fd00cff 20:35:30,891 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1d779845 20:35:30,891 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='bieber'. 20:35:30,891 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@73a43f81 20:35:30,891 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@24456977 20:35:30,892 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5316d7bd 20:35:30,892 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@73a43f81 20:35:30,892 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:30,893 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7d7ca0f5 20:35:30,893 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@12b7530 20:35:30,893 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7d7ca0f5 20:35:30,893 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@ade3e9 20:35:30,894 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='bieber'. 20:35:30,894 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@76c4db49 20:35:30,894 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7618d289 20:35:30,895 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@184dd658 20:35:30,895 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@76c4db49 20:35:30,895 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='bieber'. 20:35:30,895 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6b1fff2b 20:35:30,896 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:30,896 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1a996ff 20:35:30,896 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@24f84033 20:35:30,896 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1a996ff 20:35:30,896 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@263ee73b 20:35:30,896 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6b1fff2b 20:35:30,901 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:30,901 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@41f4ec39 20:35:30,901 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@36c0b403 20:35:30,902 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@256a4d0a 20:35:30,902 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@41f4ec39 20:35:30,905 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6c48326b 20:35:30,905 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:30,906 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2f13f599 20:35:30,906 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@476127f4 20:35:30,906 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3626a69f 20:35:30,906 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@23852c7f 20:35:30,906 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7c2c5810 20:35:30,907 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4349c220 20:35:30,907 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1f67e563 20:35:30,907 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2f13f599 20:35:30,908 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@d8e1916 20:35:30,908 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:30,908 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ea10ca8 20:35:30,908 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ea10ca8 20:35:30,912 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:30,912 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2142b533 20:35:30,912 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2142b533 20:35:30,913 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@22863854 20:35:40,399 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually: firstKeyID=1 lastKeyID=5000 20:35:40,718 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually (5000 keys): 00.generateManyKeysIndividually invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=32214 minTime=32214 maxTime=32214 05.generateOneKey invocationCount=5000 recursionLevel=0 invocationCount=5000 accumulatedTime=32128 minTime=1 maxTime=28 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=130 minTime=130 maxTime=130 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=188 minTime=188 maxTime=188 20:35:40,720 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:40,721 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:40,721 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:35:40,726 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:42,470 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:42,471 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@76d4a117 20:35:42,471 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@76d4a117 20:35:42,471 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@19c29f4 20:35:42,472 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:42,472 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@37b2fdc6 20:35:42,472 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@37b2fdc6 20:35:47,513 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysBulk (35000 keys): 00.generateManyKeysBulk invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=5392 minTime=5392 maxTime=5392 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=213 minTime=213 maxTime=213 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=1164 minTime=1164 maxTime=1164 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.479 sec Running org.cumulus4j.keystore.test.KeyStoreKey_Twofish_CFB_NoPadding_Test 20:35:47,532 WARN [main][KeyStore] getMasterKey: Unknown userName: marco 20:35:47,534 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:47,534 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:47,534 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:35:47,540 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:47,547 WARN [main][KeyStore] verifyMAC: MAC verification failed! macAlgorithm=HMACSHA1 expectedMAC=6fe8a9e47fdf3cb7770279db4a4d636d01b9b488 calculatedMAC=9e0c6e6672c91078af4c9ce776c30fccccd310fc 20:35:47,547 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 20:35:47,549 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:47,549 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:47,549 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:35:47,555 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:47,561 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:47,561 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4bda5048 20:35:47,567 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:47,567 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@69cccddf 20:35:47,574 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:47,574 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4e021bd 20:35:47,579 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:47,580 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@16c701cb 20:35:47,586 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:47,586 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6346c21b 20:35:47,594 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:47,594 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:47,594 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:35:47,600 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:47,607 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:47,607 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:35:47,608 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:47,626 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:35:47,627 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:35:47,627 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:35:47,633 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:35:48,521 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5db533b0 20:35:48,523 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@235497e0 20:35:48,524 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:48,524 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@235497e0 20:35:48,524 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@66f16e8e 20:35:48,525 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:48,525 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@66f16e8e 20:35:48,525 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7493b88b 20:35:48,526 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@e38e978 20:35:48,526 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6346c21b 20:35:48,526 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@16c701cb 20:35:48,526 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4e021bd 20:35:48,526 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@69cccddf 20:35:48,526 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4bda5048 20:35:48,527 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3a67cc93 20:35:48,527 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:48,527 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@e38e978 20:35:48,527 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@74a7e4d9 20:35:48,527 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3aa19e64 20:35:48,528 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:35:48,528 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3aa19e64 20:36:02,580 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:03,335 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:03,394 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:03,444 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:03,472 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:03,501 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:03,516 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:03,545 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:03,580 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:36:07,768 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:07,794 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:07,806 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:07,816 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:07,832 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:07,866 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:07,895 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:07,945 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:07,992 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:08,052 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:08,055 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:08,081 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:08,143 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:08,151 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:08,162 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:08,172 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:18,786 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually: firstKeyID=1 lastKeyID=5000 20:36:19,197 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually (5000 keys): 00.generateManyKeysIndividually invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=31143 minTime=31143 maxTime=31143 05.generateOneKey invocationCount=5000 recursionLevel=0 invocationCount=5000 accumulatedTime=31072 minTime=0 maxTime=66 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=15 minTime=15 maxTime=15 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=396 minTime=396 maxTime=396 20:36:19,200 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:36:19,200 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:19,200 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:36:19,206 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:36:20,660 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@22536490 20:36:25,409 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@77ad4513 20:36:25,410 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:25,410 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@77ad4513 20:36:25,410 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@69644a50 20:36:25,410 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:25,411 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@69644a50 20:36:25,411 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1cfd02ce 20:36:25,411 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:25,411 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1cfd02ce 20:36:25,411 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@26c33140 20:36:25,411 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:25,411 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@26c33140 20:36:30,942 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysBulk (35000 keys): 00.generateManyKeysBulk invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=9197 minTime=9197 maxTime=9197 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=103 minTime=103 maxTime=103 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=2417 minTime=2417 maxTime=2417 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.422 sec Running org.cumulus4j.keystore.test.KeyStoreCompatibilityTest 20:36:30,956 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:36:30,956 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:30,957 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:36:30,962 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:36:31,199 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@393a82f5 20:36:31,441 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:31,441 INFO [main][KeyStore] createUser: Created master-key with a size of 128 bits. This key will not be modified for this key-store anymore. 20:36:31,442 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 20:36:31,445 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:31,626 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:31,627 INFO [main][KeyStore] createUser: Created master-key with a size of 128 bits. This key will not be modified for this key-store anymore. 20:36:31,627 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:31,630 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:31,790 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:31,790 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:31,790 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 20:36:31,796 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:31,980 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:31,981 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:31,981 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:31,987 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:32,163 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:32,163 INFO [main][KeyStore] createUser: Created master-key with a size of 128 bits. This key will not be modified for this key-store anymore. 20:36:32,163 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:36:32,166 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:32,409 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:32,410 INFO [main][KeyStore] createUser: Created master-key with a size of 128 bits. This key will not be modified for this key-store anymore. 20:36:32,410 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:32,413 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:32,778 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:32,778 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:32,778 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:36:32,784 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,066 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:33,066 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:33,066 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:33,072 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,399 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7380ce9c 20:36:33,399 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@d7c9f02 20:36:33,400 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,400 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7380ce9c 20:36:33,400 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7bca4b51 20:36:33,400 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1e16f255 20:36:33,403 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,403 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7bca4b51 20:36:33,404 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6d849e87 20:36:33,404 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1dc3e93d 20:36:33,404 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,404 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6d849e87 20:36:33,404 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@352eb2d3 20:36:33,405 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@cde55ec 20:36:33,405 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,405 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@352eb2d3 20:36:33,405 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@11bfaf8e 20:36:33,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3f9e9cbc 20:36:33,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@46441b45 20:36:33,406 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3f9e9cbc 20:36:33,407 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@39376b96 20:36:33,407 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@65786232 20:36:33,407 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@39376b96 20:36:33,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@fb8a556 20:36:33,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@236eb92a 20:36:33,408 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,409 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@fb8a556 20:36:33,453 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,453 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:36:33,453 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:36:33,453 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:36:33,456 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,463 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,463 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,464 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 20:36:33,464 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:33,466 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,473 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,474 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,474 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:33,474 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:33,476 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,486 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,487 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,487 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 20:36:33,487 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:33,489 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,500 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,500 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,500 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:33,500 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:33,503 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,510 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,511 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,511 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:36:33,511 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:33,513 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,521 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,522 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,522 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:33,522 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:33,525 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,536 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,536 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,536 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:36:33,536 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:33,539 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,550 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,550 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,550 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:33,550 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:33,553 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,563 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,564 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:36:33,564 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:36:33,564 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:36:33,566 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,574 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,574 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,574 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 20:36:33,574 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:33,576 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,584 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,584 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,584 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:33,584 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:33,587 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,597 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,597 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,597 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 20:36:33,597 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:33,600 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,610 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,611 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,611 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:33,611 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:33,613 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,621 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,621 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,621 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:36:33,621 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:33,623 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,631 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,631 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,632 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:33,632 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 20:36:33,634 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,644 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,645 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,645 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:36:33,645 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:33,648 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 20:36:33,658 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 20:36:33,658 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 20:36:33,659 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:36:33,659 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 20:36:33,661 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.711 sec Running org.cumulus4j.keystore.test.KeyStoreKeyTest 20:36:33,676 WARN [main][KeyStore] getMasterKey: Unknown userName: marco 20:36:33,678 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:36:33,678 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:33,678 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:36:33,684 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:36:33,690 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 20:36:33,690 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 20:36:33,692 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:36:33,692 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:33,692 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:36:33,698 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:36:33,704 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,704 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@529b2735 20:36:33,710 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,710 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@482b32f1 20:36:33,716 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,716 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@c1d913b 20:36:33,722 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,722 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6929beb3 20:36:33,728 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:33,728 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@33a70fb5 20:36:33,737 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:36:33,737 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:33,737 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:36:33,743 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:36:33,749 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:36:33,749 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:36:33,750 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:36:33,759 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:36:33,759 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:36:33,759 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:36:33,765 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:36:40,529 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:40,720 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:42,993 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@a80b827 20:36:42,993 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@8ba0dd4 20:36:42,993 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ee1ddc5 20:36:42,994 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:42,994 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6897ccbc 20:36:42,995 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:42,995 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@46028049 20:36:42,995 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@46028049 20:36:42,995 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:42,996 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4f652035 20:36:42,996 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4f652035 20:36:42,996 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:42,996 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e3ed98c 20:36:42,996 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e3ed98c 20:36:42,997 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:42,997 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2ffce3d5 20:36:42,997 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2ffce3d5 20:36:42,998 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:42,998 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@430eaae5 20:36:42,998 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@430eaae5 20:36:42,998 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6897ccbc 20:36:43,006 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,006 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@27c6d458 20:36:43,012 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@27c6d458 20:36:43,019 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,019 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e9ef1ce 20:36:43,019 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e9ef1ce 20:36:43,019 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,019 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ee1ddc5 20:36:43,020 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,022 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ee7482 20:36:43,023 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ee7482 20:36:43,023 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,023 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1123065c 20:36:43,023 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1123065c 20:36:43,023 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,023 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@12768ace 20:36:43,024 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@12768ace 20:36:43,024 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,024 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@8ba0dd4 20:36:43,024 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,024 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2492e3da 20:36:43,024 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2492e3da 20:36:43,025 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,025 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@27ad0ff8 20:36:43,025 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@27ad0ff8 20:36:43,025 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,025 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@52f37721 20:36:43,025 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@52f37721 20:36:43,026 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,026 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e124212 20:36:43,026 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e124212 20:36:43,026 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,026 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@70afe432 20:36:43,027 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@70afe432 20:36:43,027 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2baec86a 20:36:43,027 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,027 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5fe7bd8d 20:36:43,027 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@674da52b 20:36:43,027 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@529b2735 20:36:43,028 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@482b32f1 20:36:43,028 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@c1d913b 20:36:43,028 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6929beb3 20:36:43,028 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@33a70fb5 20:36:43,028 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5fe7bd8d 20:36:43,028 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1a96df09 20:36:43,029 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,029 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@270cd582 20:36:43,029 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@270cd582 20:36:43,029 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:36:43,029 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@a80b827 20:36:43,029 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3b955dd5 20:36:46,349 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:47,532 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:47,534 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:47,549 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:47,594 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:47,601 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:47,610 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:47,617 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:36:59,706 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually: firstKeyID=1 lastKeyID=5000 20:37:00,367 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually (5000 keys): 00.generateManyKeysIndividually invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=25941 minTime=25941 maxTime=25941 05.generateOneKey invocationCount=5000 recursionLevel=0 invocationCount=5000 accumulatedTime=25918 minTime=0 maxTime=42 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=14 minTime=14 maxTime=14 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=647 minTime=647 maxTime=647 20:37:00,369 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:37:00,370 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:37:00,370 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:37:00,375 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:37:01,210 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7609e871 20:37:03,579 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:15,284 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@30951aeb 20:37:15,284 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:15,284 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@30951aeb 20:37:15,284 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3b4d8840 20:37:15,285 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:15,285 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3b4d8840 20:37:15,285 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5228b636 20:37:15,286 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:15,286 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5228b636 20:37:15,286 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4d8e5d82 20:37:15,286 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:15,286 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4d8e5d82 20:37:15,286 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3d9d2995 20:37:15,287 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:15,287 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3d9d2995 20:37:15,287 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@191514cd 20:37:15,287 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:15,287 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@191514cd 20:37:15,287 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3708ab98 20:37:15,287 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:15,287 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3708ab98 20:37:18,801 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:19,200 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:19,592 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysBulk (35000 keys): 00.generateManyKeysBulk invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=14286 minTime=14286 maxTime=14286 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=92 minTime=92 maxTime=92 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=4821 minTime=4821 maxTime=4821 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.926 sec Running org.cumulus4j.keystore.test.KeyStoreKey_Twofish_CBC_PKCS5Padding_Test 20:37:19,607 WARN [main][KeyStore] getMasterKey: Unknown userName: marco 20:37:19,609 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:37:19,609 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:37:19,609 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:37:19,615 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:37:19,621 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 20:37:19,621 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 20:37:19,623 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:37:19,623 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:37:19,623 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:37:19,629 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:37:19,635 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:19,635 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4b2d0c2e 20:37:19,641 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:19,641 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7a7ac690 20:37:19,647 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:19,647 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@128256c2 20:37:19,652 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:19,653 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2b0de40c 20:37:19,659 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:19,659 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1cf6e5e9 20:37:19,666 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:37:19,666 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:37:19,666 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:37:19,672 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:37:19,678 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:37:19,678 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:37:19,679 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:37:19,687 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:37:19,687 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:37:19,687 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:37:19,692 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:37:26,630 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@384e7c49 20:37:26,631 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:26,631 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@46799767 20:37:26,631 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@58c30f56 20:37:26,631 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4b2d0c2e 20:37:26,631 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7a7ac690 20:37:26,631 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@128256c2 20:37:26,631 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2b0de40c 20:37:26,631 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1cf6e5e9 20:37:26,631 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@46799767 20:37:26,632 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7eabdcdd 20:37:26,632 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:26,632 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@313c7b52 20:37:26,632 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@313c7b52 20:37:26,632 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:26,632 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ae6a366 20:37:26,633 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ae6a366 20:37:26,633 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6bf1a3f4 20:37:28,524 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:30,957 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:31,441 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:31,626 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:31,790 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:31,980 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:32,163 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:32,409 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:32,777 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,066 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,447 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,460 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,470 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,481 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,494 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,508 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,518 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,529 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,544 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,557 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,572 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,581 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,591 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,605 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,618 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,628 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,639 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,652 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,676 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,678 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,692 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,737 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,744 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,751 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:33,759 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:37:49,474 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually: firstKeyID=1 lastKeyID=5000 20:37:49,897 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually (5000 keys): 00.generateManyKeysIndividually invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=29781 minTime=29781 maxTime=29781 05.generateOneKey invocationCount=5000 recursionLevel=0 invocationCount=5000 accumulatedTime=29773 minTime=0 maxTime=19 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=15 minTime=15 maxTime=15 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=407 minTime=407 maxTime=407 20:37:49,899 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:37:49,899 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:37:49,899 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:37:49,905 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 20:37:50,124 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@39cb7ee5 20:37:50,125 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:50,125 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@39cb7ee5 20:37:50,126 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:37:50,126 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@39c08251 20:37:50,126 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@39c08251 20:37:50,126 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@dabb176 20:37:59,720 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:38:00,369 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:38:03,279 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysBulk (35000 keys): 00.generateManyKeysBulk invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=10364 minTime=10364 maxTime=10364 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=105 minTime=105 maxTime=105 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=2888 minTime=2888 maxTime=2888 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.683 sec Running org.cumulus4j.keystore.test.LongPropertyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Results : Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keystore --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keystore --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keystore already added, skipping [INFO] org/cumulus4j/keystore/prop already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keystore already added, skipping [INFO] org/cumulus4j/keystore/prop already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keystore --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keystore --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager --- [INFO] Compiling 12 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keymanager --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/channel already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/channel already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keymanager --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.front.shared 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.front.shared --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.front.shared --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.front.shared --- [INFO] Compiling 11 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.front.shared --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.front.shared --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.front.shared --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keymanager.front.shared --- [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.keymanager.front.shared:bundle:1.2.1-SNAPSHOT : Instructions in Export-Package that are never used: org\.cumulus4j\.keymanager\.front\.shared\..*|org\.cumulus4j\.keymanager\.front\.shared Classpath: Jar:.,Jar:slf4j-api,Jar:slf4j-log4j12,Jar:log4j [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.keymanager.front.shared:bundle:1.2.1-SNAPSHOT : Superfluous export-package instructions: [org.cumulus4j.keymanager.front.shared.*] [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.front.shared --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/front already added, skipping [INFO] org/cumulus4j/keymanager/front/shared already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/front already added, skipping [INFO] org/cumulus4j/keymanager/front/shared already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.front.shared --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keymanager.front.shared --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.api 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.api --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.api --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.api --- [INFO] Compiling 20 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.api --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.api --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keymanager.api --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.api --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/api already added, skipping [INFO] org/cumulus4j/keymanager/api/internal already added, skipping [INFO] org/cumulus4j/keymanager/api/internal/remote already added, skipping [INFO] org/cumulus4j/keymanager/api/internal/local already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/api already added, skipping [INFO] org/cumulus4j/keymanager/api/internal already added, skipping [INFO] org/cumulus4j/keymanager/api/internal/remote already added, skipping [INFO] org/cumulus4j/keymanager/api/internal/local already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.api --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keymanager.api --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store.crypto.keymanager 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager (includes = [*.log], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store.crypto.keymanager --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/src/main/resources [INFO] Copying 3 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Compiling 25 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes [INFO] [INFO] --- maven-datanucleus-plugin:3.2.0-m1:enhance (default) @ org.cumulus4j.store.crypto.keymanager --- DataNucleus Enhancer (version 3.2.4) for API "JDO" using JRE "1.7" DataNucleus Enhancer completed with success for 1 classes. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.store.crypto.keymanager --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Compiling 8 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_Twofish_CBC_PKCS5Padding_HMACSHA1 20:38:20,694 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@235d74ea 20:38:20,909 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:38:20,911 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:38:20,969 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:38:21,009 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:38:21,026 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:38:21,034 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:38:21,044 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:38:21,067 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:38:21,075 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:38:21,085 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:38:21,228 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:38:21,335 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:38:21,381 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:38:21,412 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:38:21,454 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:38:21,528 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 20:38:21,530 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 20:38:21,558 DEBUG [main][Persistence] Java types support initialising ... 20:38:21,653 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:38:21,654 DEBUG [main][Persistence] Type converter support initialising ... 20:38:21,657 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:38:21,659 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:38:21,661 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:38:21,665 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:38:21,667 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:38:21,670 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:38:21,672 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:38:21,674 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:38:21,676 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:38:21,678 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:38:21,681 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:38:21,683 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:38:21,685 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:38:21,687 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:38:21,689 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:38:21,691 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:38:21,693 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:38:21,695 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:38:21,697 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:38:21,699 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:38:21,701 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:38:21,703 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:38:21,706 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:38:21,709 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:38:21,712 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:38:21,714 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:38:21,717 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:38:21,719 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:38:21,719 DEBUG [main][Persistence] Type converter support loaded 20:38:21,721 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:38:21,721 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:38:21,741 DEBUG [main][Datastore] Creating StoreManager for datastore 20:38:22,601 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:38:22,602 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:38:22,602 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:38:22,689 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:38:35,095 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3466dd3" opened 20:38:35,226 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:38:35,227 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:38:35,230 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:38:35,232 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:38:35,232 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:38:35,234 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:38:35,234 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:38:35,235 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:38:35,237 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:38:35,239 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:38:35,239 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:38:35,240 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:38:35,241 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:38:35,241 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:38:35,243 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:38:35,243 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:38:35,243 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:38:35,244 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:38:35,244 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:38:35,245 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:38:35,245 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:38:35,245 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:38:35,246 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:38:35,246 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:38:35,246 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:38:35,248 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:38:35,248 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:38:35,249 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:38:35,250 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:38:35,252 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:38:35,256 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:38:35,264 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:38:35,264 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:38:35,264 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:38:35,265 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:38:35,265 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:38:35,266 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:38:35,268 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:38:35,268 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:38:35,268 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:38:35,268 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:38:35,270 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:38:35,270 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:38:35,270 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:38:35,270 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:38:35,271 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:38:35,271 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:38:35,271 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:38:35,271 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:38:35,271 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:38:35,271 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:38:35,272 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:38:35,272 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:38:35,272 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:38:35,272 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:38:35,273 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:38:35,274 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:38:35,275 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:38:35,276 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:38:35,276 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:38:35,277 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:38:35,277 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:38:35,277 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:38:36,265 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:38:36,265 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:38:36,334 DEBUG [main][Datastore] ======================= Datastore ========================= 20:38:36,334 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:38:36,334 DEBUG [main][Datastore] Datastore : read-write 20:38:36,334 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:38:36,334 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:38:36,335 DEBUG [main][Datastore] Queries : Timeout=0 20:38:36,335 DEBUG [main][Datastore] =========================================================== 20:38:36,335 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:38:36,335 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:38:36,335 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:38:36,335 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.o9rjh9c3/derby/cumulus4j;create=true] 20:38:36,335 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.o9rjh9c3/derby/cumulus4j;create=true] 20:38:36,335 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:38:36,335 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:38:36,337 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:38:36,337 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:38:36,337 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:38:36,337 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:38:36,337 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:38:36,337 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:38:36,338 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:38:36,338 DEBUG [main][Datastore] =========================================================== 20:38:36,391 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3466dd3" non enlisted to a transaction is being committed. 20:38:36,391 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3466dd3" closed 20:38:36,392 DEBUG [main][Datastore] StoreManager now created 20:38:36,392 DEBUG [main][Persistence] ================= NucleusContext =============== 20:38:36,392 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:38:36,392 DEBUG [main][Persistence] Persistence API : JDO 20:38:36,392 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:38:36,392 DEBUG [main][Persistence] ClassLoading : datanucleus 20:38:36,393 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:38:36,393 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:38:36,393 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:38:36,393 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:38:36,393 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:38:36,393 DEBUG [main][Persistence] ================================================ 20:38:36,399 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:38:36,958 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerEnabled: Property 'cumulus4j.cryptoSessionExpiryTimer.enabled' is not set. Using default value true. 20:38:36,959 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:38:36,964 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=af70fdfe-690a-493b-bcea-fae00d2d4e87 20:38:36,965 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:38:37,134 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:38:37,175 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@3b576c8b" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@6897381c" with txn="org.datanucleus.TransactionImpl@1fe4ebe9" 20:38:37,178 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:38:37,190 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:38:37,190 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'HMAC-SHA1'. Using this MAC algorithm. 20:38:37,199 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:38:37,199 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:38:37,200 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:38:37,201 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:38:37,202 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:38:37,203 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:38:37,204 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:38:37,205 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:38:37,206 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:38:37,211 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:38:37,256 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:38:38,557 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:38:38,559 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:38:38,560 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:38:38,723 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:38:38,762 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:38:38,764 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:38:38,765 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:38:38,766 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:38:38,767 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:38:38,769 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:38:38,770 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:38:38,771 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:38:38,772 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:38:38,773 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:38:38,775 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:38:38,776 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:38:38,777 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:38:38,777 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:38:38,790 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:38:38,798 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:38:38,801 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:38:38,804 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:38:38,835 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:38:38,887 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:38:38,900 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:38:38,904 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:38:38,908 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:38:38,909 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:38:38,912 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:38:38,912 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:38:38,912 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:38:38,913 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:38:38,913 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:38:38,916 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31727fe0" opened with isolation level "serializable" and auto-commit=false 20:38:38,916 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31727fe0" with isolation "serializable" 20:38:39,167 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:38:39,168 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:38:39,172 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:38:39,365 DEBUG [main][Schema] Execution Time = 192 ms 20:38:39,366 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:38:39,620 DEBUG [main][Schema] Execution Time = 254 ms 20:38:39,704 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31727fe0" 20:38:39,728 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31727fe0" 20:38:39,728 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31727fe0" non enlisted to a transaction is being committed. 20:38:39,729 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31727fe0" closed 20:38:39,732 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:38:39,829 DEBUG [main][Query] JDOQL Query : Compile Time = 96 ms 20:38:39,829 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:38:39,834 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:38:39,980 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 145 ms 20:38:39,981 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:38:39,987 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@29a7584e [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3b576c8b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@29967e3f] 20:38:39,988 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:38:39,988 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@573a6f6d" opened with isolation level "read-committed" and auto-commit=false 20:38:40,044 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@5d05696a" 20:38:40,069 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CBC/PKCS5PADDING'> AND A0.MACALGORITHM = <'HMAC-SHA1'> 20:38:40,070 DEBUG [main][Retrieve] Execution Time = 5 ms 20:38:40,080 DEBUG [main][Query] JDOQL Query : Execution Time = 93 ms 20:38:40,080 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@573a6f6d" non enlisted to a transaction is being committed. 20:38:40,081 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@573a6f6d" closed 20:38:40,081 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@29a7584e [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@573a6f6d, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3b576c8b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@29967e3f] 20:38:40,086 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:38:40,088 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" 20:38:40,092 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:38:40,148 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" being inserted into table "ENCRYPTIONCOORDINATESET" 20:38:40,148 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@54308395 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3b576c8b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@29967e3f] 20:38:40,149 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3d0ed661" opened with isolation level "read-committed" and auto-commit=false 20:38:40,194 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4c3732d1" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3d0ed661" 20:38:40,199 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'TWOFISH/CBC/PKCS5PADDING'>,<'HMAC-SHA1'>,<1>) 20:38:40,220 DEBUG [main][Persist] Execution Time = 20 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4c3732d1" 20:38:40,229 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" was inserted in the datastore and was given strategy value of "1" 20:38:40,238 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:38:40,238 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4c3732d1" 20:38:40,264 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3d0ed661" non enlisted to a transaction is being committed. 20:38:40,265 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3d0ed661" closed 20:38:40,265 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@54308395 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3d0ed661, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3b576c8b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@29967e3f] 20:38:40,266 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:38:40,266 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:38:40,273 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:38:40,275 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:38:40,276 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:38:40,280 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@4d43e88f" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:38:40,282 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:38:40,285 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:38:40,311 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:38:40,311 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:38:40,312 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:38:40,313 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:38:40,314 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:38:40,314 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:38:40,316 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:38:40,316 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:38:40,316 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:38:40,316 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:38:40,319 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:38:40,319 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:38:40,320 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:38:40,320 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:38:40,322 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:38:40,322 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:38:40,323 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:38:40,323 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:38:40,326 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 20:38:40,327 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 20:38:40,328 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:38:40,329 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:38:40,329 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:38:40,330 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:38:40,330 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:38:40,331 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:38:40,332 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:38:40,332 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:38:40,332 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:38:40,333 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:38:40,334 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:38:40,334 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:38:40,335 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:38:40,336 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:38:40,336 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:38:40,337 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:38:40,337 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:38:40,338 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:38:40,339 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:38:40,339 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:38:40,339 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:38:40,340 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:38:40,341 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:38:40,341 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:38:40,342 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:38:40,343 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:38:40,343 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:38:40,344 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:38:40,344 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:38:40,344 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:38:40,346 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:38:40,346 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:38:40,346 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:38:40,353 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 20:38:40,358 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 20:38:40,362 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 20:38:40,370 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 20:38:40,382 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 20:38:40,387 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 20:38:40,393 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 20:38:40,399 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 20:38:40,403 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 20:38:40,412 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 20:38:40,415 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 20:38:40,420 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 20:38:40,421 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 20:38:40,427 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 20:38:40,429 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 20:38:40,431 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 20:38:40,435 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 20:38:40,440 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 20:38:40,442 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 20:38:40,444 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 20:38:40,449 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 20:38:40,454 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 20:38:40,460 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 20:38:40,462 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 20:38:40,464 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 20:38:40,469 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 20:38:40,471 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 20:38:40,475 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 20:38:40,477 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 20:38:40,479 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 20:38:40,481 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 20:38:40,484 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 20:38:40,485 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 20:38:40,491 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 20:38:40,492 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 20:38:40,495 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 20:38:40,498 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,498 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,498 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,498 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,499 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,500 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,501 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,501 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,501 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,501 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,501 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,501 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,501 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,501 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:38:40,503 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 20:38:40,503 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 20:38:40,505 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 20:38:40,507 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 20:38:40,508 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 20:38:40,510 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,510 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,510 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,510 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,510 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,510 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,511 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,512 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,512 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,512 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,512 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,512 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,512 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,512 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,512 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,513 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,513 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,513 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,513 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,513 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,513 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,513 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,514 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,514 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:38:40,515 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 20:38:40,536 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:38:40,537 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:38:40,538 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 20:38:40,540 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:38:40,540 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:38:40,541 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 20:38:40,543 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 20:38:40,544 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 20:38:40,546 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 20:38:40,547 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:38:40,547 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:38:40,549 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 20:38:40,564 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 20:38:40,565 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 20:38:40,566 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 20:38:40,567 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 20:38:40,568 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 20:38:40,571 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" 20:38:55,925 INFO [main][CryptoCache] getCryptoCacheCleanupTimerEnabled: Property 'cumulus4j.CryptoCache.cleanupTimer.enabled' is not set. Using default value true. 20:38:55,926 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:38:56,198 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@626276159 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:38:56,202 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@626276159 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:38:56,203 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 20:38:56,204 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@410860302 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:38:56,206 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=112 actual=104 20:38:56,207 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@410860302 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:38:56,211 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@1b73b3fa, lifecycle=P_NONTRANS] 20:38:56,211 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:38:56,211 DEBUG [main][Cache] Level 1 Cache cleared 20:38:56,212 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@3b576c8b" closed 20:38:56,451 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:38:56,452 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:38:56,452 DEBUG [main][Cache] Level 2 Cache cleared 20:38:57,401 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:38:57,402 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:38:57,409 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:38:57,423 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:38:57,433 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:38:57,439 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:38:57,441 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:38:57,458 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:38:57,468 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:38:57,477 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:38:57,541 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:38:57,583 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:38:57,624 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:38:57,647 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:38:57,668 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:38:57,682 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 20:38:57,682 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 20:38:57,683 DEBUG [main][Persistence] Java types support initialising ... 20:38:57,689 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:38:57,689 DEBUG [main][Persistence] Type converter support initialising ... 20:38:57,690 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:38:57,690 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:38:57,691 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:38:57,691 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:38:57,691 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:38:57,692 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:38:57,692 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:38:57,692 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:38:57,693 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:38:57,693 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:38:57,693 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:38:57,694 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:38:57,694 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:38:57,695 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:38:57,696 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:38:57,696 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:38:57,696 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:38:57,696 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:38:57,697 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:38:57,697 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:38:57,697 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:38:57,697 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:38:57,698 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:38:57,699 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:38:57,700 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:38:57,700 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:38:57,701 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:38:57,701 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:38:57,701 DEBUG [main][Persistence] Type converter support loaded 20:38:57,701 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:38:57,701 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:38:57,702 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:38:57,703 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:38:57,703 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:38:57,704 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:38:57,704 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:38:57,705 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:38:57,706 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:38:57,706 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:38:57,707 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:38:57,708 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:38:57,709 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:38:57,712 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:38:58,570 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:38:58,571 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:38:58,572 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:38:58,575 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:38:58,583 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:38:58,585 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:38:58,586 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:38:58,588 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:38:58,589 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:38:58,591 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:38:58,592 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:38:58,593 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:38:58,594 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:38:58,596 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:38:58,597 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:38:58,598 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:38:58,600 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:38:58,600 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:38:58,601 DEBUG [main][Datastore] Creating StoreManager for datastore 20:38:58,615 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:38:58,616 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:38:58,616 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:38:58,638 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:39:09,998 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@39c748e3" opened 20:39:10,013 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:10,013 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:39:10,013 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:10,014 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:10,014 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:39:10,015 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:10,015 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:10,015 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:39:10,016 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:39:10,016 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:39:10,016 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:39:10,017 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:39:10,017 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:39:10,017 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:39:10,018 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:10,018 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:10,018 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:39:10,019 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:10,019 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:39:10,019 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:10,020 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:10,020 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:10,021 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:39:10,021 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:10,021 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:10,022 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:39:10,022 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:10,022 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:10,023 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:39:10,023 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:39:10,023 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:39:10,024 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:39:10,025 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:39:10,025 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:39:10,025 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:10,026 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:39:10,026 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:39:10,026 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:39:10,027 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:10,027 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:10,027 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:10,028 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:39:10,028 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:39:10,029 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:10,029 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:10,029 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:10,029 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:39:10,030 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:10,030 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:10,030 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:39:10,031 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:39:10,031 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:10,031 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:10,031 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:10,032 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:39:10,032 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:39:10,032 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:39:10,033 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:39:10,033 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:39:10,033 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:10,034 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:10,034 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:10,034 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:10,437 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:39:10,437 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:39:10,453 DEBUG [main][Datastore] ======================= Datastore ========================= 20:39:10,453 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:39:10,453 DEBUG [main][Datastore] Datastore : read-write 20:39:10,453 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:39:10,453 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:39:10,453 DEBUG [main][Datastore] Queries : Timeout=0 20:39:10,454 DEBUG [main][Datastore] =========================================================== 20:39:10,454 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:39:10,454 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:39:10,454 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:39:10,454 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.erb1ijmj/derby/cumulus4j;create=true] 20:39:10,454 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.erb1ijmj/derby/cumulus4j;create=true] 20:39:10,454 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:39:10,454 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:39:10,454 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:39:10,454 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:39:10,454 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:39:10,454 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:39:10,455 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:39:10,455 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:39:10,455 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:39:10,455 DEBUG [main][Datastore] =========================================================== 20:39:10,507 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@39c748e3" non enlisted to a transaction is being committed. 20:39:10,507 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@39c748e3" closed 20:39:10,507 DEBUG [main][Datastore] StoreManager now created 20:39:10,507 DEBUG [main][Persistence] ================= NucleusContext =============== 20:39:10,507 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:39:10,507 DEBUG [main][Persistence] Persistence API : JDO 20:39:10,507 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:39:10,507 DEBUG [main][Persistence] ClassLoading : datanucleus 20:39:10,508 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:39:10,508 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:39:10,508 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:39:10,508 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:39:10,508 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:39:10,508 DEBUG [main][Persistence] ================================================ 20:39:10,508 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:39:10,509 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:39:10,509 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=606b85e7-95a1-4e4e-a2a4-ed94326843a7 20:39:10,509 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:39:10,509 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:39:10,510 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@6e1ce43b" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@2acc15f7" with txn="org.datanucleus.TransactionImpl@3cb62114" 20:39:10,510 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:39:10,757 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:39:10,757 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'HMAC-SHA1'. Using this MAC algorithm. 20:39:10,758 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:39:10,758 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:39:10,758 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:39:10,758 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:39:10,759 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:39:10,760 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:39:10,760 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:39:10,761 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:39:10,761 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:39:10,761 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:39:10,761 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:39:10,762 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:39:10,762 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:39:10,762 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:39:10,762 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:39:10,763 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@28a83765" opened with isolation level "serializable" and auto-commit=false 20:39:10,763 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@28a83765" with isolation "serializable" 20:39:10,871 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:39:10,872 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:39:10,872 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:39:11,023 DEBUG [main][Schema] Execution Time = 151 ms 20:39:11,023 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:39:11,216 DEBUG [main][Schema] Execution Time = 193 ms 20:39:11,286 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@28a83765" 20:39:11,309 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@28a83765" 20:39:11,309 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@28a83765" non enlisted to a transaction is being committed. 20:39:11,310 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@28a83765" closed 20:39:11,311 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:39:11,314 DEBUG [main][Query] JDOQL Query : Compile Time = 4 ms 20:39:11,314 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:39:11,315 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:39:11,320 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 5 ms 20:39:11,321 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:39:11,322 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4d95dd74 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@6e1ce43b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@29fe1277] 20:39:11,323 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:39:11,324 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@676e582a" opened with isolation level "read-committed" and auto-commit=false 20:39:11,358 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@725e670d" 20:39:11,359 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CBC/PKCS5PADDING'> AND A0.MACALGORITHM = <'HMAC-SHA1'> 20:39:11,360 DEBUG [main][Retrieve] Execution Time = 1 ms 20:39:11,361 DEBUG [main][Query] JDOQL Query : Execution Time = 39 ms 20:39:11,362 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@676e582a" non enlisted to a transaction is being committed. 20:39:11,362 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@676e582a" closed 20:39:11,362 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4d95dd74 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@676e582a, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@6e1ce43b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@29fe1277] 20:39:11,363 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" 20:39:11,363 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:39:11,365 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" being inserted into table "ENCRYPTIONCOORDINATESET" 20:39:11,365 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3ff800b7 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@6e1ce43b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@29fe1277] 20:39:11,366 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@32f70f30" opened with isolation level "read-committed" and auto-commit=false 20:39:11,394 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@5a3b8383" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@32f70f30" 20:39:11,394 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (MACALGORITHM,CIPHERTRANSFORMATION,VERSION) VALUES (<'HMAC-SHA1'>,<'TWOFISH/CBC/PKCS5PADDING'>,<1>) 20:39:11,399 DEBUG [main][Persist] Execution Time = 5 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@5a3b8383" 20:39:11,411 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" was inserted in the datastore and was given strategy value of "1" 20:39:11,411 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:39:11,412 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@5a3b8383" 20:39:11,426 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@32f70f30" non enlisted to a transaction is being committed. 20:39:11,427 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@32f70f30" closed 20:39:11,427 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3ff800b7 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@32f70f30, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@6e1ce43b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@29fe1277] 20:39:11,428 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:39:11,428 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:39:11,429 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:39:11,429 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:39:11,429 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:39:11,430 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@1f5ce2f2" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:39:11,431 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:39:11,431 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:39:17,463 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:39:17,628 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1754029574 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:39:17,771 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1754029574 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:39:17,772 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@1754029574 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with new IV (without key). 20:39:17,810 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1754029574 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:39:17,810 TRACE [main][CryptoCache] clear: entered 20:39:17,948 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1467027849 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:39:17,985 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1467027849 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:39:18,076 TRACE [main][CryptoCache] clear: entered 20:39:18,076 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:39:18,211 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1077306936 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:39:18,283 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=695760 actual=695750 20:39:18,293 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1077306936 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:39:18,753 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@1077306936 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with new IV (without key). 20:39:18,792 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=695760 actual=695750 20:39:18,801 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1077306936 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:39:18,802 TRACE [main][CryptoCache] clear: entered 20:39:18,802 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:39:18,937 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1101082627 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:39:18,962 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=695760 actual=695750 20:39:18,971 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1101082627 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:39:19,004 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@12212c9d, lifecycle=P_NONTRANS] 20:39:19,004 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:39:19,004 DEBUG [main][Cache] Level 1 Cache cleared 20:39:19,005 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@6e1ce43b" closed 20:39:19,187 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:39:19,188 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:39:19,188 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.706 sec Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_AES_GCM_NoPadding_NONE 20:39:20,067 WARN [main][MessageBrokerRegistry] setActiveMessageBroker: java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! at org.cumulus4j.store.crypto.keymanager.messagebroker.MessageBrokerRegistry.setActiveMessageBroker(MessageBrokerRegistry.java:117) at org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker.setMockSharedInstance(MockMessageBroker.java:41) at org.cumulus4j.store.crypto.keymanager.test.AbstractKeyManagerCryptoSessionTest.beforeClass(AbstractKeyManagerCryptoSessionTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 20:39:20,075 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@7de0a5c6 20:39:20,080 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:39:20,080 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:39:20,088 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:39:20,099 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:39:20,105 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:39:20,110 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:39:20,112 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:39:20,127 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:39:20,133 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:39:20,141 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:39:20,229 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:39:20,282 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:39:20,326 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:39:20,346 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:39:20,363 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:39:20,374 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 20:39:20,374 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 20:39:20,375 DEBUG [main][Persistence] Java types support initialising ... 20:39:20,380 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:39:20,380 DEBUG [main][Persistence] Type converter support initialising ... 20:39:20,381 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:39:20,381 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:39:20,381 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:39:20,382 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:39:20,382 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:39:20,382 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:39:20,383 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:39:20,383 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:39:20,383 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:39:20,384 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:39:20,384 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:39:20,384 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:39:20,384 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:39:20,385 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:39:20,385 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:39:20,385 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:39:20,386 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:39:20,386 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:39:20,386 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:39:20,387 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:39:20,387 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:39:20,387 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:39:20,388 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:39:20,389 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:39:20,390 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:39:20,391 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:39:20,392 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:39:20,392 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:39:20,393 DEBUG [main][Persistence] Type converter support loaded 20:39:20,393 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:39:20,395 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:39:20,396 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:39:20,397 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:39:20,398 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:39:20,401 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:39:20,411 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:39:20,412 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:39:20,413 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:39:20,414 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:39:20,415 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:39:20,416 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:39:20,417 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:39:20,421 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:39:21,218 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:39:21,220 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:39:21,220 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:39:21,222 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:39:21,226 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:39:21,226 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:39:21,227 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:39:21,228 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:39:21,228 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:39:21,229 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:39:21,230 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:39:21,230 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:39:21,231 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:39:21,231 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:39:21,232 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:39:21,233 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:39:21,233 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:39:21,233 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:39:21,234 DEBUG [main][Datastore] Creating StoreManager for datastore 20:39:21,242 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:39:21,242 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:39:21,242 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:39:21,252 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:39:31,838 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5c24a0b" opened 20:39:31,853 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:31,853 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:39:31,854 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:31,854 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:31,855 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:39:31,855 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:31,855 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:31,855 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:39:31,856 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:39:31,856 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:39:31,856 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:39:31,857 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:39:31,857 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:39:31,858 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:39:31,858 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:31,858 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:31,859 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:39:31,859 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:31,859 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:39:31,860 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:31,860 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:31,861 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:31,861 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:39:31,861 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:31,861 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:31,862 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:39:31,862 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:31,862 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:31,863 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:39:31,863 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:39:31,864 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:39:31,865 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:39:31,865 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:39:31,865 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:39:31,866 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:31,866 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:39:31,866 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:39:31,867 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:39:31,867 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:31,867 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:31,868 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:31,868 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:39:31,868 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:39:31,868 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:31,869 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:31,869 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:31,869 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:39:31,869 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:31,870 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:31,870 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:39:31,870 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:39:31,871 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:31,871 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:31,871 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:31,871 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:39:31,872 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:39:31,872 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:39:31,872 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:39:31,873 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:39:31,873 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:31,873 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:31,873 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:31,874 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:32,193 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:39:32,193 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:39:32,208 DEBUG [main][Datastore] ======================= Datastore ========================= 20:39:32,208 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:39:32,208 DEBUG [main][Datastore] Datastore : read-write 20:39:32,208 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:39:32,208 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:39:32,209 DEBUG [main][Datastore] Queries : Timeout=0 20:39:32,209 DEBUG [main][Datastore] =========================================================== 20:39:32,209 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:39:32,209 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:39:32,209 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:39:32,209 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.ktykacub/derby/cumulus4j;create=true] 20:39:32,209 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.ktykacub/derby/cumulus4j;create=true] 20:39:32,210 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:39:32,210 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:39:32,210 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:39:32,210 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:39:32,210 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:39:32,210 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:39:32,211 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:39:32,211 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:39:32,211 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:39:32,211 DEBUG [main][Datastore] =========================================================== 20:39:32,261 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5c24a0b" non enlisted to a transaction is being committed. 20:39:32,262 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5c24a0b" closed 20:39:32,262 DEBUG [main][Datastore] StoreManager now created 20:39:32,262 DEBUG [main][Persistence] ================= NucleusContext =============== 20:39:32,262 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:39:32,262 DEBUG [main][Persistence] Persistence API : JDO 20:39:32,262 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:39:32,262 DEBUG [main][Persistence] ClassLoading : datanucleus 20:39:32,262 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:39:32,263 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:39:32,263 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:39:32,263 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:39:32,263 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:39:32,263 DEBUG [main][Persistence] ================================================ 20:39:32,263 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:39:32,263 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:39:32,264 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=b0a214fd-3da5-47b0-944d-5b629be3a951 20:39:32,264 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:39:32,264 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:39:32,265 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@60f1057" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@46f9c2dc" with txn="org.datanucleus.TransactionImpl@37681deb" 20:39:32,265 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:39:32,265 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'AES/GCM/NoPadding'. Using this encryption algorithm. 20:39:32,265 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'NONE'. Using this MAC algorithm. 20:39:32,266 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:39:32,266 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:39:32,266 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:39:32,266 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:39:32,267 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:39:32,268 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:39:32,269 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:39:32,269 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:39:32,270 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:39:32,270 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:39:32,270 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:39:32,271 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:39:32,271 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:39:32,272 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:39:32,272 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:39:32,272 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e577d32" opened with isolation level "serializable" and auto-commit=false 20:39:32,272 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e577d32" with isolation "serializable" 20:39:32,357 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:39:32,357 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:39:32,358 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:39:32,447 DEBUG [main][Schema] Execution Time = 89 ms 20:39:32,447 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:39:32,635 DEBUG [main][Schema] Execution Time = 188 ms 20:39:32,687 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e577d32" 20:39:32,712 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e577d32" 20:39:32,712 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e577d32" non enlisted to a transaction is being committed. 20:39:32,713 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e577d32" closed 20:39:32,714 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:39:32,717 DEBUG [main][Query] JDOQL Query : Compile Time = 4 ms 20:39:32,717 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:39:32,717 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:39:32,722 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 5 ms 20:39:32,723 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:39:32,723 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@2756a312 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@60f1057 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@28ec06eb] 20:39:32,724 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:39:32,724 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@1fba434a" opened with isolation level "read-committed" and auto-commit=false 20:39:32,753 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@13233788" 20:39:32,753 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'AES/GCM/NOPADDING'> AND A0.MACALGORITHM = <'NONE'> 20:39:32,755 DEBUG [main][Retrieve] Execution Time = 2 ms 20:39:32,756 DEBUG [main][Query] JDOQL Query : Execution Time = 32 ms 20:39:32,756 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@1fba434a" non enlisted to a transaction is being committed. 20:39:32,757 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@1fba434a" closed 20:39:32,757 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@2756a312 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@1fba434a, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@60f1057 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@28ec06eb] 20:39:32,757 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" 20:39:32,758 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:39:32,759 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" being inserted into table "ENCRYPTIONCOORDINATESET" 20:39:32,760 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@22d7521f [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@60f1057 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@28ec06eb] 20:39:32,760 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@66508317" opened with isolation level "read-committed" and auto-commit=false 20:39:32,784 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2b79174c" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@66508317" 20:39:32,784 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'AES/GCM/NOPADDING'>,<'NONE'>,<1>) 20:39:32,788 DEBUG [main][Persist] Execution Time = 4 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2b79174c" 20:39:32,797 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" was inserted in the datastore and was given strategy value of "1" 20:39:32,798 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:39:32,798 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2b79174c" 20:39:32,844 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@66508317" non enlisted to a transaction is being committed. 20:39:32,845 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@66508317" closed 20:39:32,845 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@22d7521f [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@66508317, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@60f1057 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@28ec06eb] 20:39:32,846 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:39:32,846 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:39:32,847 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:39:32,847 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:39:32,847 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:39:32,848 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@5ea4007a" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:39:32,849 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:39:32,849 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:39:36,959 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:39:36,959 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:39:38,438 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:39:38,575 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@849561542 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:39:38,579 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@849561542 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 20:39:38,579 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 20:39:38,579 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1740066358 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:39:38,581 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1740066358 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 20:39:38,581 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@6cf085a9, lifecycle=P_NONTRANS] 20:39:38,581 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:39:38,581 DEBUG [main][Cache] Level 1 Cache cleared 20:39:38,582 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@60f1057" closed 20:39:38,753 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:39:38,753 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:39:38,753 DEBUG [main][Cache] Level 2 Cache cleared 20:39:39,650 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:39:39,650 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:39:39,657 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:39:39,666 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:39:39,671 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:39:39,673 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:39:39,676 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:39:39,685 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:39:39,688 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:39:39,692 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:39:39,741 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:39:39,772 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:39:39,785 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:39:39,807 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:39:39,833 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:39:39,838 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 20:39:39,843 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 20:39:39,843 DEBUG [main][Persistence] Java types support initialising ... 20:39:39,858 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:39:39,859 DEBUG [main][Persistence] Type converter support initialising ... 20:39:39,859 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:39:39,860 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:39:39,860 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:39:39,860 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:39:39,861 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:39:39,861 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:39:39,861 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:39:39,861 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:39:39,862 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:39:39,862 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:39:39,862 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:39:39,863 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:39:39,863 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:39:39,863 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:39:39,863 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:39:39,864 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:39:39,864 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:39:39,864 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:39:39,865 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:39:39,865 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:39:39,865 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:39:39,865 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:39:39,866 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:39:39,873 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:39:39,874 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:39:39,875 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:39:39,875 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:39:39,875 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:39:39,876 DEBUG [main][Persistence] Type converter support loaded 20:39:39,876 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:39:39,876 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:39:39,876 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:39:39,877 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:39:39,878 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:39:39,887 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:39:39,887 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:39:39,888 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:39:39,889 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:39:39,890 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:39:39,891 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:39:39,892 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:39:39,893 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:39:39,896 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:39:40,716 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:39:40,718 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:39:40,718 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:39:40,721 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:39:40,728 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:39:40,729 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:39:40,730 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:39:40,731 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:39:40,732 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:39:40,733 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:39:40,734 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:39:40,735 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:39:40,736 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:39:40,738 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:39:40,739 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:39:40,740 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:39:40,742 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:39:40,742 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:39:40,744 DEBUG [main][Datastore] Creating StoreManager for datastore 20:39:40,757 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:39:40,757 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:39:40,758 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:39:40,776 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:39:51,668 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2f0ee71d" opened 20:39:51,681 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:51,682 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:39:51,683 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:51,683 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:51,684 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:39:51,684 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:51,684 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:51,685 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:39:51,685 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:39:51,685 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:39:51,686 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:39:51,686 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:39:51,686 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:39:51,687 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:39:51,687 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:51,687 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:51,687 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:39:51,688 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:51,688 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:39:51,689 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:51,689 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:51,689 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:39:51,690 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:39:51,690 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:51,690 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:51,691 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:39:51,691 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:51,691 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:51,692 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:39:51,692 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:39:51,692 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:39:51,693 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:39:51,694 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:39:51,694 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:39:51,694 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:51,695 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:39:51,695 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:39:51,696 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:39:51,696 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:51,696 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:51,696 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:51,697 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:39:51,697 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:39:51,697 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:51,698 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:51,698 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:51,698 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:39:51,698 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:51,699 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:51,699 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:39:51,699 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:39:51,699 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:51,700 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:51,700 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:39:51,700 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:39:51,700 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:39:51,701 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:39:51,701 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:39:51,701 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:39:51,702 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:39:51,702 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:39:51,702 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:39:51,702 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:39:52,022 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:39:52,022 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:39:52,034 DEBUG [main][Datastore] ======================= Datastore ========================= 20:39:52,034 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:39:52,034 DEBUG [main][Datastore] Datastore : read-write 20:39:52,034 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:39:52,034 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:39:52,034 DEBUG [main][Datastore] Queries : Timeout=0 20:39:52,034 DEBUG [main][Datastore] =========================================================== 20:39:52,034 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:39:52,034 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:39:52,034 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:39:52,035 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.bsq2keey/derby/cumulus4j;create=true] 20:39:52,035 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.bsq2keey/derby/cumulus4j;create=true] 20:39:52,035 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:39:52,035 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:39:52,035 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:39:52,035 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:39:52,035 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:39:52,035 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:39:52,035 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:39:52,035 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:39:52,035 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:39:52,036 DEBUG [main][Datastore] =========================================================== 20:39:52,086 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2f0ee71d" non enlisted to a transaction is being committed. 20:39:52,086 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2f0ee71d" closed 20:39:52,086 DEBUG [main][Datastore] StoreManager now created 20:39:52,086 DEBUG [main][Persistence] ================= NucleusContext =============== 20:39:52,086 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:39:52,086 DEBUG [main][Persistence] Persistence API : JDO 20:39:52,086 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:39:52,086 DEBUG [main][Persistence] ClassLoading : datanucleus 20:39:52,087 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:39:52,087 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:39:52,087 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:39:52,087 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:39:52,087 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:39:52,087 DEBUG [main][Persistence] ================================================ 20:39:52,087 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:39:52,088 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:39:52,088 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=97498286-c866-4564-81ed-81f78cb6f829 20:39:52,088 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:39:52,088 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:39:52,089 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@7d53ab98" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@26c870" with txn="org.datanucleus.TransactionImpl@72313123" 20:39:52,089 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:39:52,270 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'AES/GCM/NoPadding'. Using this encryption algorithm. 20:39:52,270 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'NONE'. Using this MAC algorithm. 20:39:52,271 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:39:52,271 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:39:52,271 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:39:52,271 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:39:52,272 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:39:52,273 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:39:52,273 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:39:52,273 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:39:52,273 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:39:52,275 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:39:52,275 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:39:52,275 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:39:52,275 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:39:52,276 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:39:52,276 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:39:52,276 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@92c3e9c" opened with isolation level "serializable" and auto-commit=false 20:39:52,277 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@92c3e9c" with isolation "serializable" 20:39:52,354 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:39:52,354 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:39:52,355 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:39:52,453 DEBUG [main][Schema] Execution Time = 98 ms 20:39:52,453 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:39:52,617 DEBUG [main][Schema] Execution Time = 164 ms 20:39:52,659 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@92c3e9c" 20:39:52,681 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@92c3e9c" 20:39:52,681 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@92c3e9c" non enlisted to a transaction is being committed. 20:39:52,682 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@92c3e9c" closed 20:39:52,682 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:39:52,685 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 20:39:52,685 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:39:52,686 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:39:52,693 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 6 ms 20:39:52,693 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:39:52,694 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@35725349 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@7d53ab98 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@64b9f908] 20:39:52,694 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:39:52,694 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d8cafe1" opened with isolation level "read-committed" and auto-commit=false 20:39:52,719 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@4f999620" 20:39:52,720 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'AES/GCM/NOPADDING'> AND A0.MACALGORITHM = <'NONE'> 20:39:52,721 DEBUG [main][Retrieve] Execution Time = 2 ms 20:39:52,722 DEBUG [main][Query] JDOQL Query : Execution Time = 28 ms 20:39:52,722 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d8cafe1" non enlisted to a transaction is being committed. 20:39:52,722 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d8cafe1" closed 20:39:52,723 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@35725349 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d8cafe1, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@7d53ab98 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@64b9f908] 20:39:52,723 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" 20:39:52,723 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:39:52,725 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" being inserted into table "ENCRYPTIONCOORDINATESET" 20:39:52,727 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1cd79eeb [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@7d53ab98 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@64b9f908] 20:39:52,727 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@10026518" opened with isolation level "read-committed" and auto-commit=false 20:39:52,750 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@1446745" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@10026518" 20:39:52,751 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'AES/GCM/NOPADDING'>,<'NONE'>,<1>) 20:39:52,755 DEBUG [main][Persist] Execution Time = 4 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@1446745" 20:39:52,766 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" was inserted in the datastore and was given strategy value of "1" 20:39:52,767 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:39:52,767 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@1446745" 20:39:52,836 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@10026518" non enlisted to a transaction is being committed. 20:39:52,836 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@10026518" closed 20:39:52,837 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1cd79eeb [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@10026518, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@7d53ab98 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@64b9f908] 20:39:52,837 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:39:52,837 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:39:52,838 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:39:52,838 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:39:52,839 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:39:52,840 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@47e26908" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:39:52,840 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:39:52,840 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:39:55,926 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:39:55,926 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:40:10,509 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:40:10,509 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:40:12,868 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:40:13,002 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@83392282 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:40:13,218 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@83392282 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 20:40:13,219 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@83392282 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with new IV (without key). 20:40:13,261 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@83392282 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 20:40:13,261 TRACE [main][CryptoCache] clear: entered 20:40:13,397 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@234481742 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:40:13,439 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@234481742 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 20:40:13,486 TRACE [main][CryptoCache] clear: entered 20:40:13,486 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:40:13,620 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@302145549 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:40:13,664 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@302145549 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 20:40:14,112 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@302145549 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with new IV (without key). 20:40:14,155 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@302145549 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 20:40:14,155 TRACE [main][CryptoCache] clear: entered 20:40:14,156 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:40:14,291 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1951918777 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:40:14,335 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1951918777 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 20:40:14,367 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@44d20052, lifecycle=P_NONTRANS] 20:40:14,367 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:40:14,367 DEBUG [main][Cache] Level 1 Cache cleared 20:40:14,367 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@7d53ab98" closed 20:40:14,529 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:40:14,529 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:40:14,529 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.28 sec Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_default 20:40:15,360 WARN [main][MessageBrokerRegistry] setActiveMessageBroker: java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! at org.cumulus4j.store.crypto.keymanager.messagebroker.MessageBrokerRegistry.setActiveMessageBroker(MessageBrokerRegistry.java:117) at org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker.setMockSharedInstance(MockMessageBroker.java:41) at org.cumulus4j.store.crypto.keymanager.test.AbstractKeyManagerCryptoSessionTest.beforeClass(AbstractKeyManagerCryptoSessionTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 20:40:15,364 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@79e6bcbb 20:40:15,369 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:40:15,369 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:40:15,376 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:40:15,382 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:40:15,385 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:40:15,386 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:40:15,388 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:40:15,393 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:40:15,394 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:40:15,397 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:40:15,418 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:40:15,425 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:40:15,434 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:40:15,444 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:40:15,452 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:40:15,457 DEBUG [main][Persistence] Java types support initialising ... 20:40:15,462 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:40:15,462 DEBUG [main][Persistence] Type converter support initialising ... 20:40:15,462 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:40:15,462 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:40:15,463 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:40:15,463 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:40:15,463 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:40:15,463 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:40:15,463 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:40:15,464 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:40:15,464 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:40:15,464 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:40:15,464 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:40:15,464 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:40:15,464 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:40:15,465 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:40:15,465 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:40:15,465 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:40:15,465 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:40:15,465 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:40:15,465 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:40:15,466 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:40:15,466 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:40:15,466 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:40:15,467 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:40:15,467 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:40:15,468 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:40:15,469 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:40:15,469 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:40:15,469 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:40:15,469 DEBUG [main][Persistence] Type converter support loaded 20:40:15,469 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:40:15,469 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:40:15,470 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:40:15,470 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:40:15,471 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:40:15,472 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:40:15,472 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:40:15,473 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:40:15,473 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:40:15,474 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:40:15,474 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:40:15,475 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:40:15,476 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:40:15,478 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:40:16,544 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:40:16,546 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:40:16,547 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:40:16,549 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:40:16,553 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:40:16,554 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:40:16,555 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:40:16,555 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:40:16,556 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:40:16,556 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:40:16,557 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:40:16,557 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:40:16,558 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:40:16,559 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:40:16,559 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:40:16,560 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:40:16,560 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:40:16,560 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:40:16,561 DEBUG [main][Datastore] Creating StoreManager for datastore 20:40:16,568 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:40:16,568 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:40:16,569 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:40:16,579 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:40:17,463 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:40:17,464 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:40:27,255 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@88959af" opened 20:40:27,266 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:40:27,266 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:40:27,266 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:40:27,267 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:40:27,267 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:40:27,267 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:40:27,268 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:40:27,268 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:40:27,268 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:40:27,269 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:40:27,269 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:40:27,269 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:40:27,270 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:40:27,270 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:40:27,270 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:40:27,270 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:40:27,271 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:40:27,271 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:40:27,271 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:40:27,272 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:40:27,272 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:40:27,273 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:40:27,273 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:40:27,273 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:40:27,273 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:40:27,274 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:40:27,274 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:40:27,274 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:40:27,275 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:40:27,275 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:40:27,275 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:40:27,276 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:40:27,277 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:40:27,277 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:40:27,277 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:40:27,277 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:40:27,278 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:40:27,278 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:40:27,278 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:40:27,279 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:40:27,279 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:40:27,279 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:40:27,279 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:40:27,280 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:40:27,280 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:40:27,280 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:40:27,280 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:40:27,281 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:40:27,281 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:40:27,281 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:40:27,282 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:40:27,282 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:40:27,282 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:40:27,282 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:40:27,283 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:40:27,283 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:40:27,283 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:40:27,283 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:40:27,284 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:40:27,284 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:40:27,284 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:40:27,285 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:40:27,285 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:40:27,565 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:40:27,565 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:40:27,579 DEBUG [main][Datastore] ======================= Datastore ========================= 20:40:27,580 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:40:27,580 DEBUG [main][Datastore] Datastore : read-write 20:40:27,580 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:40:27,580 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:40:27,580 DEBUG [main][Datastore] Queries : Timeout=0 20:40:27,580 DEBUG [main][Datastore] =========================================================== 20:40:27,581 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:40:27,581 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:40:27,581 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:40:27,581 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.s0nsh7jo/derby/cumulus4j;create=true] 20:40:27,581 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.s0nsh7jo/derby/cumulus4j;create=true] 20:40:27,581 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:40:27,582 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:40:27,582 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:40:27,582 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:40:27,582 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:40:27,582 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:40:27,582 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:40:27,583 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:40:27,583 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:40:27,583 DEBUG [main][Datastore] =========================================================== 20:40:27,632 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@88959af" non enlisted to a transaction is being committed. 20:40:27,632 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@88959af" closed 20:40:27,632 DEBUG [main][Datastore] StoreManager now created 20:40:27,632 DEBUG [main][Persistence] ================= NucleusContext =============== 20:40:27,632 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:40:27,632 DEBUG [main][Persistence] Persistence API : JDO 20:40:27,632 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:40:27,632 DEBUG [main][Persistence] ClassLoading : datanucleus 20:40:27,633 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:40:27,633 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:40:27,633 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:40:27,633 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:40:27,633 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:40:27,633 DEBUG [main][Persistence] ================================================ 20:40:27,633 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:40:27,634 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:40:27,634 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=b89276a9-dc9c-46e5-b1b9-0d9470d35aaa 20:40:27,634 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:40:27,634 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:40:27,635 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@195be7f7" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@60da1622" with txn="org.datanucleus.TransactionImpl@de343db" 20:40:27,635 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:40:27,635 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:40:27,636 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:40:27,636 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:40:27,636 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:40:27,636 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:40:27,636 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:40:27,637 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:40:27,638 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:40:27,638 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:40:27,638 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:40:27,639 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:40:27,639 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:40:27,639 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:40:27,640 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:40:27,640 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:40:27,640 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:40:27,640 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:40:27,641 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7c2bc94a" opened with isolation level "serializable" and auto-commit=false 20:40:27,641 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7c2bc94a" with isolation "serializable" 20:40:27,711 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:40:27,712 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:40:27,712 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:40:27,805 DEBUG [main][Schema] Execution Time = 93 ms 20:40:27,805 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:40:27,954 DEBUG [main][Schema] Execution Time = 149 ms 20:40:27,991 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7c2bc94a" 20:40:28,016 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7c2bc94a" 20:40:28,016 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7c2bc94a" non enlisted to a transaction is being committed. 20:40:28,017 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7c2bc94a" closed 20:40:28,017 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:40:28,020 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 20:40:28,021 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:40:28,021 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:40:28,026 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 4 ms 20:40:28,026 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:40:28,027 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@326238b5 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@195be7f7 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4e790cea] 20:40:28,027 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:40:28,028 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d3efee5" opened with isolation level "read-committed" and auto-commit=false 20:40:28,051 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@7bbecc3c" 20:40:28,051 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/GCM/NOPADDING'> AND A0.MACALGORITHM = <'NONE'> 20:40:28,053 DEBUG [main][Retrieve] Execution Time = 2 ms 20:40:28,054 DEBUG [main][Query] JDOQL Query : Execution Time = 26 ms 20:40:28,054 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d3efee5" non enlisted to a transaction is being committed. 20:40:28,054 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d3efee5" closed 20:40:28,054 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@326238b5 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d3efee5, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@195be7f7 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4e790cea] 20:40:28,055 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" 20:40:28,055 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:40:28,057 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" being inserted into table "ENCRYPTIONCOORDINATESET" 20:40:28,057 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@725819eb [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@195be7f7 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4e790cea] 20:40:28,058 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@760dcdf2" opened with isolation level "read-committed" and auto-commit=false 20:40:28,076 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@61ae508a" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@760dcdf2" 20:40:28,076 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (MACALGORITHM,CIPHERTRANSFORMATION,VERSION) VALUES (<'NONE'>,<'TWOFISH/GCM/NOPADDING'>,<1>) 20:40:28,080 DEBUG [main][Persist] Execution Time = 4 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@61ae508a" 20:40:28,089 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" was inserted in the datastore and was given strategy value of "1" 20:40:28,089 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:40:28,090 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@61ae508a" 20:40:28,099 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@760dcdf2" non enlisted to a transaction is being committed. 20:40:28,100 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@760dcdf2" closed 20:40:28,100 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@725819eb [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@760dcdf2, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@195be7f7 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4e790cea] 20:40:28,100 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:40:28,100 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:40:28,101 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:40:28,101 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:40:28,102 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:40:28,102 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@22c11d39" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:40:28,103 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:40:28,103 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:40:32,264 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:40:32,264 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:40:38,439 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:40:38,439 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:40:52,088 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:41:09,286 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:41:09,421 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@553851757 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:41:09,423 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@553851757 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 20:41:09,423 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 20:41:09,424 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1392353801 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:41:09,426 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1392353801 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 20:41:09,427 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@4352d1fc, lifecycle=P_NONTRANS] 20:41:09,427 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:41:09,427 DEBUG [main][Cache] Level 1 Cache cleared 20:41:09,427 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@195be7f7" closed 20:41:09,571 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:41:09,572 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:41:09,572 DEBUG [main][Cache] Level 2 Cache cleared 20:41:10,272 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:41:10,272 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:41:10,279 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:41:10,284 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:41:10,286 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:41:10,287 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:41:10,289 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:41:10,296 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:41:10,297 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:41:10,300 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:41:10,323 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:41:10,330 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:41:10,339 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:41:10,350 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:41:10,366 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:41:10,374 DEBUG [main][Persistence] Java types support initialising ... 20:41:10,384 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:41:10,384 DEBUG [main][Persistence] Type converter support initialising ... 20:41:10,385 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:41:10,386 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:41:10,386 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:41:10,387 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:41:10,387 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:41:10,388 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:41:10,388 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:41:10,389 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:41:10,389 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:41:10,390 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:41:10,390 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:41:10,391 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:41:10,392 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:41:10,392 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:41:10,393 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:41:10,393 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:41:10,394 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:41:10,394 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:41:10,395 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:41:10,395 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:41:10,396 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:41:10,396 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:41:10,398 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:41:10,399 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:41:10,401 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:41:10,403 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:41:10,403 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:41:10,404 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:41:10,404 DEBUG [main][Persistence] Type converter support loaded 20:41:10,405 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:41:10,405 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:41:10,405 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:41:10,407 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:41:10,409 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:41:10,410 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:41:10,411 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:41:10,412 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:41:10,414 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:41:10,415 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:41:10,417 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:41:10,418 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:41:10,420 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:41:10,423 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:41:11,491 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:41:11,492 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:41:11,492 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:41:11,495 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:41:11,528 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:41:11,529 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:41:11,530 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:41:11,531 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:41:11,532 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:41:11,533 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:41:11,534 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:41:11,535 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:41:11,536 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:41:11,537 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:41:11,538 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:41:11,539 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:41:11,540 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:41:11,540 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:41:11,541 DEBUG [main][Datastore] Creating StoreManager for datastore 20:41:11,553 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:41:11,554 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:41:11,554 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:41:11,570 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:41:12,869 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:41:12,870 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:41:22,239 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@19996afa" opened 20:41:22,249 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:22,249 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:41:22,250 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:41:22,250 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:41:22,250 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:41:22,251 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:22,251 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:22,251 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:41:22,252 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:41:22,252 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:41:22,252 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:41:22,252 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:41:22,253 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:41:22,253 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:41:22,253 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:22,254 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:41:22,254 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:41:22,254 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:41:22,255 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:41:22,255 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:22,255 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:41:22,256 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:41:22,256 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:41:22,256 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:22,257 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:22,257 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:41:22,257 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:22,258 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:22,258 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:41:22,258 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:41:22,259 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:41:22,259 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:41:22,260 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:41:22,260 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:41:22,260 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:41:22,261 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:41:22,261 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:41:22,261 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:41:22,262 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:22,262 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:22,262 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:22,262 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:41:22,263 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:41:22,263 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:22,263 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:22,263 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:22,264 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:41:22,264 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:22,264 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:22,264 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:41:22,265 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:41:22,265 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:22,265 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:22,265 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:22,266 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:41:22,266 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:41:22,266 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:41:22,267 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:41:22,267 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:41:22,267 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:22,267 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:41:22,268 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:22,268 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:22,511 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:41:22,511 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:41:22,521 DEBUG [main][Datastore] ======================= Datastore ========================= 20:41:22,521 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:41:22,521 DEBUG [main][Datastore] Datastore : read-write 20:41:22,521 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:41:22,521 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:41:22,521 DEBUG [main][Datastore] Queries : Timeout=0 20:41:22,521 DEBUG [main][Datastore] =========================================================== 20:41:22,521 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:41:22,521 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:41:22,521 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:41:22,521 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.orvoe098/derby/cumulus4j;create=true] 20:41:22,522 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.orvoe098/derby/cumulus4j;create=true] 20:41:22,522 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:41:22,522 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:41:22,522 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:41:22,522 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:41:22,522 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:41:22,522 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:41:22,522 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:41:22,522 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:41:22,522 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:41:22,522 DEBUG [main][Datastore] =========================================================== 20:41:22,579 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@19996afa" non enlisted to a transaction is being committed. 20:41:22,580 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@19996afa" closed 20:41:22,580 DEBUG [main][Datastore] StoreManager now created 20:41:22,580 DEBUG [main][Persistence] ================= NucleusContext =============== 20:41:22,580 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:41:22,580 DEBUG [main][Persistence] Persistence API : JDO 20:41:22,580 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:41:22,580 DEBUG [main][Persistence] ClassLoading : datanucleus 20:41:22,580 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:41:22,580 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:41:22,581 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:41:22,581 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:41:22,581 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:41:22,581 DEBUG [main][Persistence] ================================================ 20:41:22,581 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:41:22,581 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:41:22,581 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=e7538d2a-7eca-46f9-9ff2-686a1cbd8cf1 20:41:22,582 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:41:22,582 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:41:22,583 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@19eda624" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@413692c8" with txn="org.datanucleus.TransactionImpl@65dea9ea" 20:41:22,583 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:41:22,843 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:41:22,843 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:41:22,843 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:41:22,844 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:41:22,844 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:41:22,844 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:41:22,845 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:41:22,845 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:41:22,846 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:41:22,846 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:41:22,846 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:41:22,847 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:41:22,847 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:41:22,847 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:41:22,847 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:41:22,848 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:41:22,848 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:41:22,848 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5955c4d1" opened with isolation level "serializable" and auto-commit=false 20:41:22,848 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5955c4d1" with isolation "serializable" 20:41:22,915 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:41:22,915 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:41:22,916 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:41:23,002 DEBUG [main][Schema] Execution Time = 86 ms 20:41:23,002 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:41:23,165 DEBUG [main][Schema] Execution Time = 163 ms 20:41:23,201 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5955c4d1" 20:41:23,226 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5955c4d1" 20:41:23,226 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5955c4d1" non enlisted to a transaction is being committed. 20:41:23,226 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5955c4d1" closed 20:41:23,227 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:41:23,230 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 20:41:23,230 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:41:23,231 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:41:23,235 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 5 ms 20:41:23,235 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:41:23,236 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1d64b77a [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@19eda624 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@3f49b9a9] 20:41:23,236 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:41:23,237 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@13c26b5" opened with isolation level "read-committed" and auto-commit=false 20:41:23,260 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@3fcdf989" 20:41:23,260 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/GCM/NOPADDING'> AND A0.MACALGORITHM = <'NONE'> 20:41:23,262 DEBUG [main][Retrieve] Execution Time = 2 ms 20:41:23,263 DEBUG [main][Query] JDOQL Query : Execution Time = 26 ms 20:41:23,263 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@13c26b5" non enlisted to a transaction is being committed. 20:41:23,263 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@13c26b5" closed 20:41:23,263 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1d64b77a [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@13c26b5, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@19eda624 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@3f49b9a9] 20:41:23,264 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" 20:41:23,264 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:41:23,266 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" being inserted into table "ENCRYPTIONCOORDINATESET" 20:41:23,266 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@6a659aeb [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@19eda624 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@3f49b9a9] 20:41:23,267 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@349df0df" opened with isolation level "read-committed" and auto-commit=false 20:41:23,284 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2f41723f" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@349df0df" 20:41:23,285 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (MACALGORITHM,CIPHERTRANSFORMATION,VERSION) VALUES (<'NONE'>,<'TWOFISH/GCM/NOPADDING'>,<1>) 20:41:23,288 DEBUG [main][Persist] Execution Time = 3 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2f41723f" 20:41:23,297 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" was inserted in the datastore and was given strategy value of "1" 20:41:23,298 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:41:23,298 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2f41723f" 20:41:23,308 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@349df0df" non enlisted to a transaction is being committed. 20:41:23,308 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@349df0df" closed 20:41:23,308 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@6a659aeb [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@349df0df, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@19eda624 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@3f49b9a9] 20:41:23,309 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:41:23,309 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:41:23,310 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:41:23,310 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:41:23,310 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:41:23,311 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@1e0137f1" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:41:23,312 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:41:23,312 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:41:27,634 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:41:44,332 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:41:44,467 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1066796069 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:41:44,559 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1066796069 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 20:41:44,559 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@1066796069 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with new IV (without key). 20:41:44,616 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1066796069 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 20:41:44,616 TRACE [main][CryptoCache] clear: entered 20:41:44,750 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@300562880 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:41:44,807 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@300562880 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 20:41:44,859 TRACE [main][CryptoCache] clear: entered 20:41:44,860 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:41:44,993 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@678786416 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:41:45,052 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@678786416 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 20:41:45,491 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@678786416 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with new IV (without key). 20:41:45,548 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@678786416 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 20:41:45,548 TRACE [main][CryptoCache] clear: entered 20:41:45,548 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:41:45,682 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1679905823 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 20:41:45,740 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1679905823 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 20:41:45,777 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@6c5b7ce8, lifecycle=P_NONTRANS] 20:41:45,777 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:41:45,777 DEBUG [main][Cache] Level 1 Cache cleared 20:41:45,777 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@19eda624" closed 20:41:45,929 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:41:45,929 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:41:45,930 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.388 sec Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_Twofish_CBC_PKCS5Padding_RC2 20:41:46,758 WARN [main][MessageBrokerRegistry] setActiveMessageBroker: java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! at org.cumulus4j.store.crypto.keymanager.messagebroker.MessageBrokerRegistry.setActiveMessageBroker(MessageBrokerRegistry.java:117) at org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker.setMockSharedInstance(MockMessageBroker.java:41) at org.cumulus4j.store.crypto.keymanager.test.AbstractKeyManagerCryptoSessionTest.beforeClass(AbstractKeyManagerCryptoSessionTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 20:41:46,761 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@3cfd4c4 20:41:46,766 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:41:46,767 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:41:46,773 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:41:46,777 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:41:46,780 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:41:46,781 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:41:46,783 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:41:46,787 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:41:46,788 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:41:46,791 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:41:46,806 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:41:46,812 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:41:46,818 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:41:46,826 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:41:46,841 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:41:46,847 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 20:41:46,847 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 20:41:46,848 DEBUG [main][Persistence] Java types support initialising ... 20:41:46,857 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:41:46,857 DEBUG [main][Persistence] Type converter support initialising ... 20:41:46,857 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:41:46,858 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:41:46,858 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:41:46,858 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:41:46,859 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:41:46,859 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:41:46,859 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:41:46,859 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:41:46,860 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:41:46,860 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:41:46,860 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:41:46,860 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:41:46,861 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:41:46,861 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:41:46,861 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:41:46,861 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:41:46,862 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:41:46,862 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:41:46,862 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:41:46,863 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:41:46,863 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:41:46,863 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:41:46,864 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:41:46,865 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:41:46,866 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:41:46,867 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:41:46,868 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:41:46,868 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:41:46,868 DEBUG [main][Persistence] Type converter support loaded 20:41:46,869 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:41:46,869 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:41:46,869 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:41:46,870 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:41:46,871 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:41:46,872 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:41:46,873 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:41:46,874 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:41:46,875 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:41:46,876 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:41:46,877 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:41:46,878 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:41:46,880 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:41:46,884 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:41:47,659 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:41:47,660 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:41:47,661 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:41:47,663 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:41:47,669 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:41:47,671 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:41:47,672 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:41:47,673 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:41:47,673 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:41:47,674 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:41:47,675 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:41:47,676 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:41:47,677 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:41:47,678 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:41:47,679 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:41:47,680 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:41:47,681 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:41:47,681 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:41:47,682 DEBUG [main][Datastore] Creating StoreManager for datastore 20:41:47,695 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:41:47,695 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:41:47,695 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:41:47,712 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:41:52,088 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:41:52,089 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:41:58,528 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@60c9b8ea" opened 20:41:58,537 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:58,538 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:41:58,538 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:41:58,539 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:41:58,539 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:41:58,540 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:58,540 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:58,541 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:41:58,541 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:41:58,542 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:41:58,542 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:41:58,543 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:41:58,543 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:41:58,544 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:41:58,544 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:58,545 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:41:58,545 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:41:58,546 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:41:58,547 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:41:58,547 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:58,547 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:41:58,548 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:41:58,548 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:41:58,548 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:58,549 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:58,549 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:41:58,549 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:58,549 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:58,550 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:41:58,550 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:41:58,550 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:41:58,551 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:41:58,552 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:41:58,552 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:41:58,552 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:41:58,553 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:41:58,553 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:41:58,553 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:41:58,554 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:58,554 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:58,554 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:58,554 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:41:58,555 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:41:58,555 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:58,555 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:58,555 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:58,556 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:41:58,556 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:58,556 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:58,556 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:41:58,557 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:41:58,557 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:58,557 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:58,557 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:41:58,558 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:41:58,558 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:41:58,558 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:41:58,558 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:41:58,559 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:41:58,559 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:41:58,559 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:41:58,560 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:41:58,560 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:41:58,797 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:41:58,798 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:41:58,807 DEBUG [main][Datastore] ======================= Datastore ========================= 20:41:58,808 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:41:58,808 DEBUG [main][Datastore] Datastore : read-write 20:41:58,808 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:41:58,808 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:41:58,808 DEBUG [main][Datastore] Queries : Timeout=0 20:41:58,808 DEBUG [main][Datastore] =========================================================== 20:41:58,808 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:41:58,808 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:41:58,809 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:41:58,809 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.fypresdw/derby/cumulus4j;create=true] 20:41:58,809 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.fypresdw/derby/cumulus4j;create=true] 20:41:58,809 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:41:58,809 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:41:58,809 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:41:58,809 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:41:58,809 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:41:58,810 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:41:58,810 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:41:58,810 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:41:58,810 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:41:58,810 DEBUG [main][Datastore] =========================================================== 20:41:58,859 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@60c9b8ea" non enlisted to a transaction is being committed. 20:41:58,859 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@60c9b8ea" closed 20:41:58,860 DEBUG [main][Datastore] StoreManager now created 20:41:58,860 DEBUG [main][Persistence] ================= NucleusContext =============== 20:41:58,860 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:41:58,860 DEBUG [main][Persistence] Persistence API : JDO 20:41:58,860 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:41:58,860 DEBUG [main][Persistence] ClassLoading : datanucleus 20:41:58,860 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:41:58,860 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:41:58,860 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:41:58,861 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:41:58,861 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:41:58,861 DEBUG [main][Persistence] ================================================ 20:41:58,861 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:41:58,861 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:41:58,861 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=13cb751c-bf89-459a-93f1-d0de28ee2b00 20:41:58,861 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:41:58,862 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:41:58,862 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@6c2658b" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@44988c24" with txn="org.datanucleus.TransactionImpl@7b18b2aa" 20:41:58,863 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:41:58,863 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:41:58,863 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'RC2'. Using this MAC algorithm. 20:41:58,863 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:41:58,863 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:41:58,864 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:41:58,864 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:41:58,864 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:41:58,865 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:41:58,866 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:41:58,866 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:41:58,866 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:41:58,866 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:41:58,867 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:41:58,867 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:41:58,868 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:41:58,868 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:41:58,868 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:41:58,868 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6cd9f6cb" opened with isolation level "serializable" and auto-commit=false 20:41:58,869 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6cd9f6cb" with isolation "serializable" 20:41:58,934 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:41:58,934 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:41:58,934 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:41:59,010 DEBUG [main][Schema] Execution Time = 76 ms 20:41:59,010 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:41:59,189 DEBUG [main][Schema] Execution Time = 179 ms 20:41:59,225 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6cd9f6cb" 20:41:59,244 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6cd9f6cb" 20:41:59,244 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6cd9f6cb" non enlisted to a transaction is being committed. 20:41:59,245 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6cd9f6cb" closed 20:41:59,245 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:41:59,248 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 20:41:59,248 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:41:59,249 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:41:59,253 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 4 ms 20:41:59,253 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:41:59,254 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@5a97acef [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@6c2658b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@1bdaad60] 20:41:59,254 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:41:59,255 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31ac87e9" opened with isolation level "read-committed" and auto-commit=false 20:41:59,277 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@31b69229" 20:41:59,278 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CBC/PKCS5PADDING'> AND A0.MACALGORITHM = <'RC2'> 20:41:59,280 DEBUG [main][Retrieve] Execution Time = 1 ms 20:41:59,280 DEBUG [main][Query] JDOQL Query : Execution Time = 26 ms 20:41:59,281 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31ac87e9" non enlisted to a transaction is being committed. 20:41:59,281 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31ac87e9" closed 20:41:59,281 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@5a97acef [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31ac87e9, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@6c2658b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@1bdaad60] 20:41:59,282 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" 20:41:59,282 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:41:59,283 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" being inserted into table "ENCRYPTIONCOORDINATESET" 20:41:59,284 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4ed4b486 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@6c2658b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@1bdaad60] 20:41:59,284 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6e97f1d8" opened with isolation level "read-committed" and auto-commit=false 20:41:59,302 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2dee09ce" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6e97f1d8" 20:41:59,302 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'TWOFISH/CBC/PKCS5PADDING'>,<'RC2'>,<1>) 20:41:59,306 DEBUG [main][Persist] Execution Time = 3 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2dee09ce" 20:41:59,314 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" was inserted in the datastore and was given strategy value of "1" 20:41:59,315 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:41:59,315 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2dee09ce" 20:41:59,327 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6e97f1d8" non enlisted to a transaction is being committed. 20:41:59,327 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6e97f1d8" closed 20:41:59,327 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4ed4b486 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6e97f1d8, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@6c2658b in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@1bdaad60] 20:41:59,328 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:41:59,328 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:41:59,329 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:41:59,329 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:41:59,329 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:41:59,330 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@5ad6945c" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:41:59,331 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:41:59,331 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:42:07,417 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:42:07,552 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1129194977 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:42:07,556 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1129194977 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:42:07,556 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 20:42:07,557 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@361520891 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:42:07,559 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=96 actual=84 20:42:07,559 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@361520891 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:42:07,560 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@6ecce8fe, lifecycle=P_NONTRANS] 20:42:07,560 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:42:07,560 DEBUG [main][Cache] Level 1 Cache cleared 20:42:07,560 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@6c2658b" closed 20:42:07,703 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:42:07,703 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:42:07,703 DEBUG [main][Cache] Level 2 Cache cleared 20:42:08,592 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:42:08,593 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:42:08,599 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:42:08,603 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:42:08,605 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:42:08,607 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:42:08,609 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:42:08,613 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:42:08,613 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:42:08,616 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:42:08,631 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:42:08,637 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:42:08,643 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:42:08,651 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:42:08,665 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:42:08,672 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 20:42:08,672 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 20:42:08,673 DEBUG [main][Persistence] Java types support initialising ... 20:42:08,681 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:42:08,681 DEBUG [main][Persistence] Type converter support initialising ... 20:42:08,682 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:42:08,682 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:42:08,683 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:42:08,683 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:42:08,683 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:42:08,683 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:42:08,684 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:42:08,684 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:42:08,684 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:42:08,684 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:42:08,685 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:42:08,685 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:42:08,685 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:42:08,685 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:42:08,686 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:42:08,686 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:42:08,686 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:42:08,687 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:42:08,687 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:42:08,687 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:42:08,687 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:42:08,688 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:42:08,689 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:42:08,690 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:42:08,691 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:42:08,692 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:42:08,692 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:42:08,693 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:42:08,693 DEBUG [main][Persistence] Type converter support loaded 20:42:08,693 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:42:08,693 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:42:08,693 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:42:08,696 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:42:08,697 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:42:08,698 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:42:08,699 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:42:08,700 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:42:08,701 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:42:08,702 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:42:08,703 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:42:08,704 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:42:08,705 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:42:08,711 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:42:09,286 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:42:09,287 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:42:09,490 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:42:09,491 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:42:09,492 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:42:09,522 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:42:09,528 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:42:09,530 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:42:09,531 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:42:09,532 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:42:09,533 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:42:09,534 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:42:09,535 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:42:09,536 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:42:09,537 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:42:09,537 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:42:09,538 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:42:09,539 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:42:09,540 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:42:09,541 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:42:09,542 DEBUG [main][Datastore] Creating StoreManager for datastore 20:42:09,554 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:42:09,554 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:42:09,556 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:42:09,574 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:42:19,711 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@64441ee4" opened 20:42:19,720 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:19,720 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:42:19,721 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:42:19,721 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:42:19,722 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:42:19,722 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:19,722 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:19,723 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:42:19,723 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:42:19,723 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:42:19,724 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:42:19,724 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:42:19,724 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:42:19,725 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:42:19,725 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:19,725 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:42:19,725 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:42:19,726 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:42:19,726 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:42:19,726 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:19,727 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:42:19,727 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:42:19,727 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:42:19,728 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:19,728 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:19,729 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:42:19,729 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:19,729 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:19,729 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:42:19,730 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:42:19,730 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:42:19,731 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:42:19,731 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:42:19,732 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:42:19,732 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:42:19,732 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:42:19,733 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:42:19,733 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:42:19,733 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:19,733 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:19,734 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:19,734 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:42:19,734 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:42:19,734 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:19,735 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:19,735 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:19,735 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:42:19,735 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:19,736 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:19,736 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:42:19,736 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:42:19,736 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:19,737 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:19,737 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:19,737 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:42:19,738 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:42:19,738 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:42:19,738 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:42:19,738 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:42:19,739 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:19,739 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:42:19,739 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:19,739 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:19,983 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:42:19,984 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:42:19,994 DEBUG [main][Datastore] ======================= Datastore ========================= 20:42:19,994 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:42:19,995 DEBUG [main][Datastore] Datastore : read-write 20:42:19,995 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:42:19,995 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:42:19,995 DEBUG [main][Datastore] Queries : Timeout=0 20:42:19,995 DEBUG [main][Datastore] =========================================================== 20:42:19,995 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:42:19,995 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:42:19,996 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:42:19,996 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.03u5fzdz/derby/cumulus4j;create=true] 20:42:19,996 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.03u5fzdz/derby/cumulus4j;create=true] 20:42:19,996 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:42:19,996 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:42:19,996 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:42:19,996 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:42:19,997 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:42:19,997 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:42:19,997 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:42:19,997 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:42:19,997 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:42:19,997 DEBUG [main][Datastore] =========================================================== 20:42:20,051 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@64441ee4" non enlisted to a transaction is being committed. 20:42:20,051 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@64441ee4" closed 20:42:20,052 DEBUG [main][Datastore] StoreManager now created 20:42:20,052 DEBUG [main][Persistence] ================= NucleusContext =============== 20:42:20,052 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:42:20,052 DEBUG [main][Persistence] Persistence API : JDO 20:42:20,052 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:42:20,052 DEBUG [main][Persistence] ClassLoading : datanucleus 20:42:20,052 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:42:20,052 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:42:20,052 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:42:20,052 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:42:20,052 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:42:20,053 DEBUG [main][Persistence] ================================================ 20:42:20,053 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:42:20,053 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:42:20,053 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=d962381e-2a40-43b0-875b-0dc16875e320 20:42:20,053 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:42:20,054 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:42:20,054 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@e196fe0" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@27ffe25b" with txn="org.datanucleus.TransactionImpl@1065d8e1" 20:42:20,055 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:42:20,102 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 20:42:20,103 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'RC2'. Using this MAC algorithm. 20:42:20,103 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:42:20,103 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:42:20,103 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:42:20,103 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:42:20,104 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:42:20,105 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:42:20,105 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:42:20,105 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:42:20,106 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:42:20,106 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:42:20,106 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:42:20,106 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:42:20,107 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:42:20,108 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:42:20,108 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:42:20,109 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@46901255" opened with isolation level "serializable" and auto-commit=false 20:42:20,109 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@46901255" with isolation "serializable" 20:42:20,181 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:42:20,181 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:42:20,181 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:42:20,263 DEBUG [main][Schema] Execution Time = 82 ms 20:42:20,263 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:42:20,405 DEBUG [main][Schema] Execution Time = 142 ms 20:42:20,444 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@46901255" 20:42:20,469 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@46901255" 20:42:20,470 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@46901255" non enlisted to a transaction is being committed. 20:42:20,470 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@46901255" closed 20:42:20,471 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:42:20,473 DEBUG [main][Query] JDOQL Query : Compile Time = 2 ms 20:42:20,474 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:42:20,474 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:42:20,481 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 6 ms 20:42:20,481 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:42:20,482 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1ec0bac9 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@e196fe0 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@7f26f1e4] 20:42:20,482 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:42:20,483 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@55d2f0f3" opened with isolation level "read-committed" and auto-commit=false 20:42:20,505 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@3d1a5a40" 20:42:20,505 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CBC/PKCS5PADDING'> AND A0.MACALGORITHM = <'RC2'> 20:42:20,506 DEBUG [main][Retrieve] Execution Time = 1 ms 20:42:20,507 DEBUG [main][Query] JDOQL Query : Execution Time = 25 ms 20:42:20,508 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@55d2f0f3" non enlisted to a transaction is being committed. 20:42:20,508 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@55d2f0f3" closed 20:42:20,508 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1ec0bac9 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@55d2f0f3, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@e196fe0 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@7f26f1e4] 20:42:20,509 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" 20:42:20,509 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:42:20,510 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" being inserted into table "ENCRYPTIONCOORDINATESET" 20:42:20,514 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@31e4f220 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@e196fe0 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@7f26f1e4] 20:42:20,515 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dd42c77" opened with isolation level "read-committed" and auto-commit=false 20:42:20,533 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@1472f0f9" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dd42c77" 20:42:20,534 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'TWOFISH/CBC/PKCS5PADDING'>,<'RC2'>,<1>) 20:42:20,546 DEBUG [main][Persist] Execution Time = 11 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@1472f0f9" 20:42:20,558 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" was inserted in the datastore and was given strategy value of "1" 20:42:20,558 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:42:20,559 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@1472f0f9" 20:42:20,569 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dd42c77" non enlisted to a transaction is being committed. 20:42:20,569 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dd42c77" closed 20:42:20,569 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@31e4f220 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dd42c77, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@e196fe0 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@7f26f1e4] 20:42:20,570 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:42:20,570 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:42:20,571 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:42:20,571 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:42:20,571 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:42:20,572 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@23f76ee1" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:42:20,572 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:42:20,573 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:42:22,581 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:42:22,581 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:42:27,634 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:42:27,635 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:42:28,209 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:42:28,344 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@952007616 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:42:28,438 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@952007616 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:42:28,439 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@952007616 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with new IV (without key). 20:42:28,461 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@952007616 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:42:28,461 TRACE [main][CryptoCache] clear: entered 20:42:28,595 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1638831962 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:42:28,613 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1638831962 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:42:28,626 TRACE [main][CryptoCache] clear: entered 20:42:28,626 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:42:28,760 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@223528912 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:42:28,767 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=182000 actual=181991 20:42:28,778 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@223528912 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:42:28,881 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@223528912 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with new IV (without key). 20:42:28,888 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=182000 actual=181991 20:42:28,899 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@223528912 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:42:28,899 TRACE [main][CryptoCache] clear: entered 20:42:28,899 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:42:29,034 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1439948882 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 20:42:29,041 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=182000 actual=181991 20:42:29,051 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1439948882 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 20:42:29,060 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@77cb05b9, lifecycle=P_NONTRANS] 20:42:29,060 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:42:29,060 DEBUG [main][Cache] Level 1 Cache cleared 20:42:29,061 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@e196fe0" closed 20:42:29,238 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:42:29,238 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:42:29,239 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.31 sec Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_Twofish_CFB_NoPadding_HMACSHA256 20:42:30,077 WARN [main][MessageBrokerRegistry] setActiveMessageBroker: java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! at org.cumulus4j.store.crypto.keymanager.messagebroker.MessageBrokerRegistry.setActiveMessageBroker(MessageBrokerRegistry.java:117) at org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker.setMockSharedInstance(MockMessageBroker.java:41) at org.cumulus4j.store.crypto.keymanager.test.AbstractKeyManagerCryptoSessionTest.beforeClass(AbstractKeyManagerCryptoSessionTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 20:42:30,080 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@5067dc34 20:42:30,085 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:42:30,086 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:42:30,092 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:42:30,097 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:42:30,099 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:42:30,101 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:42:30,103 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:42:30,107 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:42:30,108 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:42:30,111 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:42:30,126 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:42:30,133 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:42:30,139 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:42:30,146 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:42:30,160 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:42:30,167 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 20:42:30,167 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 20:42:30,168 DEBUG [main][Persistence] Java types support initialising ... 20:42:30,176 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:42:30,176 DEBUG [main][Persistence] Type converter support initialising ... 20:42:30,177 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:42:30,177 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:42:30,177 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:42:30,178 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:42:30,178 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:42:30,178 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:42:30,178 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:42:30,179 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:42:30,179 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:42:30,179 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:42:30,180 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:42:30,180 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:42:30,180 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:42:30,180 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:42:30,181 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:42:30,181 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:42:30,181 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:42:30,181 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:42:30,182 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:42:30,182 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:42:30,182 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:42:30,182 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:42:30,183 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:42:30,184 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:42:30,185 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:42:30,185 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:42:30,185 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:42:30,186 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:42:30,186 DEBUG [main][Persistence] Type converter support loaded 20:42:30,186 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:42:30,186 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:42:30,186 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:42:30,187 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:42:30,187 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:42:30,188 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:42:30,189 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:42:30,189 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:42:30,190 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:42:30,190 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:42:30,191 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:42:30,191 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:42:30,192 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:42:30,195 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:42:31,125 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:42:31,126 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:42:31,126 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:42:31,129 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:42:31,135 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:42:31,136 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:42:31,137 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:42:31,138 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:42:31,139 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:42:31,140 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:42:31,141 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:42:31,142 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:42:31,143 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:42:31,144 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:42:31,145 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:42:31,146 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:42:31,147 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:42:31,147 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:42:31,148 DEBUG [main][Datastore] Creating StoreManager for datastore 20:42:31,161 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:42:31,161 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:42:31,162 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:42:31,176 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:42:41,692 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d36d4df" opened 20:42:41,701 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:41,702 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:42:41,702 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:42:41,702 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:42:41,703 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:42:41,703 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:41,703 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:41,704 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:42:41,704 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:42:41,704 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:42:41,704 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:42:41,705 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:42:41,705 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:42:41,705 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:42:41,706 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:41,706 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:42:41,706 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:42:41,707 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:42:41,707 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:42:41,707 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:41,708 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:42:41,708 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:42:41,708 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:42:41,709 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:41,709 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:41,709 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:42:41,710 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:41,710 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:41,710 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:42:41,710 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:42:41,711 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:42:41,712 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:42:41,712 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:42:41,712 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:42:41,713 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:42:41,713 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:42:41,713 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:42:41,714 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:42:41,714 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:41,714 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:41,714 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:41,715 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:42:41,715 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:42:41,715 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:41,715 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:41,716 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:41,716 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:42:41,716 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:41,716 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:41,717 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:42:41,717 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:42:41,717 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:41,717 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:41,718 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:42:41,718 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:42:41,718 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:42:41,718 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:42:41,719 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:42:41,719 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:42:41,719 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:42:41,719 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:42:41,720 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:42:41,720 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:42:41,938 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:42:41,938 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:42:41,947 DEBUG [main][Datastore] ======================= Datastore ========================= 20:42:41,947 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:42:41,947 DEBUG [main][Datastore] Datastore : read-write 20:42:41,947 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:42:41,947 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:42:41,947 DEBUG [main][Datastore] Queries : Timeout=0 20:42:41,947 DEBUG [main][Datastore] =========================================================== 20:42:41,947 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:42:41,947 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:42:41,948 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:42:41,948 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.sqav7tll/derby/cumulus4j;create=true] 20:42:41,948 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.sqav7tll/derby/cumulus4j;create=true] 20:42:41,948 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:42:41,948 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:42:41,948 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:42:41,948 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:42:41,948 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:42:41,948 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:42:41,948 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:42:41,948 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:42:41,949 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:42:41,949 DEBUG [main][Datastore] =========================================================== 20:42:41,999 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d36d4df" non enlisted to a transaction is being committed. 20:42:41,999 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d36d4df" closed 20:42:42,000 DEBUG [main][Datastore] StoreManager now created 20:42:42,000 DEBUG [main][Persistence] ================= NucleusContext =============== 20:42:42,000 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:42:42,000 DEBUG [main][Persistence] Persistence API : JDO 20:42:42,000 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:42:42,000 DEBUG [main][Persistence] ClassLoading : datanucleus 20:42:42,000 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:42:42,001 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:42:42,001 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:42:42,001 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:42:42,001 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:42:42,001 DEBUG [main][Persistence] ================================================ 20:42:42,001 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:42:42,002 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:42:42,002 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=f403217c-b690-403b-91ec-20e30b30b266 20:42:42,002 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:42:42,002 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:42:42,003 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@461956ee" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@299a4736" with txn="org.datanucleus.TransactionImpl@4fb93f90" 20:42:42,003 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:42:42,004 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:42:42,004 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'HMAC-SHA256'. Using this MAC algorithm. 20:42:42,004 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:42:42,005 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:42:42,005 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:42:42,005 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:42:42,006 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:42:42,006 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:42:42,007 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:42:42,007 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:42:42,008 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:42:42,008 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:42:42,009 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:42:42,009 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:42:42,010 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:42:42,010 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:42:42,010 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:42:42,011 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@194d874b" opened with isolation level "serializable" and auto-commit=false 20:42:42,011 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@194d874b" with isolation "serializable" 20:42:42,103 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:42:42,104 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:42:42,104 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:42:42,215 DEBUG [main][Schema] Execution Time = 110 ms 20:42:42,215 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:42:42,390 DEBUG [main][Schema] Execution Time = 175 ms 20:42:42,425 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@194d874b" 20:42:42,451 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@194d874b" 20:42:42,451 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@194d874b" non enlisted to a transaction is being committed. 20:42:42,451 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@194d874b" closed 20:42:42,452 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:42:42,455 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 20:42:42,455 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:42:42,455 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:42:42,460 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 4 ms 20:42:42,460 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:42:42,460 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1ffb28a4 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@461956ee in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@22293763] 20:42:42,461 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:42:42,461 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3ff3561a" opened with isolation level "read-committed" and auto-commit=false 20:42:42,483 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@3f779cb" 20:42:42,483 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CFB/NOPADDING'> AND A0.MACALGORITHM = <'HMAC-SHA256'> 20:42:42,485 DEBUG [main][Retrieve] Execution Time = 2 ms 20:42:42,485 DEBUG [main][Query] JDOQL Query : Execution Time = 24 ms 20:42:42,486 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3ff3561a" non enlisted to a transaction is being committed. 20:42:42,486 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3ff3561a" closed 20:42:42,486 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1ffb28a4 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3ff3561a, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@461956ee in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@22293763] 20:42:42,487 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" 20:42:42,487 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:42:42,488 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" being inserted into table "ENCRYPTIONCOORDINATESET" 20:42:42,489 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@55b6ed96 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@461956ee in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@22293763] 20:42:42,489 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5ca83ed0" opened with isolation level "read-committed" and auto-commit=false 20:42:42,506 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@7617f67f" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5ca83ed0" 20:42:42,506 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (MACALGORITHM,CIPHERTRANSFORMATION,VERSION) VALUES (<'HMAC-SHA256'>,<'TWOFISH/CFB/NOPADDING'>,<1>) 20:42:42,510 DEBUG [main][Persist] Execution Time = 4 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@7617f67f" 20:42:42,518 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" was inserted in the datastore and was given strategy value of "1" 20:42:42,518 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:42:42,519 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@7617f67f" 20:42:42,528 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5ca83ed0" non enlisted to a transaction is being committed. 20:42:42,528 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5ca83ed0" closed 20:42:42,528 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@55b6ed96 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5ca83ed0, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@461956ee in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@22293763] 20:42:42,529 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:42:42,529 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:42:42,530 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:42:42,530 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:42:42,530 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:42:42,531 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@434c4af3" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:42:42,532 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:42:42,532 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:42:44,333 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:42:44,333 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:42:58,861 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:42:58,862 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:43:00,364 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:43:00,506 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1787601374 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with key and IV. 20:43:00,511 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1787601374 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 20:43:00,511 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 20:43:00,512 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@603378364 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with key and IV. 20:43:00,514 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@603378364 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 20:43:00,520 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@4dc938e7, lifecycle=P_NONTRANS] 20:43:00,521 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:43:00,521 DEBUG [main][Cache] Level 1 Cache cleared 20:43:00,521 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@461956ee" closed 20:43:00,692 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:43:00,693 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:43:00,693 DEBUG [main][Cache] Level 2 Cache cleared 20:43:01,492 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 20:43:01,492 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 20:43:01,498 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 20:43:01,502 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:43:01,504 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 20:43:01,506 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 20:43:01,507 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 20:43:01,512 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:43:01,512 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 20:43:01,515 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 20:43:01,530 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:43:01,536 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 20:43:01,542 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 20:43:01,550 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:43:01,564 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 20:43:01,570 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 20:43:01,571 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 20:43:01,571 DEBUG [main][Persistence] Java types support initialising ... 20:43:01,580 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 20:43:01,580 DEBUG [main][Persistence] Type converter support initialising ... 20:43:01,581 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 20:43:01,581 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 20:43:01,581 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 20:43:01,582 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 20:43:01,582 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 20:43:01,582 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 20:43:01,582 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 20:43:01,583 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 20:43:01,583 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 20:43:01,583 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 20:43:01,583 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 20:43:01,584 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 20:43:01,584 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 20:43:01,584 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 20:43:01,584 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 20:43:01,585 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 20:43:01,585 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 20:43:01,585 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 20:43:01,585 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 20:43:01,586 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 20:43:01,586 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 20:43:01,587 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 20:43:01,588 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 20:43:01,590 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 20:43:01,591 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 20:43:01,593 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 20:43:01,593 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 20:43:01,594 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 20:43:01,594 DEBUG [main][Persistence] Type converter support loaded 20:43:01,594 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 20:43:01,594 DEBUG [main][MetaData] Registering listener for metadata initialisation 20:43:01,595 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 20:43:01,596 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 20:43:01,597 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 20:43:01,598 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 20:43:01,599 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 20:43:01,600 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 20:43:01,601 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 20:43:01,602 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 20:43:01,603 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 20:43:01,604 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 20:43:01,606 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 20:43:01,610 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 20:43:02,423 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 20:43:02,424 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 20:43:02,424 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:43:02,425 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 20:43:02,429 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 20:43:02,429 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 20:43:02,430 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 20:43:02,430 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 20:43:02,431 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 20:43:02,431 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 20:43:02,432 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 20:43:02,433 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 20:43:02,433 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 20:43:02,434 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 20:43:02,434 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 20:43:02,435 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 20:43:02,435 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 20:43:02,435 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 20:43:02,436 DEBUG [main][Datastore] Creating StoreManager for datastore 20:43:02,443 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 20:43:02,443 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 20:43:02,443 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 20:43:02,452 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 20:43:07,418 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:43:07,420 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:43:12,889 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@49afeccc" opened 20:43:12,898 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:43:12,899 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 20:43:12,899 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:43:12,900 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:43:12,900 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 20:43:12,901 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:43:12,901 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:43:12,902 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 20:43:12,902 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:43:12,903 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 20:43:12,903 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 20:43:12,904 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 20:43:12,904 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 20:43:12,905 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:43:12,905 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:43:12,906 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:43:12,906 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 20:43:12,907 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:43:12,907 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:43:12,908 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:43:12,908 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:43:12,909 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 20:43:12,909 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 20:43:12,910 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:43:12,910 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:43:12,911 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 20:43:12,911 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:43:12,912 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:43:12,912 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 20:43:12,913 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 20:43:12,913 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:43:12,914 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 20:43:12,915 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 20:43:12,915 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 20:43:12,916 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:43:12,916 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 20:43:12,917 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 20:43:12,917 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:43:12,918 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:43:12,918 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:43:12,919 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:43:12,919 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 20:43:12,920 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 20:43:12,920 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:43:12,920 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:43:12,921 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:43:12,921 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:43:12,922 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:43:12,922 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:43:12,922 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 20:43:12,923 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 20:43:12,923 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:43:12,924 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:43:12,924 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 20:43:12,925 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 20:43:12,925 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 20:43:12,925 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 20:43:12,926 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 20:43:12,927 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 20:43:12,927 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 20:43:12,927 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 20:43:12,928 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 20:43:12,928 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 20:43:13,153 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 20:43:13,153 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 20:43:13,162 DEBUG [main][Datastore] ======================= Datastore ========================= 20:43:13,162 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 20:43:13,162 DEBUG [main][Datastore] Datastore : read-write 20:43:13,162 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 20:43:13,162 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 20:43:13,162 DEBUG [main][Datastore] Queries : Timeout=0 20:43:13,162 DEBUG [main][Datastore] =========================================================== 20:43:13,162 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 20:43:13,162 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 20:43:13,163 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 20:43:13,163 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.krcrderj/derby/cumulus4j;create=true] 20:43:13,163 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.krcrderj/derby/cumulus4j;create=true] 20:43:13,163 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 20:43:13,163 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 20:43:13,163 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 20:43:13,163 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 20:43:13,163 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 20:43:13,163 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 20:43:13,163 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 20:43:13,163 DEBUG [main][Datastore] Java-Types : string-default-length=255 20:43:13,164 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 20:43:13,164 DEBUG [main][Datastore] =========================================================== 20:43:13,220 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@49afeccc" non enlisted to a transaction is being committed. 20:43:13,220 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@49afeccc" closed 20:43:13,220 DEBUG [main][Datastore] StoreManager now created 20:43:13,220 DEBUG [main][Persistence] ================= NucleusContext =============== 20:43:13,221 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 20:43:13,221 DEBUG [main][Persistence] Persistence API : JDO 20:43:13,221 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 20:43:13,221 DEBUG [main][Persistence] ClassLoading : datanucleus 20:43:13,221 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 20:43:13,221 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 20:43:13,221 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 20:43:13,221 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 20:43:13,221 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 20:43:13,221 DEBUG [main][Persistence] ================================================ 20:43:13,222 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 20:43:13,222 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:43:13,222 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=dfa67b8d-b933-4f30-ac80-d587fb3739f1 20:43:13,222 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:43:13,222 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 20:43:13,223 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@2eee5031" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@1fd2d909" with txn="org.datanucleus.TransactionImpl@4ba6ee31" 20:43:13,223 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 20:43:13,259 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 20:43:13,260 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'HMAC-SHA256'. Using this MAC algorithm. 20:43:13,260 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 20:43:13,260 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 20:43:13,260 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 20:43:13,260 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:43:13,261 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 20:43:13,262 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 20:43:13,262 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 20:43:13,262 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 20:43:13,263 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 20:43:13,263 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 20:43:13,263 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:43:13,263 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 20:43:13,264 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 20:43:13,264 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 20:43:13,264 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 20:43:13,265 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@105495cf" opened with isolation level "serializable" and auto-commit=false 20:43:13,265 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@105495cf" with isolation "serializable" 20:43:13,327 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 20:43:13,327 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 20:43:13,328 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 20:43:13,430 DEBUG [main][Schema] Execution Time = 102 ms 20:43:13,431 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 20:43:13,590 DEBUG [main][Schema] Execution Time = 159 ms 20:43:13,625 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@105495cf" 20:43:13,650 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@105495cf" 20:43:13,650 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@105495cf" non enlisted to a transaction is being committed. 20:43:13,650 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@105495cf" closed 20:43:13,651 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 20:43:13,654 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 20:43:13,654 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 20:43:13,654 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 20:43:13,658 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 4 ms 20:43:13,659 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 20:43:13,659 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3958238a [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@2eee5031 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4985566f] 20:43:13,659 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 20:43:13,660 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@50edb71e" opened with isolation level "read-committed" and auto-commit=false 20:43:13,682 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@1b393f8f" 20:43:13,682 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CFB/NOPADDING'> AND A0.MACALGORITHM = <'HMAC-SHA256'> 20:43:13,683 DEBUG [main][Retrieve] Execution Time = 1 ms 20:43:13,684 DEBUG [main][Query] JDOQL Query : Execution Time = 25 ms 20:43:13,685 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@50edb71e" non enlisted to a transaction is being committed. 20:43:13,685 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@50edb71e" closed 20:43:13,685 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3958238a [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@50edb71e, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@2eee5031 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4985566f] 20:43:13,686 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" 20:43:13,686 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 20:43:13,687 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" being inserted into table "ENCRYPTIONCOORDINATESET" 20:43:13,688 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@2e05f47e [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@2eee5031 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4985566f] 20:43:13,688 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@8f693cd" opened with isolation level "read-committed" and auto-commit=false 20:43:13,705 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@5f44755d" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@8f693cd" 20:43:13,705 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'TWOFISH/CFB/NOPADDING'>,<'HMAC-SHA256'>,<1>) 20:43:13,709 DEBUG [main][Persist] Execution Time = 4 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@5f44755d" 20:43:13,717 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" was inserted in the datastore and was given strategy value of "1" 20:43:13,717 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 20:43:13,718 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@5f44755d" 20:43:13,727 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@8f693cd" non enlisted to a transaction is being committed. 20:43:13,727 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@8f693cd" closed 20:43:13,727 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@2e05f47e [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@8f693cd, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@2eee5031 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4985566f] 20:43:13,728 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 20:43:13,728 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 20:43:13,729 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 20:43:13,729 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 20:43:13,730 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 20:43:13,731 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@6674c855" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 20:43:13,731 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 20:43:13,732 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 20:43:20,053 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:43:20,053 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:43:22,308 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:43:22,445 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@93827346 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with key and IV. 20:43:22,563 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@93827346 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 20:43:22,564 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@93827346 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with new IV (without key). 20:43:22,577 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@93827346 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 20:43:22,577 TRACE [main][CryptoCache] clear: entered 20:43:22,719 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@703207324 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with key and IV. 20:43:22,728 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@703207324 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 20:43:22,738 TRACE [main][CryptoCache] clear: entered 20:43:22,738 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:43:22,872 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1202985027 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with key and IV. 20:43:22,895 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1202985027 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 20:43:22,972 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@1202985027 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with new IV (without key). 20:43:22,984 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1202985027 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 20:43:22,984 TRACE [main][CryptoCache] clear: entered 20:43:22,984 TRACE [main][CryptoCache] getKeyData: No cached key with keyID=123 found. 20:43:23,118 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@10812284 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with key and IV. 20:43:23,129 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@10812284 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 20:43:23,136 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@2e69f3d0, lifecycle=P_NONTRANS] 20:43:23,136 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 20:43:23,136 DEBUG [main][Cache] Level 1 Cache cleared 20:43:23,137 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@2eee5031" closed 20:43:23,272 DEBUG [main][Persistence] Unmanaging Persistence of all classes 20:43:23,272 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 20:43:23,273 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.087 sec Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.store.crypto.keymanager --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.store.crypto.keymanager --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/crypto already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/httppmf already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/pmf already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/inmemory already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/rest already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/httppmf/messagebroker-datanucleus.properties already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/pmf/messagebroker-datanucleus.properties already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/crypto already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/httppmf already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/pmf already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/inmemory already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/rest already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/httppmf/messagebroker-datanucleus.properties already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/pmf/messagebroker-datanucleus.properties already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.store.crypto.keymanager --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.integrationtest.gwt 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.integrationtest.gwt --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.integrationtest.gwt --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.integrationtest.gwt --- [INFO] Compiling 7 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT/WEB-INF/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.integrationtest.gwt --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.integrationtest.gwt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.integrationtest.gwt --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- gwt-maven-plugin:2.3.0:compile (default) @ org.cumulus4j.integrationtest.gwt --- [INFO] auto discovered modules [org.cumulus4j.integrationtest.gwt.Integrationtest] [INFO] Compiling module org.cumulus4j.integrationtest.gwt.Integrationtest [INFO] Compiling 6 permutations [INFO] Compiling permutation 0... [INFO] Process output [INFO] Compiling [INFO] Compiling permutation 1... [INFO] Compiling permutation 2... [INFO] Compiling permutation 3... [INFO] Compiling permutation 4... [INFO] Compiling permutation 5... [INFO] Compile of permutations succeeded [INFO] Linking into /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT/sample [INFO] Link succeeded [INFO] Compilation succeeded -- 84.241s [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ org.cumulus4j.integrationtest.gwt --- [INFO] Packaging webapp [INFO] Assembling webapp [org.cumulus4j.integrationtest.gwt] in [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/src/main/webapp] [INFO] Webapp assembled in [216 msecs] [INFO] Building war: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- gwt-maven-plugin:2.3.0:test (default) @ org.cumulus4j.integrationtest.gwt --- [JENKINS] Recording test results [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.integrationtest.gwt --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.integrationtest.gwt --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.integrationtest.webapp 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.integrationtest.webapp --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.integrationtest.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/resources [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.integrationtest.webapp --- [INFO] Compiling 2 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.integrationtest.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.integrationtest.webapp --- [INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.integrationtest.webapp --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ org.cumulus4j.integrationtest.webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [org.cumulus4j.integrationtest.webapp] in [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp] [INFO] Webapp assembled in [100 msecs] [INFO] Building war: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.integrationtest.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/resources [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.integrationtest.webapp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.integrationtest.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.integrationtest.webapp --- [INFO] Nothing to compile - all classes are up to date [WARNING] Failed to getClass for org.mortbay.jetty.plugin.JettyRunMojo [INFO] [INFO] --- jetty-maven-plugin:8.0.0.M2:run (start-jetty) @ org.cumulus4j.integrationtest.webapp --- [INFO] Configuring Jetty for project: org.cumulus4j.integrationtest.webapp [INFO] webAppSourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp does not exist. Defaulting to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/classes [INFO] Context path = /org.cumulus4j.integrationtest.webapp [INFO] Tmp directory = /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp [INFO] Starting jetty 8.0.0.M2 ... 2014-10-09 20:45:09.062:INFO::jetty-8.0.0.M2 2014-10-09 20:45:10.950:INFO::No Transaction manager found - if your webapp requires one, please configure one. 2014-10-09 20:45:11.170:INFO::Started SelectChannelConnector@0.0.0.0:8585 [INFO] Started Jetty Server [INFO] [INFO] --- maven-failsafe-plugin:2.8.1:integration-test (default) @ org.cumulus4j.integrationtest.webapp --- [INFO] Failsafe report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/failsafe-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest 20:45:12,916 DEBUG [main][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 20:45:12,918 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:45:12,920 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:45:12,923 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:45:13,245 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:45:13,246 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:45:13,247 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:45:13,248 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:45:13,249 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:45:13,250 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:45:13,251 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:45:13,252 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:45:13,252 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:45:13,252 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:45:13,255 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:45:13,256 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:45:13,257 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:45:13,257 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:45:13,258 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:45:13,259 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:45:13,260 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:45:13,260 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:45:13,263 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 20:45:13,264 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 20:45:13,266 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:45:13,266 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:45:13,266 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:45:13,267 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:45:13,268 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:45:13,268 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:45:13,269 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:45:13,269 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:45:13,269 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:45:13,271 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:45:13,271 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:45:13,271 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:45:13,272 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:45:13,273 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:45:13,273 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:45:13,274 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:45:13,274 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:45:13,274 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:45:13,276 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:45:13,276 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:45:13,276 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:45:13,277 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:45:13,277 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:45:13,278 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:45:13,279 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:45:13,279 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:45:13,279 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:45:13,281 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:45:13,281 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:45:13,281 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:45:13,283 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:45:13,283 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:45:13,283 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:45:13,290 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 20:45:13,295 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 20:45:13,299 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 20:45:13,307 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 20:45:13,318 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 20:45:13,322 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 20:45:13,328 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 20:45:13,334 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 20:45:13,339 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 20:45:13,349 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 20:45:13,351 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 20:45:13,357 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 20:45:13,358 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 20:45:13,365 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 20:45:13,368 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 20:45:13,370 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 20:45:13,374 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 20:45:13,379 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 20:45:13,381 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 20:45:13,383 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 20:45:13,390 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 20:45:13,394 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 20:45:13,401 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 20:45:13,404 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 20:45:13,406 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 20:45:13,412 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 20:45:13,414 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 20:45:13,418 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 20:45:13,421 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 20:45:13,424 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 20:45:13,426 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 20:45:13,429 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 20:45:13,431 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 20:45:13,438 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 20:45:13,440 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 20:45:13,443 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 20:45:13,447 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,448 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,448 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,448 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,448 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,449 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,449 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,449 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,449 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,449 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,450 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,450 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,450 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,450 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,450 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,451 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,451 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,451 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,451 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,452 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,452 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,452 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,452 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,452 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,453 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,453 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,453 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,453 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,453 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,454 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,454 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,455 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,455 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:45:13,457 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 20:45:13,458 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 20:45:13,460 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 20:45:13,462 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 20:45:13,464 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 20:45:13,467 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,467 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,468 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,468 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,468 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,468 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,469 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,469 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,469 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,469 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,469 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,470 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,470 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,470 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,470 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,470 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,471 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,471 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,471 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,471 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,471 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,472 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,472 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,472 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,472 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,472 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,473 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,473 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,473 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,473 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,474 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,474 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,474 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:45:13,476 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 20:45:13,502 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:45:13,503 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:45:13,505 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 20:45:13,507 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:45:13,507 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:45:13,509 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 20:45:13,511 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 20:45:13,513 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 20:45:13,515 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 20:45:13,517 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:45:13,518 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:45:13,520 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 20:45:13,538 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 20:45:13,540 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 20:45:13,541 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 20:45:13,543 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 20:45:13,545 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 20:45:13,549 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" 20:45:13,563 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:45:13,662 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1ffadfdf 20:45:13,859 INFO [main][SessionManager] Creating instance of SessionManager. 20:45:14,121 DEBUG [Thread-3][JAXBContextResolver] Instantiating JAXBContextResolver. 20:45:14,121 DEBUG [Thread-6][JAXBContextResolver] Instantiating JAXBContextResolver. 20:45:14,121 DEBUG [Thread-4][JAXBContextResolver] Instantiating JAXBContextResolver. 20:45:14,121 DEBUG [Thread-5][JAXBContextResolver] Instantiating JAXBContextResolver. 20:45:14,139 DEBUG [Thread-2][JAXBContextResolver] Instantiating JAXBContextResolver. 20:45:16,268 DEBUG [Thread-4][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:45:16,269 DEBUG [Thread-3][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:45:16,270 DEBUG [Thread-2][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:45:16,270 DEBUG [Thread-5][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:45:16,270 DEBUG [Thread-6][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true [INFO] Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' [INFO] Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' [INFO] Instantiated the Application class org.cumulus4j.store.crypto.keymanager.rest.KeyManagerBackWebApp [INFO] Instantiated the Application class org.cumulus4j.integrationtest.webapp.App 20:45:17,502 DEBUG [qtp1100829986-414][JAXBContextResolver] Instantiating JAXBContextResolver. 20:45:19,218 INFO [qtp1100829986-409][MessageBrokerRegistry] getActiveMessageBroker: System property 'cumulus4j.MessageBrokerRegistry.activeMessageBroker' was not specified. Auto-detecting appropriate MessageBroker-implementation. 20:45:19,224 INFO [qtp1100829986-409][MessageBrokerPMF] [trfdz3] Instantiating MessageBrokerPMF. 20:45:19,240 INFO [qtp1100829986-409][MessageBrokerPMF] [trfdz3] javax.jdo.option.ConnectionDriverName=org.apache.derby.jdbc.EmbeddedDriver 20:45:19,240 INFO [qtp1100829986-409][MessageBrokerPMF] [trfdz3] javax.jdo.option.ConnectionURL=jdbc:derby:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker;create=true 20:45:19,255 INFO [qtp1100829986-411][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:45:19,255 DEBUG [qtp1100829986-411][CleanupUtil] Deleting all tables from Data backend store 20:45:20,558 INFO [qtp1100829986-411][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:45:20,558 DEBUG [qtp1100829986-411][CleanupUtil] Deleting all tables from Index backend store 20:45:20,558 WARN [qtp1100829986-411][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:45:20,560 INFO [qtp1100829986-411][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:45:43,309 INFO [qtp1100829986-409][MessageBrokerPMF] [trfdz3] Successfully instantiated and tested MessageBrokerPMF. 20:45:43,309 INFO [qtp1100829986-409][MessageBrokerRegistry] getActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.MessageBrokerPMF@6b43837f 20:45:43,311 DEBUG [qtp1100829986-414][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:45:43,311 DEBUG [qtp1100829986-413][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:45:43,311 DEBUG [qtp1100829986-409][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:45:43,311 DEBUG [qtp1100829986-410][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:45:43,311 DEBUG [qtp1100829986-412][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:45:43,325 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:45:43,330 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:45:43,333 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:45:43,333 INFO [qtp1100829986-413][MessageBrokerPMF] System property 'cumulus4j.MessageBrokerPMF.cleanupTimer.enabled' is not set. Using default value 'true'. 20:45:43,334 INFO [qtp1100829986-413][MessageBrokerPMF] System property 'cumulus4j.MessageBrokerPMF.cleanupTimer.period' is not specified; using default value 3600000. 20:45:43,341 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:45:43,348 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:45:43,360 INFO [qtp1100829986-409][AbstractMessageBroker] System property 'cumulus4j.MessageBroker.pollRequestTimeout' is not specified; using default value 60000. 20:46:10,442 INFO [qtp1100829986-411][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:46:10,443 INFO [qtp1100829986-411][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:46:10,443 INFO [qtp1100829986-411][Cumulus4jStoreManager] ======================================================= 20:46:10,464 ERROR [qtp1100829986-411][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 70 more 20:46:10,955 DEBUG [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:46:11,032 INFO [qtp1100829986-411][AbstractCryptoManager] getCryptoSessionExpiryTimerEnabled: Property 'cumulus4j.cryptoSessionExpiryTimer.enabled' is not set. Using default value true. 20:46:11,033 INFO [qtp1100829986-411][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:46:11,037 TRACE [qtp1100829986-411][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-i12ggi42-jpn7g9lums1_q8nvb3hr*1*0gxg9k 20:46:11,038 INFO [qtp1100829986-411][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:46:12,907 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:46:13,184 WARN [qtp1100829986-411][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:46:13,199 WARN [qtp1100829986-411][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:46:13,862 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:46:14,483 WARN [qtp1100829986-411][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:46:14,484 WARN [qtp1100829986-411][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:46:14,817 INFO [qtp1100829986-411][MinimumCumulus4jVersion] version=10100001 20:46:15,709 INFO [qtp1100829986-411][MinimumCumulus4jVersion] version=10100001 20:46:15,710 DEBUG [qtp1100829986-411][RecreateIndex] deleteIndex: Entered. 20:46:16,046 DEBUG [qtp1100829986-411][RecreateIndex] deleteIndex: There are no IndexEntry instances in the database => quit. 20:46:16,048 DEBUG [qtp1100829986-411][RecreateIndex] deleteIndex: Leaving. 20:46:16,126 DEBUG [qtp1100829986-411][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:46:16,322 DEBUG [qtp1100829986-411][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@294a4efd[null,org.cumulus4j.store.test.movie.Movie] 20:46:16,333 DEBUG [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,614 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@419792f3[null,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,626 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,626 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,645 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,645 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,645 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,646 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@2b93f666[null,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:46:16,649 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@2b93f666[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:46:16,651 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,651 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,652 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1f8223a6[null,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,655 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,655 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,657 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,657 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,657 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,658 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@2b29d96c[null,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:46:16,661 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@2b29d96c[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:46:16,662 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,662 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,663 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@4dd34bac[null,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:46:16,666 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,666 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4dd34bac[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:46:16,668 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4dd34bac[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:46:16,668 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,668 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@6295f9da[null,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,671 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,671 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6295f9da[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,673 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6295f9da[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,673 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,673 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@4a0ec81[null,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,676 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,677 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,678 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,679 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,679 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,679 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@79c194bc[null,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:46:16,683 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@79c194bc[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:46:16,684 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,684 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,686 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@43caa8f1[null,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:46:16,689 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,689 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@43caa8f1[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:46:16,691 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43caa8f1[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:46:16,691 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,691 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@349774c5[null,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,695 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,695 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,697 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,697 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,697 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,698 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@474da5fc[null,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:46:16,701 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@474da5fc[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:46:16,702 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,702 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,703 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@578712b2[null,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,706 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,706 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@578712b2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,708 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@578712b2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,708 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,709 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@24943da6[null,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,712 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,713 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,714 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,714 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,714 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,715 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@313ca190[null,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:46:16,718 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@313ca190[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:46:16,719 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,719 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,720 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,720 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,720 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4dd34bac[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:46:16,720 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6295f9da[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,720 DEBUG [qtp1100829986-411][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@6295f9da[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,756 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,757 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43caa8f1[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:46:16,757 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,757 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@578712b2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,757 DEBUG [qtp1100829986-411][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@578712b2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,762 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,765 DEBUG [qtp1100829986-411][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,765 DEBUG [qtp1100829986-411][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,765 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@294a4efd[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,765 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4dd34bac[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:46:16,766 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4dd34bac[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:46:16,766 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4dd34bac[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:46:16,767 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4dd34bac[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:46:16,767 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@578712b2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,768 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@578712b2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,768 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@578712b2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,768 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@578712b2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,768 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,768 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,768 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,768 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@2b29d96c[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:46:16,769 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@2b29d96c[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:46:16,769 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2b29d96c[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:46:16,769 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@2b29d96c[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:46:16,770 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1f8223a6[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,770 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,770 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,770 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,771 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@79c194bc[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:46:16,771 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@79c194bc[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:46:16,771 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@79c194bc[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:46:16,771 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@79c194bc[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:46:16,771 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4a0ec81[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,771 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6295f9da[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,771 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6295f9da[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,772 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6295f9da[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,772 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6295f9da[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,772 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,772 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,772 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,772 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@2b93f666[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:46:16,772 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@2b93f666[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:46:16,773 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2b93f666[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:46:16,773 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@2b93f666[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:46:16,773 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@419792f3[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,773 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@43caa8f1[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:46:16,773 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@43caa8f1[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:46:16,773 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43caa8f1[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:46:16,773 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@43caa8f1[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:46:16,774 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,774 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,774 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,774 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@474da5fc[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:46:16,774 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@474da5fc[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:46:16,774 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@474da5fc[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:46:16,774 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@474da5fc[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:46:16,775 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@349774c5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,775 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,775 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,775 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,775 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@313ca190[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:46:16,775 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@313ca190[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:46:16,776 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@313ca190[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:46:16,776 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@313ca190[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:46:16,776 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@24943da6[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,778 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:16,778 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7922be9d[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:46:16,778 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5810738c[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:16,778 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2012197f[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:46:16,779 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@447f14c[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:46:16,779 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@f32b6c6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:16,780 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@77aab307[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:46:16,780 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67cfcdf1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:16,780 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7bd9be75[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:46:16,780 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@146732d9[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:46:16,780 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@33b4f06[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:46:16,780 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ac11492[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:16,780 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6a2d932b[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:46:16,780 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56192282[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:16,780 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@c28b0f7[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:46:16,780 DEBUG [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 5825 ms). class=org.cumulus4j.store.test.movie.Movie 20:46:17,738 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:46:17,742 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:46:17,742 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:17,744 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56192282[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:17,744 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:17,744 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:46:17,744 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:17,744 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ac11492[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:17,745 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:46:17,745 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:17,745 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:46:17,745 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:17,745 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@f32b6c6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:17,745 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:17,745 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:17,745 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:46:17,745 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:17,745 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5810738c[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:17,745 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:46:17,745 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:17,746 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67cfcdf1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:17,911 TRACE [qtp1100829986-411][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:46:17,916 INFO [qtp1100829986-411][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:46:17,916 INFO [qtp1100829986-411][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:46:18,185 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:46:18,185 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:46:18,186 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:46:18,186 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:46:18,187 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:46:18,187 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:46:18,187 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:46:18,188 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:46:18,188 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:46:18,188 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:46:18,189 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:46:18,189 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:46:18,190 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:46:18,190 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:46:18,191 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:46:18,191 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:46:18,192 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:46:18,192 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:46:18,193 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 20:46:18,194 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 20:46:18,195 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:46:18,195 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:46:18,195 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:46:18,196 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:46:18,196 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:46:18,196 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:46:18,197 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:46:18,197 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:46:18,197 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:46:18,198 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:46:18,198 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:46:18,198 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:46:18,199 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:46:18,199 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:46:18,199 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:46:18,200 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:46:18,200 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:46:18,200 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:46:18,200 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:46:18,201 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:46:18,201 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:46:18,201 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:46:18,201 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:46:18,202 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:46:18,202 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:46:18,202 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:46:18,203 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:46:18,203 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:46:18,203 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:46:18,204 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:46:18,204 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:46:18,204 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:46:18,205 TRACE [qtp1100829986-411][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:46:18,208 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 20:46:18,212 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 20:46:18,215 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 20:46:18,221 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 20:46:18,230 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 20:46:18,234 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 20:46:18,238 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 20:46:18,244 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 20:46:18,247 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 20:46:18,256 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 20:46:18,258 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 20:46:18,262 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 20:46:18,262 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 20:46:18,268 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 20:46:18,270 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 20:46:18,271 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 20:46:18,277 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 20:46:18,281 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 20:46:18,283 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 20:46:18,285 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 20:46:18,290 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 20:46:18,294 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 20:46:18,300 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 20:46:18,303 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 20:46:18,305 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 20:46:18,309 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 20:46:18,311 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 20:46:18,314 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 20:46:18,317 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 20:46:18,319 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 20:46:18,321 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 20:46:18,323 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 20:46:18,324 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 20:46:18,329 TRACE [qtp1100829986-411][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 20:46:18,330 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 20:46:18,333 TRACE [qtp1100829986-411][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 20:46:18,335 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,335 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,336 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,336 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,336 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,336 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,336 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,336 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,336 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,336 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,336 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,337 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,337 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,337 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,337 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,337 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,337 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,337 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,337 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,337 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,338 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,338 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,338 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,338 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,338 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,338 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,338 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,338 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,338 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,339 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,339 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,339 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,339 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:46:18,340 TRACE [qtp1100829986-411][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 20:46:18,341 TRACE [qtp1100829986-411][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 20:46:18,342 TRACE [qtp1100829986-411][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 20:46:18,344 TRACE [qtp1100829986-411][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 20:46:18,345 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 20:46:18,347 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,347 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,347 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,347 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,347 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,348 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,348 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,348 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,348 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,348 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,348 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,348 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,348 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,348 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,349 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,350 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,350 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,350 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,350 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,353 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,353 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,353 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,354 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,354 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:46:18,355 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 20:46:18,373 DEBUG [qtp1100829986-411][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:46:18,373 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:46:18,374 DEBUG [qtp1100829986-411][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 20:46:18,376 DEBUG [qtp1100829986-411][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:46:18,376 TRACE [qtp1100829986-411][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:46:18,377 DEBUG [qtp1100829986-411][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 20:46:18,378 DEBUG [qtp1100829986-411][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 20:46:18,380 DEBUG [qtp1100829986-411][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 20:46:18,381 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 20:46:18,382 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:46:18,382 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:46:18,384 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 20:46:18,415 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 20:46:18,416 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 20:46:18,417 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 20:46:18,418 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 20:46:18,419 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 20:46:18,422 TRACE [qtp1100829986-411][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" 20:46:21,396 INFO [qtp1100829986-411][CryptoCache] getCryptoCacheCleanupTimerEnabled: Property 'cumulus4j.CryptoCache.cleanupTimer.enabled' is not set. Using default value true. 20:46:21,396 INFO [qtp1100829986-411][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:46:21,431 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _query[requestID=ubhwdneik2jh4m3ye52h4d6vq]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@6664cd0d[ubhwdneik2jh4m3ye52h4d6vq,test-i12ggi42-jpn7g9lums1_q8nvb3hr*1*0gxg9k] 20:46:21,465 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _query[requestID=ubhwdneik2jh4m3ye52h4d6vq]: Request persisted. 20:46:21,543 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@6664cd0d[ubhwdneik2jh4m3ye52h4d6vq,test-i12ggi42-jpn7g9lums1_q8nvb3hr*1*0gxg9k] 20:46:21,549 DEBUG [qtp1100829986-410][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:46:21,554 ERROR [qtp1100829986-413][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@12786885" (id="ubhwdneik2jh4m3ye52h4d6vq") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:46:21,556 ERROR [qtp1100829986-409][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6b0b0964" (id="ubhwdneik2jh4m3ye52h4d6vq") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:46:21,557 ERROR [qtp1100829986-414][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@7af923fe" (id="ubhwdneik2jh4m3ye52h4d6vq") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:46:21,559 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@7af923fe" (id="ubhwdneik2jh4m3ye52h4d6vq") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6664cd0d 20:46:21,559 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6b0b0964" (id="ubhwdneik2jh4m3ye52h4d6vq") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6664cd0d 20:46:21,560 ERROR [qtp1100829986-412][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@3e73140b" (id="ubhwdneik2jh4m3ye52h4d6vq") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:46:21,564 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@3e73140b" (id="ubhwdneik2jh4m3ye52h4d6vq") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6664cd0d 20:46:21,565 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@12786885" (id="ubhwdneik2jh4m3ye52h4d6vq") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6664cd0d 20:46:21,584 INFO [qtp1100829986-411][AbstractMessageBroker] System property 'cumulus4j.MessageBroker.queryTimeout' is not specified; using default value 300000. 20:46:21,609 DEBUG [Thread-2][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:46:21,801 DEBUG [Thread-2][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:46:21,807 DEBUG [qtp1100829986-430][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:21,819 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=ubhwdneik2jh4m3ye52h4d6vq]: Entered. 20:46:21,889 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:46:22,071 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Created new Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:46:22,082 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,094 TRACE [qtp1100829986-411][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:46:22,095 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,095 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,095 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67cfcdf1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:22,443 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,445 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,457 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5810738c[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:22,462 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,464 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,667 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,671 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,858 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,860 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,872 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@f32b6c6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:22,877 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,879 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,883 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ac11492[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:22,887 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,889 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,893 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56192282[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:22,897 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,899 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,906 DEBUG [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:46:22,906 DEBUG [qtp1100829986-411][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:46:22,910 DEBUG [qtp1100829986-411][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@35f43023[null,org.cumulus4j.store.test.movie.Rating] 20:46:22,913 DEBUG [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@35f43023[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,916 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1865b78a[null,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,919 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@35f43023[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,919 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1865b78a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,921 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1865b78a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,921 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@35f43023[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,922 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1856766e[null,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:46:22,926 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@35f43023[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,926 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1856766e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:46:22,929 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1856766e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:46:22,929 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@35f43023[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,929 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1865b78a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,929 DEBUG [qtp1100829986-411][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@1865b78a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,933 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1856766e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:46:22,934 DEBUG [qtp1100829986-411][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@35f43023[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,934 DEBUG [qtp1100829986-411][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@35f43023[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,934 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@35f43023[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,935 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1856766e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:46:22,935 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1856766e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:46:22,935 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1856766e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:46:22,935 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1856766e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:46:22,935 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1865b78a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,936 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1865b78a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,936 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1865b78a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,936 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1865b78a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,936 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@9cbcc94[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,936 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@22e40d92[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:46:22,937 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2a36fe23[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:46:22,937 DEBUG [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 31 ms). class=org.cumulus4j.store.test.movie.Rating 20:46:22,937 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@9cbcc94[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,937 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@9cbcc94[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,937 TRACE [qtp1100829986-411][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:46:22,938 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,940 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,944 TRACE [qtp1100829986-411][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:46:22,944 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@9cbcc94[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,944 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@9cbcc94[2,org.cumulus4j.store.test.movie.Rating] 20:46:22,949 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,950 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,958 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,959 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,963 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:46:22,964 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:46:22,964 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,964 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56192282[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:22,964 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,964 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:46:22,964 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,964 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ac11492[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:22,964 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:46:22,964 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,965 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:46:22,965 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,965 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@f32b6c6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:22,965 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,965 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,965 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:46:22,965 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,965 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5810738c[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:22,965 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:46:22,965 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:22,965 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67cfcdf1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:22,966 TRACE [qtp1100829986-411][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 2 20:46:22,966 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,969 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,972 TRACE [qtp1100829986-411][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 2 20:46:22,972 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67cfcdf1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:46:22,978 TRACE [qtp1100829986-411][CryptoCache] getKeyData: Found cached key with keyID=1. 20:46:22,980 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Created new Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:46:22,982 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,982 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:22,983 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:22,984 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5810738c[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:46:23,004 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,005 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,005 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,006 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,013 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,014 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,023 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,024 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,027 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@f32b6c6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:46:23,033 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,034 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,034 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,035 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,035 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ac11492[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:23,042 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,043 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,044 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,045 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,045 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56192282[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:46:23,052 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,054 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,054 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,055 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,058 DEBUG [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:46:23,058 DEBUG [qtp1100829986-411][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:46:23,077 DEBUG [qtp1100829986-411][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@2146a254[null,org.cumulus4j.store.test.movie.Person] 20:46:23,080 DEBUG [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@2146a254[3,org.cumulus4j.store.test.movie.Person] 20:46:23,082 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@2aab9552[null,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,085 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2146a254[3,org.cumulus4j.store.test.movie.Person] 20:46:23,085 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@2aab9552[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,087 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2aab9552[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,087 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2146a254[3,org.cumulus4j.store.test.movie.Person] 20:46:23,088 DEBUG [qtp1100829986-411][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@74784db3[null,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:46:23,090 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2146a254[3,org.cumulus4j.store.test.movie.Person] 20:46:23,091 DEBUG [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@74784db3[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:46:23,092 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@74784db3[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:46:23,092 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2146a254[3,org.cumulus4j.store.test.movie.Person] 20:46:23,093 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2aab9552[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,093 DEBUG [qtp1100829986-411][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@2aab9552[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,096 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@74784db3[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:46:23,097 DEBUG [qtp1100829986-411][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@2146a254[3,org.cumulus4j.store.test.movie.Person] 20:46:23,097 DEBUG [qtp1100829986-411][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@2146a254[3,org.cumulus4j.store.test.movie.Person] 20:46:23,097 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2146a254[3,org.cumulus4j.store.test.movie.Person] 20:46:23,098 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@2aab9552[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,098 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@2aab9552[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,098 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2aab9552[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,098 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@2aab9552[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,098 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@74784db3[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:46:23,098 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@74784db3[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:46:23,098 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@74784db3[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:46:23,098 DEBUG [qtp1100829986-411][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@74784db3[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:46:23,099 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@43c74e72[3,org.cumulus4j.store.test.movie.Person] 20:46:23,099 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@51ef4121[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:46:23,099 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@329d078d[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:46:23,099 DEBUG [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 41 ms). class=org.cumulus4j.store.test.movie.Person 20:46:23,099 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@43c74e72[3,org.cumulus4j.store.test.movie.Person] 20:46:23,099 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@43c74e72[3,org.cumulus4j.store.test.movie.Person] 20:46:23,099 TRACE [qtp1100829986-411][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:46:23,100 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,102 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,105 TRACE [qtp1100829986-411][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:46:23,106 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@43c74e72[3,org.cumulus4j.store.test.movie.Person] 20:46:23,106 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@43c74e72[3,org.cumulus4j.store.test.movie.Person] 20:46:23,111 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,113 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,121 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,123 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,132 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:46:23,165 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,168 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,171 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@1] 20:46:23,171 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,171 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ac11492[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:23,171 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:46:23,195 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,198 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,199 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,199 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ac11492[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:23,223 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,224 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,224 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,225 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,226 TRACE [qtp1100829986-411][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ac11492[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:46:23,233 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,234 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,242 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,244 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,247 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:46:23,252 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,255 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,256 TRACE [qtp1100829986-411][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@1 20:46:23,256 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,256 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:46:23,260 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,263 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,264 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,293 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,294 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@963683277 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,334 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:46:23,356 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:46:23,382 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:46:23,383 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:46:23,407 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,410 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,415 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,415 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,416 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,416 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:46:23,416 TRACE [qtp1100829986-411][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:46:23,421 TRACE [qtp1100829986-411][CryptoCache] acquireCipherEntry: Found cached Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:46:23,423 TRACE [qtp1100829986-411][CryptoCache] releaseCipherEntry: Releasing Cipher@681378605 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:46:23,424 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,424 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,424 TRACE [qtp1100829986-411][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@40ba169d[1,org.cumulus4j.store.test.movie.Movie] 20:46:23,449 DEBUG [main][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 20:46:23,449 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:46:23,449 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:46:23,449 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:46:23,476 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:46:23,618 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:46:23,618 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:46:23,631 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:46:23,651 INFO [main][SessionManager] Creating instance of SessionManager. 20:46:23,665 DEBUG [Thread-8][JAXBContextResolver] Instantiating JAXBContextResolver. 20:46:23,682 DEBUG [Thread-11][JAXBContextResolver] Instantiating JAXBContextResolver. 20:46:23,698 DEBUG [Thread-12][JAXBContextResolver] Instantiating JAXBContextResolver. 20:46:23,704 DEBUG [Thread-9][JAXBContextResolver] Instantiating JAXBContextResolver. 20:46:23,701 DEBUG [Thread-10][JAXBContextResolver] Instantiating JAXBContextResolver. 20:46:24,401 DEBUG [Thread-8][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:24,434 DEBUG [qtp1100829986-410][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:24,436 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:46:24,436 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@76639310 20:46:24,436 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@34c3c29 20:46:24,511 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 20:46:24,511 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@76639310 20:46:24,573 DEBUG [Thread-9][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:24,589 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:24,597 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:46:25,739 INFO [qtp1100829986-432][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:46:25,741 DEBUG [qtp1100829986-432][CleanupUtil] Deleting all tables from Data backend store 20:46:24,687 DEBUG [Thread-11][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:24,716 DEBUG [Thread-12][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:24,724 DEBUG [Thread-10][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:25,762 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDOException: Exception thrown when executing query NestedThrowables: java.sql.SQLException: Java exception: ': org.apache.derby.iapi.error.ShutdownException'. 20:46:25,766 ERROR [qtp1100829986-410][Transaction] Operation rollback failed on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@5d3e5008, error code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid= �, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@5d3e5008]] 20:46:25,770 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:46:25,770 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:46:25,777 DEBUG [qtp1100829986-434][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:25,782 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:46:25,783 DEBUG [qtp1100829986-433][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:25,789 DEBUG [qtp1100829986-435][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:25,789 DEBUG [Thread-8][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:25,795 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:25,796 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:46:25,802 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:46:25,815 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:46:28,189 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDOException: Exception thrown when executing query NestedThrowables: java.sql.SQLNonTransientConnectionException: No current connection. 20:46:28,193 ERROR [qtp1100829986-436][Transaction] Operation rollback failed on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@1d1c8f5b, error code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid= �, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@1d1c8f5b]] 20:46:28,298 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,313 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,313 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,325 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,323 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,322 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,344 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,347 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,346 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,357 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,399 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,421 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,436 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,491 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,492 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,512 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,506 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,504 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,541 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,539 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,568 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,550 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,569 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,591 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,611 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,625 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,682 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,705 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,718 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,726 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,726 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,730 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,730 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,741 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,751 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,747 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,756 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,777 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,811 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,862 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,875 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,872 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,880 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,863 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,881 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,884 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,892 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,895 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,907 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,954 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,962 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,963 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,964 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,965 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,965 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,979 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,983 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:28,985 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:29,009 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:46:29,030 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,036 INFO [qtp1100829986-432][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:46:29,042 DEBUG [qtp1100829986-432][CleanupUtil] Deleting all tables from Index backend store 20:46:29,043 WARN [qtp1100829986-432][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:46:29,044 INFO [qtp1100829986-432][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:46:29,044 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,053 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,059 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,063 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,064 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,066 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,067 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,069 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,071 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,097 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,108 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,120 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,122 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,124 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,126 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,134 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,151 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,168 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,169 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,178 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,183 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,197 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,203 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,207 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,213 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,214 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,244 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,245 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,248 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,251 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,264 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,266 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,293 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,295 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,300 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,304 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,309 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,330 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,334 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,336 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,338 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,341 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,353 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,365 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,374 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,384 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,393 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,393 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,399 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,405 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,410 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,416 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,426 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,438 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,462 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,464 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,466 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,468 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,479 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,480 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,489 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,503 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,506 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,509 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,523 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,528 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,535 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,539 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,546 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,558 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,560 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,573 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,580 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,588 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,597 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,611 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,612 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,616 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,624 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,624 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,638 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,668 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,670 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,674 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,678 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,679 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,682 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,686 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,690 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,705 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,708 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,731 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,736 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,738 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,739 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,752 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,761 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,774 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,777 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,785 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,789 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,790 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,811 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,817 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,821 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,835 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,848 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,850 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,853 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,854 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,864 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,875 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,878 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,879 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,902 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,916 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,917 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,918 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,924 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,925 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,927 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,953 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,966 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,970 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,973 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,979 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,981 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,983 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:29,989 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,004 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,011 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,024 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,032 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,041 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,050 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,051 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,052 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,053 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,073 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,086 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,087 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,096 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,112 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,119 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,129 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,137 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,139 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,139 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,151 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,160 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,181 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,183 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,192 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,198 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,204 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,205 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,221 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,226 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,232 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,248 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,256 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,256 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,258 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,270 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,275 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,287 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,288 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,316 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,316 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,323 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,329 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,336 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,341 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,355 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,358 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,379 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,382 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,384 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,386 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,390 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,411 WARN [qtp1100829986-432][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:46:30,412 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,413 WARN [qtp1100829986-432][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:46:30,415 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,418 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,438 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,451 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,456 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,453 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,462 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,465 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,472 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,475 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,480 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,510 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,513 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,518 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,532 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,536 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,539 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,545 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,547 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,560 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,565 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,580 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,586 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,597 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,600 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,606 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,610 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,622 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,628 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,644 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,645 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,647 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,659 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,667 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,683 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,686 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,695 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,697 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,699 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,711 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,724 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,730 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,734 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,736 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,757 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,759 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,764 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,778 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,785 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,785 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,789 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,808 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,813 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,818 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,821 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,825 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,840 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,852 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,854 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,855 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,869 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,870 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,875 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,896 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,903 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,915 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,923 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,923 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,926 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,928 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,938 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,961 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,962 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,992 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,994 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,997 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:30,999 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,002 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,008 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,012 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,013 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,017 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,038 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,068 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,073 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,085 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,086 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,096 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,097 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,098 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,100 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,101 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,113 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,135 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,137 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,140 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,156 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,160 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,163 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,165 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,174 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,176 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,191 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,200 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,216 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,223 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,233 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,236 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,245 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,253 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,255 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,256 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,266 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,275 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,282 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,302 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,311 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,313 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,323 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,328 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,341 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,343 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,345 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,353 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,362 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,367 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,373 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,395 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,400 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,405 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,411 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,412 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,413 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,420 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,437 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,447 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,465 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,466 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,478 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,488 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,490 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,495 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,504 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,506 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,508 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,519 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,533 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,534 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,540 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,550 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,557 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,566 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,585 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,590 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,592 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,599 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,601 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,603 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,620 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,626 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,631 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,655 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,660 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,662 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,663 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,668 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,681 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,698 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,701 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,706 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,715 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,722 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,725 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,740 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,743 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,744 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,762 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,779 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,795 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,796 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,800 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,804 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,812 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,820 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,832 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,837 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,849 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,852 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,856 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,874 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,875 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,889 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,889 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,894 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,903 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,914 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,919 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,921 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,926 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,932 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,932 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,953 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,957 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,964 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,978 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,988 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,996 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:31,996 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,004 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,006 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,009 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,022 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,023 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,033 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,048 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,049 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,052 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,056 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,061 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,074 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,086 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,106 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,121 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,121 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,126 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,128 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,135 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,147 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,150 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,151 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,160 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,180 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,200 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,207 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,210 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,224 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,230 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,230 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,235 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,242 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,247 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,265 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,276 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,277 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,290 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,292 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,295 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,309 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,316 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,322 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,325 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,340 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,363 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,363 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,370 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,372 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,375 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,379 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,383 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,401 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,404 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,405 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,429 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,431 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,439 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,440 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,441 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,461 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,475 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,477 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,490 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,497 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,500 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,503 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,506 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,516 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,556 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,559 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,561 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,562 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,564 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,568 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,573 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,574 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,583 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,589 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,612 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,615 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,618 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,620 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,629 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,630 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,653 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,663 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,666 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,685 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,690 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,692 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,699 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,700 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,718 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,719 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,753 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,754 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,762 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,768 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,778 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,778 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,781 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,785 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,790 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,791 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,832 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,836 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,839 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,847 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,850 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,856 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,861 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,869 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,869 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,883 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,892 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,899 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,905 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,907 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,923 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,924 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,928 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,958 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,965 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,965 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,969 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,980 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,982 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,984 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,987 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:32,999 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,012 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,014 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,039 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,041 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,055 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,057 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,068 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,071 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,072 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,079 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,084 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,092 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,095 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,124 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,126 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,130 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,131 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,143 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,153 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,160 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,165 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,171 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,174 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,184 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,200 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,214 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,220 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,221 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,226 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,236 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,244 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,256 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,258 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,268 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,276 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,289 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,296 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,302 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,306 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,314 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,316 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,319 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,342 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,344 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,345 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,351 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,366 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,368 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,373 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,392 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,399 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,400 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,402 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,413 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,417 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,432 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,438 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,444 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,458 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,473 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,483 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,489 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,499 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,500 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,504 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,507 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,515 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,519 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,532 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,557 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,564 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,569 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,573 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,585 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,585 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,592 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,595 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,598 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,599 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,639 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,641 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,645 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,649 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,656 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,657 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,658 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,658 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,680 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,683 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,701 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,712 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,713 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,713 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,731 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,733 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,739 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,743 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:33,757 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:46:43,361 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:46:43,370 DEBUG [Thread-5][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:43,378 DEBUG [qtp1100829986-410][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:43,383 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:46:43,408 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:46:43,415 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:46:43,420 DEBUG [Thread-3][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:43,426 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:46:43,429 DEBUG [Thread-4][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:43,434 DEBUG [Thread-6][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:46:43,445 DEBUG [qtp1100829986-409][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:43,449 DEBUG [qtp1100829986-413][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:43,450 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:46:43,453 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:46:43,465 DEBUG [qtp1100829986-414][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:46:43,477 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:46:58,510 INFO [qtp1100829986-432][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:46:58,510 INFO [qtp1100829986-432][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:46:58,510 INFO [qtp1100829986-432][Cumulus4jStoreManager] ======================================================= 20:46:58,513 ERROR [qtp1100829986-432][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 70 more 20:46:58,519 DEBUG [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:46:58,520 INFO [qtp1100829986-432][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:46:58,520 TRACE [qtp1100829986-432][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q 20:46:58,520 INFO [qtp1100829986-432][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:46:59,077 INFO [qtp1100829986-432][MinimumCumulus4jVersion] version=10100001 20:46:59,795 INFO [qtp1100829986-432][MinimumCumulus4jVersion] version=10100001 20:46:59,796 DEBUG [qtp1100829986-432][RecreateIndex] deleteIndex: Entered. 20:46:59,986 DEBUG [qtp1100829986-432][RecreateIndex] deleteIndex: There are no IndexEntry instances in the database => quit. 20:46:59,986 DEBUG [qtp1100829986-432][RecreateIndex] deleteIndex: Leaving. 20:47:00,048 DEBUG [qtp1100829986-432][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:47:00,068 DEBUG [qtp1100829986-432][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@1c5d27ee[null,org.cumulus4j.store.test.movie.Movie] 20:47:00,078 DEBUG [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,099 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@2c33e81b[null,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,110 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,110 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,126 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,126 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,126 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,126 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@606da83f[null,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:00,129 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@606da83f[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:00,130 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,130 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,131 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@21883dfb[null,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,133 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,133 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,135 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,135 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,135 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,135 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@78e9c070[null,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:00,138 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@78e9c070[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:00,139 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,139 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,140 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@3d0b967d[null,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:00,143 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,143 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3d0b967d[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:00,144 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3d0b967d[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:00,144 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,145 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1bf8375c[null,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,147 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,148 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1bf8375c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,149 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1bf8375c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,149 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,150 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@b4ca28e[null,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,152 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,153 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,154 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,154 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,154 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,155 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@74508f96[null,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:00,157 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@74508f96[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:00,158 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,158 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,159 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@5831c32e[null,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:00,161 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,161 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5831c32e[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:00,163 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5831c32e[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:00,163 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,163 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@757943b5[null,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,166 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,167 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,168 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,168 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,168 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,169 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@3126ffa0[null,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:00,171 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3126ffa0[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:00,173 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,173 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,173 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@24a91ec2[null,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,176 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,176 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@24a91ec2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,177 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24a91ec2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,177 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,178 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@20e430e1[null,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,180 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,181 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,182 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,183 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,183 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,183 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@274a8c79[null,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:00,186 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@274a8c79[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:00,187 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,188 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,188 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,188 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,188 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3d0b967d[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:00,188 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1bf8375c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,188 DEBUG [qtp1100829986-432][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@1bf8375c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,222 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,223 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5831c32e[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:00,223 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,223 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24a91ec2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,223 DEBUG [qtp1100829986-432][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@24a91ec2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,226 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,227 DEBUG [qtp1100829986-432][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,227 DEBUG [qtp1100829986-432][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,228 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1c5d27ee[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,228 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3d0b967d[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:00,228 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3d0b967d[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:00,228 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3d0b967d[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:00,228 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3d0b967d[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:00,229 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@24a91ec2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,229 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@24a91ec2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,229 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24a91ec2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,229 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@24a91ec2[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,230 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,230 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,230 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,230 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@78e9c070[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:00,230 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@78e9c070[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:00,231 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78e9c070[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:00,231 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@78e9c070[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:00,231 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@21883dfb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,231 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,231 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,231 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,232 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@74508f96[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:00,232 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@74508f96[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:00,232 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@74508f96[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:00,232 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@74508f96[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:00,232 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@b4ca28e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,233 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1bf8375c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,233 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1bf8375c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,233 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1bf8375c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,233 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1bf8375c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,234 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,234 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,234 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,234 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@606da83f[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:00,234 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@606da83f[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:00,234 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@606da83f[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:00,235 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@606da83f[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:00,235 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@2c33e81b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,235 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5831c32e[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:00,235 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5831c32e[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:00,235 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5831c32e[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:00,236 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5831c32e[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:00,236 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,236 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,236 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,237 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3126ffa0[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:00,237 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3126ffa0[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:00,237 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3126ffa0[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:00,237 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3126ffa0[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:00,237 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@757943b5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,237 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,238 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,238 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,238 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@274a8c79[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:00,238 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@274a8c79[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:00,238 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@274a8c79[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:00,239 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@274a8c79[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:00,239 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@20e430e1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,239 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,239 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1d0609c9[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:00,240 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@776c7a01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,240 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@72be14e7[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:00,240 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1d4e848b[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:00,240 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@ddfd0b5[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,242 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@e1daf10[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:00,242 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3ed04aad[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,242 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5cd6c412[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:00,242 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@17e2a95c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:00,242 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@21dce344[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:00,243 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ccc96ba[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,243 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2bbba450[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:00,243 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c20969e[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,243 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@f8075b4[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:00,243 DEBUG [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 1724 ms). class=org.cumulus4j.store.test.movie.Movie 20:47:00,261 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:00,262 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:47:00,262 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,262 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c20969e[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:00,262 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,262 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:47:00,262 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,262 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ccc96ba[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:00,262 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:47:00,262 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,262 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:47:00,263 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,263 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@ddfd0b5[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:00,263 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,263 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,263 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:47:00,263 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,263 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@776c7a01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:00,263 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:47:00,263 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:00,263 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3ed04aad[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:00,263 TRACE [qtp1100829986-432][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:47:00,264 INFO [qtp1100829986-432][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:47:00,264 INFO [qtp1100829986-432][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:47:05,763 INFO [qtp1100829986-432][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:47:05,763 DEBUG [qtp1100829986-432][MessageBrokerPMF] [trfdz3] _query[requestID=3fq0xeuuv9ad45uxeu4p44vmp]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@98f3ea84[3fq0xeuuv9ad45uxeu4p44vmp,test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q] 20:47:05,834 DEBUG [qtp1100829986-432][MessageBrokerPMF] [trfdz3] _query[requestID=3fq0xeuuv9ad45uxeu4p44vmp]: Request persisted. 20:47:05,895 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@98f3ea84[3fq0xeuuv9ad45uxeu4p44vmp,test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q] 20:47:05,895 ERROR [qtp1100829986-434][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@5847c2c1" (id="3fq0xeuuv9ad45uxeu4p44vmp") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:47:05,895 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:47:05,895 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@5847c2c1" (id="3fq0xeuuv9ad45uxeu4p44vmp") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@98f3ea84 20:47:05,897 ERROR [qtp1100829986-435][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@5aa24681" (id="3fq0xeuuv9ad45uxeu4p44vmp") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:47:05,898 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@5aa24681" (id="3fq0xeuuv9ad45uxeu4p44vmp") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@98f3ea84 20:47:05,899 ERROR [qtp1100829986-411][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@66cf95a1" (id="3fq0xeuuv9ad45uxeu4p44vmp") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:47:05,899 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@66cf95a1" (id="3fq0xeuuv9ad45uxeu4p44vmp") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@98f3ea84 20:47:05,900 ERROR [qtp1100829986-433][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@687684b7" (id="3fq0xeuuv9ad45uxeu4p44vmp") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:47:05,901 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@687684b7" (id="3fq0xeuuv9ad45uxeu4p44vmp") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@98f3ea84 20:47:05,901 DEBUG [Thread-8][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:47:05,921 DEBUG [Thread-8][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:47:05,925 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:05,929 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=3fq0xeuuv9ad45uxeu4p44vmp]: Entered. 20:47:05,983 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:47:06,335 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Created new Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:47:06,338 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,355 TRACE [qtp1100829986-432][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:47:06,355 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,356 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,356 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3ed04aad[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:06,383 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,383 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,393 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@776c7a01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:06,397 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,398 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,424 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,424 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,456 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,456 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,466 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@ddfd0b5[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:06,470 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,471 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,474 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ccc96ba[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:06,478 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,478 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,481 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c20969e[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:06,485 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,486 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,491 DEBUG [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:47:06,491 DEBUG [qtp1100829986-432][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:47:06,494 DEBUG [qtp1100829986-432][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@34a84c27[null,org.cumulus4j.store.test.movie.Rating] 20:47:06,496 DEBUG [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@34a84c27[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,498 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@cc65705[null,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,501 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@34a84c27[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,501 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@cc65705[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,502 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@cc65705[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,503 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@34a84c27[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,503 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@2d85936e[null,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:06,506 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@34a84c27[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,507 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@2d85936e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:06,509 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2d85936e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:06,509 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@34a84c27[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,509 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@cc65705[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,510 DEBUG [qtp1100829986-432][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@cc65705[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,513 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2d85936e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:06,514 DEBUG [qtp1100829986-432][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@34a84c27[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,514 DEBUG [qtp1100829986-432][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@34a84c27[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,514 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@34a84c27[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,514 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@2d85936e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:06,515 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@2d85936e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:06,515 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2d85936e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:06,515 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@2d85936e[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:06,515 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@cc65705[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,515 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@cc65705[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,515 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@cc65705[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,516 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@cc65705[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,516 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f4c541[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,516 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56c2327b[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:06,516 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@678055bc[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:06,517 DEBUG [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 26 ms). class=org.cumulus4j.store.test.movie.Rating 20:47:06,517 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f4c541[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,517 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f4c541[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,517 TRACE [qtp1100829986-432][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:47:06,517 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,519 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,521 TRACE [qtp1100829986-432][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:47:06,522 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f4c541[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,522 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f4c541[2,org.cumulus4j.store.test.movie.Rating] 20:47:06,526 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,526 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,533 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,533 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,537 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:06,537 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:47:06,537 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,538 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c20969e[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:06,538 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,538 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:47:06,538 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,538 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ccc96ba[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:06,538 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:47:06,538 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,538 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:47:06,538 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,539 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@ddfd0b5[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:06,539 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,539 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,539 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:47:06,539 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,539 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@776c7a01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:06,539 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:47:06,539 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,539 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3ed04aad[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:06,539 TRACE [qtp1100829986-432][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 2 20:47:06,540 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,542 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,545 TRACE [qtp1100829986-432][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 2 20:47:06,545 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3ed04aad[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:06,550 TRACE [qtp1100829986-432][CryptoCache] getKeyData: Found cached key with keyID=1. 20:47:06,551 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Created new Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:47:06,552 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,553 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,553 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,553 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@776c7a01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:06,570 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,571 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,571 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,572 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,577 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,578 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,585 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,586 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,589 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@ddfd0b5[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:06,600 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,601 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,601 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,602 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,602 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ccc96ba[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:06,608 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,608 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,609 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,609 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,609 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2c20969e[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:06,616 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,616 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,617 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,617 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,620 DEBUG [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:47:06,620 DEBUG [qtp1100829986-432][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:47:06,625 DEBUG [qtp1100829986-432][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@d23574d[null,org.cumulus4j.store.test.movie.Person] 20:47:06,627 DEBUG [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@d23574d[3,org.cumulus4j.store.test.movie.Person] 20:47:06,629 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@56a2355d[null,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,632 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@d23574d[3,org.cumulus4j.store.test.movie.Person] 20:47:06,632 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@56a2355d[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,634 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56a2355d[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,634 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@d23574d[3,org.cumulus4j.store.test.movie.Person] 20:47:06,634 DEBUG [qtp1100829986-432][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@4f510202[null,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:06,637 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@d23574d[3,org.cumulus4j.store.test.movie.Person] 20:47:06,637 DEBUG [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4f510202[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:06,639 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4f510202[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:06,639 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@d23574d[3,org.cumulus4j.store.test.movie.Person] 20:47:06,639 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56a2355d[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,639 DEBUG [qtp1100829986-432][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@56a2355d[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,642 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4f510202[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:06,643 DEBUG [qtp1100829986-432][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@d23574d[3,org.cumulus4j.store.test.movie.Person] 20:47:06,643 DEBUG [qtp1100829986-432][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@d23574d[3,org.cumulus4j.store.test.movie.Person] 20:47:06,644 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@d23574d[3,org.cumulus4j.store.test.movie.Person] 20:47:06,644 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@56a2355d[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,644 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@56a2355d[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,644 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56a2355d[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,644 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@56a2355d[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,645 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4f510202[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:06,645 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4f510202[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:06,645 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4f510202[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:06,645 DEBUG [qtp1100829986-432][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4f510202[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:06,645 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@32838d99[3,org.cumulus4j.store.test.movie.Person] 20:47:06,645 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5ac551b7[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:06,645 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5077f3ef[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:06,645 DEBUG [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 25 ms). class=org.cumulus4j.store.test.movie.Person 20:47:06,646 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@32838d99[3,org.cumulus4j.store.test.movie.Person] 20:47:06,646 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@32838d99[3,org.cumulus4j.store.test.movie.Person] 20:47:06,646 TRACE [qtp1100829986-432][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:47:06,646 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,647 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,650 TRACE [qtp1100829986-432][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:47:06,650 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@32838d99[3,org.cumulus4j.store.test.movie.Person] 20:47:06,650 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@32838d99[3,org.cumulus4j.store.test.movie.Person] 20:47:06,654 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,655 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,661 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,662 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,665 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:06,687 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,689 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,690 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@1] 20:47:06,690 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,690 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ccc96ba[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:06,690 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:47:06,709 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,711 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,711 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,711 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ccc96ba[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:06,729 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,730 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,730 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,730 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,731 TRACE [qtp1100829986-432][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2ccc96ba[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:06,736 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,737 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,744 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,744 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,747 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:06,752 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,753 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,754 TRACE [qtp1100829986-432][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@1 20:47:06,755 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,755 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:47:06,759 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,761 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,761 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,785 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,786 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@202458091 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,824 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:06,825 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:06,863 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:06,864 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:06,907 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,908 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,909 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,909 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,909 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,910 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:06,910 TRACE [qtp1100829986-432][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:06,915 TRACE [qtp1100829986-432][CryptoCache] acquireCipherEntry: Found cached Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:06,916 TRACE [qtp1100829986-432][CryptoCache] releaseCipherEntry: Releasing Cipher@592812034 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:06,917 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,917 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:06,917 TRACE [qtp1100829986-432][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c73a7af[1,org.cumulus4j.store.test.movie.Movie] 20:47:07,883 INFO [qtp1100829986-412][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:47:09,050 WARN [qtp1100829986-412][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:47:09,051 WARN [qtp1100829986-412][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:47:11,033 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:47:12,907 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:47:13,862 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:47:15,891 INFO [qtp1100829986-412][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:47:15,891 INFO [qtp1100829986-412][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:47:15,891 INFO [qtp1100829986-412][Cumulus4jStoreManager] ======================================================= 20:47:15,892 ERROR [qtp1100829986-412][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 70 more 20:47:15,894 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:47:15,895 INFO [qtp1100829986-412][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:47:15,896 TRACE [qtp1100829986-412][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q 20:47:15,896 INFO [qtp1100829986-412][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:47:16,065 INFO [qtp1100829986-412][MinimumCumulus4jVersion] version=10100001 20:47:16,067 INFO [qtp1100829986-412][MinimumCumulus4jVersion] version=10100001 20:47:16,067 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:47:16,073 DEBUG [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,099 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@75ecf34a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,120 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@394ec3fe[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:16,122 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@75ecf34a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,122 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@75ecf34a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,122 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,123 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@96bd0b1[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,130 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6e745dcd[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:16,136 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@96bd0b1[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,136 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@96bd0b1[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,136 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,136 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@20b22920[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:16,137 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20b22920[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:16,138 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,138 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@a16f52f[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:16,139 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a16f52f[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:16,143 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,143 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@19c738ec[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,146 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@540922ac[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:16,154 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@19c738ec[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,154 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@19c738ec[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,154 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,154 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@393b14c6[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:16,156 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@393b14c6[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:16,157 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,161 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@85e9620[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,163 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3704d3d2[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:16,164 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@85e9620[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,169 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@85e9620[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,169 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,169 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1c51ac94[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:16,173 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1c51ac94[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:16,173 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,173 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3c80432[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,175 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4c19034c[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:16,178 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c80432[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,180 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c80432[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,184 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,189 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@75ecf34a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,189 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@96bd0b1[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,189 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20b22920[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:16,190 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a16f52f[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:16,190 DEBUG [qtp1100829986-412][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@a16f52f[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:16,197 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@19c738ec[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,197 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@393b14c6[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:16,198 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@85e9620[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,198 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1c51ac94[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:16,198 DEBUG [qtp1100829986-412][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@1c51ac94[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:16,201 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c80432[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,202 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,203 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,203 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@45af94d[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,203 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@20b22920[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:16,203 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@20b22920[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:16,204 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20b22920[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:16,204 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@20b22920[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:16,209 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1c51ac94[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:16,209 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1c51ac94[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:16,209 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1c51ac94[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:16,209 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1c51ac94[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:16,210 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@96bd0b1[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,210 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@96bd0b1[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,210 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@96bd0b1[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,210 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6e745dcd[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:16,211 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6e745dcd[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:16,211 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6e745dcd[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:16,211 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6e745dcd[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:16,211 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@96bd0b1[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,212 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@19c738ec[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,212 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@19c738ec[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,212 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@19c738ec[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,212 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@540922ac[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:16,213 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@540922ac[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:16,213 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@540922ac[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:16,213 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@540922ac[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:16,213 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@19c738ec[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,213 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@a16f52f[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:16,214 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@a16f52f[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:16,214 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a16f52f[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:16,214 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@a16f52f[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:16,215 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@75ecf34a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,215 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@75ecf34a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,215 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@75ecf34a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,215 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@394ec3fe[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:16,218 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@394ec3fe[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:16,218 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@394ec3fe[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:16,218 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@394ec3fe[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:16,222 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@75ecf34a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,223 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@393b14c6[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:16,223 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@393b14c6[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:16,223 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@393b14c6[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:16,223 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@393b14c6[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:16,224 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@85e9620[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,224 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@85e9620[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,224 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@85e9620[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,225 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3704d3d2[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:16,225 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3704d3d2[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:16,225 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3704d3d2[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:16,225 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3704d3d2[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:16,225 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@85e9620[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,226 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3c80432[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,226 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3c80432[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,226 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c80432[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,227 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4c19034c[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:16,227 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4c19034c[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:16,227 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4c19034c[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:16,227 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4c19034c[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:16,227 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3c80432[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,228 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,228 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2f60c70e[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:16,228 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7aac806e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,228 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5323f4ad[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:16,229 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5d94b47f[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:16,229 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4dd62dd8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,229 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@285be7d4[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:16,229 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@29d123ff[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,229 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61924fcb[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:16,230 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4cb4ca78[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:16,230 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7158b39f[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:16,230 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7678c5db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,231 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@92d425f[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:16,232 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7a606fad[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,232 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5144059f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:16,232 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 337 ms). class=org.cumulus4j.store.test.movie.Movie 20:47:16,235 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:16,236 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:47:16,236 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,236 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7a606fad[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:16,236 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,236 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:47:16,236 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,237 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7678c5db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:16,237 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:47:16,237 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,237 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:47:16,237 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,237 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4dd62dd8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:16,237 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,238 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,238 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:47:16,238 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,238 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7aac806e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:16,238 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:47:16,238 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:16,238 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@29d123ff[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:16,239 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 6 20:47:16,241 INFO [qtp1100829986-412][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:47:16,241 INFO [qtp1100829986-412][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:47:21,397 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:47:21,397 INFO [CryptoCache][CryptoCache] getCryptoCacheEntryExpiryAgeMSec: Property 'cumulus4j.CryptoCache.entryExpiryAge' cannot be read, because NucleusContext was garbage-collected. Using fallback value 300000. 20:47:21,397 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:47:21,398 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:47:21,398 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:47:21,398 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:47:21,398 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:47:21,908 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:47:21,915 DEBUG [Thread-2][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:21,920 DEBUG [qtp1100829986-442][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:21,926 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:47:23,449 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 20:47:23,600 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:47:23,651 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:47:24,664 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:47:24,667 DEBUG [Thread-9][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:24,672 DEBUG [qtp1100829986-430][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:24,674 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:47:25,332 INFO [qtp1100829986-412][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:47:25,336 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _query[requestID=8bvzjv2hiflwsc5ryy8pllbx9]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@d0b1b5a6[8bvzjv2hiflwsc5ryy8pllbx9,test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q] 20:47:25,363 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _query[requestID=8bvzjv2hiflwsc5ryy8pllbx9]: Request persisted. 20:47:25,374 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@d0b1b5a6[8bvzjv2hiflwsc5ryy8pllbx9,test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q] 20:47:25,375 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:47:25,377 DEBUG [Thread-8][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:47:25,392 DEBUG [Thread-8][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:47:25,396 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:25,402 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=8bvzjv2hiflwsc5ryy8pllbx9]: Entered. 20:47:25,420 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:47:25,621 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Created new Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:47:25,623 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,635 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 6 20:47:25,635 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,635 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,635 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@29d123ff[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:25,641 TRACE [qtp1100829986-412][CryptoCache] getKeyData: Found cached key with keyID=1. 20:47:25,643 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Created new Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:47:25,644 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,644 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,644 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,645 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7aac806e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:25,651 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,652 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,652 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,652 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,659 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,660 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,676 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,676 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,688 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4dd62dd8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:25,693 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,693 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,693 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,694 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,694 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7678c5db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:25,701 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,701 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,702 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,702 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,703 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7a606fad[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:25,708 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,709 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,709 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,710 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,713 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:47:25,713 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:47:25,717 DEBUG [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@1e5c3d7[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,720 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@8e83a61[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:25,721 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8e83a61[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:25,721 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1e5c3d7[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,722 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5e1adef8[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:25,723 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5e1adef8[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:25,723 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1e5c3d7[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,723 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8e83a61[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:25,724 DEBUG [qtp1100829986-412][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@8e83a61[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:25,727 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5e1adef8[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:25,728 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@1e5c3d7[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,728 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@1e5c3d7[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,728 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1e5c3d7[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,728 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5e1adef8[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:25,729 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5e1adef8[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:25,729 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5e1adef8[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:25,729 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5e1adef8[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:25,729 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@8e83a61[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:25,730 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@8e83a61[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:25,730 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8e83a61[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:25,730 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@8e83a61[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:25,730 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55484ca1[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,730 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7d9f09c4[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:25,731 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@543a634a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:25,731 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 18 ms). class=org.cumulus4j.store.test.movie.Rating 20:47:25,731 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55484ca1[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,731 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55484ca1[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,731 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 6 20:47:25,731 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,733 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,736 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 6 20:47:25,736 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55484ca1[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,736 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55484ca1[2,org.cumulus4j.store.test.movie.Rating] 20:47:25,740 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,740 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,747 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,747 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,751 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:25,751 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:47:25,751 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,751 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7a606fad[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:25,752 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,752 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:47:25,752 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,752 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7678c5db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:25,752 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:47:25,752 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,752 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:47:25,752 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,753 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4dd62dd8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:25,753 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,753 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,753 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:47:25,753 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,753 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7aac806e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:25,753 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:47:25,753 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,754 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@29d123ff[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:25,754 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 7 20:47:25,754 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,756 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,759 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 7 20:47:25,759 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@29d123ff[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:25,766 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,767 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,767 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,768 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,768 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7aac806e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:25,774 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,774 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,775 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,775 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,781 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,781 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,788 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,788 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,791 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4dd62dd8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:25,796 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,796 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,796 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,797 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,797 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7678c5db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:25,803 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,804 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,804 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,804 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,805 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7a606fad[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:25,806 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:47:25,809 DEBUG [Thread-10][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:25,812 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:47:25,817 DEBUG [Thread-12][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:25,822 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:25,828 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,828 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,828 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,829 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,831 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:47:25,834 DEBUG [qtp1100829986-433][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:25,837 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:47:25,843 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:47:25,846 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:47:25,849 DEBUG [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@652556d5[3,org.cumulus4j.store.test.movie.Person] 20:47:25,852 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@76b07a98[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:25,853 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@76b07a98[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:25,853 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@652556d5[3,org.cumulus4j.store.test.movie.Person] 20:47:25,853 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@42968e1f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:25,855 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@42968e1f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:25,855 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@652556d5[3,org.cumulus4j.store.test.movie.Person] 20:47:25,855 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@76b07a98[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:25,855 DEBUG [qtp1100829986-412][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@76b07a98[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:25,858 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@42968e1f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:25,859 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@652556d5[3,org.cumulus4j.store.test.movie.Person] 20:47:25,859 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@652556d5[3,org.cumulus4j.store.test.movie.Person] 20:47:25,860 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@652556d5[3,org.cumulus4j.store.test.movie.Person] 20:47:25,860 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@76b07a98[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:25,860 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@76b07a98[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:25,860 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@76b07a98[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:25,861 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@76b07a98[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:25,861 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@42968e1f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:25,861 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@42968e1f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:25,861 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@42968e1f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:25,861 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@42968e1f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:25,862 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1f3ee2e[3,org.cumulus4j.store.test.movie.Person] 20:47:25,862 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@359a0f02[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:25,862 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@154f67cc[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:25,862 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 16 ms). class=org.cumulus4j.store.test.movie.Person 20:47:25,862 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1f3ee2e[3,org.cumulus4j.store.test.movie.Person] 20:47:25,863 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1f3ee2e[3,org.cumulus4j.store.test.movie.Person] 20:47:25,863 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 6 20:47:25,863 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,864 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,866 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:47:25,867 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 6 20:47:25,867 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1f3ee2e[3,org.cumulus4j.store.test.movie.Person] 20:47:25,867 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@1f3ee2e[3,org.cumulus4j.store.test.movie.Person] 20:47:25,871 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,871 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,868 DEBUG [Thread-11][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:25,875 DEBUG [qtp1100829986-435][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:25,878 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:47:25,879 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,880 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,883 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:25,888 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,889 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,890 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@6 20:47:25,890 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,890 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:47:25,894 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,895 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,895 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,904 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,904 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,907 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:25,911 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,912 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,913 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@6] 20:47:25,913 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,913 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7678c5db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:25,913 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:47:25,917 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,918 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,918 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:25,918 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7678c5db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:25,924 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,924 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,924 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,925 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,925 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7678c5db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:25,930 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,930 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,937 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,938 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,938 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,938 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@37537506 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,977 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:25,978 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:25,982 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:25,983 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:25,998 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:25,999 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:25,999 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,000 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,000 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,000 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:26,000 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:26,005 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:26,006 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:26,007 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,007 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,007 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,007 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:26,007 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:26,011 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:26,012 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:26,013 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,013 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,013 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,014 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:26,014 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:26,017 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:26,019 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@322581074 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:26,020 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,020 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,020 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@328ca3f7[1,org.cumulus4j.store.test.movie.Movie] 20:47:26,896 INFO [qtp1100829986-434][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:47:28,179 WARN [qtp1100829986-434][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:47:28,181 WARN [qtp1100829986-434][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:47:33,894 INFO [qtp1100829986-434][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:47:33,894 INFO [qtp1100829986-434][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:47:33,894 INFO [qtp1100829986-434][Cumulus4jStoreManager] ======================================================= 20:47:33,896 ERROR [qtp1100829986-434][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 70 more Reading Movies before writing: 20:47:33,898 DEBUG [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:47:33,899 INFO [qtp1100829986-434][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:47:33,899 TRACE [qtp1100829986-434][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q 20:47:33,899 INFO [qtp1100829986-434][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:47:33,996 INFO [qtp1100829986-434][MinimumCumulus4jVersion] version=10100001 20:47:33,999 INFO [qtp1100829986-434][MinimumCumulus4jVersion] version=10100001 20:47:33,999 DEBUG [qtp1100829986-434][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:47:34,004 DEBUG [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,016 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@7cb70187[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:34,020 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6dbee779[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:34,024 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cb70187[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:34,024 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cb70187[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:34,024 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,024 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6ddd9021[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:34,027 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@7cd3fc77[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:34,028 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ddd9021[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:34,028 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ddd9021[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:34,028 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,029 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@16a90d7b[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:34,030 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@16a90d7b[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:34,030 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,030 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1a009d8c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:34,032 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1a009d8c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:34,032 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,032 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@14b9a17e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:34,034 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5d9dd44f[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:34,038 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14b9a17e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:34,038 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14b9a17e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:34,038 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,038 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4addf884[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:34,039 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4addf884[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:34,040 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,040 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4d75e8e9[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:34,042 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@56871fdb[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:34,043 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4d75e8e9[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:34,044 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4d75e8e9[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:34,044 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,044 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6ee050e7[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:34,047 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ee050e7[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:34,048 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,048 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6425f29a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:34,050 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4e69de5f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:34,055 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6425f29a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:34,055 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6425f29a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:34,057 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,058 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cb70187[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:34,058 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ddd9021[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:34,058 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@16a90d7b[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:34,058 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1a009d8c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:34,058 DEBUG [qtp1100829986-434][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@1a009d8c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:34,061 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14b9a17e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:34,062 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4addf884[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:34,062 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4d75e8e9[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:34,062 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ee050e7[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:34,062 DEBUG [qtp1100829986-434][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@6ee050e7[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:34,066 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6425f29a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:34,068 DEBUG [qtp1100829986-434][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,068 DEBUG [qtp1100829986-434][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,068 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@162a9a8f[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,069 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@16a90d7b[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:34,069 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@16a90d7b[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:34,069 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@16a90d7b[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:34,069 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@16a90d7b[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:34,070 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6ee050e7[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:34,070 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6ee050e7[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:34,070 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ee050e7[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:34,070 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6ee050e7[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:34,071 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6ddd9021[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:34,071 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6ddd9021[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:34,071 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ddd9021[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:34,072 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@7cd3fc77[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:34,072 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@7cd3fc77[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:34,072 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cd3fc77[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:34,072 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@7cd3fc77[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:34,072 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6ddd9021[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:34,075 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@14b9a17e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:34,075 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@14b9a17e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:34,076 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14b9a17e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:34,076 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5d9dd44f[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:34,076 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5d9dd44f[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:34,076 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5d9dd44f[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:34,076 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5d9dd44f[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:34,077 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@14b9a17e[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:34,079 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1a009d8c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:34,079 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1a009d8c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:34,080 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1a009d8c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:34,080 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1a009d8c[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:34,080 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@7cb70187[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:34,080 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@7cb70187[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:34,081 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cb70187[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:34,081 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6dbee779[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:34,081 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6dbee779[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:34,081 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6dbee779[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:34,081 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6dbee779[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:34,082 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@7cb70187[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:34,082 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4addf884[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:34,082 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4addf884[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:34,082 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4addf884[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:34,083 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4addf884[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:34,083 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4d75e8e9[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:34,083 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4d75e8e9[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:34,083 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4d75e8e9[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:34,084 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@56871fdb[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:34,084 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@56871fdb[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:34,084 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56871fdb[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:34,084 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@56871fdb[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:34,084 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4d75e8e9[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:34,085 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6425f29a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:34,085 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6425f29a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:34,085 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6425f29a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:34,086 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4e69de5f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:34,086 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4e69de5f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:34,086 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4e69de5f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:34,086 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4e69de5f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:34,086 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6425f29a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:34,087 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:34,087 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@19b0b0f3[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:47:34,087 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f312eb2[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:34,089 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@53d77268[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:47:34,090 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@659834d8[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:47:34,090 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6bb58503[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:34,090 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5a2fbf33[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:47:34,090 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@74b1db86[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:34,090 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@48c37644[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:47:34,092 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6551424d[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:47:34,092 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@39d80132[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:47:34,093 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14369749[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:34,093 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@c0643fd[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:47:34,093 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6f599d35[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:34,093 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@64603baf[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:47:34,093 DEBUG [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 195 ms). class=org.cumulus4j.store.test.movie.Movie 20:47:34,094 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:34,098 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:34,099 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:34,123 TRACE [qtp1100829986-434][CryptoCache] getKeyData: No cached key with keyID=1 found. 20:47:34,124 INFO [qtp1100829986-434][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:47:43,413 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:47:43,416 DEBUG [Thread-5][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:43,427 DEBUG [qtp1100829986-410][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:43,431 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:47:43,483 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:47:43,486 DEBUG [Thread-6][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:43,490 DEBUG [qtp1100829986-412][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:43,496 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:47:43,499 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:47:43,498 DEBUG [Thread-3][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:43,502 DEBUG [qtp1100829986-409][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:43,505 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:47:43,520 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:47:43,522 DEBUG [Thread-4][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:43,526 DEBUG [qtp1100829986-413][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:43,531 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:47:54,729 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _query[requestID=4kkt10jnkfum3jxa0xl03zohb]: Entered with request: org.cumulus4j.keymanager.back.shared.GetKeyRequest@a39d19e0[4kkt10jnkfum3jxa0xl03zohb,test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q] 20:47:54,763 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _query[requestID=4kkt10jnkfum3jxa0xl03zohb]: Request persisted. 20:47:54,782 ERROR [qtp1100829986-435][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@e758158" (id="4kkt10jnkfum3jxa0xl03zohb") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:47:54,783 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@e758158" (id="4kkt10jnkfum3jxa0xl03zohb") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@a39d19e0 20:47:54,784 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: org.cumulus4j.keymanager.back.shared.GetKeyRequest@a39d19e0[4kkt10jnkfum3jxa0xl03zohb,test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q] 20:47:54,786 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetKeyRequest matching=true 20:47:54,786 ERROR [qtp1100829986-430][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@1959e2bf" (id="4kkt10jnkfum3jxa0xl03zohb") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:47:54,787 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@1959e2bf" (id="4kkt10jnkfum3jxa0xl03zohb") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@a39d19e0 20:47:54,788 DEBUG [Thread-8][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:47:54,799 DEBUG [Thread-8][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetKeyResponse matching=true 20:47:54,803 DEBUG [qtp1100829986-414][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:54,806 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=4kkt10jnkfum3jxa0xl03zohb]: Entered. 20:47:54,817 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:47:55,134 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Created new Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:47:55,136 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,137 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,137 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,137 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,137 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:55,138 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,142 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,142 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,143 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,143 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,143 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,143 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:55,144 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,147 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,148 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,149 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,149 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,149 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,149 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:55,149 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,153 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,153 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,154 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,154 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,155 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] * MMM 1412880420244 * MMM 1412880426536 * MMM 1412880436233 * MMM 1412880445750 20:47:55,155 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,158 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,158 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:47:55,158 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,158 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6f599d35[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:55,158 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,158 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:47:55,159 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,159 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14369749[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:55,159 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:47:55,159 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,159 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:47:55,159 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,159 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6bb58503[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:55,160 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,160 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,160 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:47:55,160 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,160 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f312eb2[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:55,160 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:47:55,160 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,160 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@74b1db86[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:55,161 TRACE [qtp1100829986-434][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 11 20:47:55,161 INFO [qtp1100829986-434][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:47:55,161 INFO [qtp1100829986-434][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:47:55,161 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _query[requestID=t5iut3kqokrzahec9za5t148q]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@20ffaac0[t5iut3kqokrzahec9za5t148q,test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q] 20:47:55,191 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _query[requestID=t5iut3kqokrzahec9za5t148q]: Request persisted. 20:47:55,206 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@20ffaac0[t5iut3kqokrzahec9za5t148q,test-i12gi120--54zz8bsz7ofp_0sbk7wqb*1*0vw69q] 20:47:55,206 DEBUG [qtp1100829986-435][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:47:55,209 DEBUG [Thread-11][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:47:55,224 DEBUG [Thread-11][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:47:55,228 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:55,231 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=t5iut3kqokrzahec9za5t148q]: Entered. 20:47:55,247 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:47:55,486 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Created new Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:47:55,487 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,499 TRACE [qtp1100829986-434][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 11 20:47:55,499 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,499 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,499 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@74b1db86[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:55,506 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,506 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,506 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,507 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,507 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f312eb2[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:55,513 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,513 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,514 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,514 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,520 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,520 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,535 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,536 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,546 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6bb58503[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:55,551 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,551 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,552 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,552 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,552 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14369749[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:55,558 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,558 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,558 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,559 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,559 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6f599d35[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:55,564 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,565 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,565 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,565 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,568 DEBUG [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:47:55,569 DEBUG [qtp1100829986-434][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:47:55,571 DEBUG [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@67e9564d[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,573 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@56b35e7f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:55,575 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56b35e7f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:55,575 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@67e9564d[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,575 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5f6a5d88[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:55,576 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5f6a5d88[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:55,576 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@67e9564d[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,576 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56b35e7f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:55,577 DEBUG [qtp1100829986-434][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@56b35e7f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:55,579 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5f6a5d88[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:55,581 DEBUG [qtp1100829986-434][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@67e9564d[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,581 DEBUG [qtp1100829986-434][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@67e9564d[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,581 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@67e9564d[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,582 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5f6a5d88[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:55,582 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5f6a5d88[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:55,582 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5f6a5d88[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:55,582 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5f6a5d88[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:55,582 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@56b35e7f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:55,583 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@56b35e7f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:55,583 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@56b35e7f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:55,583 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@56b35e7f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:55,583 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@44d342c8[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,583 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@9c57bc5[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:47:55,584 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@440c786[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:47:55,584 DEBUG [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 15 ms). class=org.cumulus4j.store.test.movie.Rating 20:47:55,584 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@44d342c8[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,584 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@44d342c8[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,584 TRACE [qtp1100829986-434][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 11 20:47:55,584 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,585 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,588 TRACE [qtp1100829986-434][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 11 20:47:55,588 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@44d342c8[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,588 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@44d342c8[2,org.cumulus4j.store.test.movie.Rating] 20:47:55,592 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,592 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,598 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,599 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,602 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,602 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:47:55,602 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,602 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6f599d35[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:55,602 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,603 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:47:55,603 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,603 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14369749[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:55,603 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:47:55,603 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,603 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:47:55,603 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,604 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6bb58503[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:55,604 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,604 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,604 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:47:55,604 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,604 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f312eb2[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:55,604 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:47:55,604 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,605 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@74b1db86[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:55,605 TRACE [qtp1100829986-434][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 12 20:47:55,605 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,606 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,608 TRACE [qtp1100829986-434][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 12 20:47:55,608 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@74b1db86[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:47:55,613 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,613 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,613 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,614 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,614 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f312eb2[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:47:55,619 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,620 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,620 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,621 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,625 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,626 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,632 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,633 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,635 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6bb58503[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:47:55,640 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,640 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,641 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,641 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,641 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14369749[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:55,647 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,647 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,648 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,648 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,648 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6f599d35[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:47:55,654 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,663 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,663 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,664 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,667 DEBUG [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:47:55,675 DEBUG [qtp1100829986-434][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:47:55,677 DEBUG [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@29e229c7[3,org.cumulus4j.store.test.movie.Person] 20:47:55,679 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@621de2df[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:55,680 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@621de2df[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:55,681 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@29e229c7[3,org.cumulus4j.store.test.movie.Person] 20:47:55,681 DEBUG [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@46db0d70[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:55,682 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@46db0d70[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:55,682 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@29e229c7[3,org.cumulus4j.store.test.movie.Person] 20:47:55,686 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@621de2df[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:55,687 DEBUG [qtp1100829986-434][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@621de2df[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:55,689 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@46db0d70[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:55,690 DEBUG [qtp1100829986-434][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@29e229c7[3,org.cumulus4j.store.test.movie.Person] 20:47:55,695 DEBUG [qtp1100829986-434][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@29e229c7[3,org.cumulus4j.store.test.movie.Person] 20:47:55,695 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@29e229c7[3,org.cumulus4j.store.test.movie.Person] 20:47:55,695 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@621de2df[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:55,696 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@621de2df[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:55,696 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@621de2df[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:55,696 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@621de2df[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:55,696 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@46db0d70[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:55,696 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@46db0d70[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:55,696 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@46db0d70[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:55,696 DEBUG [qtp1100829986-434][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@46db0d70[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:55,697 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6df71c71[3,org.cumulus4j.store.test.movie.Person] 20:47:55,697 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@834794f[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:47:55,697 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2d0835be[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:47:55,697 DEBUG [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 23 ms). class=org.cumulus4j.store.test.movie.Person 20:47:55,697 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6df71c71[3,org.cumulus4j.store.test.movie.Person] 20:47:55,697 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6df71c71[3,org.cumulus4j.store.test.movie.Person] 20:47:55,697 TRACE [qtp1100829986-434][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 11 20:47:55,697 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,698 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,700 TRACE [qtp1100829986-434][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 11 20:47:55,700 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6df71c71[3,org.cumulus4j.store.test.movie.Person] 20:47:55,700 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6df71c71[3,org.cumulus4j.store.test.movie.Person] 20:47:55,705 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,705 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,711 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,712 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,715 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,718 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,719 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,720 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@b] 20:47:55,720 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,720 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14369749[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:55,720 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:47:55,724 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,725 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,725 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,725 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14369749[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:55,730 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,731 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,731 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,731 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,732 TRACE [qtp1100829986-434][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@14369749[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:47:55,736 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,737 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,743 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,743 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,744 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,744 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,745 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,749 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,750 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,751 TRACE [qtp1100829986-434][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@b 20:47:55,751 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,751 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:47:55,754 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,754 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,754 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,762 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,762 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@743422520 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,797 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,797 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,800 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:55,801 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,804 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,805 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,805 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,806 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,806 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,806 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:55,807 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,810 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,810 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,811 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,812 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,812 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,812 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:55,812 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,816 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,816 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,817 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,817 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,817 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,817 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:55,818 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,821 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,822 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,823 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,823 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,823 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,823 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:55,823 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,827 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,827 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,828 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,828 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,828 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,828 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:47:55,829 TRACE [qtp1100829986-434][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:47:55,832 TRACE [qtp1100829986-434][CryptoCache] acquireCipherEntry: Found cached Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:47:55,832 TRACE [qtp1100829986-434][CryptoCache] releaseCipherEntry: Releasing Cipher@1927402600 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:47:55,833 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,833 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,833 TRACE [qtp1100829986-434][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6d9a00e4[1,org.cumulus4j.store.test.movie.Movie] 20:47:55,840 DEBUG [main][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 20:47:55,840 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:47:55,840 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:47:55,841 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:47:55,847 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:47:55,881 INFO [main][SessionManager] Creating instance of SessionManager. 20:47:55,889 DEBUG [Thread-13][JAXBContextResolver] Instantiating JAXBContextResolver. 20:47:55,910 DEBUG [Thread-16][JAXBContextResolver] Instantiating JAXBContextResolver. 20:47:55,928 DEBUG [Thread-14][JAXBContextResolver] Instantiating JAXBContextResolver. 20:47:55,920 DEBUG [Thread-15][JAXBContextResolver] Instantiating JAXBContextResolver. 20:47:55,940 DEBUG [Thread-17][JAXBContextResolver] Instantiating JAXBContextResolver. 20:47:56,193 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2b3765c8 20:47:56,343 DEBUG [Thread-16][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:56,394 DEBUG [Thread-13][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:56,405 DEBUG [Thread-17][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:56,421 DEBUG [qtp1100829986-435][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:56,423 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Entered. 20:47:56,432 DEBUG [qtp1100829986-434][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:56,436 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Entered. 20:47:56,452 DEBUG [qtp1100829986-444][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:56,464 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Entered. 20:47:56,482 DEBUG [Thread-15][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:56,487 DEBUG [Thread-14][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:56,517 DEBUG [qtp1100829986-446][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:56,527 DEBUG [qtp1100829986-447][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:57,378 DEBUG [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Entered. 20:47:57,363 INFO [qtp1100829986-445][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:47:56,528 DEBUG [qtp1100829986-446][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Entered. 20:47:57,379 DEBUG [qtp1100829986-445][CleanupUtil] Deleting all tables from Data backend store 20:47:57,381 WARN [qtp1100829986-446][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDOException: Exception thrown when executing query NestedThrowables: java.sql.SQLException: Java exception: ': org.apache.derby.iapi.error.ShutdownException'. 20:47:57,383 ERROR [qtp1100829986-446][Transaction] Operation rollback failed on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@5ba21ed7, error code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid=6, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@5ba21ed7]] 20:47:57,390 WARN [qtp1100829986-446][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:47:57,391 DEBUG [qtp1100829986-446][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Returning request: null 20:47:57,393 DEBUG [Thread-15][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:47:57,397 DEBUG [qtp1100829986-448][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:47:57,402 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Entered. 20:47:58,520 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:47:58,521 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:47:58,919 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDOException: Exception thrown when executing query NestedThrowables: java.sql.SQLNonTransientConnectionException: No current connection. 20:47:58,921 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDOException: Exception thrown when executing query NestedThrowables: java.sql.SQLNonTransientConnectionException: No current connection. 20:47:58,922 ERROR [qtp1100829986-409][Transaction] Operation rollback failed on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@6b9c09da, error code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid=7., enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@6b9c09da]] 20:47:58,923 ERROR [qtp1100829986-447][Transaction] Operation rollback failed on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@555a0f37, error code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid=7-, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@555a0f37]] 20:47:58,947 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:58,971 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:58,976 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:58,977 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:58,980 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:58,981 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:58,981 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:58,989 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:58,995 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,013 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,018 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,020 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,024 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,026 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,026 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,032 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,057 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,068 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,075 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,095 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,097 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,105 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,079 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,105 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,108 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,113 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,114 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,115 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,116 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,116 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,126 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,127 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:47:59,143 INFO [qtp1100829986-445][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:47:59,143 DEBUG [qtp1100829986-445][CleanupUtil] Deleting all tables from Index backend store 20:47:59,143 WARN [qtp1100829986-445][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:47:59,145 INFO [qtp1100829986-445][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:47:59,151 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,156 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,162 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,163 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,169 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,173 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,177 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,180 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,191 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,199 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,201 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,209 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,209 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,212 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,215 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,219 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,231 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,231 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,234 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,239 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,244 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,251 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,253 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,259 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,275 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,276 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,281 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,283 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,284 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,296 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,298 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,301 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,308 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,309 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,344 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,345 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,346 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,349 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,356 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,357 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,362 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,365 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,371 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,372 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,375 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,377 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,378 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,380 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,383 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,405 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,408 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,423 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,432 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,433 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,439 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,439 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,440 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,443 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,446 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,449 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,462 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,469 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,470 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,475 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,476 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,479 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,491 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,501 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,501 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,502 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,508 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,520 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,527 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,533 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,536 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,538 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,539 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,539 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,541 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,551 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,554 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,561 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,565 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,580 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,584 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,585 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,597 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,609 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,610 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,614 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,624 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,630 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,631 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,636 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,638 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,638 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,649 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,653 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,665 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,667 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,678 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,679 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,679 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,692 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,705 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,707 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,708 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,715 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,719 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,721 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,726 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,731 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,740 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,741 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,743 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,754 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,755 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,756 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,760 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,765 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,773 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,784 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,787 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,795 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,799 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,802 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,814 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,819 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,820 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,827 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,829 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,829 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,830 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,833 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,839 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,853 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,858 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,864 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,875 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,877 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,880 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,888 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,897 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,900 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,902 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,906 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,908 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,911 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,916 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,918 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,919 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,921 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,941 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,948 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,953 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,953 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,961 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,963 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,966 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,966 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,973 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,980 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,992 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:47:59,993 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,003 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,006 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,016 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,018 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,021 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,028 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,030 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,032 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,037 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,045 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,054 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,055 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,056 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,062 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,063 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,064 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,070 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,078 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,095 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,096 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,098 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,103 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,114 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,119 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,129 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,137 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,138 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,139 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,144 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,152 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,154 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,155 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,156 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,159 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,164 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,167 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,172 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,185 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,192 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,193 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,203 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,204 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,206 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,211 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,224 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,224 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,233 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,233 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,238 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,247 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,254 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,262 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,265 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,270 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,272 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,273 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,283 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,284 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,287 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,289 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,297 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,302 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,316 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,316 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,317 WARN [qtp1100829986-445][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:48:00,318 WARN [qtp1100829986-445][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:48:00,323 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,331 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,333 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,334 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,346 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,351 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,359 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,370 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,370 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,381 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,381 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,385 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,388 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,390 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,392 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,408 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,408 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,410 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,416 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,424 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,435 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,438 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,439 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,441 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,451 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,455 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,460 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,462 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,472 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,485 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,487 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,488 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,493 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,501 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,503 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,506 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,514 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,525 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,531 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,534 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,535 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,537 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,537 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,538 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,556 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,560 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,563 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,565 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,566 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,569 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,588 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,592 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,597 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,603 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,609 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,612 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,614 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,621 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,623 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,625 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,631 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,632 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,641 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,647 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,652 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,657 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,659 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,670 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,672 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,676 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,681 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,684 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,697 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,698 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,698 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,699 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,702 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,707 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,710 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,728 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,730 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,734 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,742 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,752 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,761 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,762 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,763 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,765 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,766 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,773 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,777 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,785 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,789 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,797 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,819 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,820 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,821 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,822 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,824 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,830 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,837 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,842 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,844 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,848 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,849 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,854 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,861 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,867 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,868 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,877 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,879 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,886 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,895 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,898 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,905 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,912 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,913 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,915 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,916 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,932 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,935 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,939 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,944 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,945 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,946 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,955 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,965 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,971 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,972 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,980 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,986 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,994 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,999 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:00,999 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,005 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,008 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,011 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,013 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,022 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,031 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,035 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,036 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,046 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,050 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,051 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,056 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,074 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,076 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,089 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,090 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,095 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,097 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,098 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,102 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,108 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,114 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,115 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,121 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,127 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,129 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,131 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,146 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,159 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,161 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,161 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,162 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,162 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,168 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,173 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,178 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,180 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,185 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,189 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,213 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,215 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,220 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,223 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,227 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,232 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,233 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,242 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,242 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,246 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,246 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,252 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,257 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,260 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,277 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,280 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,288 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,291 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,297 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,303 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,303 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,306 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,310 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,312 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,317 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,326 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,327 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,328 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,336 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,337 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,350 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,357 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,365 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,368 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,374 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,377 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,380 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,381 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,390 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,397 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,401 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,402 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,406 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,408 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,411 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,414 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,425 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,427 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,443 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,444 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,445 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,447 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,458 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,458 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,459 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,469 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,477 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,480 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,485 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,489 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,496 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,497 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,499 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,501 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,503 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,521 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,524 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,526 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,534 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,542 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,544 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,549 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,549 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,553 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,553 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,567 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,578 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,579 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,579 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,591 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,593 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,595 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,595 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,598 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,605 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,609 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,619 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,631 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,640 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,642 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,648 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,649 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,652 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,652 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,654 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,659 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,661 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,663 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,669 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,673 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,681 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,682 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,696 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,710 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,717 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,719 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,725 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,729 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,733 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,737 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,739 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,740 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,742 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,755 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,758 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,765 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,768 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,771 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,785 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,791 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,807 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,808 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,810 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,812 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,814 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,817 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,822 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,824 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,829 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,839 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,843 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,845 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,847 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,855 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,861 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,874 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,878 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,881 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,886 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,887 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,891 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,901 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,906 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,908 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,910 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,913 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,915 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,919 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,924 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,929 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,935 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,946 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,951 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,974 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,975 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,977 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,979 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,980 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,982 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,986 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,987 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,988 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:01,995 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,014 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,016 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,018 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,029 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,032 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,039 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,039 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,044 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,046 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,049 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,054 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,059 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,061 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,071 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,077 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,083 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,089 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,091 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,093 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,094 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,099 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,113 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,117 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,127 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,129 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,129 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,136 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,138 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,143 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,149 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,152 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,153 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,155 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,167 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,172 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,177 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,181 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,182 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,186 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,196 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,207 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,209 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,212 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,213 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,222 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,223 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,238 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,245 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,246 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,247 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,254 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,266 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,273 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,275 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,276 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,287 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,289 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,291 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,297 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,306 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,308 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,314 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,327 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,333 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,334 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,338 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,339 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,340 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,341 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,343 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,343 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,364 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,366 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,371 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,388 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,389 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,390 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,391 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,397 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,402 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,412 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,414 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,416 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,422 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,423 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,435 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,436 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,446 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,452 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,460 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,466 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,472 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,476 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,477 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,479 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,480 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,482 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,501 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,502 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,504 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,508 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,513 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,515 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,516 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,517 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,520 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,533 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,538 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,543 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,557 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,559 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,560 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,564 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,568 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,571 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,572 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,575 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,585 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,587 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,591 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,607 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,613 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,618 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,619 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,629 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,631 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,639 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,640 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,647 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,649 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,650 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,660 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,662 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,669 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,679 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,681 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,683 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,684 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,688 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,691 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,709 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,712 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,719 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,720 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,730 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,731 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,733 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,736 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,742 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,748 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,757 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,772 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,772 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,773 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,775 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,782 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,785 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,786 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,791 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,796 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,797 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,805 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,814 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,816 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,825 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,830 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,835 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,842 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,847 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,848 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,852 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,854 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,856 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,873 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,873 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,879 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,891 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,892 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,899 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,903 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,908 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,909 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,914 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,916 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,921 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,927 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,929 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,930 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,935 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,952 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,953 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,969 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,971 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,975 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,979 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,987 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,990 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,994 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:02,999 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,009 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,010 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,012 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,013 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,019 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,021 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,032 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,042 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,044 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,053 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,058 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,059 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,071 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,072 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,073 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,077 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,081 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,086 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,091 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,092 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,093 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,097 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,098 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,100 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,121 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,129 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,136 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,140 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,142 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,151 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,152 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,157 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,168 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,171 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,173 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,176 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,178 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,179 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,180 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,181 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,186 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,197 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,206 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,211 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,225 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,234 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,234 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,237 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,241 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,247 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,250 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,251 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,252 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,263 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,267 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,269 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,275 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,284 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,290 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,292 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,294 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,295 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,306 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,307 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,330 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,337 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,340 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,345 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,346 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,347 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,352 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,357 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,362 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,366 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,373 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,375 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,380 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,384 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,395 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,408 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,410 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,411 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,411 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:03,416 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:05,763 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:48:05,763 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:48:11,033 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:48:11,033 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:48:12,908 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:48:13,862 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:48:15,896 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:48:21,397 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:48:21,398 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:48:21,992 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:48:22,015 DEBUG [Thread-2][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:48:22,036 DEBUG [qtp1100829986-442][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:22,041 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Entered. 20:48:23,600 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:48:23,651 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:48:24,724 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:48:24,728 DEBUG [Thread-9][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:48:24,733 DEBUG [qtp1100829986-430][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:24,737 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:48:25,335 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:48:25,335 INFO [CryptoCache][CryptoCache] getCryptoCacheEntryExpiryAgeMSec: Property 'cumulus4j.CryptoCache.entryExpiryAge' cannot be read, because NucleusContext was garbage-collected. Using fallback value 300000. 20:48:25,335 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:48:25,335 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:48:25,335 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:48:25,336 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:48:25,336 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:48:25,870 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:48:25,873 DEBUG [Thread-12][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:48:25,878 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:48:25,882 DEBUG [Thread-10][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:48:25,889 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:25,890 DEBUG [qtp1100829986-453][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:25,894 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:48:25,905 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Entered. 20:48:28,227 INFO [qtp1100829986-445][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:48:28,227 INFO [qtp1100829986-445][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:48:28,227 INFO [qtp1100829986-445][Cumulus4jStoreManager] ======================================================= 20:48:28,228 ERROR [qtp1100829986-445][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 70 more 20:48:28,229 DEBUG [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:48:28,229 INFO [qtp1100829986-445][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:48:28,230 TRACE [qtp1100829986-445][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-8279361546655905561_iauy3qr1*1*0bgvu3 20:48:28,230 INFO [qtp1100829986-445][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:48:28,764 INFO [qtp1100829986-445][MinimumCumulus4jVersion] version=10100001 20:48:29,402 INFO [qtp1100829986-445][MinimumCumulus4jVersion] version=10100001 20:48:29,402 DEBUG [qtp1100829986-445][RecreateIndex] deleteIndex: Entered. 20:48:29,588 DEBUG [qtp1100829986-445][RecreateIndex] deleteIndex: There are no IndexEntry instances in the database => quit. 20:48:29,588 DEBUG [qtp1100829986-445][RecreateIndex] deleteIndex: Leaving. 20:48:29,646 DEBUG [qtp1100829986-445][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:48:29,667 DEBUG [qtp1100829986-445][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@5ccdaca1[null,org.cumulus4j.store.test.movie.Movie] 20:48:29,676 DEBUG [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,694 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@3c00aee4[null,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,705 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,705 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,721 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,721 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,721 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,722 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@4a86d2ec[null,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:48:29,725 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4a86d2ec[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:48:29,726 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,726 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,727 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@5239c87d[null,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,729 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,729 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,730 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,730 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,730 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,731 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@62ce1ec3[null,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:48:29,734 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@62ce1ec3[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:48:29,735 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,736 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,736 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@43d41231[null,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:48:29,740 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,740 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@43d41231[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:48:29,741 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43d41231[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:48:29,741 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,741 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@57c02e03[null,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,743 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,744 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@57c02e03[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,745 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@57c02e03[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,745 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,745 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@309b3d67[null,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,747 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,748 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,749 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,749 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,749 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,750 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1c05b903[null,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:48:29,753 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1c05b903[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:48:29,754 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,754 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,754 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1d440b3[null,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:48:29,757 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,757 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1d440b3[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:48:29,758 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1d440b3[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:48:29,758 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,758 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@544b4c59[null,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,761 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,762 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,763 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,763 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,763 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,763 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@333b4de5[null,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:48:29,766 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@333b4de5[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:48:29,767 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,767 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,768 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@78ac1040[null,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,772 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,773 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@78ac1040[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,774 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78ac1040[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,774 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,774 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@34a87a07[null,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,776 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,777 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,778 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,778 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,778 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,778 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@473af810[null,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:48:29,780 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@473af810[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:48:29,781 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,782 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,782 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,782 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,782 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43d41231[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:48:29,782 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@57c02e03[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,782 DEBUG [qtp1100829986-445][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@57c02e03[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,808 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,808 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1d440b3[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:48:29,808 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,808 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78ac1040[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,808 DEBUG [qtp1100829986-445][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@78ac1040[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,811 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,812 DEBUG [qtp1100829986-445][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,812 DEBUG [qtp1100829986-445][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,812 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5ccdaca1[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,813 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@43d41231[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:48:29,813 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@43d41231[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:48:29,813 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43d41231[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:48:29,814 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@43d41231[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:48:29,815 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@78ac1040[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,815 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@78ac1040[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,815 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78ac1040[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,816 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@78ac1040[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,816 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,818 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,818 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,818 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@62ce1ec3[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:48:29,818 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@62ce1ec3[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:48:29,818 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62ce1ec3[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:48:29,819 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@62ce1ec3[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:48:29,819 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5239c87d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,819 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,819 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,819 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,820 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1c05b903[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:48:29,820 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1c05b903[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:48:29,820 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1c05b903[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:48:29,820 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1c05b903[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:48:29,820 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@309b3d67[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,820 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@57c02e03[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,821 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@57c02e03[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,821 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@57c02e03[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,821 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@57c02e03[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,821 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,821 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,822 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,822 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4a86d2ec[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:48:29,822 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4a86d2ec[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:48:29,822 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a86d2ec[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:48:29,822 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4a86d2ec[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:48:29,822 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3c00aee4[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,823 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1d440b3[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:48:29,823 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1d440b3[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:48:29,823 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1d440b3[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:48:29,823 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1d440b3[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:48:29,824 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,824 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,824 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,824 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@333b4de5[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:48:29,824 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@333b4de5[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:48:29,824 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@333b4de5[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:48:29,825 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@333b4de5[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:48:29,825 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@544b4c59[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,825 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,825 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,825 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,826 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@473af810[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:48:29,826 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@473af810[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:48:29,826 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@473af810[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:48:29,826 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@473af810[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:48:29,826 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@34a87a07[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,828 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,829 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6d389e5a[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:48:29,829 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20245ebb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,829 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@643fe37d[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:48:29,829 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1e7056f6[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:48:29,829 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@311a964a[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,829 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6a3fa080[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:48:29,829 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@774269fe[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,830 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@153171cc[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:48:29,830 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@612612f2[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:48:29,830 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@aa5ffb2[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:48:29,830 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18360494[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,830 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2669cf7[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:48:29,830 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1ecb1d5c[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,830 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@28f492cf[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:48:29,830 DEBUG [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 1601 ms). class=org.cumulus4j.store.test.movie.Movie 20:48:29,848 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:48:29,849 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:48:29,849 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,849 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1ecb1d5c[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:29,849 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,849 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:48:29,850 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,850 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18360494[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:29,850 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:48:29,850 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,850 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:48:29,850 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,851 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@311a964a[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:29,851 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,851 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,851 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:48:29,851 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,851 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20245ebb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:29,851 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:48:29,851 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:29,852 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@774269fe[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:29,852 TRACE [qtp1100829986-445][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:48:29,852 INFO [qtp1100829986-445][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:48:29,852 INFO [qtp1100829986-445][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:48:32,372 INFO [qtp1100829986-445][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:48:32,373 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _query[requestID=58fdz673tbcdliltepwnednog]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@44397d58[58fdz673tbcdliltepwnednog,test-8279361546655905561_iauy3qr1*1*0bgvu3] 20:48:32,432 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _query[requestID=58fdz673tbcdliltepwnednog]: Request persisted. 20:48:32,487 ERROR [qtp1100829986-444][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@28563b94" (id="58fdz673tbcdliltepwnednog") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:48:32,487 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@44397d58[58fdz673tbcdliltepwnednog,test-8279361546655905561_iauy3qr1*1*0bgvu3] 20:48:32,487 DEBUG [qtp1100829986-434][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:48:32,488 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@28563b94" (id="58fdz673tbcdliltepwnednog") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@44397d58 20:48:32,488 ERROR [qtp1100829986-448][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6d3287a5" (id="58fdz673tbcdliltepwnednog") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:48:32,492 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6d3287a5" (id="58fdz673tbcdliltepwnednog") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@44397d58 20:48:32,493 ERROR [qtp1100829986-435][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@61b52767" (id="58fdz673tbcdliltepwnednog") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:48:32,494 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@61b52767" (id="58fdz673tbcdliltepwnednog") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@44397d58 20:48:32,495 ERROR [qtp1100829986-447][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@524725db" (id="58fdz673tbcdliltepwnednog") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:48:32,495 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@524725db" (id="58fdz673tbcdliltepwnednog") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@44397d58 20:48:32,496 DEBUG [Thread-13][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:48:32,510 DEBUG [Thread-13][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:48:32,515 DEBUG [qtp1100829986-434][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:32,518 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=58fdz673tbcdliltepwnednog]: Entered. 20:48:32,564 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Entered. 20:48:32,722 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Created new Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:48:32,724 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,733 TRACE [qtp1100829986-445][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:48:32,733 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,733 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,733 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@774269fe[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:32,750 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,750 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,759 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20245ebb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:32,763 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,763 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,782 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,787 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,814 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,815 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,824 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@311a964a[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:32,828 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,828 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,830 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18360494[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:32,835 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,835 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,837 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1ecb1d5c[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:32,841 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,841 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,846 DEBUG [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:48:32,846 DEBUG [qtp1100829986-445][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:48:32,848 DEBUG [qtp1100829986-445][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@46aa56c9[null,org.cumulus4j.store.test.movie.Rating] 20:48:32,851 DEBUG [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@46aa56c9[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,852 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1aff09cb[null,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,854 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@46aa56c9[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,854 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1aff09cb[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,855 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1aff09cb[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,855 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@46aa56c9[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,856 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@65577656[null,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:48:32,858 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@46aa56c9[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,859 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@65577656[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:48:32,860 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@65577656[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:48:32,860 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@46aa56c9[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,860 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1aff09cb[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,860 DEBUG [qtp1100829986-445][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@1aff09cb[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,863 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@65577656[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:48:32,864 DEBUG [qtp1100829986-445][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@46aa56c9[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,864 DEBUG [qtp1100829986-445][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@46aa56c9[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,864 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@46aa56c9[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,864 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@65577656[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:48:32,864 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@65577656[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:48:32,864 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@65577656[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:48:32,864 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@65577656[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:48:32,865 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1aff09cb[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,865 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1aff09cb[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,865 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1aff09cb[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,865 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1aff09cb[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,865 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@beb78b3[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,865 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@104135e2[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:48:32,865 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@293890c4[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:48:32,865 DEBUG [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 19 ms). class=org.cumulus4j.store.test.movie.Rating 20:48:32,865 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@beb78b3[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,865 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@beb78b3[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,865 TRACE [qtp1100829986-445][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:48:32,866 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,866 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,869 TRACE [qtp1100829986-445][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:48:32,869 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@beb78b3[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,869 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@beb78b3[2,org.cumulus4j.store.test.movie.Rating] 20:48:32,872 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,873 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,878 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,879 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,882 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:48:32,882 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:48:32,882 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,882 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1ecb1d5c[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:32,882 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,882 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:48:32,882 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,882 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18360494[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:32,882 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:48:32,882 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,883 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:48:32,883 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,883 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@311a964a[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:32,883 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,883 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,883 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:48:32,883 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,883 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20245ebb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:32,883 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:48:32,883 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,883 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@774269fe[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:32,884 TRACE [qtp1100829986-445][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 2 20:48:32,884 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,884 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,887 TRACE [qtp1100829986-445][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 2 20:48:32,887 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@774269fe[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:48:32,891 TRACE [qtp1100829986-445][CryptoCache] getKeyData: Found cached key with keyID=1. 20:48:32,892 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Created new Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:48:32,893 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,894 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,894 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,894 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@20245ebb[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:48:32,909 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,909 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,909 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,910 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,914 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,915 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,920 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,920 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,923 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@311a964a[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:48:32,927 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,927 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,927 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,928 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,928 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18360494[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:32,933 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,933 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,933 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,934 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,934 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1ecb1d5c[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:48:32,939 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,940 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,940 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,940 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,942 DEBUG [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:48:32,943 DEBUG [qtp1100829986-445][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:48:32,946 DEBUG [qtp1100829986-445][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@38c39d6[null,org.cumulus4j.store.test.movie.Person] 20:48:32,948 DEBUG [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@38c39d6[3,org.cumulus4j.store.test.movie.Person] 20:48:32,949 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@58c288d1[null,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,952 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@38c39d6[3,org.cumulus4j.store.test.movie.Person] 20:48:32,952 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@58c288d1[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,953 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@58c288d1[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,953 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@38c39d6[3,org.cumulus4j.store.test.movie.Person] 20:48:32,953 DEBUG [qtp1100829986-445][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@3fb027cd[null,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:48:32,955 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@38c39d6[3,org.cumulus4j.store.test.movie.Person] 20:48:32,955 DEBUG [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3fb027cd[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:48:32,956 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3fb027cd[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:48:32,956 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@38c39d6[3,org.cumulus4j.store.test.movie.Person] 20:48:32,956 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@58c288d1[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,956 DEBUG [qtp1100829986-445][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@58c288d1[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,959 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3fb027cd[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:48:32,959 DEBUG [qtp1100829986-445][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@38c39d6[3,org.cumulus4j.store.test.movie.Person] 20:48:32,959 DEBUG [qtp1100829986-445][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@38c39d6[3,org.cumulus4j.store.test.movie.Person] 20:48:32,959 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@38c39d6[3,org.cumulus4j.store.test.movie.Person] 20:48:32,960 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@58c288d1[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,960 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@58c288d1[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,960 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@58c288d1[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,960 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@58c288d1[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,960 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3fb027cd[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:48:32,960 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3fb027cd[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:48:32,960 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3fb027cd[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:48:32,960 DEBUG [qtp1100829986-445][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3fb027cd[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:48:32,961 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@53436854[3,org.cumulus4j.store.test.movie.Person] 20:48:32,961 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6e768d80[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:48:32,961 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@29440728[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:48:32,961 DEBUG [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 19 ms). class=org.cumulus4j.store.test.movie.Person 20:48:32,961 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@53436854[3,org.cumulus4j.store.test.movie.Person] 20:48:32,961 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@53436854[3,org.cumulus4j.store.test.movie.Person] 20:48:32,961 TRACE [qtp1100829986-445][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:48:32,961 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,962 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,964 TRACE [qtp1100829986-445][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:48:32,965 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@53436854[3,org.cumulus4j.store.test.movie.Person] 20:48:32,965 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@53436854[3,org.cumulus4j.store.test.movie.Person] 20:48:32,968 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,968 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,974 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,974 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,977 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:48:32,994 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:32,995 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:32,996 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@1 20:48:32,996 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:32,996 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:48:33,011 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,012 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,012 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:33,042 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,042 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,045 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:48:33,048 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,049 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,049 TRACE [qtp1100829986-445][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@1] 20:48:33,050 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:33,050 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18360494[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:33,050 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:48:33,053 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,053 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,053 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:33,053 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18360494[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:33,058 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,059 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,059 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,059 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,060 TRACE [qtp1100829986-445][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18360494[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:48:33,064 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,065 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,070 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,070 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@971289006 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,099 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:48:33,100 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:48:33,112 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:48:33,113 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:48:33,129 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,129 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,130 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:33,130 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:33,130 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:33,130 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:48:33,131 TRACE [qtp1100829986-445][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:48:33,134 TRACE [qtp1100829986-445][CryptoCache] acquireCipherEntry: Found cached Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:48:33,134 TRACE [qtp1100829986-445][CryptoCache] releaseCipherEntry: Releasing Cipher@1445598134 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:48:33,135 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:33,135 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] 20:48:33,135 TRACE [qtp1100829986-445][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@473ed1b0[1,org.cumulus4j.store.test.movie.Movie] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 201.243 sec Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.integrationtest.webapp --- 20:48:33,899 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/integrationtest already added, skipping [INFO] org/cumulus4j/integrationtest/webapp already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] cumulus4j-test-datanucleus.properties already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/integrationtest already added, skipping [INFO] org/cumulus4j/integrationtest/webapp already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] cumulus4j-test-datanucleus.properties already added, skipping 20:48:34,124 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:48:34,124 INFO [CryptoCache][CryptoCache] getCryptoCacheEntryExpiryAgeMSec: Property 'cumulus4j.CryptoCache.entryExpiryAge' is not set. Using default value 1800000. 20:48:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:48:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:48:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:48:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:48:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.integrationtest.webapp --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.front.webapp 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.front.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Compiling 10 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.front.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [org.cumulus4j.keymanager.front.webapp] in [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/src/main/webapp] [INFO] Webapp assembled in [170 msecs] [INFO] Building war: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.front.webapp --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/front already added, skipping [INFO] org/cumulus4j/keymanager/front/webapp already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/front already added, skipping [INFO] org/cumulus4j/keymanager/front/webapp already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.integrationtest.withkeyserver 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.integrationtest.withkeyserver --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/src/main/resources [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/src/main/java [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.integrationtest.withkeyserver --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar [WARNING] Failed to getClass for org.mortbay.jetty.plugin.JettyDeployWar [INFO] [INFO] --- jetty-maven-plugin:8.0.0.M2:deploy-war (start-jetty) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Configuring Jetty for project: org.cumulus4j.integrationtest.withkeyserver [INFO] Context path = /org.cumulus4j.keymanager.front.webapp [INFO] Tmp directory = /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] Starting jetty 8.0.0.M2 ... 2014-10-09 20:48:42.130:INFO::jetty-8.0.0.M2 2014-10-09 20:48:42.139:INFO::Extract jar:file:/home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war!/ to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/tmp/webapp 20:48:43,439 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 2014-10-09 20:48:43.510:INFO::No Transaction manager found - if your webapp requires one, please configure one. 20:48:43,534 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 2014-10-09 20:48:43.541:INFO::Started SelectChannelConnector@0.0.0.0:8686 [INFO] Started Jetty Server 20:48:43,551 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:48:43,559 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null [INFO] [INFO] --- maven-failsafe-plugin:2.8.1:integration-test (default) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Failsafe report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/failsafe-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.integrationtest.withkeyserver.IntegrationWithAppServerAndKeyServerTest [INFO] Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' 20:48:46,698 DEBUG [qtp2079770359-542][KeyManagerFrontWebApp] : Service classes: 20:48:46,701 DEBUG [qtp2079770359-542][KeyManagerFrontWebApp] : org.cumulus4j.keymanager.front.webapp.UserService 20:48:46,701 DEBUG [qtp2079770359-542][KeyManagerFrontWebApp] : org.cumulus4j.keymanager.front.webapp.AppServerService 20:48:46,701 DEBUG [qtp2079770359-542][KeyManagerFrontWebApp] : org.cumulus4j.keymanager.front.webapp.CryptoSessionService 20:48:46,701 DEBUG [qtp2079770359-542][KeyManagerFrontWebApp] : org.cumulus4j.keymanager.front.webapp.DateDependentKeyStrategyService [INFO] Instantiated the Application class org.cumulus4j.keymanager.front.webapp.KeyManagerFrontWebApp 20:48:48,235 DEBUG [qtp2079770359-542][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:48:48,238 INFO [qtp2079770359-542][KeyStoreManager] getSingletons: System property 'cumulus4j.keyStoreDir' was set to '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. Using keyStoreDir '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. 20:48:48,315 DEBUG [qtp2079770359-542][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 20:48:48,321 INFO [qtp2079770359-542][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:48:48,322 INFO [qtp2079770359-542][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:48:48,323 INFO [qtp2079770359-542][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:48:48,631 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:48:48,631 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 20:48:48,632 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:48:48,632 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 20:48:48,633 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:48:48,633 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 20:48:48,634 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:48:48,635 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:48:48,635 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:48:48,635 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 20:48:48,636 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:48:48,637 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 20:48:48,637 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:48:48,638 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 20:48:48,639 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:48:48,641 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 20:48:48,641 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:48:48,642 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 20:48:48,650 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 20:48:48,651 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 20:48:48,652 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:48:48,652 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:48:48,652 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 20:48:48,653 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:48:48,654 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:48:48,654 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 20:48:48,655 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:48:48,655 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:48:48,655 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 20:48:48,656 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:48:48,661 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:48:48,662 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 20:48:48,663 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:48:48,663 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:48:48,663 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 20:48:48,664 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:48:48,664 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:48:48,664 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 20:48:48,665 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:48:48,665 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:48:48,665 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 20:48:48,666 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:48:48,667 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:48:48,667 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 20:48:48,667 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:48:48,668 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:48:48,668 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 20:48:48,669 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:48:48,669 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:48:48,669 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 20:48:48,670 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:48:48,670 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:48:48,670 TRACE [qtp2079770359-542][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 20:48:48,674 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 20:48:48,678 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 20:48:48,681 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 20:48:48,687 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 20:48:48,697 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 20:48:48,701 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 20:48:48,706 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 20:48:48,712 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 20:48:48,716 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 20:48:48,725 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 20:48:48,727 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 20:48:48,732 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 20:48:48,732 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 20:48:48,738 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 20:48:48,740 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 20:48:48,742 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 20:48:48,745 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 20:48:48,748 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 20:48:48,750 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 20:48:48,752 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 20:48:48,758 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 20:48:48,762 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 20:48:48,769 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 20:48:48,771 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 20:48:48,773 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 20:48:48,778 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 20:48:48,780 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 20:48:48,783 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 20:48:48,785 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 20:48:48,787 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 20:48:48,789 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 20:48:48,791 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 20:48:48,793 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 20:48:48,798 TRACE [qtp2079770359-542][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 20:48:48,799 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 20:48:48,801 TRACE [qtp2079770359-542][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 20:48:48,804 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,804 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,804 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,804 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,804 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,805 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,805 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,805 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,805 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,805 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,805 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,805 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,805 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,805 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,806 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,806 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,806 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,806 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,806 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,806 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,806 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,806 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,806 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,807 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 20:48:48,809 TRACE [qtp2079770359-542][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 20:48:48,809 TRACE [qtp2079770359-542][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 20:48:48,811 TRACE [qtp2079770359-542][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 20:48:48,812 TRACE [qtp2079770359-542][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 20:48:48,813 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 20:48:48,815 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,815 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,815 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,815 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,816 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,816 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,816 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,816 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,816 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,816 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,816 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,816 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,816 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,817 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,817 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,817 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,817 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,817 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,817 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,817 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,817 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,817 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,818 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,818 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,818 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,818 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,818 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,818 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,818 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,818 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,818 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,819 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,819 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 20:48:48,820 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 20:48:48,838 DEBUG [qtp2079770359-542][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:48:48,838 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 20:48:48,839 DEBUG [qtp2079770359-542][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 20:48:48,840 DEBUG [qtp2079770359-542][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:48:48,841 TRACE [qtp2079770359-542][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 20:48:48,842 DEBUG [qtp2079770359-542][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 20:48:48,843 DEBUG [qtp2079770359-542][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 20:48:48,845 DEBUG [qtp2079770359-542][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 20:48:48,846 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 20:48:48,847 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:48:48,848 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 20:48:48,849 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 20:48:48,861 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 20:48:48,862 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 20:48:48,863 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 20:48:48,864 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 20:48:48,865 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 20:48:48,868 TRACE [qtp2079770359-542][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" 20:48:48,879 INFO [qtp2079770359-542][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:48:49,501 INFO [qtp2079770359-539][UserService] logger: instantiated UserService 20:48:49,565 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@ea7d85f 20:48:49,575 DEBUG [qtp2079770359-539][UserService] putUser: entered 20:48:49,575 DEBUG [qtp2079770359-539][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:48:49,600 INFO [qtp2079770359-541][UserService] logger: instantiated UserService 20:48:49,606 DEBUG [qtp2079770359-541][UserService] putUser: entered 20:48:49,606 DEBUG [qtp2079770359-541][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:48:49,627 INFO [qtp2079770359-540][UserService] logger: instantiated UserService 20:48:49,632 DEBUG [qtp2079770359-540][UserService] putUser: entered 20:48:49,633 DEBUG [qtp2079770359-540][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:48:49,690 DEBUG [qtp2079770359-542][AppServerService] logger: instantiated AppServerService 20:48:49,704 DEBUG [qtp2079770359-542][AppServerService] putAppServer: entered 20:48:49,704 DEBUG [qtp2079770359-542][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:48:49,708 INFO [qtp2079770359-542][SessionManager] Creating instance of SessionManager. 20:48:49,771 DEBUG [qtp2079770359-535][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:48:49,781 DEBUG [qtp2079770359-535][CryptoSessionService] open: authUserName='devil' cryptoSessionID='test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co' 20:48:49,794 DEBUG [Thread-503][JAXBContextResolver] Instantiating JAXBContextResolver. 20:48:49,805 DEBUG [Thread-505][JAXBContextResolver] Instantiating JAXBContextResolver. 20:48:49,796 DEBUG [Thread-504][JAXBContextResolver] Instantiating JAXBContextResolver. 20:48:49,812 DEBUG [Thread-506][JAXBContextResolver] Instantiating JAXBContextResolver. 20:48:49,822 DEBUG [Thread-502][JAXBContextResolver] Instantiating JAXBContextResolver. 20:48:51,486 DEBUG [Thread-505][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:48:51,495 DEBUG [Thread-502][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:48:51,531 DEBUG [Thread-503][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:48:51,576 DEBUG [qtp1100829986-445][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:51,583 DEBUG [Thread-506][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:48:51,588 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:48:51,596 DEBUG [qtp1100829986-433][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:51,596 DEBUG [qtp1100829986-409][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:51,599 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:48:51,600 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:48:51,617 DEBUG [qtp1100829986-413][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:51,619 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:48:51,632 DEBUG [Thread-504][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:48:51,638 DEBUG [qtp1100829986-410][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:48:51,640 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:48:52,600 INFO [qtp1100829986-412][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:48:52,611 DEBUG [qtp1100829986-412][CleanupUtil] Deleting all tables from Data backend store 20:48:54,790 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDOException: Exception thrown when executing query NestedThrowables: java.sql.SQLNonTransientConnectionException: No current connection. 20:48:54,793 ERROR [qtp1100829986-444][Transaction] Operation rollback failed on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@7e1cdfb7, error code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid=_M, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@7e1cdfb7]] 20:48:54,822 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,829 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,830 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,829 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,834 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,835 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,836 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,844 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,859 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,869 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,868 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,866 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,866 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,872 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,873 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,876 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,876 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:48:54,888 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,928 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,952 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,951 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,944 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,955 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,944 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,955 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,963 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,985 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,985 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,993 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,998 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:55,003 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:55,006 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:54,976 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:48:55,014 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,022 INFO [qtp1100829986-412][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:48:55,022 DEBUG [qtp1100829986-412][CleanupUtil] Deleting all tables from Index backend store 20:48:55,022 WARN [qtp1100829986-412][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:48:55,026 INFO [qtp1100829986-412][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:48:55,030 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,031 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,032 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,037 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,042 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,042 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,044 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,056 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,078 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,081 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,086 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,086 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,095 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,095 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,098 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,099 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,100 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,101 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,106 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,112 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,123 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,124 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,137 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,145 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,150 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,159 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,172 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,174 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,175 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,177 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,180 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,190 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,192 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,196 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,204 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,212 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,215 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,220 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,237 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,238 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,245 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,250 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,260 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,262 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,266 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,271 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,272 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,273 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,274 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,274 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,277 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,277 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:48:55,291 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,312 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,314 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,328 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,335 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,339 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,341 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,343 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,344 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,359 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,360 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,367 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,368 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,374 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,382 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,391 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,394 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,395 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,399 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,405 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,417 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,423 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,438 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,448 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,452 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,454 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,457 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,460 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,461 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,479 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,484 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,489 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,496 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,500 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,508 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,511 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,519 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,521 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,534 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,541 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,546 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,547 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,548 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,555 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,560 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,566 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,578 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,582 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,595 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,604 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,605 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,624 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,630 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,596 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,727 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,727 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,729 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,730 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,730 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,732 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,733 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,734 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,736 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,740 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,741 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,742 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,785 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,789 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,792 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,801 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,802 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,811 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,816 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,820 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,824 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,826 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,826 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,829 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,834 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,838 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,850 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,865 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,875 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,887 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,888 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,891 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,894 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,902 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,903 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,904 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,904 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,917 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,918 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,921 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,922 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,923 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,949 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,957 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,962 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,977 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,980 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,980 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,982 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,982 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,988 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,993 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:55,998 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,004 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,011 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,012 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,017 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,040 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,040 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,045 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,047 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,048 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,053 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,056 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,057 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,058 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,077 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,079 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,086 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,087 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,101 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,109 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,112 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,114 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,123 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,124 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,126 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,135 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,138 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,139 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,146 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,147 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,164 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,169 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,172 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,175 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,186 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,196 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,204 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,204 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,220 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,222 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,223 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,224 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,225 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,226 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,228 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,238 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,249 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,260 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,260 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,263 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,268 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,277 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,278 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,281 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,284 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,298 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,312 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,313 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,317 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,323 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,324 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,327 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,339 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,349 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,353 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,354 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,360 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,366 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,368 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,371 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,375 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,381 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,387 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,390 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,405 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,406 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,410 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,420 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,424 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,428 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,431 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,439 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,441 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,447 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,450 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,450 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Returning request: null 20:48:56,454 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,472 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,473 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,474 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,475 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,479 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,479 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,479 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Returning request: null 20:48:56,490 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,506 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,509 WARN [qtp1100829986-412][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:48:56,510 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,511 WARN [qtp1100829986-412][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:48:56,520 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,524 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,531 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,531 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,535 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,539 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,548 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,565 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,570 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,572 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,572 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,580 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,588 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,602 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,603 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,612 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,619 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,626 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,631 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,634 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,636 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,636 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,643 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,670 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,672 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,678 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,686 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,691 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,698 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,701 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,712 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,714 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,717 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,718 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,721 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,731 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,743 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,746 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,755 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,758 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,760 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,782 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,783 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,787 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,791 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,794 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,796 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,806 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,807 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,808 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,839 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,840 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,846 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,858 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,861 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,866 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,868 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,879 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,880 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,884 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,886 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,893 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,909 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,915 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,919 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,920 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,929 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,932 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,943 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,955 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,962 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,970 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,972 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,981 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,989 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,991 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,993 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:56,993 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,005 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,011 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,018 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,026 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,034 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,038 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,046 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,052 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,059 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,066 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,073 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,075 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,079 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,092 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,097 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,098 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,103 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,104 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,107 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,117 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,125 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,133 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,144 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,147 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,152 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,162 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,170 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,175 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,176 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,177 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,178 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,179 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,203 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,213 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,215 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,217 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,226 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,237 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,237 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,240 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,258 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,260 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,264 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,266 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,267 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,270 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,285 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,294 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,297 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,308 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,310 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,327 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,329 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,332 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,334 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,344 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,347 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,349 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,353 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,371 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,374 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,385 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,390 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,394 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,402 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,408 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,413 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,414 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Returning request: null 20:48:57,415 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,416 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,419 WARN [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,419 DEBUG [qtp1100829986-447][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Returning request: null 20:48:57,426 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,427 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,453 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,473 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,474 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,479 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,480 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,485 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,487 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,503 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,511 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,524 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,525 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,537 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,539 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,563 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,569 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,578 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,585 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,586 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,592 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,596 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,611 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,619 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,631 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,635 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,652 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,654 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,661 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,670 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,680 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,685 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,687 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,687 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,688 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,695 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,714 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,724 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,727 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,741 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,744 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,747 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,756 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,773 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,774 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,780 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,784 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,792 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,810 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,816 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,821 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,825 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,837 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,841 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,850 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,864 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,869 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,879 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,880 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,896 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,911 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,912 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,915 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,916 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,936 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,946 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,953 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,968 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,976 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,981 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,994 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:57,999 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,001 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,003 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,003 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,026 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,038 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,047 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,054 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,055 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,067 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,079 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,094 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,099 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,099 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,101 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,109 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,121 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,134 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,136 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,136 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,151 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,176 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,178 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,188 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,189 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,189 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,190 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,197 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,206 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,209 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,242 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,245 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,250 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,253 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,258 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,264 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,266 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,266 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,279 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,281 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,306 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,321 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,330 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,333 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,338 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,342 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,343 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,347 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,349 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,350 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,381 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,388 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,400 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,403 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,409 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,412 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,419 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,419 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,421 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,445 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,451 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,454 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,460 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,483 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,484 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,488 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,489 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,490 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,500 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,518 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,521 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,524 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,530 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,538 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,547 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,549 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,564 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,573 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,579 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,585 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,585 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,587 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,591 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,606 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,608 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,626 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,641 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,647 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,657 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,658 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,660 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,662 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,664 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,666 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,678 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,713 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,725 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,727 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,729 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,732 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,738 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,740 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,747 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,748 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,756 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,776 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,781 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,808 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,812 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,812 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,818 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,822 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,824 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,836 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,838 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,846 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,847 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,859 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,864 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,873 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,877 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,883 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,900 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,903 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,923 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,924 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,941 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,945 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,946 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,947 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,961 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,970 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,982 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:58,990 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,009 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,010 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,016 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,018 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,018 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,024 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,035 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,045 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,047 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,066 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,073 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,084 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,092 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,093 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,095 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,111 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,119 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,128 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,132 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,135 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,158 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,161 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,172 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,176 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,187 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,190 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,194 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,196 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,211 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,228 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,230 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,240 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,243 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,252 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,254 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,265 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,275 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,283 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,300 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,306 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,309 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,313 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,319 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,320 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,321 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,330 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,352 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,353 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,372 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,378 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,387 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,394 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,396 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,403 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,408 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,409 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,419 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,423 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,441 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,460 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,476 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,484 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,485 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,488 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,490 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,496 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,496 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,498 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,513 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,539 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,540 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,545 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,547 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,550 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,579 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,581 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,585 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,596 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,609 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,618 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,620 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,628 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,639 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,640 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,676 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,678 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,679 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,685 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,690 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,698 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,705 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:48:59,713 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:49:15,896 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:49:15,896 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:49:22,112 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12ggi42-jpn7g9lums1_q8nvb3hr]: Returning request: null 20:49:24,115 INFO [qtp1100829986-412][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:49:24,115 INFO [qtp1100829986-412][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:49:24,115 INFO [qtp1100829986-412][Cumulus4jStoreManager] ======================================================= 20:49:24,119 ERROR [qtp1100829986-412][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 70 more 20:49:24,123 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:49:24,124 INFO [qtp1100829986-412][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:49:24,124 TRACE [qtp1100829986-412][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co 20:49:24,124 INFO [qtp1100829986-412][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:49:24,744 INFO [qtp1100829986-412][MinimumCumulus4jVersion] version=10100001 20:49:24,800 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:49:25,336 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:49:25,336 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:49:25,356 INFO [qtp1100829986-412][MinimumCumulus4jVersion] version=10100001 20:49:25,356 DEBUG [qtp1100829986-412][RecreateIndex] deleteIndex: Entered. 20:49:25,568 DEBUG [qtp1100829986-412][RecreateIndex] deleteIndex: There are no IndexEntry instances in the database => quit. 20:49:25,569 DEBUG [qtp1100829986-412][RecreateIndex] deleteIndex: Leaving. 20:49:25,614 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:49:25,630 DEBUG [qtp1100829986-412][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@364da394[null,org.cumulus4j.store.test.movie.Movie] 20:49:25,638 DEBUG [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,653 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@148c347a[null,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,661 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,662 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,675 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,675 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,675 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,675 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@6f6309ad[null,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:25,677 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6f6309ad[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:25,678 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,678 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,679 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@633f76b8[null,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,681 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,681 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,681 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,681 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,682 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,682 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@12b8a255[null,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:25,684 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@12b8a255[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:25,685 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,685 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,685 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@78929891[null,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:25,687 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,687 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@78929891[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:25,688 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78929891[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:25,688 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,688 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@123f319d[null,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,690 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,690 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@123f319d[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,691 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@123f319d[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,691 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,692 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@6b4b41a8[null,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,694 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,694 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,694 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,695 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,695 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,695 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@6a229087[null,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:25,697 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6a229087[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:25,698 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,698 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,698 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@187b1e1d[null,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:25,700 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,700 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@187b1e1d[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:25,701 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@187b1e1d[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:25,701 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,701 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@5dde76db[null,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,704 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,704 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,705 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,705 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,705 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,705 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@18880f7a[null,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:25,707 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@18880f7a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:25,708 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,708 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,709 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@41b50f01[null,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,711 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,711 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@41b50f01[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,712 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@41b50f01[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,712 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,712 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@8a3b2dc[null,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,714 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,714 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,715 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,715 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,715 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,715 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@693f5970[null,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:25,717 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@693f5970[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:25,718 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,718 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,718 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,719 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,719 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78929891[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:25,719 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@123f319d[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,719 DEBUG [qtp1100829986-412][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@123f319d[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,739 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,740 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@187b1e1d[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:25,740 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,740 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@41b50f01[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,740 DEBUG [qtp1100829986-412][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@41b50f01[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,742 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,743 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,743 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,743 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@364da394[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,744 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@78929891[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:25,744 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@78929891[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:25,744 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78929891[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:25,744 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@78929891[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:25,744 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@41b50f01[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,745 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@41b50f01[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,745 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@41b50f01[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,745 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@41b50f01[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,745 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,745 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,745 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,746 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@12b8a255[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:25,746 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@12b8a255[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:25,746 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@12b8a255[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:25,746 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@12b8a255[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:25,746 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@633f76b8[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,747 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,747 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,747 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,747 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6a229087[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:25,747 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6a229087[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:25,748 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6a229087[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:25,748 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6a229087[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:25,748 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6b4b41a8[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,748 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@123f319d[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,748 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@123f319d[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,748 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@123f319d[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,748 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@123f319d[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,749 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,749 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,749 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,749 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6f6309ad[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:25,750 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6f6309ad[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:25,750 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6f6309ad[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:25,750 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6f6309ad[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:25,750 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@148c347a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,750 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@187b1e1d[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:25,750 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@187b1e1d[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:25,751 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@187b1e1d[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:25,751 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@187b1e1d[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:25,751 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,751 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,751 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,752 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@18880f7a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:25,752 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@18880f7a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:25,752 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18880f7a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:25,752 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@18880f7a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:25,752 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5dde76db[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,752 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,753 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,753 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,753 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@693f5970[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:25,753 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@693f5970[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:25,753 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@693f5970[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:25,753 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@693f5970[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:25,754 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@8a3b2dc[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,754 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,754 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@c09fdd[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:25,754 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@663f668d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,754 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4c65e76c[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:25,755 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@363c8aa3[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:25,755 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@40b1ef26[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,755 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61cbc8f8[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:25,755 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@9f743f1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,755 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@488d8853[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:25,755 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43f1265b[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:25,755 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@d0d4336[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:25,755 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61b794eb[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,755 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5b92026b[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:25,756 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4edcedc4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,756 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a7e074f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:25,756 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 1633 ms). class=org.cumulus4j.store.test.movie.Movie 20:49:25,772 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:49:25,773 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:49:25,773 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,773 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4edcedc4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:25,773 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,773 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:49:25,773 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,774 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61b794eb[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:25,774 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:49:25,774 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,774 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:49:25,774 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,774 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@40b1ef26[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:25,774 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,774 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,774 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:49:25,775 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,775 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@663f668d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:25,775 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:49:25,775 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:25,775 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@9f743f1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:25,775 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:49:25,775 INFO [qtp1100829986-412][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:49:25,776 INFO [qtp1100829986-412][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:49:25,957 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:49:25,965 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gi120--54zz8bsz7ofp_0sbk7wqb]: Returning request: null 20:49:28,230 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:49:32,372 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:49:32,372 INFO [CryptoCache][CryptoCache] getCryptoCacheEntryExpiryAgeMSec: Property 'cumulus4j.CryptoCache.entryExpiryAge' is not set. Using default value 1800000. 20:49:32,372 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:49:32,372 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:49:32,372 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:49:32,373 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:49:32,373 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:49:32,579 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-8279361546655905561_iauy3qr1]: Returning request: null 20:49:33,899 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:49:34,124 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:49:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:49:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:49:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:49:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:49:34,124 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:49:44,946 INFO [qtp1100829986-412][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:49:44,946 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _query[requestID=0yq6ciiiy8g2hmu7e91867kiu]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@74f26d76[0yq6ciiiy8g2hmu7e91867kiu,test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co] 20:49:45,013 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _query[requestID=0yq6ciiiy8g2hmu7e91867kiu]: Request persisted. 20:49:45,065 ERROR [qtp1100829986-409][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@18a22a09" (id="0yq6ciiiy8g2hmu7e91867kiu") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:49:45,066 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@18a22a09" (id="0yq6ciiiy8g2hmu7e91867kiu") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@74f26d76 20:49:45,067 ERROR [qtp1100829986-433][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6b3e7f4b" (id="0yq6ciiiy8g2hmu7e91867kiu") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:49:45,068 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@6b3e7f4b" (id="0yq6ciiiy8g2hmu7e91867kiu") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@74f26d76 20:49:45,068 ERROR [qtp1100829986-410][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@356f688d" (id="0yq6ciiiy8g2hmu7e91867kiu") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:49:45,069 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@356f688d" (id="0yq6ciiiy8g2hmu7e91867kiu") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@74f26d76 20:49:45,070 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@74f26d76[0yq6ciiiy8g2hmu7e91867kiu,test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co] 20:49:45,071 DEBUG [qtp1100829986-413][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:49:45,075 DEBUG [Thread-506][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:49:45,243 DEBUG [Thread-506][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:49:45,251 DEBUG [qtp1100829986-414][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:49:45,256 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=0yq6ciiiy8g2hmu7e91867kiu]: Entered. 20:49:45,336 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:49:45,571 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Created new Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:49:45,572 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,581 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:49:45,581 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,581 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,581 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@9f743f1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:45,597 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,598 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,606 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@663f668d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:45,610 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,610 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,629 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,629 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,655 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,655 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,664 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@40b1ef26[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:45,667 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,667 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,670 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61b794eb[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:45,673 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,673 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,676 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4edcedc4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:45,679 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,679 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,684 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:49:45,684 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:49:45,686 DEBUG [qtp1100829986-412][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@3a365c6e[null,org.cumulus4j.store.test.movie.Rating] 20:49:45,688 DEBUG [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@3a365c6e[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,689 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@6cef476f[null,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,691 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@3a365c6e[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,692 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6cef476f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,692 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6cef476f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,693 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@3a365c6e[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,693 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@792a77b7[null,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:49:45,696 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@3a365c6e[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,696 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@792a77b7[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:49:45,697 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@792a77b7[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:49:45,697 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@3a365c6e[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,698 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6cef476f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,698 DEBUG [qtp1100829986-412][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@6cef476f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,700 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@792a77b7[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:49:45,701 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@3a365c6e[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,701 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@3a365c6e[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,701 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@3a365c6e[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,701 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@792a77b7[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:49:45,701 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@792a77b7[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:49:45,701 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@792a77b7[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:49:45,701 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@792a77b7[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:49:45,701 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6cef476f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,702 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6cef476f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,702 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6cef476f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,702 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6cef476f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,702 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@67ce9ba1[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,702 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2d4b9c45[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:49:45,702 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3f008d3e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:49:45,702 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 18 ms). class=org.cumulus4j.store.test.movie.Rating 20:49:45,702 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@67ce9ba1[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,702 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@67ce9ba1[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,702 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:49:45,703 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,703 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,705 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:49:45,705 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@67ce9ba1[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,705 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@67ce9ba1[2,org.cumulus4j.store.test.movie.Rating] 20:49:45,709 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,709 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,715 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,715 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,718 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:49:45,718 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:49:45,718 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,718 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4edcedc4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:45,718 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,718 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:49:45,718 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,718 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61b794eb[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:45,718 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:49:45,718 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,718 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:49:45,718 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,718 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@40b1ef26[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:45,719 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,719 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,719 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:49:45,719 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,719 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@663f668d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:45,719 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:49:45,719 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,719 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@9f743f1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:45,719 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 2 20:49:45,719 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,720 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,722 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 2 20:49:45,722 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@9f743f1[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:45,726 TRACE [qtp1100829986-412][CryptoCache] getKeyData: Found cached key with keyID=1. 20:49:45,727 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Created new Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:49:45,728 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,729 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,729 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,729 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@663f668d[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:45,744 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,744 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,744 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,744 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,749 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,749 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,755 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,755 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,758 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@40b1ef26[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:45,761 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,762 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,762 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,762 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,762 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61b794eb[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:45,767 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,768 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,768 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,768 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,768 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4edcedc4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:45,773 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,773 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,774 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,774 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,776 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:49:45,776 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:49:45,780 DEBUG [qtp1100829986-412][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@56490492[null,org.cumulus4j.store.test.movie.Person] 20:49:45,782 DEBUG [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@56490492[3,org.cumulus4j.store.test.movie.Person] 20:49:45,783 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@36fdf92f[null,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,785 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@56490492[3,org.cumulus4j.store.test.movie.Person] 20:49:45,785 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@36fdf92f[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,786 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@36fdf92f[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,786 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@56490492[3,org.cumulus4j.store.test.movie.Person] 20:49:45,787 DEBUG [qtp1100829986-412][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@43c13320[null,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:49:45,789 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@56490492[3,org.cumulus4j.store.test.movie.Person] 20:49:45,789 DEBUG [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@43c13320[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:49:45,789 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43c13320[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:49:45,790 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@56490492[3,org.cumulus4j.store.test.movie.Person] 20:49:45,790 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@36fdf92f[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,790 DEBUG [qtp1100829986-412][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@36fdf92f[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,792 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43c13320[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:49:45,793 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@56490492[3,org.cumulus4j.store.test.movie.Person] 20:49:45,793 DEBUG [qtp1100829986-412][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@56490492[3,org.cumulus4j.store.test.movie.Person] 20:49:45,793 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@56490492[3,org.cumulus4j.store.test.movie.Person] 20:49:45,793 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@36fdf92f[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,793 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@36fdf92f[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,793 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@36fdf92f[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,793 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@36fdf92f[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,794 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@43c13320[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:49:45,794 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@43c13320[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:49:45,794 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@43c13320[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:49:45,794 DEBUG [qtp1100829986-412][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@43c13320[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:49:45,794 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2959c985[3,org.cumulus4j.store.test.movie.Person] 20:49:45,794 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@45bd4ff8[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:49:45,794 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@fcd468d[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:49:45,794 DEBUG [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 18 ms). class=org.cumulus4j.store.test.movie.Person 20:49:45,794 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2959c985[3,org.cumulus4j.store.test.movie.Person] 20:49:45,794 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2959c985[3,org.cumulus4j.store.test.movie.Person] 20:49:45,795 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:49:45,795 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,795 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,798 TRACE [qtp1100829986-412][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:49:45,798 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2959c985[3,org.cumulus4j.store.test.movie.Person] 20:49:45,798 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2959c985[3,org.cumulus4j.store.test.movie.Person] 20:49:45,801 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,801 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,807 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,807 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,810 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:49:45,827 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,828 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,829 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@1] 20:49:45,829 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,829 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61b794eb[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:45,829 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:49:45,844 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,844 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,844 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,844 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61b794eb[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:45,859 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,859 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,860 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,860 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,860 TRACE [qtp1100829986-412][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@61b794eb[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:45,864 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,865 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,870 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,871 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,873 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:49:45,876 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,877 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,878 TRACE [qtp1100829986-412][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@1 20:49:45,878 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,878 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:49:45,881 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,882 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,882 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,901 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,902 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1049072552 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,937 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:49:45,938 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:49:45,950 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:49:45,951 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:49:45,967 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,968 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,968 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,969 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,969 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,969 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:49:45,969 TRACE [qtp1100829986-412][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:49:45,972 TRACE [qtp1100829986-412][CryptoCache] acquireCipherEntry: Found cached Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:49:45,973 TRACE [qtp1100829986-412][CryptoCache] releaseCipherEntry: Releasing Cipher@1843135764 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:49:45,973 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,973 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,974 TRACE [qtp1100829986-412][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6546a41d[1,org.cumulus4j.store.test.movie.Movie] 20:49:45,996 DEBUG [qtp2079770359-538][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:49:45,997 DEBUG [qtp2079770359-538][CryptoSessionService] open: authUserName='devil' cryptoSessionID='test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co' 20:49:47,242 INFO [qtp1100829986-430][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:49:48,312 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:49:48,646 WARN [qtp1100829986-430][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:49:48,647 WARN [qtp1100829986-430][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:49:49,710 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:49:51,609 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:49:51,613 DEBUG [Thread-502][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:49:51,616 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:49:51,616 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:49:51,618 DEBUG [Thread-505][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:49:51,619 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:49:51,622 DEBUG [qtp1100829986-444][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:49:51,624 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:49:51,631 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:49:51,633 DEBUG [Thread-503][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:49:51,636 DEBUG [qtp1100829986-412][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:49:51,639 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:49:52,623 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:49:52,624 DEBUG [Thread-504][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:49:52,628 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:49:52,631 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:49:55,203 INFO [qtp1100829986-430][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:49:55,204 INFO [qtp1100829986-430][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:49:55,204 INFO [qtp1100829986-430][Cumulus4jStoreManager] ======================================================= 20:49:55,205 ERROR [qtp1100829986-430][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 70 more 20:49:55,207 DEBUG [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:49:55,208 INFO [qtp1100829986-430][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:49:55,208 TRACE [qtp1100829986-430][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co 20:49:55,208 INFO [qtp1100829986-430][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:49:55,261 INFO [qtp1100829986-430][MinimumCumulus4jVersion] version=10100001 20:49:55,263 INFO [qtp1100829986-430][MinimumCumulus4jVersion] version=10100001 20:49:55,263 DEBUG [qtp1100829986-430][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:49:55,268 DEBUG [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,274 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@67b32c0f[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,278 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@25a0cba4[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:55,279 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67b32c0f[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,279 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67b32c0f[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,279 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,279 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5a8df100[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,281 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@111df086[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:55,282 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5a8df100[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,282 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5a8df100[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,282 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,282 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@57f22e26[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:55,283 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@57f22e26[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:55,283 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,283 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@28c784ef[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:55,284 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@28c784ef[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:55,284 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,285 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@2d197bf6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,286 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@d9b34da[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:55,287 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2d197bf6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,287 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2d197bf6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,288 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,288 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@491c5195[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:55,289 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@491c5195[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:55,289 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,289 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4a50767a[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,290 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@118ba8b[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:55,291 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a50767a[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,292 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a50767a[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,292 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,292 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@42e20805[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:55,294 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@42e20805[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:55,294 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,295 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@78cef37f[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,296 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@2b918d4b[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:55,297 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78cef37f[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,297 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78cef37f[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,298 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,298 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67b32c0f[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,298 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5a8df100[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,298 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@57f22e26[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:55,298 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@28c784ef[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:55,298 DEBUG [qtp1100829986-430][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@28c784ef[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:55,301 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2d197bf6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,301 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@491c5195[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:55,301 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a50767a[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,302 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@42e20805[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:55,302 DEBUG [qtp1100829986-430][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@42e20805[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:55,304 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78cef37f[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,306 DEBUG [qtp1100829986-430][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,306 DEBUG [qtp1100829986-430][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,306 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@273e6703[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,307 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@57f22e26[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:55,307 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@57f22e26[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:55,307 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@57f22e26[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:55,307 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@57f22e26[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:55,307 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@42e20805[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:55,308 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@42e20805[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:55,308 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@42e20805[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:55,308 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@42e20805[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:55,308 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5a8df100[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,308 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5a8df100[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,309 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5a8df100[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,309 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@111df086[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:55,309 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@111df086[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:55,309 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@111df086[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:55,309 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@111df086[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:55,309 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5a8df100[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,310 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@2d197bf6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,310 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@2d197bf6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,310 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2d197bf6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,311 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@d9b34da[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:55,311 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@d9b34da[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:55,311 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@d9b34da[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:55,311 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@d9b34da[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:55,311 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@2d197bf6[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,312 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@28c784ef[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:55,312 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@28c784ef[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:55,312 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@28c784ef[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:55,312 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@28c784ef[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:55,312 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@67b32c0f[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,313 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@67b32c0f[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,313 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67b32c0f[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,313 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@25a0cba4[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:55,313 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@25a0cba4[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:55,313 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@25a0cba4[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:55,314 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@25a0cba4[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:55,314 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@67b32c0f[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,314 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@491c5195[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:55,314 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@491c5195[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:55,314 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@491c5195[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:55,315 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@491c5195[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:55,315 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4a50767a[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,315 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4a50767a[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,315 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4a50767a[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,316 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@118ba8b[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:55,316 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@118ba8b[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:55,316 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@118ba8b[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:55,316 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@118ba8b[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:55,316 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4a50767a[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,317 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@78cef37f[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,317 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@78cef37f[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,317 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78cef37f[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,317 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@2b918d4b[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:55,318 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@2b918d4b[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:55,318 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2b918d4b[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:55,318 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@2b918d4b[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:55,318 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@78cef37f[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,319 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,319 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7c5646ce[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:49:55,319 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@442be28[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,319 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@39d23647[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:49:55,319 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@17e98cf9[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:49:55,319 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@66263bb2[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,319 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@58195782[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:49:55,319 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c044fd[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,319 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7ff17341[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:49:55,320 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@44c5f206[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:49:55,320 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1f948b30[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:49:55,320 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@513e0c82[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,320 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@40a75479[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:49:55,320 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@299af518[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,320 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7c510ffe[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:49:55,320 DEBUG [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 113 ms). class=org.cumulus4j.store.test.movie.Movie 20:49:55,325 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:49:55,325 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:49:55,325 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,325 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@299af518[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:49:55,325 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,325 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:49:55,325 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,326 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@513e0c82[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:49:55,326 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:49:55,326 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,326 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:49:55,326 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,326 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@66263bb2[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:49:55,326 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,326 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,327 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:49:55,327 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,327 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@442be28[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:49:55,327 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:49:55,327 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:49:55,327 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c044fd[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:49:55,327 TRACE [qtp1100829986-430][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 6 20:49:55,328 INFO [qtp1100829986-430][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:49:55,328 INFO [qtp1100829986-430][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:50:19,059 INFO [qtp1100829986-430][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:50:19,060 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _query[requestID=3xqlp7zcqz8916ko4ngi11efo]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@7f13c2af[3xqlp7zcqz8916ko4ngi11efo,test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co] 20:50:19,092 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _query[requestID=3xqlp7zcqz8916ko4ngi11efo]: Request persisted. 20:50:19,110 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@7f13c2af[3xqlp7zcqz8916ko4ngi11efo,test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co] 20:50:19,110 ERROR [qtp1100829986-412][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@31307e8b" (id="3xqlp7zcqz8916ko4ngi11efo") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:50:19,110 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:50:19,111 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@31307e8b" (id="3xqlp7zcqz8916ko4ngi11efo") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@7f13c2af 20:50:19,113 DEBUG [Thread-502][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:50:19,128 DEBUG [Thread-502][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:50:19,132 DEBUG [qtp1100829986-445][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:19,135 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=3xqlp7zcqz8916ko4ngi11efo]: Entered. 20:50:19,147 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:50:19,372 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Created new Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:50:19,373 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,383 TRACE [qtp1100829986-430][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 6 20:50:19,383 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,383 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,383 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c044fd[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:19,388 TRACE [qtp1100829986-430][CryptoCache] getKeyData: Found cached key with keyID=1. 20:50:19,389 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Created new Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:50:19,390 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,390 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,391 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,391 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@442be28[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:19,396 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,396 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,396 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,397 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,402 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,403 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,416 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,417 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,426 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@66263bb2[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:19,430 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,431 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,431 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,431 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,431 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@513e0c82[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:19,437 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,437 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,438 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,438 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,438 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@299af518[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:19,443 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,444 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,444 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,444 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,447 DEBUG [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:50:19,447 DEBUG [qtp1100829986-430][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:50:19,449 DEBUG [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@6c26bc9b[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,451 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1bc829ca[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:19,452 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1bc829ca[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:19,452 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c26bc9b[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,452 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@136a9fd4[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:19,453 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@136a9fd4[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:19,453 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c26bc9b[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,453 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1bc829ca[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:19,453 DEBUG [qtp1100829986-430][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@1bc829ca[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:19,456 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@136a9fd4[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:19,456 DEBUG [qtp1100829986-430][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@6c26bc9b[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,457 DEBUG [qtp1100829986-430][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@6c26bc9b[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,457 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6c26bc9b[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,457 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@136a9fd4[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:19,457 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@136a9fd4[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:19,457 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@136a9fd4[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:19,457 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@136a9fd4[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:19,458 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1bc829ca[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:19,458 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1bc829ca[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:19,458 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1bc829ca[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:19,458 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1bc829ca[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:19,458 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6a9fc2c5[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,458 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1eac4a33[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:19,458 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@413b6a00[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:19,458 DEBUG [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 11 ms). class=org.cumulus4j.store.test.movie.Rating 20:50:19,458 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6a9fc2c5[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,458 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6a9fc2c5[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,458 TRACE [qtp1100829986-430][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 6 20:50:19,459 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,459 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,461 TRACE [qtp1100829986-430][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 6 20:50:19,462 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6a9fc2c5[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,462 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@6a9fc2c5[2,org.cumulus4j.store.test.movie.Rating] 20:50:19,465 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,465 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,471 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,471 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,474 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:19,474 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:50:19,474 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,474 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@299af518[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:19,474 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,474 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:50:19,474 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,474 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@513e0c82[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:19,474 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:50:19,475 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,475 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:50:19,475 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,475 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@66263bb2[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:19,475 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,475 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,475 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:50:19,475 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,475 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@442be28[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:19,475 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:50:19,475 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,475 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c044fd[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:19,475 TRACE [qtp1100829986-430][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 7 20:50:19,476 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,476 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,479 TRACE [qtp1100829986-430][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 7 20:50:19,479 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c044fd[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:19,483 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,483 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,483 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,483 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,484 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@442be28[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:19,488 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,489 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,489 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,489 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,494 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,494 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,499 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,500 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,502 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@66263bb2[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:19,506 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,506 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,506 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,506 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,507 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@513e0c82[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:19,511 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,512 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,512 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,512 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,513 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@299af518[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:19,517 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,518 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,518 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,518 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,522 DEBUG [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:50:19,522 DEBUG [qtp1100829986-430][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:50:19,524 DEBUG [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@36cf1c25[3,org.cumulus4j.store.test.movie.Person] 20:50:19,526 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@36930e9a[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:19,527 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@36930e9a[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:19,527 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@36cf1c25[3,org.cumulus4j.store.test.movie.Person] 20:50:19,527 DEBUG [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@da95bcb[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:19,528 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@da95bcb[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:19,528 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@36cf1c25[3,org.cumulus4j.store.test.movie.Person] 20:50:19,528 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@36930e9a[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:19,528 DEBUG [qtp1100829986-430][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@36930e9a[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:19,531 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@da95bcb[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:19,531 DEBUG [qtp1100829986-430][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@36cf1c25[3,org.cumulus4j.store.test.movie.Person] 20:50:19,532 DEBUG [qtp1100829986-430][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@36cf1c25[3,org.cumulus4j.store.test.movie.Person] 20:50:19,532 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@36cf1c25[3,org.cumulus4j.store.test.movie.Person] 20:50:19,532 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@36930e9a[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:19,532 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@36930e9a[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:19,532 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@36930e9a[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:19,532 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@36930e9a[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:19,533 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@da95bcb[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:19,533 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@da95bcb[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:19,533 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@da95bcb[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:19,533 DEBUG [qtp1100829986-430][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@da95bcb[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:19,533 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@532ba80f[3,org.cumulus4j.store.test.movie.Person] 20:50:19,533 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@57269b71[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:19,533 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@27a7446a[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:19,533 DEBUG [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 11 ms). class=org.cumulus4j.store.test.movie.Person 20:50:19,533 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@532ba80f[3,org.cumulus4j.store.test.movie.Person] 20:50:19,533 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@532ba80f[3,org.cumulus4j.store.test.movie.Person] 20:50:19,533 TRACE [qtp1100829986-430][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 6 20:50:19,534 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,534 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,536 TRACE [qtp1100829986-430][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 6 20:50:19,537 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@532ba80f[3,org.cumulus4j.store.test.movie.Person] 20:50:19,537 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@532ba80f[3,org.cumulus4j.store.test.movie.Person] 20:50:19,540 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,540 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,546 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,546 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,549 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:19,553 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,553 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,554 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@6] 20:50:19,554 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,554 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@513e0c82[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:19,555 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:50:19,558 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,558 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,559 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,559 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@513e0c82[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:19,564 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,564 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,564 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,564 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,565 TRACE [qtp1100829986-430][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@513e0c82[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:19,569 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,569 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,575 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,576 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,576 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,576 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,577 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:19,581 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,582 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,582 TRACE [qtp1100829986-430][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@6 20:50:19,582 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,583 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:50:19,585 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,586 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,586 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,593 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,593 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1871388792 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,629 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:19,630 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:19,633 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:19,634 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:19,647 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,648 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,649 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,649 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,649 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,649 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:19,649 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:19,653 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,654 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,654 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,654 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,655 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,656 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:19,656 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:19,660 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,660 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,661 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,661 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,661 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,661 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:19,662 TRACE [qtp1100829986-430][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:19,665 TRACE [qtp1100829986-430][CryptoCache] acquireCipherEntry: Found cached Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:19,665 TRACE [qtp1100829986-430][CryptoCache] releaseCipherEntry: Releasing Cipher@1073949383 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:19,666 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,666 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,666 TRACE [qtp1100829986-430][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@632e6a90[1,org.cumulus4j.store.test.movie.Movie] 20:50:19,687 DEBUG [qtp2079770359-539][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:50:19,688 DEBUG [qtp2079770359-539][CryptoSessionService] open: authUserName='devil' cryptoSessionID='test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co' 20:50:21,009 INFO [qtp1100829986-433][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:50:22,384 WARN [qtp1100829986-433][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:50:22,385 WARN [qtp1100829986-433][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:50:24,124 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:50:27,380 INFO [qtp1100829986-433][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:50:27,380 INFO [qtp1100829986-433][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:50:27,380 INFO [qtp1100829986-433][Cumulus4jStoreManager] ======================================================= 20:50:27,382 ERROR [qtp1100829986-433][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 70 more Reading Movies before writing: 20:50:27,384 DEBUG [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:50:27,385 INFO [qtp1100829986-433][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:50:27,385 TRACE [qtp1100829986-433][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co 20:50:27,385 INFO [qtp1100829986-433][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:50:27,427 INFO [qtp1100829986-433][MinimumCumulus4jVersion] version=10100001 20:50:27,436 INFO [qtp1100829986-433][MinimumCumulus4jVersion] version=10100001 20:50:27,437 DEBUG [qtp1100829986-433][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:50:27,441 DEBUG [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,449 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@610d545b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:27,452 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@7afe6b39[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:50:27,453 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@610d545b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:27,453 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@610d545b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:27,453 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,454 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@2fa1820e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:27,455 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@18568c23[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:50:27,456 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2fa1820e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:27,457 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2fa1820e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:27,457 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,457 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5daf685e[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:50:27,458 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5daf685e[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:50:27,458 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,458 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1aad45f0[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:50:27,459 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1aad45f0[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:50:27,459 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,459 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@591985a7[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:27,461 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4e645884[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:50:27,462 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@591985a7[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:27,462 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@591985a7[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:27,462 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,462 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@512cfb31[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:50:27,463 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@512cfb31[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:50:27,464 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,464 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@31e50f1c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:27,465 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@9f82816[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:50:27,466 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@31e50f1c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:27,467 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@31e50f1c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:27,467 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,467 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@7f666d32[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:50:27,468 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7f666d32[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:50:27,468 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,468 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1cb827a1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:27,470 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@64131d81[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:50:27,471 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1cb827a1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:27,471 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1cb827a1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:27,471 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,471 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@610d545b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:27,471 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2fa1820e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:27,471 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5daf685e[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:50:27,471 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1aad45f0[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:50:27,472 DEBUG [qtp1100829986-433][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@1aad45f0[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:50:27,475 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@591985a7[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:27,475 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@512cfb31[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:50:27,475 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@31e50f1c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:27,475 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7f666d32[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:50:27,475 DEBUG [qtp1100829986-433][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@7f666d32[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:50:27,477 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1cb827a1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:27,479 DEBUG [qtp1100829986-433][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,479 DEBUG [qtp1100829986-433][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,479 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2071ecb8[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,480 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5daf685e[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:50:27,480 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5daf685e[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:50:27,480 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5daf685e[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:50:27,481 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5daf685e[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:50:27,481 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@7f666d32[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:50:27,481 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@7f666d32[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:50:27,481 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7f666d32[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:50:27,481 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@7f666d32[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:50:27,482 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@2fa1820e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:27,482 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@2fa1820e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:27,482 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2fa1820e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:27,483 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@18568c23[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:50:27,483 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@18568c23[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:50:27,483 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18568c23[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:50:27,483 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@18568c23[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:50:27,483 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@2fa1820e[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:27,484 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@591985a7[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:27,484 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@591985a7[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:27,484 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@591985a7[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:27,485 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4e645884[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:50:27,485 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4e645884[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:50:27,485 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4e645884[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:50:27,485 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4e645884[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:50:27,485 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@591985a7[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:27,485 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1aad45f0[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:50:27,486 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1aad45f0[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:50:27,486 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1aad45f0[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:50:27,486 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1aad45f0[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:50:27,486 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@610d545b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:27,486 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@610d545b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:27,487 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@610d545b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:27,487 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@7afe6b39[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:50:27,487 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@7afe6b39[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:50:27,487 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7afe6b39[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:50:27,487 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@7afe6b39[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:50:27,488 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@610d545b[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:27,488 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@512cfb31[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:50:27,488 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@512cfb31[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:50:27,488 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@512cfb31[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:50:27,488 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@512cfb31[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:50:27,489 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@31e50f1c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:27,489 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@31e50f1c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:27,489 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@31e50f1c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:27,489 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@9f82816[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:50:27,490 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@9f82816[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:50:27,490 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@9f82816[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:50:27,490 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@9f82816[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:50:27,490 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@31e50f1c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:27,491 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1cb827a1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:27,491 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1cb827a1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:27,491 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1cb827a1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:27,491 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@64131d81[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:50:27,492 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@64131d81[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:50:27,492 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@64131d81[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:50:27,493 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@64131d81[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:50:27,493 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1cb827a1[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:27,494 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:27,494 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3e54650e[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:50:27,494 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@16b69a1a[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:27,494 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2e3f2c9c[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:50:27,494 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3589cd7c[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:50:27,495 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6a11a359[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:27,495 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2bfb5e76[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:50:27,495 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3f6ab89[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:27,495 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3777b167[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:50:27,495 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@131ffda4[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:50:27,495 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@194523cb[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:50:27,495 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a30f163[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:27,495 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@13379fcf[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:50:27,495 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@28dcd8e4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:27,496 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3b2375b1[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:50:27,496 DEBUG [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 112 ms). class=org.cumulus4j.store.test.movie.Movie 20:50:27,497 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:27,501 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:27,501 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:27,520 TRACE [qtp1100829986-433][CryptoCache] getKeyData: No cached key with keyID=1 found. 20:50:27,520 INFO [qtp1100829986-433][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:50:28,231 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:50:28,231 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:50:32,372 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:50:32,372 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:50:33,899 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:50:33,899 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:50:34,125 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:50:34,125 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:50:39,680 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _query[requestID=hrfc1e41yvljc55tfs7zkj35l]: Entered with request: org.cumulus4j.keymanager.back.shared.GetKeyRequest@86998057[hrfc1e41yvljc55tfs7zkj35l,test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co] 20:50:39,706 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _query[requestID=hrfc1e41yvljc55tfs7zkj35l]: Request persisted. 20:50:39,717 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: org.cumulus4j.keymanager.back.shared.GetKeyRequest@86998057[hrfc1e41yvljc55tfs7zkj35l,test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co] 20:50:39,717 ERROR [qtp1100829986-444][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@25fc3078" (id="hrfc1e41yvljc55tfs7zkj35l") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:50:39,717 DEBUG [qtp1100829986-445][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetKeyRequest matching=true 20:50:39,718 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@25fc3078" (id="hrfc1e41yvljc55tfs7zkj35l") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@86998057 20:50:39,720 ERROR [qtp1100829986-412][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@4beb1faf" (id="hrfc1e41yvljc55tfs7zkj35l") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:50:39,720 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@4beb1faf" (id="hrfc1e41yvljc55tfs7zkj35l") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@86998057 20:50:39,721 DEBUG [Thread-502][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:50:39,732 DEBUG [Thread-502][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetKeyResponse matching=true 20:50:39,735 DEBUG [qtp1100829986-409][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:39,738 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=hrfc1e41yvljc55tfs7zkj35l]: Entered. 20:50:39,750 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:50:39,951 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Created new Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:50:39,953 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:39,953 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,953 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,953 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,954 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:39,954 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:39,958 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:39,958 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:39,959 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,959 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,959 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,959 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:39,959 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:39,963 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:39,963 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:39,964 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,964 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,964 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,964 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:39,965 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:39,968 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:39,968 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:39,969 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,969 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,969 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] * MMM 1412880565757 * MMM 1412880585717 * MMM 1412880595321 * MMM 1412880619473 20:50:39,969 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:39,972 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:39,972 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:50:39,972 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,972 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@28dcd8e4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:39,972 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,972 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:50:39,972 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,972 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a30f163[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:39,972 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:50:39,972 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,972 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:50:39,972 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,973 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6a11a359[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:39,973 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,973 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,973 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:50:39,973 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,973 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@16b69a1a[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:39,973 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:50:39,973 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:39,973 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3f6ab89[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:39,973 TRACE [qtp1100829986-433][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 11 20:50:39,973 INFO [qtp1100829986-433][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:50:39,973 INFO [qtp1100829986-433][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:50:39,973 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _query[requestID=ave0718cl07vbsoc90x0g87t1]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@f32770a7[ave0718cl07vbsoc90x0g87t1,test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co] 20:50:39,984 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _query[requestID=ave0718cl07vbsoc90x0g87t1]: Request persisted. 20:50:40,002 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@f32770a7[ave0718cl07vbsoc90x0g87t1,test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co] 20:50:40,002 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:50:40,003 ERROR [qtp1100829986-414][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@1d85db30" (id="ave0718cl07vbsoc90x0g87t1") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:50:40,004 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@1d85db30" (id="ave0718cl07vbsoc90x0g87t1") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@f32770a7 20:50:40,004 DEBUG [Thread-504][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:50:40,015 DEBUG [Thread-504][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:50:40,019 DEBUG [qtp1100829986-434][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:40,022 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=ave0718cl07vbsoc90x0g87t1]: Entered. 20:50:40,039 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:50:40,312 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Created new Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:50:40,313 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,323 TRACE [qtp1100829986-433][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 11 20:50:40,323 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,323 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,323 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3f6ab89[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:40,328 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,329 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,329 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,329 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,329 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@16b69a1a[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:40,334 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,335 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,335 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,335 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,341 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,341 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,355 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,355 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,365 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6a11a359[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:40,369 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,369 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,369 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,369 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,370 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a30f163[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:40,374 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,375 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,375 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,375 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,376 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@28dcd8e4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:40,381 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,381 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,381 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,381 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,384 DEBUG [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:50:40,384 DEBUG [qtp1100829986-433][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:50:40,386 DEBUG [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@594e4a1d[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,388 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@63dda51a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:40,389 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@63dda51a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:40,389 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@594e4a1d[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,389 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6bef2aa9[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:40,390 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6bef2aa9[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:40,390 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@594e4a1d[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,390 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@63dda51a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:40,390 DEBUG [qtp1100829986-433][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@63dda51a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:40,393 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6bef2aa9[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:40,394 DEBUG [qtp1100829986-433][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@594e4a1d[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,394 DEBUG [qtp1100829986-433][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@594e4a1d[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,394 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@594e4a1d[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,394 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6bef2aa9[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:40,394 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6bef2aa9[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:40,395 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6bef2aa9[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:40,395 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6bef2aa9[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:40,395 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@63dda51a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:40,395 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@63dda51a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:40,395 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@63dda51a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:40,395 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@63dda51a[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:40,395 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2ae0c129[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,395 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@9a980bd[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:50:40,396 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5742fd3f[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:50:40,396 DEBUG [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 12 ms). class=org.cumulus4j.store.test.movie.Rating 20:50:40,396 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2ae0c129[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,396 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2ae0c129[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,396 TRACE [qtp1100829986-433][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 11 20:50:40,396 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,397 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,399 TRACE [qtp1100829986-433][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 11 20:50:40,399 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2ae0c129[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,399 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@2ae0c129[2,org.cumulus4j.store.test.movie.Rating] 20:50:40,403 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,403 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,408 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,409 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,411 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,412 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:50:40,412 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,412 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@28dcd8e4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:40,412 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,412 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:50:40,412 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,412 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a30f163[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:40,412 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:50:40,412 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,412 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:50:40,412 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,412 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6a11a359[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:40,412 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,412 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,413 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:50:40,413 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,413 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@16b69a1a[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:40,413 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:50:40,413 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,413 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3f6ab89[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:40,413 TRACE [qtp1100829986-433][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 12 20:50:40,413 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,414 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,416 TRACE [qtp1100829986-433][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 12 20:50:40,416 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3f6ab89[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:50:40,420 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,421 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,421 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,421 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,421 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@16b69a1a[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:50:40,426 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,427 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,427 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,427 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,431 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,432 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,437 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,437 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,440 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6a11a359[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:50:40,443 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,444 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,444 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,444 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,445 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a30f163[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:40,449 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,450 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,450 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,450 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,450 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@28dcd8e4[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:50:40,455 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,455 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,456 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,456 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,459 DEBUG [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:50:40,459 DEBUG [qtp1100829986-433][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:50:40,461 DEBUG [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@7236a359[3,org.cumulus4j.store.test.movie.Person] 20:50:40,463 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3365f5a2[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:40,464 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3365f5a2[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:40,464 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7236a359[3,org.cumulus4j.store.test.movie.Person] 20:50:40,464 DEBUG [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@78d1b657[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:40,465 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78d1b657[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:40,465 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7236a359[3,org.cumulus4j.store.test.movie.Person] 20:50:40,465 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3365f5a2[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:40,465 DEBUG [qtp1100829986-433][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@3365f5a2[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:40,468 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78d1b657[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:40,468 DEBUG [qtp1100829986-433][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@7236a359[3,org.cumulus4j.store.test.movie.Person] 20:50:40,468 DEBUG [qtp1100829986-433][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@7236a359[3,org.cumulus4j.store.test.movie.Person] 20:50:40,469 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7236a359[3,org.cumulus4j.store.test.movie.Person] 20:50:40,469 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3365f5a2[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:40,469 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3365f5a2[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:40,469 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3365f5a2[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:40,469 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3365f5a2[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:40,469 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@78d1b657[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:40,470 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@78d1b657[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:40,470 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@78d1b657[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:40,470 DEBUG [qtp1100829986-433][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@78d1b657[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:40,470 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@79825a74[3,org.cumulus4j.store.test.movie.Person] 20:50:40,470 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5d00b3fe[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:50:40,470 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@59291865[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:50:40,470 DEBUG [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 11 ms). class=org.cumulus4j.store.test.movie.Person 20:50:40,470 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@79825a74[3,org.cumulus4j.store.test.movie.Person] 20:50:40,470 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@79825a74[3,org.cumulus4j.store.test.movie.Person] 20:50:40,470 TRACE [qtp1100829986-433][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 11 20:50:40,471 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,471 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,473 TRACE [qtp1100829986-433][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 11 20:50:40,473 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@79825a74[3,org.cumulus4j.store.test.movie.Person] 20:50:40,474 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@79825a74[3,org.cumulus4j.store.test.movie.Person] 20:50:40,477 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,477 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,483 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,484 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,486 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,490 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,491 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,491 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@b] 20:50:40,492 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,492 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a30f163[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:40,492 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:50:40,496 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,496 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,496 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,496 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a30f163[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:40,501 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,502 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,502 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,502 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,502 TRACE [qtp1100829986-433][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@a30f163[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:50:40,509 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,509 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,516 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,516 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,517 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,517 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,517 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,522 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,523 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,523 TRACE [qtp1100829986-433][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@b 20:50:40,523 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,524 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:50:40,526 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,527 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,527 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,534 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,535 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@393992019 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,566 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,567 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,569 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:40,569 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,573 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,573 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,574 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,574 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,574 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,574 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:40,574 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,583 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,584 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,584 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,585 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,585 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,585 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:40,585 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,588 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,589 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,590 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,590 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,590 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,590 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:40,590 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,593 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,594 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,594 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,594 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,594 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,594 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:40,595 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,598 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,598 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,599 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,599 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,599 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,599 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:50:40,600 TRACE [qtp1100829986-433][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:50:40,602 TRACE [qtp1100829986-433][CryptoCache] acquireCipherEntry: Found cached Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:50:40,603 TRACE [qtp1100829986-433][CryptoCache] releaseCipherEntry: Releasing Cipher@171479568 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:50:40,604 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,604 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,604 TRACE [qtp1100829986-433][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7f3a156b[1,org.cumulus4j.store.test.movie.Movie] 20:50:40,839 DEBUG [qtp2079770359-539][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:50:40,839 INFO [qtp2079770359-539][KeyStoreManager] getSingletons: System property 'cumulus4j.keyStoreDir' was set to '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. Using keyStoreDir '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. 20:50:40,840 DEBUG [qtp2079770359-539][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 20:50:40,840 INFO [qtp2079770359-539][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:50:40,840 INFO [qtp2079770359-539][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:50:40,840 INFO [qtp2079770359-539][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:50:40,846 INFO [qtp2079770359-539][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:50:40,920 DEBUG [qtp2079770359-540][AppServerService] logger: instantiated AppServerService 20:50:40,923 DEBUG [qtp2079770359-540][AppServerService] putAppServer: entered 20:50:40,923 DEBUG [qtp2079770359-540][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:50:40,924 INFO [qtp2079770359-540][SessionManager] Creating instance of SessionManager. 20:50:40,934 DEBUG [Thread-510][JAXBContextResolver] Instantiating JAXBContextResolver. 20:50:40,937 DEBUG [Thread-509][JAXBContextResolver] Instantiating JAXBContextResolver. 20:50:40,958 DEBUG [Thread-511][JAXBContextResolver] Instantiating JAXBContextResolver. 20:50:40,970 DEBUG [Thread-513][JAXBContextResolver] Instantiating JAXBContextResolver. 20:50:40,976 DEBUG [qtp2079770359-535][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:50:40,973 DEBUG [Thread-512][JAXBContextResolver] Instantiating JAXBContextResolver. 20:50:40,983 DEBUG [qtp2079770359-535][CryptoSessionService] open: authUserName='devil' cryptoSessionID='test-i12gnjho-chpp3ab5xa2n_g9a09iwo*1*0llgxb' 20:50:41,267 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3bfedcd3 20:50:41,518 DEBUG [Thread-510][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:50:41,550 DEBUG [qtp1100829986-435][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:41,552 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:50:41,664 DEBUG [Thread-509][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:50:41,710 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:41,712 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:50:42,710 INFO [qtp1100829986-413][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:50:42,710 DEBUG [qtp1100829986-413][CleanupUtil] Deleting all tables from Data backend store 20:50:42,733 DEBUG [Thread-513][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:50:42,748 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:42,751 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:50:42,761 DEBUG [Thread-511][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:50:42,774 DEBUG [qtp1100829986-433][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:42,776 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:50:42,795 DEBUG [Thread-512][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:50:42,801 DEBUG [qtp1100829986-453][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:42,805 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:50:44,392 ERROR [qtp1100829986-412][Transaction] Operation commit failed on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@1eb15326, error code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid=�t, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@1eb15326]] 20:50:44,393 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Transaction rolled back due to failure during commit NestedThrowables: java.sql.SQLNonTransientConnectionException: No current connection. 20:50:44,414 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,415 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,427 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,430 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,440 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,453 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,463 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,465 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,478 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,479 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,483 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,509 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,513 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,520 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,524 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,536 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,542 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,544 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,553 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,559 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,567 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:50:44,583 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,584 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,602 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,603 INFO [qtp1100829986-413][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:50:44,604 DEBUG [qtp1100829986-413][CleanupUtil] Deleting all tables from Index backend store 20:50:44,604 WARN [qtp1100829986-413][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:50:44,605 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,606 INFO [qtp1100829986-413][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:50:44,613 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,615 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,625 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,638 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,642 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,661 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,662 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,668 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,675 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,677 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,681 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,685 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,704 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,714 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,721 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,726 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,740 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,742 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,745 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,755 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,772 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,776 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,778 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,780 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,802 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,809 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,813 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,830 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,834 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,835 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,835 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,851 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,866 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,869 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,877 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,888 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,895 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,900 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,919 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,920 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,923 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,925 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,946 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:50:44,946 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 20:50:44,947 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,948 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,956 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,959 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,964 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,975 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:44,988 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,002 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,003 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,006 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,011 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,013 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,021 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,030 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,055 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,057 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,061 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,071 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,073 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,073 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,083 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,091 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,110 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,119 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,127 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,136 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,138 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,144 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,149 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,153 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,162 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,164 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,179 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,185 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,202 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,218 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,224 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,226 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,228 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,235 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,237 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,253 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,265 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,269 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,275 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,296 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,296 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,302 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,310 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,312 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,327 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,334 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,350 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,351 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,353 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,353 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,352 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,373 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,381 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,390 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,395 WARN [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,395 DEBUG [qtp1100829986-414][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:50:45,397 DEBUG [Thread-506][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:50:45,402 DEBUG [qtp1100829986-442][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:45,407 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:50:45,408 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,420 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,421 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,425 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,426 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,435 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,439 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,444 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,475 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,479 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,484 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,487 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,493 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,496 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,502 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,508 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,517 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,521 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,529 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,560 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,564 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,568 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,575 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,580 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,584 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,591 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,592 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,597 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,613 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,626 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,642 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,646 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,652 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,653 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,654 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,661 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,664 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,666 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,698 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,700 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,711 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,713 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,719 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,720 WARN [qtp1100829986-413][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:50:45,721 WARN [qtp1100829986-413][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:50:45,726 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,733 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,736 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,742 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,754 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,767 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,770 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,781 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,816 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,818 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,822 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,835 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,837 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,837 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,839 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,848 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,864 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,872 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,881 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,882 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,891 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,898 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,909 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,910 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,914 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,916 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,924 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,961 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,962 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,964 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,971 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,973 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,974 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:45,976 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,009 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,016 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,021 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,027 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,034 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,037 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,044 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,059 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,070 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,071 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,072 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,081 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,098 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,106 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,114 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,125 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,131 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,136 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,153 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,155 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,157 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,163 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,165 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,182 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,184 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,189 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,209 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,210 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,211 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,214 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,229 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,246 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,251 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,254 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,257 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,258 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,269 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,270 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,291 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,306 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,316 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,317 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,329 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,351 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,351 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,352 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,357 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,366 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,368 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,379 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,393 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,403 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,404 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,405 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,439 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,442 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,445 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,452 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,463 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,465 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,466 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,486 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,492 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,500 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,505 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,524 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,526 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,532 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,535 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,545 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,548 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,549 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,558 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,569 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,578 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,596 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,601 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,614 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,615 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,616 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,621 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,622 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,638 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,646 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,665 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,665 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,680 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,693 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,694 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,707 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,715 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,716 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,721 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,722 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,735 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,743 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,750 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,755 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,756 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,772 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,789 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,797 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,801 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,808 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,811 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,816 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,824 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,824 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,831 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,849 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,864 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,876 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,880 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,881 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,883 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,888 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,889 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,891 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,919 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,926 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,945 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,948 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,949 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,949 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,959 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,963 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,973 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,977 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:46,989 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,029 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,030 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,031 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,034 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,035 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,040 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,040 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,048 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,062 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,073 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,101 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,112 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,113 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,117 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,125 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,125 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,131 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,132 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,136 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,162 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,169 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,183 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,187 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,195 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,199 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,200 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,204 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,212 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,220 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,231 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,237 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,241 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,252 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,265 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,268 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,283 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,286 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,292 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,297 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,299 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,307 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,324 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,329 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,346 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,347 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,348 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,349 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,350 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,353 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,380 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,393 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,403 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,405 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,408 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,411 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,418 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,438 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,439 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,447 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,466 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,468 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,469 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,474 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,492 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,494 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,499 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,501 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,514 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,541 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,547 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,552 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,566 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,566 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,568 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,572 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,573 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,587 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,590 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,601 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,612 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,636 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,638 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,641 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,647 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,649 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,653 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,659 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,666 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,668 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,680 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,719 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,732 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,735 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,739 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,742 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,744 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,746 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,748 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,759 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,760 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,793 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,797 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,801 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,803 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,806 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,815 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,819 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,837 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,842 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,843 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,855 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,863 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,872 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,878 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,879 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,889 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,893 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,898 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,902 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,910 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,911 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,933 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,940 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,942 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,948 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,961 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,963 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,981 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,986 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:47,989 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,005 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,007 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,008 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,018 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,025 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,037 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,044 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,046 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,054 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,055 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,074 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,086 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,099 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,100 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,106 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,112 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,116 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,118 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,126 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,130 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,146 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,156 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,167 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,171 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,172 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,183 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,187 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,191 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,199 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,200 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,207 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,214 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,239 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,242 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,257 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,258 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,260 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,262 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,266 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,277 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,284 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,295 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,296 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,297 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,312 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:50:48,318 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,321 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,333 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,347 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,354 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,358 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,360 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,373 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,382 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,383 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,390 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,391 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,399 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,406 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,432 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,436 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,438 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,439 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,440 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,461 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,474 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,474 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,491 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,496 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,503 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,504 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,525 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,527 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,528 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,531 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,536 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,548 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,554 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,565 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,572 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,590 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,593 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,605 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,607 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:48,608 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:50:49,711 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:50:51,639 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:50:51,641 DEBUG [Thread-505][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:50:51,646 DEBUG [qtp1100829986-445][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:51,650 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:50:51,713 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:50:51,716 DEBUG [Thread-503][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:50:51,721 DEBUG [qtp1100829986-430][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:50:51,724 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:50:55,208 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:51:11,375 INFO [qtp1100829986-413][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:51:11,376 INFO [qtp1100829986-413][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:51:11,376 INFO [qtp1100829986-413][Cumulus4jStoreManager] ======================================================= 20:51:11,377 ERROR [qtp1100829986-413][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.GeneratedMethodAccessor466.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 69 more 20:51:11,379 DEBUG [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:51:11,380 INFO [qtp1100829986-413][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:51:11,380 TRACE [qtp1100829986-413][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-i12gnjho-chpp3ab5xa2n_g9a09iwo*1*0llgxb 20:51:11,380 INFO [qtp1100829986-413][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:51:11,952 INFO [qtp1100829986-413][MinimumCumulus4jVersion] version=10100001 20:51:12,631 INFO [qtp1100829986-413][MinimumCumulus4jVersion] version=10100001 20:51:12,632 DEBUG [qtp1100829986-413][RecreateIndex] deleteIndex: Entered. 20:51:12,824 DEBUG [qtp1100829986-413][RecreateIndex] deleteIndex: There are no IndexEntry instances in the database => quit. 20:51:12,824 DEBUG [qtp1100829986-413][RecreateIndex] deleteIndex: Leaving. 20:51:12,871 DEBUG [qtp1100829986-413][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:51:12,887 DEBUG [qtp1100829986-413][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@456c3cdb[null,org.cumulus4j.store.test.movie.Movie] 20:51:12,895 DEBUG [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,920 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@5d7397c2[null,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:12,929 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,929 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:12,942 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:12,942 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:12,943 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:12,943 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@77421fdb[null,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:51:12,945 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@77421fdb[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:51:12,945 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:12,946 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,946 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@48083b00[null,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:12,948 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,948 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:12,949 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:12,949 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:12,949 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:12,950 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@3a56f215[null,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:51:12,952 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3a56f215[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:51:12,953 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:12,953 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,953 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@58ad4995[null,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:51:12,955 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,955 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@58ad4995[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:51:12,956 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@58ad4995[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:51:12,956 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,957 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@70f30631[null,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:12,958 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,959 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@70f30631[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:12,959 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@70f30631[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:12,959 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,960 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@4b03c615[null,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:12,962 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,962 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:12,962 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:12,963 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:12,963 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:12,963 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@528b7a21[null,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:51:12,966 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@528b7a21[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:51:12,967 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:12,967 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,967 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@2769f57b[null,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:51:12,969 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,969 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@2769f57b[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:51:12,970 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2769f57b[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:51:12,970 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,971 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@4355d020[null,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:12,973 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,974 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:12,975 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:12,975 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:12,975 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:12,975 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@33d49629[null,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:51:12,977 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@33d49629[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:51:12,978 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:12,978 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,978 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1243816f[null,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:12,980 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,980 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1243816f[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:12,981 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1243816f[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:12,981 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,981 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@718f6369[null,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:12,983 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,983 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:12,984 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:12,984 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:12,984 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:12,985 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@3c008699[null,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:51:12,986 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3c008699[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:51:12,987 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:12,987 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:12,987 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:12,988 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:12,988 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@58ad4995[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:51:12,988 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@70f30631[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:12,988 DEBUG [qtp1100829986-413][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@70f30631[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:13,009 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:13,009 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2769f57b[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:51:13,009 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:13,009 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1243816f[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:13,009 DEBUG [qtp1100829986-413][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@1243816f[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:13,011 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:13,012 DEBUG [qtp1100829986-413][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,012 DEBUG [qtp1100829986-413][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,012 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@456c3cdb[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,013 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@58ad4995[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:51:13,013 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@58ad4995[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:51:13,013 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@58ad4995[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:51:13,013 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@58ad4995[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:51:13,013 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1243816f[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:13,013 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1243816f[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:13,013 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1243816f[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:13,013 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1243816f[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:13,014 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:13,014 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:13,014 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:13,014 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3a56f215[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:51:13,014 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3a56f215[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:51:13,014 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3a56f215[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:51:13,014 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3a56f215[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:51:13,014 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@48083b00[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:13,015 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:13,015 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:13,015 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:13,015 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@528b7a21[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:51:13,015 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@528b7a21[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:51:13,015 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@528b7a21[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:51:13,015 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@528b7a21[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:51:13,015 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4b03c615[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:13,015 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@70f30631[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:13,016 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@70f30631[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:13,016 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@70f30631[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:13,016 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@70f30631[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:13,016 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:13,016 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:13,016 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:13,016 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@77421fdb[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:51:13,016 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@77421fdb[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:51:13,016 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@77421fdb[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:51:13,016 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@77421fdb[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:51:13,016 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5d7397c2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:13,017 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@2769f57b[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:51:13,017 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@2769f57b[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:51:13,017 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2769f57b[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:51:13,017 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@2769f57b[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:51:13,017 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:13,018 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:13,018 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:13,018 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@33d49629[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:51:13,018 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@33d49629[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:51:13,018 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@33d49629[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:51:13,018 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@33d49629[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:51:13,018 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4355d020[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:13,018 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:13,019 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:13,019 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:13,019 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3c008699[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:51:13,019 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3c008699[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:51:13,019 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c008699[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:51:13,019 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3c008699[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:51:13,019 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@718f6369[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:13,020 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7474aff4[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18cbf7e7[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@77006b68[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3c8bb5e1[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7851e5d4[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@48c7ff02[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@423701a2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@294c54a4[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5248f02a[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@328f7f9a[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b027164[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6d62931e[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62a8ceac[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:13,020 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3898b0ce[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:51:13,020 DEBUG [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 1641 ms). class=org.cumulus4j.store.test.movie.Movie 20:51:13,036 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:51:13,037 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:51:13,037 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,037 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62a8ceac[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:13,037 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,037 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:51:13,037 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,037 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b027164[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:13,037 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:51:13,038 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,038 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:51:13,038 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,038 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7851e5d4[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:13,038 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,038 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,038 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:51:13,038 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,038 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18cbf7e7[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:13,038 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:51:13,038 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:13,038 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@423701a2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:13,038 TRACE [qtp1100829986-413][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:51:13,038 INFO [qtp1100829986-413][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:51:13,039 INFO [qtp1100829986-413][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:51:19,059 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:51:19,059 INFO [CryptoCache][CryptoCache] getCryptoCacheEntryExpiryAgeMSec: Property 'cumulus4j.CryptoCache.entryExpiryAge' cannot be read, because NucleusContext was garbage-collected. Using fallback value 300000. 20:51:19,059 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:51:19,060 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:51:19,060 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:51:19,060 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:51:19,060 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:51:24,125 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:51:24,125 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:51:27,385 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:51:27,520 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:51:27,520 INFO [CryptoCache][CryptoCache] getCryptoCacheEntryExpiryAgeMSec: Property 'cumulus4j.CryptoCache.entryExpiryAge' is not set. Using default value 1800000. 20:51:27,520 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:51:27,520 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:51:27,520 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:51:27,521 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:51:27,521 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:51:29,595 INFO [qtp1100829986-413][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:51:29,595 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _query[requestID=qy4f3xhnqsbd5f31hos4tw5hz]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@12819d24[qy4f3xhnqsbd5f31hos4tw5hz,test-i12gnjho-chpp3ab5xa2n_g9a09iwo*1*0llgxb] 20:51:29,655 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _query[requestID=qy4f3xhnqsbd5f31hos4tw5hz]: Request persisted. 20:51:29,706 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@12819d24[qy4f3xhnqsbd5f31hos4tw5hz,test-i12gnjho-chpp3ab5xa2n_g9a09iwo*1*0llgxb] 20:51:29,707 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:51:29,707 ERROR [qtp1100829986-435][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@43996967" (id="qy4f3xhnqsbd5f31hos4tw5hz") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:51:29,708 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@43996967" (id="qy4f3xhnqsbd5f31hos4tw5hz") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@12819d24 20:51:29,708 ERROR [qtp1100829986-453][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@2afae8f1" (id="qy4f3xhnqsbd5f31hos4tw5hz") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:51:29,712 DEBUG [Thread-509][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:51:29,712 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@2afae8f1" (id="qy4f3xhnqsbd5f31hos4tw5hz") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@12819d24 20:51:29,724 DEBUG [Thread-509][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:51:29,727 DEBUG [qtp1100829986-448][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:29,731 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=qy4f3xhnqsbd5f31hos4tw5hz]: Entered. 20:51:29,785 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:51:29,941 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Created new Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:51:29,942 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:29,951 TRACE [qtp1100829986-413][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:51:29,951 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:29,951 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:29,951 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@423701a2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:29,967 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:29,967 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:29,976 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18cbf7e7[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:29,979 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:29,979 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:29,997 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:29,997 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,023 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,024 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,032 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7851e5d4[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:30,036 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,036 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,038 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b027164[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:30,041 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,042 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,044 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62a8ceac[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:30,048 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,048 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,052 DEBUG [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:51:30,052 DEBUG [qtp1100829986-413][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:51:30,055 DEBUG [qtp1100829986-413][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@55e7ec09[null,org.cumulus4j.store.test.movie.Rating] 20:51:30,057 DEBUG [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@55e7ec09[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,058 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@3335665e[null,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,063 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55e7ec09[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,064 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3335665e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,064 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3335665e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,064 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55e7ec09[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,065 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@24f2c20c[null,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:51:30,068 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55e7ec09[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,068 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@24f2c20c[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:51:30,069 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24f2c20c[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:51:30,070 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55e7ec09[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,070 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3335665e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,070 DEBUG [qtp1100829986-413][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@3335665e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,072 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24f2c20c[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:51:30,073 DEBUG [qtp1100829986-413][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@55e7ec09[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,073 DEBUG [qtp1100829986-413][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@55e7ec09[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,073 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@55e7ec09[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,073 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@24f2c20c[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:51:30,073 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@24f2c20c[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:51:30,073 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@24f2c20c[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:51:30,073 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@24f2c20c[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:51:30,074 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3335665e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,074 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3335665e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,074 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3335665e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,074 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3335665e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,074 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e1d568a[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,074 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@581cae4b[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:51:30,074 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@42f6eb1e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:51:30,074 DEBUG [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 22 ms). class=org.cumulus4j.store.test.movie.Rating 20:51:30,074 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e1d568a[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,074 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e1d568a[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,074 TRACE [qtp1100829986-413][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:51:30,075 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,075 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,077 TRACE [qtp1100829986-413][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:51:30,078 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e1d568a[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,078 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e1d568a[2,org.cumulus4j.store.test.movie.Rating] 20:51:30,081 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,081 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,105 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,106 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,109 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:51:30,109 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:51:30,109 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,109 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62a8ceac[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:30,109 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,109 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:51:30,109 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,109 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b027164[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:30,109 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:51:30,109 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,109 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:51:30,110 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,110 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7851e5d4[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:30,110 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,110 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,110 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:51:30,110 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,110 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18cbf7e7[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:30,110 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:51:30,110 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,110 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@423701a2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:30,110 TRACE [qtp1100829986-413][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 2 20:51:30,110 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,111 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,113 TRACE [qtp1100829986-413][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 2 20:51:30,113 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@423701a2[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:51:30,117 TRACE [qtp1100829986-413][CryptoCache] getKeyData: Found cached key with keyID=1. 20:51:30,119 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Created new Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:51:30,120 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,120 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,120 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,121 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@18cbf7e7[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:51:30,139 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,140 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,140 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,140 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,146 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,146 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,152 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,152 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,155 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7851e5d4[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:51:30,159 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,159 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,159 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,160 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,160 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b027164[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:30,165 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,166 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,166 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,166 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,166 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62a8ceac[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:51:30,171 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,171 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,172 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,172 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,174 DEBUG [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:51:30,174 DEBUG [qtp1100829986-413][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:51:30,178 DEBUG [qtp1100829986-413][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@7cd348fd[null,org.cumulus4j.store.test.movie.Person] 20:51:30,180 DEBUG [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@7cd348fd[3,org.cumulus4j.store.test.movie.Person] 20:51:30,181 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@4c507067[null,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,183 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cd348fd[3,org.cumulus4j.store.test.movie.Person] 20:51:30,183 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@4c507067[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,184 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4c507067[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,184 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cd348fd[3,org.cumulus4j.store.test.movie.Person] 20:51:30,184 DEBUG [qtp1100829986-413][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@15af3544[null,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:51:30,186 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cd348fd[3,org.cumulus4j.store.test.movie.Person] 20:51:30,186 DEBUG [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@15af3544[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:51:30,187 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@15af3544[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:51:30,187 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cd348fd[3,org.cumulus4j.store.test.movie.Person] 20:51:30,187 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4c507067[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,187 DEBUG [qtp1100829986-413][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@4c507067[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,190 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@15af3544[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:51:30,190 DEBUG [qtp1100829986-413][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@7cd348fd[3,org.cumulus4j.store.test.movie.Person] 20:51:30,190 DEBUG [qtp1100829986-413][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@7cd348fd[3,org.cumulus4j.store.test.movie.Person] 20:51:30,190 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cd348fd[3,org.cumulus4j.store.test.movie.Person] 20:51:30,191 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@4c507067[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,191 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@4c507067[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,191 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4c507067[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,191 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@4c507067[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,191 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@15af3544[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:51:30,191 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@15af3544[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:51:30,191 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@15af3544[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:51:30,191 DEBUG [qtp1100829986-413][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@15af3544[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:51:30,191 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@4de95736[3,org.cumulus4j.store.test.movie.Person] 20:51:30,192 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@125cc230[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:51:30,192 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7d0e6bb[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:51:30,192 DEBUG [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 18 ms). class=org.cumulus4j.store.test.movie.Person 20:51:30,192 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@4de95736[3,org.cumulus4j.store.test.movie.Person] 20:51:30,192 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@4de95736[3,org.cumulus4j.store.test.movie.Person] 20:51:30,192 TRACE [qtp1100829986-413][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:51:30,192 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,192 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,195 TRACE [qtp1100829986-413][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:51:30,195 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@4de95736[3,org.cumulus4j.store.test.movie.Person] 20:51:30,195 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@4de95736[3,org.cumulus4j.store.test.movie.Person] 20:51:30,200 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,200 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,205 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,206 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,208 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:51:30,226 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,226 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,227 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@1] 20:51:30,227 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,227 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b027164[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:30,228 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:51:30,241 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,242 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,242 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,242 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b027164[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:30,256 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,256 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,256 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,257 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,257 TRACE [qtp1100829986-413][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6b027164[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:51:30,261 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,261 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,267 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,267 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,270 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:51:30,273 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,274 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,274 TRACE [qtp1100829986-413][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@1 20:51:30,274 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,274 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:51:30,277 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,278 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,278 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,297 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,297 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@179183874 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,335 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:51:30,335 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:51:30,347 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:51:30,347 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:51:30,362 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,363 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,364 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,364 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,364 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,364 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:51:30,364 TRACE [qtp1100829986-413][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:51:30,367 TRACE [qtp1100829986-413][CryptoCache] acquireCipherEntry: Found cached Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:51:30,368 TRACE [qtp1100829986-413][CryptoCache] releaseCipherEntry: Releasing Cipher@1450511830 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:51:30,368 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,368 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,368 TRACE [qtp1100829986-413][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@64ae6147[1,org.cumulus4j.store.test.movie.Movie] 20:51:30,603 DEBUG [qtp2079770359-538][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:51:30,604 INFO [qtp2079770359-538][KeyStoreManager] getSingletons: System property 'cumulus4j.keyStoreDir' was set to '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. Using keyStoreDir '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. 20:51:30,604 DEBUG [qtp2079770359-538][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 20:51:30,605 INFO [qtp2079770359-538][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 20:51:30,605 INFO [qtp2079770359-538][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 20:51:30,605 INFO [qtp2079770359-538][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:51:30,611 INFO [qtp2079770359-538][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:51:30,679 DEBUG [qtp2079770359-541][AppServerService] logger: instantiated AppServerService 20:51:30,682 DEBUG [qtp2079770359-541][AppServerService] putAppServer: entered 20:51:30,682 DEBUG [qtp2079770359-541][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:51:30,683 INFO [qtp2079770359-541][SessionManager] Creating instance of SessionManager. 20:51:30,694 DEBUG [Thread-515][JAXBContextResolver] Instantiating JAXBContextResolver. 20:51:30,705 DEBUG [Thread-517][JAXBContextResolver] Instantiating JAXBContextResolver. 20:51:30,709 DEBUG [Thread-516][JAXBContextResolver] Instantiating JAXBContextResolver. 20:51:30,716 DEBUG [Thread-518][JAXBContextResolver] Instantiating JAXBContextResolver. 20:51:30,738 DEBUG [qtp2079770359-539][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 20:51:30,743 DEBUG [qtp2079770359-539][CryptoSessionService] open: authUserName='devil' cryptoSessionID='test-i12golvv--wgbjx13976sy_jl3yalwq*1*0tfb0u' 20:51:30,765 DEBUG [Thread-519][JAXBContextResolver] Instantiating JAXBContextResolver. 20:51:31,132 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@421327a6 20:51:31,375 DEBUG [Thread-515][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:31,413 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:31,420 DEBUG [Thread-518][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:31,416 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:51:31,440 DEBUG [qtp1100829986-413][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:31,443 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:51:32,441 INFO [qtp1100829986-410][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:51:32,442 DEBUG [qtp1100829986-410][CleanupUtil] Deleting all tables from Data backend store 20:51:32,497 DEBUG [Thread-519][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:32,508 DEBUG [qtp1100829986-444][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:32,511 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:51:32,517 DEBUG [Thread-516][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:32,522 DEBUG [qtp1100829986-412][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:32,524 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:51:32,550 DEBUG [Thread-517][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:32,554 DEBUG [qtp1100829986-579][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:32,559 DEBUG [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:51:34,863 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,863 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,871 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,883 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,884 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,890 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,897 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,896 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,907 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,908 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,909 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,910 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,913 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,915 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,932 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,958 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,961 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,969 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,969 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,980 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,985 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,989 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,992 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:34,995 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,031 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,033 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,040 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,055 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,058 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,063 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,064 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,064 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,064 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,063 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,071 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,076 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,077 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,078 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. NestedThrowables: java.sql.SQLException: Failed to start database '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker' with class loader WebAppClassLoader@org.cumulus4j.integrationtest.webapp, see the next exception for details. 20:51:35,081 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,090 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,108 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,108 INFO [qtp1100829986-410][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:51:35,109 DEBUG [qtp1100829986-410][CleanupUtil] Deleting all tables from Index backend store 20:51:35,109 WARN [qtp1100829986-410][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:51:35,111 INFO [qtp1100829986-410][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:51:35,127 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,129 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,140 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,140 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,141 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,142 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,143 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,146 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,151 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,156 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,158 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,161 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,163 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,164 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,179 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,182 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,196 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,203 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,204 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,207 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,215 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,216 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,218 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,220 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,222 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,237 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,238 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,240 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,249 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,251 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,269 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,271 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,275 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,275 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,286 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,294 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,295 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,301 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,307 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,309 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,313 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,323 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,330 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,338 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,342 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,347 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,348 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,355 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,356 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,357 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,358 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,366 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,366 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,395 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,396 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,397 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,400 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,403 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,404 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,409 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,411 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,418 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,426 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,430 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,446 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,447 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,452 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,453 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,462 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,465 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,466 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,471 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,472 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,486 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,487 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,488 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,500 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,502 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,503 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,515 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,522 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,529 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,530 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,542 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,549 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,551 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,555 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,556 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,557 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,563 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,566 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,568 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,580 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,581 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,610 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,611 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,614 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,615 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,617 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,619 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,620 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,623 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,631 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,644 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,648 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,649 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,650 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,657 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,668 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,672 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,673 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,676 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,679 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,693 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,697 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,698 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,705 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,707 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,714 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,715 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,718 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,730 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,738 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,745 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,748 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,760 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,761 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,763 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,764 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,769 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,778 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,784 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,785 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,786 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,787 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,794 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,802 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,803 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,819 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,823 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,823 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,831 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,841 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,844 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,845 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,847 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,850 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,851 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,855 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,867 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,869 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,875 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,879 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,890 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,900 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,901 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,912 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,915 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,920 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,923 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,926 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,934 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,936 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,943 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,944 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,947 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,955 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,963 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,971 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,984 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,985 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,987 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,992 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,995 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,996 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:35,999 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,007 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,008 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,022 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,028 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,038 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,041 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,042 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,043 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,051 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,052 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,053 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,061 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,067 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,069 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,070 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,074 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,077 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,097 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,103 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,104 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,109 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,111 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,121 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,125 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,127 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,133 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,137 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,138 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,142 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,151 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,152 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,153 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,155 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,158 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,159 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,182 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,194 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,200 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,202 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,203 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,204 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,216 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,220 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,224 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,236 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,240 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,242 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,248 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,250 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,250 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,251 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,252 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,272 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,273 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,274 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,275 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,276 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,280 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,296 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,303 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,304 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,315 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,315 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,321 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,326 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,327 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,327 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,329 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,333 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,339 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,346 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,356 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,366 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,373 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,375 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,376 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,384 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,385 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,392 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,393 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,398 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,401 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,406 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,406 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,410 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,411 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,426 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,427 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,434 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,435 WARN [qtp1100829986-410][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 10, column 6 : cvc-elt.1: Cannot find the declaration of element 'jdo'. - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:51:36,437 WARN [qtp1100829986-410][MetaData] MetaData Parser encountered an error in file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" at line 48, column 7 : The content of element type "jdo" is incomplete, it must match "(extension*,(package|query|fetch-plan)+,extension*)". - Please check your specification of DTD and the validity of the MetaData XML that you have specified. 20:51:36,449 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,458 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,460 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,463 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,463 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,469 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,480 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,481 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,482 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,483 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,488 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,492 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,501 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,513 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,517 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,525 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,526 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,533 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,537 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,541 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,541 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,548 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,554 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,560 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,563 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,564 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,568 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,575 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,585 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,585 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,594 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,602 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,603 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,615 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,616 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,619 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,620 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,625 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,633 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,634 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,639 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,660 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,661 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,662 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,667 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,674 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,681 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,683 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,685 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,688 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,689 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,695 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,703 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,704 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,705 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,715 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,729 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,743 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,744 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,747 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,752 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,753 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,754 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,755 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,756 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,760 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,767 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,781 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,788 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,790 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,796 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,801 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,802 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,806 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,814 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,816 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,818 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,824 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,827 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,828 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,831 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,837 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,846 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,850 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,860 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,862 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,864 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,881 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,884 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,885 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,887 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,890 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,894 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,896 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,897 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,904 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,907 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,913 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,930 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,946 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,947 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,949 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,960 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,961 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,964 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,964 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,971 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,973 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,974 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,976 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,979 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,981 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,986 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:36,999 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,002 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,005 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,010 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,017 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,033 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,044 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,047 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,048 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,050 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,058 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,060 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,061 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,069 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,076 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,077 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,078 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,087 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,089 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,099 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,110 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,115 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,121 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,127 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,128 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,129 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,134 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,139 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,146 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,154 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,156 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,160 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,164 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,168 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,173 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,180 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,183 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,193 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,194 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,205 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,213 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,216 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,220 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,223 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,229 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,231 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,234 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,234 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,249 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,260 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,262 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,266 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,272 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,276 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,288 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,291 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,292 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,295 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,297 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,298 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,310 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,315 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,325 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,329 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,333 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,339 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,343 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,345 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,348 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,349 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,355 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,358 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,359 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,363 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,372 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,384 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,398 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,400 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,400 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,401 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,409 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,410 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,411 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,412 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,425 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,439 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,446 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,447 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,448 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,453 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,460 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,463 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,466 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,471 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,475 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,476 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,480 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,481 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,491 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,505 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,508 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,515 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,526 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,529 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,530 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,535 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,536 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,538 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,539 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,547 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,551 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,563 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,566 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,576 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,577 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,590 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,604 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,606 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,607 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,609 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,611 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,625 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,626 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,628 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,631 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,645 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,648 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,652 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,654 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,658 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,661 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,662 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,667 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,684 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,685 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,686 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,694 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,696 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,698 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,704 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,710 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,713 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,715 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,726 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,726 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,727 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,741 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,751 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,753 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,756 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,761 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,765 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,775 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,775 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,783 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,794 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,795 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,798 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,802 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,802 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,809 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,811 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,820 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,826 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,829 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,831 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,843 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,848 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,849 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,850 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,861 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,863 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,867 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,875 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,880 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,883 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,885 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,894 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,901 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,910 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,913 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,917 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,928 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,930 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,932 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,941 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,948 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,950 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,951 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,962 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,962 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,963 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,978 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,979 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,988 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,989 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,995 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:37,996 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,002 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,008 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,009 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,020 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,025 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,030 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,041 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,045 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,051 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,054 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,062 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,065 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,072 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,078 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,084 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,089 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,091 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,097 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,100 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,108 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,110 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,110 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,114 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,126 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,127 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,135 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,141 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,142 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,146 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,152 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,154 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,166 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,182 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,182 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,184 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,187 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,188 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,193 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,193 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,202 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,208 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,209 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,211 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,215 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,239 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,239 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,241 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,264 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,268 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,277 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,280 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,285 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,285 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,287 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,288 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,290 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,292 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,293 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,302 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,303 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,304 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,327 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,335 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,340 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,341 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,347 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,347 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,350 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,355 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,357 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,376 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,382 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,385 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,386 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,390 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,391 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,396 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,397 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,400 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,406 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,407 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,419 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,435 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,445 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,446 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,452 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,455 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,470 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,470 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,474 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,475 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,475 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,478 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,478 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,483 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,486 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,498 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,517 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,525 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,528 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,530 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,532 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,533 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,539 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,539 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,544 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,548 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,549 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,556 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,569 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,571 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,588 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,588 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,589 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,590 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,591 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,596 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,602 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,603 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,620 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,629 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,632 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,635 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,644 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,646 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,649 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,649 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,654 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,657 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,663 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,668 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,668 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,683 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,688 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,693 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,707 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,724 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,728 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,729 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,731 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,732 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,733 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,734 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,734 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,738 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,740 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,746 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,755 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,761 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,762 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,774 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,780 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,789 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,796 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,800 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,812 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,814 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,815 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,823 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,830 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,833 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,834 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,838 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,839 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,840 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,842 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,845 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,867 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,870 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,878 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,885 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,893 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,896 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,898 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,904 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,906 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,912 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,927 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,931 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,933 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,935 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,939 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,941 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,943 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,944 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,953 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,970 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,974 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,980 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,984 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,985 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,987 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:38,990 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,003 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,004 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,008 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,011 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,023 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,036 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,038 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,040 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,041 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,042 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,060 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,061 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,068 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,069 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,070 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,071 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,072 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,074 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,096 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,102 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,105 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,110 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,126 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,127 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,131 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,137 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,140 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,141 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,147 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,150 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,155 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,156 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,163 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,169 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,182 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,196 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,200 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,201 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,202 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,203 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,208 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,209 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,219 WARN [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,230 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,231 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,232 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,232 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,233 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,238 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,267 WARN [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,269 WARN [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,272 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,292 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,292 WARN [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,293 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,294 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,295 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,296 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDODataStoreException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager NestedThrowables: java.sql.SQLException: org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager 20:51:39,761 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:51:39,765 DEBUG [Thread-502][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:39,772 DEBUG [qtp1100829986-580][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:39,780 DEBUG [qtp1100829986-580][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:51:40,070 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:51:40,075 DEBUG [Thread-504][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:40,079 DEBUG [qtp1100829986-409][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:40,083 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:51:40,840 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:51:40,924 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:51:41,581 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:51:41,584 DEBUG [Thread-510][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:41,588 DEBUG [qtp1100829986-435][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:41,592 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:51:42,761 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:51:42,765 DEBUG [Thread-513][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:42,770 DEBUG [qtp1100829986-434][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:42,774 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:51:42,831 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:51:42,833 DEBUG [Thread-511][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:42,838 DEBUG [qtp1100829986-433][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:42,842 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:51:42,844 DEBUG [Thread-512][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:42,848 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:51:42,849 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:42,854 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:51:45,416 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:51:45,418 DEBUG [Thread-506][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:45,425 DEBUG [qtp1100829986-453][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:45,429 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:51:48,313 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:51:49,711 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:51:51,681 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:51:51,684 DEBUG [Thread-505][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:51,689 DEBUG [qtp1100829986-442][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:51,692 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:51:51,768 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:51:51,774 DEBUG [Thread-503][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:51:51,779 DEBUG [qtp1100829986-445][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:51:51,784 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:51:55,208 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:51:55,208 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 20:52:02,376 INFO [qtp1100829986-410][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:52:02,376 INFO [qtp1100829986-410][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:52:02,376 INFO [qtp1100829986-410][Cumulus4jStoreManager] ======================================================= 20:52:02,378 ERROR [qtp1100829986-410][Persistence] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.datanucleus.plugin.NonManagedPluginRegistry.createExecutableExtension(NonManagedPluginRegistry.java:631) at org.datanucleus.plugin.PluginManager.createExecutableExtension(PluginManager.java:301) at org.datanucleus.NucleusContext.initialiseAutoStart(NucleusContext.java:432) at org.datanucleus.NucleusContext.initialise(NucleusContext.java:384) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:768) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:326) at org.datanucleus.api.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:195) at sun.reflect.GeneratedMethodAccessor466.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.jdo.JDOHelper$16.run(JDOHelper.java:1970) at java.security.AccessController.doPrivileged(Native Method) at javax.jdo.JDOHelper.invoke(JDOHelper.java:1965) at javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1171) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:813) at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:702) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:59) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassCastException: org.cumulus4j.store.Cumulus4jStoreManager cannot be cast to org.datanucleus.store.rdbms.RDBMSStoreManager at org.datanucleus.store.rdbms.autostart.SchemaAutoStarter.(SchemaAutoStarter.java:68) ... 69 more 20:52:02,379 DEBUG [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Movie 20:52:02,381 INFO [qtp1100829986-410][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:52:02,381 TRACE [qtp1100829986-410][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=test-i12golvv--wgbjx13976sy_jl3yalwq*1*0tfb0u 20:52:02,381 INFO [qtp1100829986-410][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:52:02,930 INFO [qtp1100829986-410][MinimumCumulus4jVersion] version=10100001 20:52:03,621 INFO [qtp1100829986-410][MinimumCumulus4jVersion] version=10100001 20:52:03,621 DEBUG [qtp1100829986-410][RecreateIndex] deleteIndex: Entered. 20:52:03,797 DEBUG [qtp1100829986-410][RecreateIndex] deleteIndex: There are no IndexEntry instances in the database => quit. 20:52:03,797 DEBUG [qtp1100829986-410][RecreateIndex] deleteIndex: Leaving. 20:52:03,840 DEBUG [qtp1100829986-410][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Movie 20:52:03,856 DEBUG [qtp1100829986-410][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@7cb3eb59[null,org.cumulus4j.store.test.movie.Movie] 20:52:03,864 DEBUG [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,878 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@7cbe6b6d[null,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,886 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,886 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,899 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,899 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,899 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,899 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@38014683[null,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:52:03,901 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@38014683[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:52:03,902 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,902 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,903 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@41c88d13[null,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,905 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,905 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,905 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,905 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,905 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,906 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1da9c98b[null,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:52:03,908 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1da9c98b[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:52:03,908 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,908 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,909 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@36068d57[null,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:52:03,911 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,911 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@36068d57[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:52:03,913 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@36068d57[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:52:03,913 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,913 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@67e0d737[null,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,915 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,915 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@67e0d737[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,916 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67e0d737[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,916 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,916 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@44f5b823[null,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,918 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,918 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,919 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,919 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,919 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,919 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@52b11b02[null,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:52:03,921 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@52b11b02[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:52:03,922 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,922 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,922 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1531b41f[null,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:52:03,924 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,924 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1531b41f[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:52:03,925 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1531b41f[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:52:03,925 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,925 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@6cb8414c[null,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,928 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,928 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,929 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,929 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,929 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,930 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@3f8c8d5a[null,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:52:03,932 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@3f8c8d5a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:52:03,932 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,932 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,933 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@754e3b9a[null,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,935 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,935 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@754e3b9a[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,935 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@754e3b9a[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,936 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,936 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@1b2b1985[null,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,938 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,938 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,939 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,939 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,939 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,939 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@33edc23f[null,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:52:03,941 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@33edc23f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:52:03,942 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,942 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,942 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,942 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,942 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@36068d57[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:52:03,942 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67e0d737[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,943 DEBUG [qtp1100829986-410][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@67e0d737[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,960 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,960 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1531b41f[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:52:03,961 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,961 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@754e3b9a[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,961 DEBUG [qtp1100829986-410][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@754e3b9a[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,963 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,964 DEBUG [qtp1100829986-410][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,964 DEBUG [qtp1100829986-410][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,964 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@7cb3eb59[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,964 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@36068d57[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:52:03,965 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@36068d57[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:52:03,965 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@36068d57[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:52:03,965 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@36068d57[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:52:03,965 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@754e3b9a[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,965 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@754e3b9a[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,965 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@754e3b9a[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,965 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@754e3b9a[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,965 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,966 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,966 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,966 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1da9c98b[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:52:03,966 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1da9c98b[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:52:03,966 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1da9c98b[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:52:03,966 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1da9c98b[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:52:03,966 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@41c88d13[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,966 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,966 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,966 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,967 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@52b11b02[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:52:03,967 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@52b11b02[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:52:03,967 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@52b11b02[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:52:03,967 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@52b11b02[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:52:03,967 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@44f5b823[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,967 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@67e0d737[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,967 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@67e0d737[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,967 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67e0d737[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,967 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@67e0d737[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,968 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,968 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,968 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,968 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@38014683[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:52:03,968 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@38014683[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:52:03,968 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@38014683[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:52:03,968 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@38014683[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:52:03,968 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@7cbe6b6d[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,968 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1531b41f[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:52:03,969 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1531b41f[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:52:03,969 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1531b41f[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:52:03,969 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1531b41f[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:52:03,969 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,969 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,969 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,969 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@3f8c8d5a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:52:03,969 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@3f8c8d5a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:52:03,969 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3f8c8d5a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:52:03,969 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@3f8c8d5a[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:52:03,969 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6cb8414c[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,970 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,970 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,970 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,970 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@33edc23f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:52:03,971 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@33edc23f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:52:03,971 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@33edc23f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:52:03,971 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@33edc23f[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:52:03,971 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@1b2b1985[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,974 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@4d0c4e3b[5,org.cumulus4j.store.test.movie.Movie#movieID[primary]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62e42b01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@71c3815f[4,org.cumulus4j.store.test.movie.Movie#languages[collectionElement]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5a62be52[12,org.cumulus4j.store.test.movie.Movie#tagLine[primary]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8bd27da[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3a835db1[8,org.cumulus4j.store.test.movie.Movie#producedBy[collectionElement]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c2d7a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@428da7e9[2,org.cumulus4j.store.test.movie.Movie#directedBy[collectionElement]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@620ad421[6,org.cumulus4j.store.test.movie.Movie#name[primary]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@34ecf4d0[9,org.cumulus4j.store.test.movie.Movie#rating[primary]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@30bc9ed5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2f5fcaf2[11,org.cumulus4j.store.test.movie.Movie#starring[collectionElement]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3a04ee2a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,974 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@19b02528[14,org.cumulus4j.store.test.movie.Movie#writtenBy[collectionElement]] 20:52:03,974 DEBUG [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 1594 ms). class=org.cumulus4j.store.test.movie.Movie 20:52:03,989 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:52:03,989 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:52:03,989 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,990 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3a04ee2a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:03,990 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,990 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:52:03,990 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,990 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@30bc9ed5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:03,990 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:52:03,990 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,990 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:52:03,990 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,990 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8bd27da[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:03,990 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,990 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,990 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:52:03,990 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,990 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62e42b01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:03,990 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:52:03,991 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:03,991 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c2d7a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:03,991 TRACE [qtp1100829986-410][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:52:03,991 INFO [qtp1100829986-410][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 20:52:03,991 INFO [qtp1100829986-410][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 20:52:11,381 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:52:12,235 INFO [qtp1100829986-410][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 20:52:12,236 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _query[requestID=7l0nt1zcaylhxbpati1rhsryg]: Entered with request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@7fe14177[7l0nt1zcaylhxbpati1rhsryg,test-i12golvv--wgbjx13976sy_jl3yalwq*1*0tfb0u] 20:52:12,291 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _query[requestID=7l0nt1zcaylhxbpati1rhsryg]: Request persisted. 20:52:12,346 DEBUG [qtp1100829986-413][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest@7fe14177[7l0nt1zcaylhxbpati1rhsryg,test-i12golvv--wgbjx13976sy_jl3yalwq*1*0tfb0u] 20:52:12,346 ERROR [qtp1100829986-444][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@a2e1c29" (id="7l0nt1zcaylhxbpati1rhsryg") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:52:12,347 DEBUG [qtp1100829986-413][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyRequest matching=true 20:52:12,347 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@a2e1c29" (id="7l0nt1zcaylhxbpati1rhsryg") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@7fe14177 20:52:12,348 ERROR [qtp1100829986-579][Persistence] Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@5f318bc0" (id="7l0nt1zcaylhxbpati1rhsryg") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now 20:52:12,349 DEBUG [Thread-518][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Request matching=true 20:52:12,353 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: javax.jdo.JDOOptimisticVerificationException: Transaction failed to commit NestedThrowables: javax.jdo.JDOOptimisticVerificationException: Object "org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@5f318bc0" (id="7l0nt1zcaylhxbpati1rhsryg") has been changed in the datastore since your last read. Your transaction is using version "1" but this doesnt exist in the datastore now FailedObject:org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.PendingRequest@7fe14177 20:52:12,362 DEBUG [Thread-518][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.GetActiveEncryptionKeyResponse matching=true 20:52:12,365 DEBUG [qtp1100829986-430][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:12,368 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pushResponse[requestID=7l0nt1zcaylhxbpati1rhsryg]: Entered. 20:52:12,408 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:52:12,565 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Created new Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:52:12,566 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,575 TRACE [qtp1100829986-410][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:52:12,575 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,575 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,575 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c2d7a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:12,590 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,590 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,599 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62e42b01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:12,602 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,603 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,620 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,620 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,644 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,645 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,653 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8bd27da[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:12,657 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,657 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,659 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@30bc9ed5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:12,662 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,663 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,665 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3a04ee2a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:12,668 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,669 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,673 DEBUG [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Rating 20:52:12,674 DEBUG [qtp1100829986-410][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Rating 20:52:12,676 DEBUG [qtp1100829986-410][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@5e262253[null,org.cumulus4j.store.test.movie.Rating] 20:52:12,678 DEBUG [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@5e262253[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,680 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@6ca1f89e[null,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,682 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e262253[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,682 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@6ca1f89e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,682 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ca1f89e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,682 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e262253[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,683 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@7fbe0717[null,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:52:12,685 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e262253[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,685 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@7fbe0717[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:52:12,687 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7fbe0717[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:52:12,687 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e262253[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,687 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ca1f89e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,687 DEBUG [qtp1100829986-410][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@6ca1f89e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,689 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7fbe0717[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:52:12,690 DEBUG [qtp1100829986-410][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@5e262253[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,690 DEBUG [qtp1100829986-410][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@5e262253[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,690 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@5e262253[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,691 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@7fbe0717[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:52:12,691 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@7fbe0717[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:52:12,691 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7fbe0717[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:52:12,691 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@7fbe0717[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:52:12,691 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@6ca1f89e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,691 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@6ca1f89e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,691 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@6ca1f89e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,692 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@6ca1f89e[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,692 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@49abc2fb[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,692 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@2b8e1286[16,org.cumulus4j.store.test.movie.Rating#ratingID[primary]] 20:52:12,692 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@7c6231c0[15,org.cumulus4j.store.test.movie.Rating#name[primary]] 20:52:12,692 DEBUG [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 18 ms). class=org.cumulus4j.store.test.movie.Rating 20:52:12,692 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@49abc2fb[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,692 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@49abc2fb[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,692 TRACE [qtp1100829986-410][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:52:12,693 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,693 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,695 TRACE [qtp1100829986-410][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:52:12,696 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@49abc2fb[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,696 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@49abc2fb[2,org.cumulus4j.store.test.movie.Rating] 20:52:12,699 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,699 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,705 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,705 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,708 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:52:12,708 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=8 value=[] 20:52:12,708 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,708 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3a04ee2a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:12,708 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,708 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[] 20:52:12,708 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,708 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@30bc9ed5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:12,708 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=null 20:52:12,708 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,709 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=4 value=[] 20:52:12,709 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,709 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8bd27da[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:12,709 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,709 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,709 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=1 value=[] 20:52:12,709 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,709 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62e42b01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:12,709 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=0 value=[] 20:52:12,709 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,709 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c2d7a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:12,709 TRACE [qtp1100829986-410][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 2 20:52:12,709 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,710 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,712 TRACE [qtp1100829986-410][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 2 20:52:12,712 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@67c2d7a[1,org.cumulus4j.store.test.movie.Movie#directedBy[primary]] 20:52:12,716 TRACE [qtp1100829986-410][CryptoCache] getKeyData: Found cached key with keyID=1. 20:52:12,717 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Created new Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with key and IV. 20:52:12,718 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,718 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,718 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,719 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@62e42b01[3,org.cumulus4j.store.test.movie.Movie#languages[primary]] 20:52:12,732 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,733 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,733 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,733 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,737 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,738 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,743 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,743 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,745 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@8bd27da[7,org.cumulus4j.store.test.movie.Movie#producedBy[primary]] 20:52:12,749 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,750 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,750 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,750 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,751 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@30bc9ed5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:12,756 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,756 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,756 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,756 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,757 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@3a04ee2a[13,org.cumulus4j.store.test.movie.Movie#writtenBy[primary]] 20:52:12,762 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,762 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,762 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,763 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,765 DEBUG [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: begin loading. class=org.cumulus4j.store.test.movie.Person 20:52:12,765 DEBUG [qtp1100829986-410][Cumulus4jStoreManager] registerClass: clazz=org.cumulus4j.store.test.movie.Person 20:52:12,769 DEBUG [qtp1100829986-410][ClassMeta] jdoPreStore: org.cumulus4j.store.model.ClassMeta@58cd0dc5[null,org.cumulus4j.store.test.movie.Person] 20:52:12,771 DEBUG [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta == null => populating. this=org.cumulus4j.store.model.ClassMeta@58cd0dc5[3,org.cumulus4j.store.test.movie.Person] 20:52:12,772 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@5776c2fd[null,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,774 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@58cd0dc5[3,org.cumulus4j.store.test.movie.Person] 20:52:12,774 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@5776c2fd[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,775 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5776c2fd[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,775 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@58cd0dc5[3,org.cumulus4j.store.test.movie.Person] 20:52:12,776 DEBUG [qtp1100829986-410][FieldMeta] jdoPreStore: org.cumulus4j.store.model.FieldMeta@26c0c60f[null,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:52:12,778 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@58cd0dc5[3,org.cumulus4j.store.test.movie.Person] 20:52:12,778 DEBUG [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta == null => populating. this=org.cumulus4j.store.model.FieldMeta@26c0c60f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:52:12,778 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@26c0c60f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:52:12,778 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@58cd0dc5[3,org.cumulus4j.store.test.movie.Person] 20:52:12,779 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5776c2fd[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,779 DEBUG [qtp1100829986-410][FieldMeta] getEmbeddedClassMeta: this.embeddedClassMetaLoaded == false => loading. this=org.cumulus4j.store.model.FieldMeta@5776c2fd[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,781 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@26c0c60f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:52:12,782 DEBUG [qtp1100829986-410][ClassMeta] jdoPostDetach: attached=org.cumulus4j.store.model.ClassMeta@58cd0dc5[3,org.cumulus4j.store.test.movie.Person] 20:52:12,782 DEBUG [qtp1100829986-410][ClassMeta] jdoPostDetach: Detaching this.fieldName2FieldMeta: attached=org.cumulus4j.store.model.ClassMeta@58cd0dc5[3,org.cumulus4j.store.test.movie.Person] 20:52:12,782 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@58cd0dc5[3,org.cumulus4j.store.test.movie.Person] 20:52:12,782 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@5776c2fd[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,783 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@5776c2fd[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,783 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@5776c2fd[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,783 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@5776c2fd[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,783 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: attached=org.cumulus4j.store.model.FieldMeta@26c0c60f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:52:12,783 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.role2SubFieldMeta: attached=org.cumulus4j.store.model.FieldMeta@26c0c60f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:52:12,783 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@26c0c60f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:52:12,783 DEBUG [qtp1100829986-410][FieldMeta] jdoPostDetach: Detaching this.embeddedClassMeta: attached=org.cumulus4j.store.model.FieldMeta@26c0c60f[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:52:12,783 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@578fb540[3,org.cumulus4j.store.test.movie.Person] 20:52:12,783 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@1bc4a9a9[17,org.cumulus4j.store.test.movie.Person#name[primary]] 20:52:12,783 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@c5ea47d[18,org.cumulus4j.store.test.movie.Person#personID[primary]] 20:52:12,783 DEBUG [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: end loading (took 18 ms). class=org.cumulus4j.store.test.movie.Person 20:52:12,784 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@578fb540[3,org.cumulus4j.store.test.movie.Person] 20:52:12,784 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@578fb540[3,org.cumulus4j.store.test.movie.Person] 20:52:12,784 TRACE [qtp1100829986-410][Cumulus4jPersistenceHandler] insertObject: Created new DataEntry for: 1 20:52:12,784 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,784 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,787 TRACE [qtp1100829986-410][Cumulus4jPersistenceHandler] insertObject: Persisted new non-embedded DataEntry for: 1 20:52:12,787 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@578fb540[3,org.cumulus4j.store.test.movie.Person] 20:52:12,787 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@578fb540[3,org.cumulus4j.store.test.movie.Person] 20:52:12,790 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,790 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,796 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,796 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,799 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:52:12,815 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,815 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,816 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=5 value=org.cumulus4j.store.test.movie.Rating@1 20:52:12,816 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,816 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Rating 20:52:12,830 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,830 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,831 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,858 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,859 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,861 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:52:12,865 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,865 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,866 TRACE [qtp1100829986-410][StoreFieldManager] storeObjectField: classMeta.className=org.cumulus4j.store.test.movie.Movie fieldNumber=6 value=[org.cumulus4j.store.test.movie.Person@1] 20:52:12,866 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,866 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@30bc9ed5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:12,866 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Person 20:52:12,869 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,869 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,869 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,869 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@30bc9ed5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:12,874 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,874 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,875 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,875 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,875 TRACE [qtp1100829986-410][FieldMeta] getRole2SubFieldMeta: this.role2SubFieldMeta != null (already populated). this=org.cumulus4j.store.model.FieldMeta@30bc9ed5[10,org.cumulus4j.store.test.movie.Movie#starring[primary]] 20:52:12,879 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,880 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,885 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,885 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@1989887732 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,914 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:52:12,914 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:52:12,926 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:52:12,926 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:52:12,942 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,943 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,944 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,944 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,944 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,944 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClassID: found cache entry. classID=1 20:52:12,944 TRACE [qtp1100829986-410][Cumulus4jStoreManager] getClassMetaByClass: found cache entry. class=org.cumulus4j.store.test.movie.Movie 20:52:12,947 TRACE [qtp1100829986-410][CryptoCache] acquireCipherEntry: Found cached Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=1. Initialising it with new IV (without key). 20:52:12,947 TRACE [qtp1100829986-410][CryptoCache] releaseCipherEntry: Releasing Cipher@594150535 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=1. 20:52:12,948 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,948 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] 20:52:12,948 TRACE [qtp1100829986-410][ClassMeta] getFieldName2FieldMeta: this.fieldName2FieldMeta != null (already populated). this=org.cumulus4j.store.model.ClassMeta@110a9252[1,org.cumulus4j.store.test.movie.Movie] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 208.922 sec Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.withkeyserver/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.withkeyserver/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.back.webapp 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.back.webapp --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.back.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.back.webapp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.back.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.back.webapp --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.back.webapp --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ org.cumulus4j.keymanager.back.webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [org.cumulus4j.keymanager.back.webapp] in [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/src/main/webapp] [INFO] Webapp assembled in [73 msecs] [INFO] Building war: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.back.webapp --- [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.back.webapp --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.cli 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.cli --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.cli --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/src/main/resources [INFO] Copying 3 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.cli --- [INFO] Compiling 18 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.cli --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.cli --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ org.cumulus4j.keymanager.cli --- 20:52:19,059 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:52:19,059 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- onejar-maven-plugin:1.4.4:one-jar (default) @ org.cumulus4j.keymanager.cli --- [INFO] Using One-Jar to create a single-file distribution [INFO] Implementation Version: 1.2.1-SNAPSHOT [INFO] Using One-Jar version: 0.96 [INFO] More info on One-Jar: http://one-jar.sourceforge.net/ [INFO] License for One-Jar: http://one-jar.sourceforge.net/one-jar-license.txt [INFO] One-Jar file: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.one-jar.jar [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.cli --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/cli already added, skipping [INFO] org/cumulus4j/keymanager/cli/resource already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] log4j.properties already added, skipping [INFO] org/cumulus4j/keymanager/cli/resource/LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/cli already added, skipping [INFO] org/cumulus4j/keymanager/cli/resource already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] log4j.properties already added, skipping [INFO] org/cumulus4j/keymanager/cli/resource/LICENCE.txt already added, skipping [INFO] [INFO] --- maven-antrun-plugin:1.6:run (default) @ org.cumulus4j.keymanager.cli --- [INFO] Executing tasks main: [delete] Deleting: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar [move] Moving 1 file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target [INFO] Executed tasks [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.cli --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store.localkeystoremessagebroker 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker (includes = [*.log], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store.localkeystoremessagebroker --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/src/main/resources [INFO] Copying 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.store.localkeystoremessagebroker --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results[INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/localkeystoremessagebroker already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/localkeystoremessagebroker already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.store.localkeystoremessagebroker --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store.test.jpa 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store.test.jpa --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa (includes = [*.log, *.xls, *.ods, *.odf, *.ooxml, *.xlsx], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store.test.jpa --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/src/main/resources [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store.test.jpa --- [INFO] Compiling 10 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/classes [INFO] [INFO] --- maven-datanucleus-plugin:3.2.0-m1:enhance (default) @ org.cumulus4j.store.test.jpa --- 20:52:27,385 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:52:27,520 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:52:27,520 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:52:27,520 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:52:27,520 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:52:27,520 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:52:27,520 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). DataNucleus Enhancer (version 3.2.4) for API "JPA" using JRE "1.7" DataNucleus Enhancer completed with success for 4 classes. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.store.test.jpa --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.store.test.jpa --- [INFO] Compiling 2 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/test-classes 20:52:29,596 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:52:29,596 INFO [CryptoCache][CryptoCache] getCryptoCacheEntryExpiryAgeMSec: Property 'cumulus4j.CryptoCache.entryExpiryAge' is not set. Using default value 1800000. 20:52:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:52:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:52:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:52:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:52:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.store.test.jpa --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/surefire-reports 20:52:29,819 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:52:29,821 DEBUG [Thread-509][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:29,824 DEBUG [qtp1100829986-410][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:29,826 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.store.test.jpa.account.JPQLTest loadProperties: File /home/tomcat/cumulus4j-test-log4j.properties does not exist. Thus not overriding any settings with user-specific ones. 20:52:30,588 INFO [main][JPATransactionalRunner] run: Shutting down Derby (in case it was used before). 20:52:30,604 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:52:30,683 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:52:31,453 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:52:31,459 DEBUG [Thread-515][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:31,463 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:31,465 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:52:31,492 INFO [main][JPQLTest] clearDatabase: Clearing database (dropping all tables). 20:52:31,500 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:52:31,522 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:52:31,522 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:52:31,530 INFO [main][JPATransactionalRunner] run: Setting up EntityManagerFactory. 20:52:31,532 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:52:32,441 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:52:32,515 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:52:32,517 DEBUG [Thread-519][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:32,520 DEBUG [qtp1100829986-448][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:32,522 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:52:32,563 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:52:32,563 DEBUG [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:52:32,564 DEBUG [Thread-516][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:32,565 DEBUG [Thread-517][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:32,572 DEBUG [qtp1100829986-444][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:32,573 DEBUG [qtp1100829986-412][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:32,574 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:52:32,585 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:52:39,781 DEBUG [qtp1100829986-580][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:52:39,784 DEBUG [Thread-502][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:39,788 DEBUG [qtp1100829986-580][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:39,794 DEBUG [qtp1100829986-580][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:52:40,138 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:52:40,142 DEBUG [Thread-504][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:40,148 DEBUG [qtp1100829986-579][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:40,152 DEBUG [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:52:40,841 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:52:40,924 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:52:41,604 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:52:41,606 DEBUG [Thread-510][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:41,608 DEBUG [qtp1100829986-409][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:41,611 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:52:42,818 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:52:42,820 DEBUG [Thread-513][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:42,824 DEBUG [qtp1100829986-434][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:42,829 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:52:42,862 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:52:42,864 DEBUG [Thread-512][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:42,868 DEBUG [qtp1100829986-435][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:42,872 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:52:42,886 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:52:42,888 DEBUG [Thread-511][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:42,892 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:42,898 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:52:45,460 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:52:45,464 DEBUG [Thread-506][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:45,472 DEBUG [qtp1100829986-453][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:45,477 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:52:48,313 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:52:49,711 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:52:51,760 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:52:51,770 DEBUG [Thread-505][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:51,773 DEBUG [qtp1100829986-433][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:51,782 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:52:51,789 DEBUG [qtp1100829986-445][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:52:51,792 DEBUG [Thread-503][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:52:51,794 DEBUG [qtp1100829986-442][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:52:51,797 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:53:02,381 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:53:03,653 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:53:03,653 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:53:03,655 INFO [main][Cumulus4jStoreManager] ======================================================= 20:53:03,971 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerEnabled: Property 'cumulus4j.cryptoSessionExpiryTimer.enabled' is not set. Using default value true. 20:53:03,972 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:53:03,977 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:53:05,111 INFO [main][MinimumCumulus4jVersion] version=10100001 20:53:05,863 INFO [main][MinimumCumulus4jVersion] version=10100001 20:53:08,325 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 20:53:08,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:08,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,467 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,567 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:08,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:08,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:08,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:09,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,224 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:09,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:09,337 INFO [main][JPATransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.42 sec Running org.cumulus4j.store.test.jpa.account.JPAPersistenceTest 20:53:09,704 INFO [main][JPATransactionalRunner] run: Shutting down Derby (in case it was used before). 20:53:11,381 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:53:12,178 INFO [main][JPAPersistenceTest] clearDatabase: Clearing database (dropping all tables). 20:53:12,180 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:53:12,205 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 20:53:12,205 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 20:53:12,208 INFO [main][JPATransactionalRunner] run: Setting up EntityManagerFactory. 20:53:12,210 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 20:53:12,235 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:53:12,238 INFO [CryptoCache][CryptoCache] getCryptoCacheEntryExpiryAgeMSec: Property 'cumulus4j.CryptoCache.entryExpiryAge' is not set. Using default value 1800000. 20:53:12,249 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:53:12,251 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:53:12,252 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:53:12,257 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:53:12,257 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:53:12,464 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:53:12,472 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 20:53:12,473 DEBUG [Thread-518][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:12,476 DEBUG [qtp1100829986-430][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:12,480 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:53:27,385 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:53:27,521 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:53:27,521 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:53:27,521 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:53:27,521 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:53:27,521 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:53:27,521 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:53:29,595 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:53:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:53:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:53:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:53:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:53:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:53:29,866 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:53:29,871 DEBUG [Thread-509][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:29,876 DEBUG [qtp1100829986-410][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:29,880 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:53:30,604 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:53:30,683 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:53:31,483 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:53:31,487 DEBUG [Thread-515][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:31,498 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:31,503 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:53:32,543 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:53:32,545 DEBUG [Thread-519][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:32,549 DEBUG [qtp1100829986-705][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:32,557 DEBUG [qtp1100829986-705][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:53:32,632 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:53:32,634 DEBUG [Thread-517][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:32,637 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:53:32,639 DEBUG [Thread-516][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:32,644 DEBUG [qtp1100829986-448][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:32,651 DEBUG [qtp1100829986-412][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:32,654 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:53:32,660 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:53:35,671 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 20:53:35,671 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 20:53:35,671 INFO [main][Cumulus4jStoreManager] ======================================================= 20:53:35,683 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 20:53:35,684 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 20:53:36,324 INFO [main][MinimumCumulus4jVersion] version=10100001 20:53:36,916 INFO [main][MinimumCumulus4jVersion] version=10100001 20:53:37,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:37,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:37,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:37,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:37,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:37,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:37,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:37,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:38,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:38,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:38,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,773 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:38,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:39,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:39,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,502 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,825 DEBUG [qtp1100829986-580][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:53:39,830 DEBUG [Thread-502][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:39,837 DEBUG [qtp1100829986-444][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:39,843 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:53:39,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:39,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,970 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:39,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:40,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,210 DEBUG [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:53:40,217 DEBUG [Thread-504][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:40,221 DEBUG [qtp1100829986-580][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:40,225 DEBUG [qtp1100829986-580][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:53:40,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:40,471 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:40,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:40,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:40,840 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:53:40,925 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:53:41,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:41,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:41,649 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:53:41,652 DEBUG [Thread-510][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:41,657 DEBUG [qtp1100829986-579][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:41,665 DEBUG [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:53:41,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:41,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:41,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:41,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:41,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:41,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:41,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:41,827 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:41,852 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:41,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:42,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:42,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:42,839 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:53:42,842 DEBUG [Thread-513][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:42,846 DEBUG [qtp1100829986-409][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:42,850 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:53:42,911 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:53:42,913 DEBUG [Thread-512][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:42,920 DEBUG [qtp1100829986-434][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:42,926 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:53:42,955 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:53:42,957 DEBUG [Thread-511][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:42,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:42,966 DEBUG [qtp1100829986-435][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:42,970 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:53:42,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:43,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:43,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:43,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,794 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,817 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:43,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:44,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:44,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:44,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:44,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,958 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:44,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:45,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:45,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:45,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,556 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:53:45,560 DEBUG [Thread-506][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:45,564 DEBUG [qtp1100829986-411][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:45,568 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:53:45,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:45,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:45,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:45,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:46,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:46,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:46,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:46,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,709 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:46,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,786 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:46,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:47,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:47,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:47,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:47,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:47,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:47,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:48,314 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: Expiring cache for user 'devil'. 20:53:48,314 DEBUG [KeyStore][CachedMasterKey] clear: Clearing for userName='devil'. 20:53:48,314 DEBUG [KeyStore][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1b615d13 20:53:48,314 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 0 users left in cache. 20:53:48,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:48,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,502 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:48,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:48,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:48,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:49,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:49,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:49,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:49,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:49,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:49,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:49,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,709 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:49,711 INFO [SessionManager][SessionManager$ExpireSessionTimerTask] run: Expiring session: userName='devil' cryptoSessionID='test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co'. 20:53:49,711 DEBUG [SessionManager][Session] destroy: Destroying session for userName='devil' cryptoSessionID='test-i12gl1sc--oqqfj5rokkxn_escyyj4l*1*01l9co'. 20:53:49,712 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 0 sessions left. 20:53:49,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:50,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:50,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:50,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:50,773 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,830 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:50,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:50,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,449 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:51,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:51,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:51,822 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:53:51,824 DEBUG [Thread-505][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:51,824 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:53:51,827 DEBUG [Thread-503][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:53:51,828 DEBUG [qtp1100829986-453][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:51,829 DEBUG [qtp1100829986-433][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:53:51,830 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:53:51,832 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Entered. 20:53:51,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:51,842 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:51,916 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:51,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:52,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:52,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:52,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:52,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:52,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,567 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:52,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:52,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:52,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:53,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:53,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:53,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:53,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,627 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:53,692 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:53,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:54,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:54,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,102 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:54,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:54,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:54,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,506 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:54,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:54,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:54,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:55,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:55,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:55,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:55,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:55,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:55,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:56,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:56,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:56,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:56,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:56,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:56,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:57,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:57,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:57,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:57,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:57,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:57,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:57,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:57,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:58,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:58,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:58,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:58,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:59,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,134 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:59,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:59,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:53:59,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:53:59,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:00,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:00,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:00,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:01,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:01,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,095 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:01,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:01,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:01,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:01,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:02,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:02,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,381 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:54:02,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:02,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,878 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:02,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:03,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:03,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:03,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,479 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:03,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:03,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:03,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:03,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:04,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,095 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,344 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:04,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:04,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:04,627 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:04,714 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:05,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,145 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:05,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:05,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,801 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:05,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:05,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:06,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:06,430 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:06,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:06,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:06,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:06,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:07,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:07,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:07,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:07,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:07,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:08,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:08,213 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,260 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:08,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:08,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:08,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:08,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:09,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:09,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,134 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,161 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:09,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:09,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,627 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:09,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,781 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:09,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:10,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:10,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,161 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:10,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:10,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:10,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:10,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,895 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:10,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:11,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:11,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,381 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:54:11,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:11,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:11,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:11,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:12,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,235 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:54:12,236 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:54:12,236 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:54:12,236 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:54:12,236 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:54:12,236 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:54:12,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:12,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:12,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,495 DEBUG [qtp1100829986-430][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:12,499 DEBUG [Thread-518][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:54:12,502 DEBUG [qtp1100829986-442][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:54:12,504 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:54:12,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:12,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:12,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:12,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:13,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:13,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,471 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:13,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:13,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:13,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:14,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:14,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:14,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:14,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:14,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:14,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:14,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:15,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:15,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:15,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:15,916 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,967 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:15,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:16,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:16,827 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:16,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:16,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:17,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:17,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:17,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,422 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:17,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,878 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:17,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:17,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:18,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:18,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:18,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:18,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:18,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:18,905 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:19,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:19,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:19,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:19,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:19,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:19,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:20,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:20,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:20,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:20,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:20,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,967 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:20,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:20,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:21,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:21,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:21,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:21,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:21,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:22,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:22,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:22,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:22,483 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:22,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:22,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:23,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:23,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:23,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:23,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:23,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:23,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:23,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:23,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:24,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:24,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:24,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:24,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:24,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,967 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:24,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:25,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:25,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:25,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,467 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,805 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:25,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:25,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:25,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:26,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:26,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:26,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:26,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:26,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:26,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:27,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:27,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:27,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,354 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,385 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 20:54:27,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:27,449 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,521 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:54:27,522 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:54:27,522 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:54:27,522 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:54:27,522 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:54:27,522 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:54:27,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:27,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:27,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,916 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:27,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:27,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:28,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:28,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:28,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:28,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:28,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:28,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:29,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:29,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:29,595 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 20:54:29,595 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 20:54:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 20:54:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 20:54:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 20:54:29,596 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 20:54:29,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:29,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,794 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:29,801 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,850 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:29,937 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:54:29,941 DEBUG [Thread-509][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:54:29,945 DEBUG [qtp1100829986-711][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:54:29,955 DEBUG [qtp1100829986-711][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Entered. 20:54:30,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:30,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:30,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:30,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:30,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:30,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,605 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 20:54:30,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:30,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,683 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. 20:54:30,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:30,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:31,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:31,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:31,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,533 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:31,537 DEBUG [Thread-515][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:54:31,542 DEBUG [qtp1100829986-410][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:54:31,547 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:54:31,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:31,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:31,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:31,807 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:32,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 20:54:32,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 20:54:32,307 INFO [main][JPATransactionalRunner] run: Shutting down PersistenceManagerFactory. 20:54:32,607 DEBUG [qtp1100829986-705][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:32,608 DEBUG [Thread-519][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:54:32,611 DEBUG [qtp1100829986-436][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:54:32,613 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.941 sec Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 20:54:32,712 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:32,714 DEBUG [Thread-517][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:54:32,716 DEBUG [qtp1100829986-705][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:54:32,718 DEBUG [qtp1100829986-705][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. 20:54:32,721 DEBUG [qtp1100829986-412][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:32,723 DEBUG [Thread-516][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 20:54:32,728 DEBUG [qtp1100829986-448][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 20:54:32,733 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Entered. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ org.cumulus4j.store.test.jpa --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.store.test.jpa --- [INFO] META-INF already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/test already added, skipping [INFO] org/cumulus4j/store/test/jpa already added, skipping [INFO] org/cumulus4j/store/test/jpa/account already added, skipping [INFO] org/cumulus4j/store/test/jpa/account/id already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] META-INF/persistence.xml already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT-sources.jar [INFO] META-INF already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/test already added, skipping [INFO] org/cumulus4j/store/test/jpa already added, skipping [INFO] org/cumulus4j/store/test/jpa/account already added, skipping [INFO] org/cumulus4j/store/test/jpa/account/id already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] META-INF/persistence.xml already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.store.test.jpa --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test.jpa/1.2.1-SNAPSHOT/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test.jpa/1.2.1-SNAPSHOT/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test.jpa/1.2.1-SNAPSHOT/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.aggregator 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.aggregator --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.aggregator (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.aggregator --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.aggregator --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.aggregator/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.aggregator/1.2.1-SNAPSHOT/org.cumulus4j.aggregator-1.2.1-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.cumulus4j.parent .............................. SUCCESS [2.809s] [INFO] org.cumulus4j.annotation .......................... SUCCESS [7.453s] [INFO] org.cumulus4j.testutil ............................ SUCCESS [6.429s] [INFO] org.cumulus4j.crypto .............................. SUCCESS [36.717s] [INFO] org.cumulus4j.store ............................... SUCCESS [42:24.302s] [INFO] org.cumulus4j.store.test .......................... SUCCESS [23:24.937s] [INFO] org.cumulus4j.keymanager.back.shared .............. SUCCESS [35.155s] [INFO] org.cumulus4j.keystore ............................ SUCCESS [3:09.430s] [INFO] org.cumulus4j.keymanager .......................... SUCCESS [3.256s] [INFO] org.cumulus4j.keymanager.front.shared ............. SUCCESS [2.163s] [INFO] org.cumulus4j.keymanager.api ...................... SUCCESS [3.675s] [INFO] org.cumulus4j.store.crypto.keymanager ............. SUCCESS [5:11.114s] [INFO] org.cumulus4j.integrationtest.gwt ................. SUCCESS [1:36.263s] [INFO] org.cumulus4j.integrationtest.webapp .............. SUCCESS [3:32.188s] [INFO] org.cumulus4j.keymanager.front.webapp ............. SUCCESS [4.615s] [INFO] org.cumulus4j.integrationtest.withkeyserver ....... SUCCESS [3:33.580s] [INFO] org.cumulus4j.keymanager.back.webapp .............. SUCCESS [2.252s] [INFO] org.cumulus4j.keymanager.cli ...................... SUCCESS [4.790s] [INFO] org.cumulus4j.store.localkeystoremessagebroker .... SUCCESS [2.790s] [INFO] org.cumulus4j.store.test.jpa ...................... SUCCESS [2:08.896s] [INFO] org.cumulus4j.aggregator .......................... SUCCESS [0.120s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:27:06.693s [INFO] Finished at: Thu Oct 09 20:54:33 CEST 2014 [INFO] Final Memory: 118M/282M [INFO] ------------------------------------------------------------------------ 20:54:34,975 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1b615d13 Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/pom.xml to org.cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/pom.xml to org.cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/pom.xml to org.cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war to org.cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/pom.xml to org.cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar to org.cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/pom.xml to org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/pom.xml to org.cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/pom.xml to org.cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/pom.xml to org.cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/pom.xml to org.cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/pom.xml to org.cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war to org.cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/pom.xml to org.cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war to org.cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war to org.cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.parent/pom.xml to org.cumulus4j/org.cumulus4j.parent/1.2.1-SNAPSHOT/org.cumulus4j.parent-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.aggregator/pom.xml to org.cumulus4j/org.cumulus4j.aggregator/1.2.1-SNAPSHOT/org.cumulus4j.aggregator-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/pom.xml to org.cumulus4j/org.cumulus4j.store.test.jpa/1.2.1-SNAPSHOT/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.store.test.jpa/1.2.1-SNAPSHOT/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.store.test.jpa/1.2.1-SNAPSHOT/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/pom.xml to org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar channel stopped 20:54:36,684 ERROR [Thread-512][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,688 ERROR [Thread-509][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,688 ERROR [Thread-505][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,688 ERROR [Thread-506][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,688 ERROR [Thread-502][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,684 ERROR [Thread-517][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,684 ERROR [Thread-518][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,687 ERROR [Thread-516][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,687 ERROR [Thread-504][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,686 ERROR [Thread-519][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,686 ERROR [Thread-511][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,686 ERROR [Thread-510][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,684 ERROR [Thread-515][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:36,684 ERROR [Thread-503][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 20:54:37,251 WARN [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,252 DEBUG [qtp1100829986-409][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:54:37,253 WARN [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,253 WARN [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,253 DEBUG [qtp1100829986-434][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:54:37,253 WARN [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,253 DEBUG [qtp1100829986-411][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:54:37,254 WARN [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,255 DEBUG [qtp1100829986-436][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:37,255 WARN [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,255 DEBUG [qtp1100829986-433][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:54:37,256 WARN [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,256 DEBUG [qtp1100829986-442][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:37,256 WARN [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,256 DEBUG [qtp1100829986-435][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:54:37,257 WARN [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,257 DEBUG [qtp1100829986-444][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:54:37,253 DEBUG [qtp1100829986-410][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:37,258 WARN [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,258 DEBUG [qtp1100829986-448][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:37,259 WARN [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,259 DEBUG [qtp1100829986-453][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:54:37,261 WARN [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,262 DEBUG [qtp1100829986-579][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null 20:54:37,263 WARN [qtp1100829986-580][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,263 DEBUG [qtp1100829986-580][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gl1sc--oqqfj5rokkxn_escyyj4l]: Returning request: null 20:54:37,264 WARN [qtp1100829986-705][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,264 DEBUG [qtp1100829986-705][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12golvv--wgbjx13976sy_jl3yalwq]: Returning request: null 20:54:37,265 WARN [qtp1100829986-711][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 20:54:37,266 DEBUG [qtp1100829986-711][MessageBrokerPMF] [trfdz3] _pollRequest[cryptoSessionIDPrefix=test-i12gnjho-chpp3ab5xa2n_g9a09iwo]: Returning request: null Finished: UNSTABLE